Skip to content

Commit

Permalink
Another fix of bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Feb 28, 2025
1 parent 8322306 commit 6fdc2a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ush/generate_FV3LAM_wflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ def setup_fv3_namelist(expt_config,debug):
"npy": NY + 1,
"layout": [LAYOUT_X, LAYOUT_Y],
"bc_update_interval": LBC_SPEC_INTVL_HRS,
"npz": LEVP - 1,
})
if CCPP_PHYS_SUITE == "FV3_GFS_v15p2":
if CPL_AQM:
Expand Down Expand Up @@ -721,10 +722,6 @@ def setup_fv3_namelist(expt_config,debug):

settings["gfs_physics_nml"] = gfs_physics_nml_dict

# Update levp in external_ic_nml; this should be the only variable that needs changing

settings["external_ic_nml"] = {"levp": LEVP}

#
# Add to "settings" the values of those namelist variables that specify
# the paths to fixed files in the FIXam directory. As above, these namelist
Expand Down

0 comments on commit 6fdc2a0

Please sign in to comment.