Skip to content

Commit

Permalink
Update config.fit2obs for new wflow.1.0 Fit2Obs tag
Browse files Browse the repository at this point in the history
- Update fit_ver="wflow.1.0".
- Update fitdir path to new install location on all supported platforms.

Refs NOAA-EMC#1405
  • Loading branch information
KateFriedman-NOAA committed Apr 12, 2023
1 parent 7069ab1 commit a2430e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/config.fit2obs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ echo "BEGIN: config.fit2obs"
# Get task specific resources
. $EXPDIR/config.resources fit2obs

export fit_ver="newm.1.7"
export fitdir="${BASE_GIT}/verif/global/Fit2Obs/${fit_ver}"
export fit_ver="wflow.1.0"
export fitdir="${BASE_GIT}/Fit2Obs/${fit_ver}"

export HOMEcfs=${fitdir}
export EXECcfs=${HOMEcfs}/exec
Expand Down

0 comments on commit a2430e5

Please sign in to comment.