Skip to content

Commit f8288f2

Browse files
drnimbusrainbenkoziMichaelLueken
authored
[develop] SRW-AQM: Bring back 'do_canopy' NL functionality. (#1265)
The SRW-AQM "do_canopy" flag was not populated from previous work in bringing all [aqm_dev] functionality to [develop] some time ago. It is be needed to allow for inline AQM canopy effects to also occur simultaneously in UWM/FV3/ccpp-physics. --------- Co-authored-by: benkozi <bkoziol@redlineperf.com> Co-authored-by: Michael Lueken <63728921+MichaelLueken@users.noreply.github.com>
1 parent b62b580 commit f8288f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ush/generate_FV3LAM_wflow.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,10 @@ def setup_fv3_namelist(expt_config,debug):
719719
"vsvoo1:0.0", "vsvoo2:0.0", "vsvoo3:0.0", "vsvpo1:0.0",
720720
"vsvpo2:0.0", "vsvpo3:0.0", "xopn:0.0", "xylmn:0.0", "*:0.2"]
721721
})
722+
if DO_AQM_CANOPY and CCPP_PHYS_SUITE in ("FV3_GFS_v16", "FV3_GFS_v17_p8"):
723+
gfs_physics_nml_dict.update({
724+
"do_canopy": True
725+
})
722726

723727
# If UFS_FIRE, activate appropriate flags
724728
if expt_config["fire"]["envvars"]["UFS_FIRE"]:

0 commit comments

Comments
 (0)