Skip to content

Commit

Permalink
feature/reg_tests This commit references ufs-community#99.
Browse files Browse the repository at this point in the history
Updates to reg test script prologs.
  • Loading branch information
GeorgeGayno-NOAA committed May 1, 2020
1 parent 03f7e5f commit d1dcf67
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
#-----------------------------------------------------------------------------

#SBATCH -J cycle_driver
#SBATCH -J cycle_reg_test
#SBATCH -A emcda
#SBATCH --open-mode=truncate
#SBATCH -o regression.log
Expand Down
6 changes: 3 additions & 3 deletions reg_tests/ice_blend/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
# Log output is placed in regression.log. A summary is
# placed in summary.log.
#
# The test fails when its output does not match the baseline files
# as determined by the 'cmp' command. The baseline files are
# The test fails when its output does not match the baseline file
# as determined by the 'cmp' command. The baseline file is
# stored in HOMEreg.
#
#-----------------------------------------------------------------------------

#BSUB -W 0:02
#BSUB -o regression.log
#BSUB -e regression.log
#BSUB -J s2m_regt
#BSUB -J iceb_regt
#BSUB -q debug
#BSUB -R "rusage[mem=2000]"
#BSUB -P GFS-DEV
Expand Down
4 changes: 2 additions & 2 deletions reg_tests/ice_blend/driver.dell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Log output is placed in regression.log. A summary is
# placed in summary.log
#
# The test fails when its output does not match the baseline files
# as determined by the 'cmp' command. The baseline files are
# The test fails when its output does not match the baseline file
# as determined by the 'cmp' command. The baseline file is
# stored in HOMEreg.
#
#-----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions reg_tests/ice_blend/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Log output is placed in regression.log. A summary is
# placed in summary.log
#
# The test fails when its output does not match the baseline files
# as determined by the 'cmp' command. The baseline files are
# The test fails when its output does not match the baseline file
# as determined by the 'cmp' command. The baseline file is
# stored in HOMEreg.
#
#-----------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions reg_tests/ice_blend/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Log output is placed in regression.log. A summary is
# placed in summary.log
#
# The test fails when its output does not match the baseline files
# as determined by the 'cmp' command. The baseline files are
# The test fails when its output does not match the baseline file
# as determined by the 'cmp' command. The baseline file is
# stored in HOMEreg.
#
#-----------------------------------------------------------------------------
Expand All @@ -22,7 +22,7 @@
#SBATCH --partition=sjet
#SBATCH --time 0:01
#SBATCH --account=emcda
#SBATCH --job-name=ice_blned
#SBATCH --job-name=ice_blnd
#SBATCH -o regression.log
#SBATCH -e regression.log

Expand Down
4 changes: 2 additions & 2 deletions reg_tests/snow2mdl/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Log output is placed in regression.log. A summary is
# placed in summary.log
#
# The test fails when its output does not match the baseline files
# as determined by the 'cmp' command. The baseline files are
# The test fails when its output does not match the baseline file
# as determined by the 'cmp' command. The baseline file is
# stored in HOMEreg.
#
#-----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions reg_tests/snow2mdl/driver.dell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Log output is placed in regression.log. A summary is
# placed in summary.log
#
# The test fails when its output does not match the baseline files
# as determined by the 'cmp' command. The baseline files are
# The test fails when its output does not match the baseline file
# as determined by the 'cmp' command. The baseline file is
# stored in HOMEreg.
#
#-----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions reg_tests/snow2mdl/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Log output is placed in regression.log. A summary is
# placed in summary.log
#
# The test fails when its output does not match the baseline files
# as determined by the 'cmp' command. The baseline files are
# The test fails when its output does not match the baseline file
# as determined by the 'cmp' command. The baseline file is
# stored in HOMEreg.
#
#-----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions reg_tests/snow2mdl/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Log output is placed in regression.log. A summary is
# placed in summary.log
#
# The test fails when its output does not match the baseline files
# as determined by the 'cmp' command. The baseline files are
# The test fails when its output does not match the baseline file
# as determined by the 'cmp' command. The baseline file is
# stored in HOMEreg.
#
#-----------------------------------------------------------------------------
Expand Down

0 comments on commit d1dcf67

Please sign in to comment.