Skip to content

RAINRATE hack #22

@JordanLaserGit

Description

@JordanLaserGit

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",
] 

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Priority level. P0: Critical, P1: High, P2: Medium, P3: LowcalculationImpacts the inputs and outputs of NextGen calculations

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions