From 6fdc2a054dabf7d9803dcf8bb49eb70232d5d8a9 Mon Sep 17 00:00:00 2001 From: "Michael Kavulich, Jr." Date: Fri, 28 Feb 2025 21:09:36 +0000 Subject: [PATCH] Another fix of bad merge --- ush/generate_FV3LAM_wflow.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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