Skip to content

Commit

Permalink
Added input canopy variables to diag table and NL generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
drnimbusrain committed Oct 4, 2023
1 parent af9973f commit 7b2fea1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions parm/diag_table_aqm.FV3_GFS_v16
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
"gfs_sfc", "xzts", "xzts", "fv3_history2d", "all", .false., "none", 2
"gfs_sfc", "d_conv", "dconv", "fv3_history2d", "all", .false., "none", 2
"gfs_sfc", "qrain", "qrain", "fv3_history2d", "all", .false., "none", 2
"gfs_sfc", "canopylaixy", "canopylaixy", "fv3_history2d", "all", .false., "none", 2
"gfs_sfc", "canopyfchxy", "canopyfchxy", "fv3_history2d", "all", .false., "none", 2
"gfs_sfc", "canopyffracxy", "canopyffracxy", "fv3_history2d", "all", .false., "none", 2
"gfs_sfc", "canopycluxy", "canopycluxy", "fv3_history2d", "all", .false., "none", 2

"gfs_phys", "acond", "acond", "fv3_history2d", "all", .false., "none", 2
"gfs_phys", "cduvb_ave", "cduvb_ave", "fv3_history2d", "all", .false., "none", 2
Expand Down
6 changes: 5 additions & 1 deletion ush/generate_FV3LAM_wflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,11 @@ def generate_FV3LAM_wflow(
if ( CCPP_PHYS_SUITE == "FV3_GFS_v16" or
CCPP_PHYS_SUITE == "FV3_GFS_v17_p8"):
gfs_physics_nml_dict.update({
"do_canopy": True
"do_canopy": True,
"rdcanopylai": True,
"rdcanopyfch": True,
"rdcanopyffrac": True,
"rdcanopyclu": True
})
settings["gfs_physics_nml"] = gfs_physics_nml_dict

Expand Down

0 comments on commit 7b2fea1

Please sign in to comment.