Skip to content

Commit

Permalink
change COMIN_ATMOS_MASTER into COMOUT_ATMOS_MASTER
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshichen-noaa committed Aug 15, 2024
1 parent f93185c commit e4446c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/JGLOBAL_ATMOS_UPP
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "upp" -c "base upp"
##############################################

# Construct COM variables from templates
YMD=${PDY} HH=${cyc} declare_from_tmpl -rx COMIN_ATMOS_ANALYSIS COMIN_ATMOS_HISTORY COMIN_ATMOS_MASTER
if [[ ! -d ${COMIN_ATMOS_MASTER} ]]; then mkdir -m 775 -p "${COMIN_ATMOS_MASTER}"; fi
YMD=${PDY} HH=${cyc} declare_from_tmpl -rx COMIN_ATMOS_ANALYSIS COMIN_ATMOS_HISTORY COMOUT_ATMOS_MASTER
if [[ ! -d ${COMOUT_ATMOS_MASTER} ]]; then mkdir -m 775 -p "${COMOUT_ATMOS_MASTER}"; fi


###############################################################
Expand Down

0 comments on commit e4446c6

Please sign in to comment.