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
Currently, the 1D Noah-OWP-Modular driver reads in precipitation rate, which it assigns to PRCP in the AsciiReadModule and then to PRCPNONC in AtmProcessing. For Nextgen compatibility, there is a compiler directive in AtmProcessing that toggles between PRCP and PRCPNONC depending on the NGEN_FORCING_ACTIVE flag.
We should allow the driver to accept constituent types of precipitation for when/if it's forced by a weather model that provides multiple forms of precipitation.
We should also evaluate whether computing the fraction of a grid cell receiving precipitation (water%fp) is appropriate for smaller scale modeling.
The text was updated successfully, but these errors were encountered:
Currently, the 1D Noah-OWP-Modular driver reads in precipitation rate, which it assigns to
PRCP
in theAsciiReadModule
and then toPRCPNONC
inAtmProcessing
. For Nextgen compatibility, there is a compiler directive inAtmProcessing
that toggles betweenPRCP
andPRCPNONC
depending on theNGEN_FORCING_ACTIVE
flag.We should allow the driver to accept constituent types of precipitation for when/if it's forced by a weather model that provides multiple forms of precipitation.
We should also evaluate whether computing the fraction of a grid cell receiving precipitation (
water%fp
) is appropriate for smaller scale modeling.The text was updated successfully, but these errors were encountered: