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

Bad values in GOES satellite brightness temps in CONUS LAM domain #236

Closed
EricRogers-NOAA opened this issue Dec 1, 2020 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@EricRogers-NOAA
Copy link

Since the CONUS LAM parallels started running with the latest version of the new Equidistant Spaced Gnomonic (ESG) regional FV3 model grid, the GOES brightness temperatures are either 0 or set to a fill value everywhere, for example:

ndata=1770444:undef=0:mean=2.70735e+06:min=0:max=9.786e+10

The regular UPP job is running fine using this grid. Tests with debug prints turned on in the CALRAD_WCLOUD_newcrtm.f routine revealed points with undefined values on the lambert conformal grid output by the CONUS LAM UFS model write component:

bad atmosphere(1)%level_pressure 1 559 3 2970000128.00000
bad atmosphere(1)%pressure 1 559 3 990000000.000000

As a stopgap fix, Wen provided Ben and Eric R. a version of the CLDRAD_WCLOUD_newcrtm.f routine that checks for undefined points. This fixed the problem for now, but in the future this should issue should be revisited to see if a better solution is possible.

@WenMeng-NOAA WenMeng-NOAA added the enhancement New feature or request label Dec 1, 2020
@WenMeng-NOAA
Copy link
Collaborator

Wen will combine the fixes in Jun's regional in-line post pull request #255.

@WenMeng-NOAA WenMeng-NOAA self-assigned this Feb 16, 2021
EricJames-NOAA pushed a commit to EricJames-NOAA/UPP that referenced this issue Dec 14, 2022
* Remove all references to /lfs3 on Jet

* Add Ben and Ratko to the CODEOWNERS file

* Replace hard-coded make_orog module file with build-level module file in UFS_UTILS

* Remove hard-coded make_sfc_climo module file

* Change to module files handling (now copying most files from build directories)

* Change post file prefix from "HRRR" to "RRFS"
EricJames-NOAA pushed a commit to EricJames-NOAA/UPP that referenced this issue Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants