diff --git a/ush/generate_FV3LAM_wflow.py b/ush/generate_FV3LAM_wflow.py index 16a1b7dd5..c6f289c5e 100755 --- a/ush/generate_FV3LAM_wflow.py +++ b/ush/generate_FV3LAM_wflow.py @@ -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: @@ -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