Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes (minor) to MODIS and LIDAR simulators. #9

Merged
merged 1 commit into from
Apr 19, 2018

Conversation

dustinswales
Copy link
Contributor

Recently some small issues were uncovered by modeling centers implementing COSP1.4.2. and I propose we include these changes on the COSP2 master branch.

*) In the LIDAR simulator there was a division-by-zero for scenes for really thick clouds. Including a guard against this results in some very minor changes to the COSP2 reference dataset:
atb532_perp: 3.33 % of values differ, relative range: -1.10e+00 to -3.84e-05
These changes are associated with very small values and do not impact any of the MODIS diagnostics. (NOTE: this small change would not have been noticed using the previous offline driver, as atb532_perp is internal and is not part of output from the CMOR offline driver)

*) In the MODIS simulator, some of the gridmean diagnostics were being set to zero for clear scenes, when they should have been set to undefined. This impacted the averaging being performed by the model, resulting in much large values than expected. In the offline tests, we see the following:
tautmodis: 18.30 % of values differ, relative range: -1.00e+00 to -1.00e+00
tauwmodis: 30.72 % of values differ, relative range: -1.00e+00 to -1.00e+00
tauimodis: 65.36 % of values differ, relative range: -1.00e+00 to -1.00e+00
tautlogmodis: 18.30 % of values differ, relative range: -1.00e+00 to -1.00e+00
tauwlogmodis: 30.72 % of values differ, relative range: -1.00e+00 to -1.00e+00
tauilogmodis: 65.36 % of values differ, relative range: -1.00e+00 to -1.00e+00
reffclwmodis: 30.72 % of values differ, relative range: -1.00e+00 to -1.00e+00
reffclimodis: 65.36 % of values differ, relative range: -1.00e+00 to -1.00e+00
lwpmodis: 30.72 % of values differ, relative range: -1.00e+00 to -1.00e+00
iwpmodis: 65.36 % of values differ, relative range: -1.00e+00 to -1.00e+00

For both cases, diagnostics requested for CFMIP3/CMIP6 are not impacted.

…MODIS simulator, set mean in-cloud fields to R_UNDEF instead of 0.
@klein21
Copy link

klein21 commented Mar 23, 2018 via email

@dustinswales
Copy link
Contributor Author

dustinswales commented Mar 23, 2018 via email

@RobertPincus
Copy link
Contributor

RobertPincus commented Mar 26, 2018 via email

@dustinswales dustinswales merged commit 3ba2b41 into master Apr 19, 2018
@dustinswales dustinswales deleted the modisLidarBugFix branch April 19, 2018 16:11
dustinswales added a commit that referenced this pull request Jun 3, 2020
Changes (minor) to MODIS and LIDAR simulators.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants