You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
* 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"
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.
The text was updated successfully, but these errors were encountered: