Skip to content

Commit

Permalink
use cam7-LT vertical grid for simple models
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-eaton committed Feb 28, 2025
1 parent d7080a1 commit 0eed576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1242,9 +1242,8 @@ elsif ($phys_pkg eq 'cam4') {
$nlev = 26;
}
else {
# This will be used for Held-Suarez and other 'simple' physics
# We may change this to 32 once IC files are available.
$nlev = 30;
# Simple physics
$nlev = 58;
}

# user override
Expand Down
1 change: 1 addition & 0 deletions bld/namelist_files/namelist_defaults_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<ncdata nlev="26" analytic_ic="1" >atm/cam/inic/cam_vcoords_L26_c180105.nc</ncdata>
<ncdata nlev="30" analytic_ic="1" >atm/cam/inic/cam_vcoords_L30_c180105.nc</ncdata>
<ncdata nlev="32" analytic_ic="1" >atm/cam/inic/cam_vcoords_L32_c180105.nc</ncdata>
<ncdata nlev="58" analytic_ic="1" >atm/cam/inic/cam_vcoords_L58_c250227.nc</ncdata>

<!-- Vertical/Horizontal coordinates only - MPAS initial files for analytic cases-->
<ncdata hgrid="mpasa480" nlev="32" analytic_ic="1" >atm/cam/inic/mpas/mpasa480_L32_notopo_coords_c240507.nc</ncdata>
Expand Down

0 comments on commit 0eed576

Please sign in to comment.