Skip to content

Commit b483cc8

Browse files
Minor updates the Hera grid driver script.
Fixes ufs-community#709.
1 parent cba2a38 commit b483cc8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

driver_scripts/driver_grid.hera.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#SBATCH --nodes=1 --ntasks-per-node=24
99
##SBATCH --partition=bigmem
1010
#SBATCH -q debug
11-
#SBATCH -t 00:10:00
11+
#SBATCH -t 00:20:00
1212

1313
#-----------------------------------------------------------------------
1414
# Driver script to create a cubic-sphere based model grid on Hera.
@@ -24,8 +24,9 @@
2424
# Note: The sfc_climo_gen program only runs with an
2525
# mpi task count that is a multiple of six. This is
2626
# an ESMF library requirement. Large grids may require
27-
# tasks spread across multiple nodes. The orography code
28-
# benefits from threads.
27+
# tasks spread across multiple nodes or to be run on
28+
# 'bigmem' nodes (#SBATCH --partition=bigmem). The
29+
# orography code benefits from threads.
2930
#
3031
# To run, do the following:
3132
#

0 commit comments

Comments
 (0)