Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parm/config/gfs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export binary_diag=".false."
# Verification options
export DO_METP="YES" # Run METPLUS jobs - set METPLUS settings in config.metp
export DO_FIT2OBS="YES" # Run fit to observations package
export DO_VRFY_OCEANDA="NO" # Run SOCA Ocean DA verification tasks
export DO_VRFY_OCEANDA="@DO_VRFY_OCEANDA@" # Run SOCA Ocean and Seaice DA verification tasks
Comment thread
aerorahul marked this conversation as resolved.

# Archiving options
export HPSSARCH="@HPSSARCH@" # save data to HPSS archive
Expand Down
1 change: 1 addition & 0 deletions parm/config/gfs/yaml/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ base:
DO_MERGENSST: "NO"
DO_GOES: "NO"
FHMAX_GFS: 120
DO_VRFY_OCEANDA: "NO"

atmanl:
LAYOUT_X_ATMANL: 8
Expand Down