Skip to content

Commit

Permalink
Remove non-gfs PARM* variables from configs
Browse files Browse the repository at this point in the history
Remove or replace non-gfs PARM* variables with their
respective PARMgfs/type alternatives.

Refs NOAA-EMC#2332
  • Loading branch information
KateFriedman-NOAA committed Feb 26, 2024
1 parent 4b2c599 commit 669dd95
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
1 change: 0 additions & 1 deletion parm/config/gefs/config.wave
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ echo "BEGIN: config.wave"
export wave_sys_ver=v1.0.0

export EXECwave="${HOMEgfs}/exec"
export PARMwave="${HOMEgfs}/parm/wave"
export USHwave="${HOMEgfs}/ush"

# This config contains variables/parameters used in the fcst step
Expand Down
7 changes: 3 additions & 4 deletions parm/config/gfs/config.verfozn
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ echo "BEGIN: config.verfozn"
export DO_DATA_RPT=1
export OZN_AREA="glb"
export OZNMON_SUFFIX=${NET}
export PARMmonitor=${PARMgfs}/monitor
export SATYPE_FILE=${PARMmonitor}/gdas_oznmon_satype.txt
export SATYPE_FILE=${PARMgfs}/monitor/gdas_oznmon_satype.txt

# Source the parm file
. "${PARMmonitor}/gdas_oznmon.parm"
. "${PARMgfs}/monitor/gdas_oznmon.parm"

# Set up validation file
if [[ ${VALIDATE_DATA} -eq 1 ]]; then
export ozn_val_file=${PARMmonitor}/gdas_oznmon_base.tar
export ozn_val_file=${PARMgfs}/monitor/gdas_oznmon_base.tar
fi

echo "END: config.verfozn"
5 changes: 2 additions & 3 deletions parm/config/gfs/config.verfrad
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ echo "BEGIN: config.verfrad"
# Get task specific resources
. "${EXPDIR}/config.resources" verfrad

export PARMmonitor=${PARMgfs}/monitor
export satype_file=${PARMmonitor}/gdas_radmon_satype.txt
export satype_file=${PARMgfs}/monitor/gdas_radmon_satype.txt

# Source the parm file
. "${PARMmonitor}/da_mon.parm"
. "${PARMgfs}/monitor/da_mon.parm"

# Other variables
export RAD_AREA="glb"
Expand Down
5 changes: 2 additions & 3 deletions parm/config/gfs/config.vminmon
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ echo "BEGIN: config.vminmon"
export MINMON_SUFFIX=${MINMON_SUFFIX:-${NET}}
export CYCLE_INTERVAL=${assim_freq:-6}

export PARMmonitor=${PARMgfs}/monitor
export mm_gnormfile=${PARMmonitor}/${RUN}_minmon_gnorm.txt
export mm_costfile=${PARMmonitor}/${RUN}_minmon_cost.txt
export mm_gnormfile=${PARMgfs}/monitor/${RUN}_minmon_gnorm.txt
export mm_costfile=${PARMgfs}/monitor/${RUN}_minmon_cost.txt

echo "END: config.vminmon"
1 change: 0 additions & 1 deletion parm/config/gfs/config.wave
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ echo "BEGIN: config.wave"
export wave_sys_ver=v1.0.0

export EXECwave="${HOMEgfs}/exec"
export PARMwave="${HOMEgfs}/parm/wave"
export USHwave="${HOMEgfs}/ush"

# This config contains variables/parameters used in the fcst step
Expand Down

0 comments on commit 669dd95

Please sign in to comment.