Skip to content

Commit

Permalink
Add standardized FIX* variables to config.base
Browse files Browse the repository at this point in the history
Pulled some FIX* directory variables out of scripts
and into config.base for exporting.

Refs NOAA-EMC#2175
  • Loading branch information
KateFriedman-NOAA committed Dec 20, 2023
1 parent 6440fe1 commit 4b5b682
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions parm/config/gfs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,22 @@ export HPSS_PROJECT="@HPSS_PROJECT@"

# Directories relative to installation areas:
export HOMEgfs=@HOMEgfs@
export PARMgfs=${HOMEgfs}/parm
export FIXgfs=${HOMEgfs}/fix
export USHgfs=${HOMEgfs}/ush
export UTILgfs=${HOMEgfs}/util
export EXECgfs=${HOMEgfs}/exec
export SCRgfs=${HOMEgfs}/scripts

export FIXcice=${HOMEgfs}/fix/cice
export FIXmom=${HOMEgfs}/fix/mom6
export FIXreg2grb2=${HOMEgfs}/fix/reg2grb2
export PARMgfs="${HOMEgfs}/parm"
export FIXgfs="${HOMEgfs}/fix"
export USHgfs="${HOMEgfs}/ush"
export UTILgfs="${HOMEgfs}/util"
export EXECgfs="${HOMEgfs}/exec"
export SCRgfs="${HOMEgfs}/scripts"

export FIXam="${FIXgfs}/am"
export FIXaer="${FIXgfs}/aer"
export FIXcpl="${FIXgfs}/cpl"
export FIXlut="${FIXgfs}/lut"
export FIXorog="${FIXgfs}/orog"
export FIXcice="${FIXgfs}/cice"
export FIXmom="${FIXgfs}/mom6"
export FIXreg2grb2="${FIXgfs}/reg2grb2"
export FIXugwd="${FIXgfs}/ugwd"

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

Expand Down

0 comments on commit 4b5b682

Please sign in to comment.