generated from AlabamaWaterInstitute/awi-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
P0Priority level. P0: Critical, P1: High, P2: Medium, P3: LowPriority level. P0: Critical, P1: High, P2: Medium, P3: LowcalculationImpacts the inputs and outputs of NextGen calculationsImpacts the inputs and outputs of NextGen calculations
Description
Currently forcingprocessor contains a poor hack to calculate precip_rate for NextGen. RAINRATE should be converted in a physically consistent way.
nwm_variables = [
"U2D",
"V2D",
"LWDOWN",
"RAINRATE",
"RAINRATE",
"T2D",
"Q2D",
"PSFC",
"SWDOWN",
]
global ngen_variables
ngen_variables = [
"UGRD_10maboveground",
"VGRD_10maboveground",
"DLWRF_surface",
"APCP_surface",
"precip_rate", # HACK RAINRATE * 3600
"TMP_2maboveground",
"SPFH_2maboveground",
"PRES_surface",
"DSWRF_surface",
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P0Priority level. P0: Critical, P1: High, P2: Medium, P3: LowPriority level. P0: Critical, P1: High, P2: Medium, P3: LowcalculationImpacts the inputs and outputs of NextGen calculationsImpacts the inputs and outputs of NextGen calculations
Type
Projects
Status
Done