Skip to content

Commit

Permalink
Update config.fit2obs to remove variables now loaded via module
Browse files Browse the repository at this point in the history
- An update in the Fit2Obs repo added a module that now sets a number
of path variables. Remove those variables from config.fit2obs.
- Will load module from Fit2Obs install at runtime to get paths.

Refs NOAA-EMC#1472
  • Loading branch information
KateFriedman-NOAA committed Apr 17, 2023
1 parent 9b34035 commit 045df13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions parm/config/config.fit2obs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ echo "BEGIN: config.fit2obs"
# Get task specific resources
. "${EXPDIR}/config.resources" fit2obs

export fit_ver="wflow.1.0"
export fitdir="${BASE_GIT}/Fit2Obs/${fit_ver}"

export HOMEcfs=${fitdir}
export EXECcfs=${HOMEcfs}/exec
export USHcfs=${HOMEcfs}/ush

export PRVT=${HOMEgfs}/fix/gsi/prepobs_errtable.global
export HYBLEVS=${HOMEgfs}/fix/am/global_hyblev.l${LEVS}.txt

Expand Down

0 comments on commit 045df13

Please sign in to comment.