Skip to content

Commit

Permalink
Update cpld_gridgen program to create C12, C18 and C24.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Nov 21, 2024
1 parent 8a046bf commit 91c08f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sorc/cpld_gridgen.fd/grdvars.F90
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ module grdvars
!! rounded to minimum_depth
real(kind=real_kind), parameter :: maximum_lat = 88.0 !< The maximum latitude for water points for WW3

integer, parameter :: nar = 6 !< the number of possible ATM resolutions
integer, parameter, dimension(nar) :: catm = (/48, 96, 192, 384, 768, 1152/) !< the ATM resolutions for mapped ocean masks
integer, parameter :: nar = 3 !< the number of possible ATM resolutions
integer, parameter, dimension(nar) :: catm = (/12, 18, 24/) !< the ATM resolutions for mapped ocean masks


contains
!> Allocate grid variables
Expand Down
2 changes: 1 addition & 1 deletion ush/cpld_gridgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export RESNAME=${RESNAME:-$1}
export DEBUG=.false.
export MASKEDIT=.false.
export DO_POSTWGTS=.true.
export MOSAICDIR_PATH=${MOSAICDIR_PATH:-$PATHTR/fix/orog}
export MOSAICDIR_PATH=${MOSAICDIR_PATH:-$PATHTR/fix/orog.lowres}
export FIXDIR_PATH=${MOM6_FIXDIR}/${RESNAME}

APRUN=${APRUN:-"srun"}
Expand Down

0 comments on commit 91c08f4

Please sign in to comment.