Skip to content

Commit

Permalink
typo/bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Dec 29, 2021
1 parent 6948c0f commit a31b44b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jobs/rocoto/atmanalpost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ status=$?
###############################################################
# set JJOB variables
export configs="base atmanal atmanalpost"
export EXSCRIPT=${UFSDAPOSTPY:-$SCRgfs/exufsda_global_atmos_analysis_post.py
export EXSCRIPT=${UFSDAPOSTPY:-$SCRgfs/exufsda_global_atmos_analysis_post.py}
# Execute the JJOB
$HOMEgfs/jobs/JUFSDA_GLOBAL_ATMOS_ANALYSIS
status=$?
Expand Down
2 changes: 1 addition & 1 deletion jobs/rocoto/atmanalprep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ status=$?
###############################################################
# set JJOB variables
export configs="base atmanal atmanalprep"
export EXSCRIPT=${UFSDAPREPPY:-$SCRgfs/exufsda_global_atmos_analysis_prep.py
export EXSCRIPT=${UFSDAPREPPY:-$SCRgfs/exufsda_global_atmos_analysis_prep.py}
# Execute the JJOB
$HOMEgfs/jobs/JUFSDA_GLOBAL_ATMOS_ANALYSIS
status=$?
Expand Down
2 changes: 1 addition & 1 deletion jobs/rocoto/atmanalrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ status=$?
###############################################################
# set JJOB variables
export configs="base atmanal atmanalrun"
export EXSCRIPT=${UFSDARUNSH:-$SCRgfs/exufsda_global_atmos_analysis_run.sh
export EXSCRIPT=${UFSDARUNSH:-$SCRgfs/exufsda_global_atmos_analysis_run.sh}
# Execute the JJOB
$HOMEgfs/jobs/JUFSDA_GLOBAL_ATMOS_ANALYSIS
status=$?
Expand Down

0 comments on commit a31b44b

Please sign in to comment.