Skip to content

Commit

Permalink
added stderr for obc gen scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 committed Jan 17, 2025
1 parent 23b3062 commit fc1515c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#SBATCH --mail-type={{ _EMAIL_NOTIFACTION }}
#SBATCH --mail-user={{ _USER_EMAIL }}
#SBATCH --output={{ _LOG_PATH }}
#SBATCH --error={{ _LOG_PATH }}

# Usage: sbatch fill_glorys.sh <YEAR> <MONTH> <DAY>
# This script is used to fill the GLORYS reanalysis data on GFDL PPAN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#SBATCH --ntasks={{ _NPROC }}
#SBATCH --mail-type={{ _EMAIL_NOTIFACTION }}
#SBATCH --mail-user={{ _USER_EMAIL }}
#SBATCH --output=./log/%x.o%j
#SBATCH --output={{ _LOG_PATH }}
#SBATCH --error={{ _LOG_PATH }}

# Usage: sbatch ncrcat_obc.sh <ncrcat_arg>
# This script is used to submit sbatch jobs for concatenating daily obc file on GFDL PPAN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#SBATCH --mail-type={{ _EMAIL_NOTIFACTION }}
#SBATCH --mail-user={{ _USER_EMAIL }}
#SBATCH --output={{ _LOG_PATH }}
#SBATCH --error={{ _LOG_PATH }}

# Usage: sbatch submit_python_make_obc_day.sh <YEAR> <MONTH> <DAY>
# This script is used to submit sbatch jobs for daily GLORYS OBC file generation on GFDL PPAN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#SBATCH --mail-type={{ _EMAIL_NOTIFACTION }}
#SBATCH --mail-user={{ _USER_EMAIL }}
#SBATCH --output={{ _LOG_PATH }}
#SBATCH --error={{ _LOG_PATH }}

# Usage: sbatch subset_glorys.sh <YEAR> <MONTH> <DAY>

Expand Down

0 comments on commit fc1515c

Please sign in to comment.