Skip to content

Commit

Permalink
Revert cpld_gridgen changes. These will be handled by Denise.
Browse files Browse the repository at this point in the history
GeorgeGayno-NOAA committed Jan 13, 2025
1 parent 6a68569 commit 8acb8a8
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions sorc/cpld_gridgen.fd/grdvars.F90
Original file line number Diff line number Diff line change
@@ -163,9 +163,8 @@ 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 = 3 !< the number of possible ATM resolutions
integer, parameter, dimension(nar) :: catm = (/12, 18, 24/) !< the ATM resolutions for mapped ocean masks

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

contains
!> Allocate grid variables
2 changes: 1 addition & 1 deletion ush/cpld_gridgen.sh
Original file line number Diff line number Diff line change
@@ -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.lowres}
export MOSAICDIR_PATH=${MOSAICDIR_PATH:-$PATHTR/fix/orog}
export FIXDIR_PATH=${MOM6_FIXDIR}/${RESNAME}

APRUN=${APRUN:-"srun"}

0 comments on commit 8acb8a8

Please sign in to comment.