ocssw
V2022
|
clear_sky_restoral.f90
Go to the documentation of this file.
54 ! This subroutine name should be changed to "cloudiness_test", while the above routine could be something
55 ! like "cloudiness_test_alternate"; similar changes in modis_science_module are also needed, of course.
56 ! This routine has not for a long time been equivalent to the original Riedi work, but includes contributions
57 ! from all of us and so is a misnomer. Furthermore, I have added absolute variability calculations for testing
58 ! purposes only (presently commented out) so this routine now essentially contains the "alternate" structure anyway.
76 ! not_cloud -- logical -- true indicates the presence of sunglint/dust or other non-cloud situation
77 ! lowvariability_confidence_test - Indicates went with a "cloudy" determination but are unsure so set confidence QA to a lower value
86 ! changed the way the 250m tests are handled by the code. Now everything will start from being all cloudy and cleared if clear
91 ! was not being used for clouds brighter than the reflectance threshold. This was fixed, along with:
94 ! (3) For testing/comparison purposes - the calculation of an absolute spatial variability metric.
167 ! For use in Part V, compute the degree of cloudiness from the 250m cloud mask bytes for this pixel
244 ! *** For spatial varobility clear sky restoral based on box absolute sdev: TO BE USED FOR COLLECTION 5 OPERATIONAL VERSION
288 ! IF (Rmeas > 0. .and. dispersion_val > 0. .and. dispersion_val < dispersion_Ri) THEN ! candidate for restoral
293 ! sep, 17May: previous version used IR phase, this version is using "not ice " from the decision tree phase
299 If ((measurement(band_0138) .lt. 0.1) .and. (chm .gt. 2)) Then ! candidate for restoral ! KGM 3-4-13
Definition: clear_sky_restoral.f90:1
Definition: modis_cloudstructure.f90:1
Definition: GeneralAuxType.f90:1
Definition: mod06_run_settings.f90:1
subroutine, public cloudiness_test(cloudmask, process_summary, measurement, reflectance_box, not_cloud, lowvariability_confidence_test, CSR_QA, latitude, chm, vis1km_test)
Definition: clear_sky_restoral.f90:50