Skip to content

Commit 0a5dc47

Browse files
authored
added stderr for obc gen scripts (#133)
1 parent 23b3062 commit 0a5dc47

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

tools/boundary/glorys_obc_workflow/template/fill_glorys_template.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#SBATCH --mail-type={{ _EMAIL_NOTIFACTION }}
66
#SBATCH --mail-user={{ _USER_EMAIL }}
77
#SBATCH --output={{ _LOG_PATH }}
8+
#SBATCH --error={{ _LOG_PATH }}
89

910
# Usage: sbatch fill_glorys.sh <YEAR> <MONTH> <DAY>
1011
# This script is used to fill the GLORYS reanalysis data on GFDL PPAN

tools/boundary/glorys_obc_workflow/template/ncrcat_obc_template.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
#SBATCH --ntasks={{ _NPROC }}
55
#SBATCH --mail-type={{ _EMAIL_NOTIFACTION }}
66
#SBATCH --mail-user={{ _USER_EMAIL }}
7-
#SBATCH --output=./log/%x.o%j
7+
#SBATCH --output={{ _LOG_PATH }}
8+
#SBATCH --error={{ _LOG_PATH }}
89

910
# Usage: sbatch ncrcat_obc.sh <ncrcat_arg>
1011
# This script is used to submit sbatch jobs for concatenating daily obc file on GFDL PPAN

tools/boundary/glorys_obc_workflow/template/submit_python_make_obc_day_template.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#SBATCH --mail-type={{ _EMAIL_NOTIFACTION }}
66
#SBATCH --mail-user={{ _USER_EMAIL }}
77
#SBATCH --output={{ _LOG_PATH }}
8+
#SBATCH --error={{ _LOG_PATH }}
89

910
# Usage: sbatch submit_python_make_obc_day.sh <YEAR> <MONTH> <DAY>
1011
# This script is used to submit sbatch jobs for daily GLORYS OBC file generation on GFDL PPAN

tools/boundary/glorys_obc_workflow/template/subset_glorys_template.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#SBATCH --mail-type={{ _EMAIL_NOTIFACTION }}
66
#SBATCH --mail-user={{ _USER_EMAIL }}
77
#SBATCH --output={{ _LOG_PATH }}
8+
#SBATCH --error={{ _LOG_PATH }}
89

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

0 commit comments

Comments
 (0)