Skip to content

Commit

Permalink
Export gsistat for ex-script
Browse files Browse the repository at this point in the history
Add an "export" for the gsistat variable in JGLOBAL_ATMOS_VMINMON
so the ex-script gets it from the environment.

Refs NOAA-EMC#1925
  • Loading branch information
KateFriedman-NOAA committed Nov 27, 2023
1 parent 0fe3072 commit be25d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_ATMOS_VMINMON
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export CYCLE_INTERVAL=6
########################################
# Filenames
########################################
gsistat=${gsistat:-${COM_ATMOS_ANALYSIS}/${RUN}.t${cyc}z.gsistat}
export gsistat=${gsistat:-${COM_ATMOS_ANALYSIS}/${RUN}.t${cyc}z.gsistat}
export mm_gnormfile=${gnormfile:-${M_FIX}/${RUN}_minmon_gnorm.txt}
export mm_costfile=${costfile:-${M_FIX}/${RUN}_minmon_cost.txt}

Expand Down

0 comments on commit be25d08

Please sign in to comment.