Skip to content
Discussion options

You must be logged in to vote

@michaelsessa1 you can find descriptions of the calculations in this Tech Memo:

https://rapidrefresh.noaa.gov/Diag-vars-NOAA-TechMemo.pdf

The cloud-related fields start on p. 31. If you are interested in looking at the actual code, you can find it in the Unified Post Processor (UPP) code on Github:

https://github.com/NOAA-EMC/UPP

The relevant code for the cloud base and ceiling is in CLDRAD.f, and you can search for parameter "711" (cloud base) and parameter "408" (ceiling).

Low cloud cover comes from the explicit subgrid clouds in the MYNN boundary layer scheme. You can see in the code that it is simply multiplied by 100 (to put it into a percentage) and then output in GRIB2 (search for …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EricJames-NOAA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants