Skip to content

Commit

Permalink
Turn fit2obs back on by default
Browse files Browse the repository at this point in the history
Fit2obs had been turned off during the COM refactor because it had
not yet been updated for the new paths. Now that the job has been
updated, it can be turned back on.

Refs: #1486
  • Loading branch information
WalterKolczynski-NOAA committed Jul 8, 2023
1 parent 9bcb4c7 commit 601fb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export binary_diag=".false."

# Verification options
export DO_METP="YES" # Run METPLUS jobs - set METPLUS settings in config.metp
export DO_FIT2OBS="NO" # Run fit to observations package
export DO_FIT2OBS="YES" # Run fit to observations package

# Archiving options
export HPSSARCH="@HPSSARCH@" # save data to HPSS archive
Expand Down

0 comments on commit 601fb20

Please sign in to comment.