Skip to content

Commit 7dc9416

Browse files
Update wcoss2 driver script comments.
Fixes ufs-community#709.
1 parent 4cfe72e commit 7dc9416

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

driver_scripts/driver_grid.wcoss2.sh

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#PBS -A GFS-DEV
77
#PBS -l walltime=00:15:00
88
#PBS -N make_grid
9-
#PBS -l select=1:ncpus=24:mem=200GB
9+
#PBS -l select=1:ncpus=24:mem=500GB
1010

1111
#-----------------------------------------------------------------------
1212
# Driver script to create a cubic-sphere based model grid on WCOSS2.
@@ -69,7 +69,13 @@ module list
6969
# Set grid specs here.
7070
#-----------------------------------------------------------------------
7171

72-
export gtype=regional_esg # 'uniform', 'stretch', 'nest',
72+
export vegsoilt_frac='.true.' # When true, outputs percent of each
73+
# soil and veg type category and a
74+
# dominate category. When false, only
75+
# outputs the dominate category. A
76+
# Fortran logical, so include the dots.
77+
78+
export gtype=regional_esg # 'uniform', 'stretch', 'nest',
7379
# 'regional_gfdl', 'regional_esg'
7480
export make_gsl_orog=false # 'true' if user needs 'oro' files for GSL
7581
# orographic drag suite

0 commit comments

Comments
 (0)