Skip to content

Commit

Permalink
Missing Q2D variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Nov 28, 2023
1 parent ad9dcad commit 53bc753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forcingprocessor/src/forcingprocessor/forcingprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def prep_ngen_data(conf):
"RAINRATE",
"RAINRATE",
"T2D",
"Q2D",
"PSFC",
"SWDOWN",
]
Expand All @@ -421,8 +422,9 @@ def prep_ngen_data(conf):
"DLWRF_surface",
"APCP_surface",
"precip_rate", # BROKEN (Identical to APCP!)
"TMP_2maboveground",
"TMP_2maboveground",
"SPFH_2maboveground",
"PRES_surface",
"DSWRF_surface",
]

Expand Down

0 comments on commit 53bc753

Please sign in to comment.