Skip to content

Commit

Permalink
Remove incorrect/misleading comments in config.base (#1261)
Browse files Browse the repository at this point in the history
Remove incorrect comments in config.base.emc.dyn and config.base.nco.static

Refs #1260
  • Loading branch information
KateFriedman-NOAA committed Jan 20, 2023
1 parent 9fc8275 commit 2e350d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,10 @@ export ILPOST=1 # gempak output frequency up to F120
# GFS restart interval in hours
export restart_interval_gfs=0

# I/O QUILTING, true--use Write Component; false--use GFDL FMS
# if quilting=true, choose OUTPUT_GRID as cubed_sphere_grid in netcdf
# if gaussian_grid, set OUTPUT_FILE for netcdf
# WRITE_DOPOST=true, use inline POST
export QUILTING=".true."
export OUTPUT_GRID="gaussian_grid"
export OUTPUT_FILE="netcdf"
export WRITE_DOPOST=".true."
export WRITE_DOPOST=".true." # WRITE_DOPOST=true, use inline POST
export WRITE_NSFLIP=".true."

# suffix options depending on file format
Expand Down
6 changes: 1 addition & 5 deletions parm/config/config.base.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,10 @@ export ILPOST=1 # gempak output frequency up to F120
# frequency for saving restart files. set to 6,12,24,48 etc
export restart_interval_gfs=12

# I/O QUILTING, true--use Write Component; false--use GFDL FMS
# if quilting=true, choose OUTPUT_GRID as cubed_sphere_grid in netcdf or gaussian_grid
# if gaussian_grid, set OUTPUT_FILE for nemsio or netcdf
# WRITE_DOPOST=true, use inline POST
export QUILTING=".true."
export OUTPUT_GRID="gaussian_grid"
export OUTPUT_FILE="netcdf"
export WRITE_DOPOST=".true."
export WRITE_DOPOST=".true." # WRITE_DOPOST=true, use inline POST
export WRITE_NSFLIP=".true."

# suffix options depending on file format
Expand Down

0 comments on commit 2e350d6

Please sign in to comment.