Skip to content

Commit

Permalink
Forgotten templated DO_VRFY_OCEANDA (#2379)
Browse files Browse the repository at this point in the history
# Description
This PR adds the possibility to use the switch for the ocean and sea-ice
DA verify task from the yaml configuration.

- fixes
[GDASApp/issues/954](NOAA-EMC/GDASApp#954)
  • Loading branch information
guillaumevernieres committed Mar 6, 2024
1 parent ba6a4fd commit c7b306e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

# 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

0 comments on commit c7b306e

Please sign in to comment.