Skip to content

Commit

Permalink
Update fix subfolders in configs to remove "fix_"
Browse files Browse the repository at this point in the history
- Remove "fix_" text from fix file paths in several configs.

Refs: #966
  • Loading branch information
KateFriedman-NOAA committed Aug 25, 2022
1 parent 235e06c commit 2eea426
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export UTILgfs=$HOMEgfs/util
export EXECgfs=$HOMEgfs/exec
export SCRgfs=$HOMEgfs/scripts

export FIXcice=$HOMEgfs/fix/fix_cice
export FIXmom=$HOMEgfs/fix/fix_mom6
export FIXreg2grb2=$HOMEgfs/fix/fix_reg2grb2
export FIXcice=$HOMEgfs/fix/cice
export FIXmom=$HOMEgfs/fix/mom6
export FIXreg2grb2=$HOMEgfs/fix/reg2grb2

########################################################################

Expand Down Expand Up @@ -73,7 +73,7 @@ export MODE="@MODE@" # cycled/forecast-only
# CLEAR
####################################################
# Build paths relative to $HOMEgfs
export FIXgsi="$HOMEgfs/fix/fix_gsi"
export FIXgsi="$HOMEgfs/fix/gsi"
export HOMEfv3gfs="$HOMEgfs/sorc/fv3gfs.fd"
export HOMEpost="$HOMEgfs"
export HOMEobsproc_prep="$BASE_GIT/obsproc/obsproc_prep.v5.5.0_hpc-stack"
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.base.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export REALTIME="YES"
# CLEAR
####################################################
# Build paths relative to $HOMEgfs
export FIXgsi="$HOMEgfs/fix/fix_gsi"
export FIXgsi="$HOMEgfs/fix/gsi"
export HOMEfv3gfs="$HOMEgfs/sorc/fv3gfs.fd"
export HOMEpost="$HOMEgfs"
export HOMEobsproc_prep="$NWPROD/obsproc_prep.v5.5.0"
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.prep
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export COMINsyn=${COMINsyn:-${COMROOT}/gfs/prod/syndat}

export HOMERELO=$HOMEgfs
export EXECRELO=${HOMERELO}/exec
export FIXRELO=${HOMERELO}/fix/fix_am
export FIXRELO=${HOMERELO}/fix/am
export USHRELO=${HOMERELO}/ush

# Adjust observation error for GFS v16 parallels
Expand Down
4 changes: 2 additions & 2 deletions parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ if [ $VRFYFITS = "YES" ]; then

export fit_ver="newm.1.3"
export fitdir="$BASE_GIT/verif/global/Fit2Obs/${fit_ver}/batrun"
export PRVT=$HOMEgfs/fix/fix_gsi/prepobs_errtable.global
export HYBLEVS=$HOMEgfs/fix/fix_am/global_hyblev.l${LEVS}.txt
export PRVT=$HOMEgfs/fix/gsi/prepobs_errtable.global
export HYBLEVS=$HOMEgfs/fix/am/global_hyblev.l${LEVS}.txt
export CUE2RUN=$QUEUE

export VBACKUP_FITS=24
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.wave
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "BEGIN: config.wave"
export wave_sys_ver=v1.0.0

export EXECwave="$HOMEgfs/exec"
export FIXwave="$HOMEgfs/fix/fix_wave"
export FIXwave="$HOMEgfs/fix/wave"
export PARMwave="$HOMEgfs/parm/wave"
export USHwave="$HOMEgfs/ush"

Expand Down

0 comments on commit 2eea426

Please sign in to comment.