Skip to content

Commit 2e350d6

Browse files
Remove incorrect/misleading comments in config.base (#1261)
Remove incorrect comments in config.base.emc.dyn and config.base.nco.static Refs #1260
1 parent 9fc8275 commit 2e350d6

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

parm/config/config.base.emc.dyn

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,10 @@ export ILPOST=1 # gempak output frequency up to F120
269269
# GFS restart interval in hours
270270
export restart_interval_gfs=0
271271

272-
# I/O QUILTING, true--use Write Component; false--use GFDL FMS
273-
# if quilting=true, choose OUTPUT_GRID as cubed_sphere_grid in netcdf
274-
# if gaussian_grid, set OUTPUT_FILE for netcdf
275-
# WRITE_DOPOST=true, use inline POST
276272
export QUILTING=".true."
277273
export OUTPUT_GRID="gaussian_grid"
278274
export OUTPUT_FILE="netcdf"
279-
export WRITE_DOPOST=".true."
275+
export WRITE_DOPOST=".true." # WRITE_DOPOST=true, use inline POST
280276
export WRITE_NSFLIP=".true."
281277

282278
# suffix options depending on file format

parm/config/config.base.nco.static

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,10 @@ export ILPOST=1 # gempak output frequency up to F120
162162
# frequency for saving restart files. set to 6,12,24,48 etc
163163
export restart_interval_gfs=12
164164

165-
# I/O QUILTING, true--use Write Component; false--use GFDL FMS
166-
# if quilting=true, choose OUTPUT_GRID as cubed_sphere_grid in netcdf or gaussian_grid
167-
# if gaussian_grid, set OUTPUT_FILE for nemsio or netcdf
168-
# WRITE_DOPOST=true, use inline POST
169165
export QUILTING=".true."
170166
export OUTPUT_GRID="gaussian_grid"
171167
export OUTPUT_FILE="netcdf"
172-
export WRITE_DOPOST=".true."
168+
export WRITE_DOPOST=".true." # WRITE_DOPOST=true, use inline POST
173169
export WRITE_NSFLIP=".true."
174170

175171
# suffix options depending on file format

0 commit comments

Comments
 (0)