Skip to content

Commit

Permalink
changing COMIN_ATMOS_RESTART into COMOUT_ATMOS_RESTART
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshichen-noaa committed Dec 3, 2024
1 parent 4d94381 commit 0826c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/gaussian_sfcanl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ${INISCRIPT:-}
pwd=$(pwd)
cd "${DATA}" || exit 99
[[ -d "${COMOUT_ATMOS_ANALYSIS}" ]] || mkdir -p "${COMOUT_ATMOS_ANALYSIS}"
[[ -d "${COMIN_ATMOS_RESTART}" ]] || mkdir -p "${COMIN_ATMOS_RESTART}"
[[ -d "${COMOUT_ATMOS_RESTART}" ]] || mkdir -p "${COMOUT_ATMOS_RESTART}"

################################################################################
# Make surface analysis
Expand Down

0 comments on commit 0826c3e

Please sign in to comment.