File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22# SBATCH --array=1-21%10 # 21 jobs that run 10 at a time
33# SBATCH --job-name=glc1-a_coupled_init # base job name for the array
4- # SBATCH --mem-per-cpu=1000M # maximum 2250MMB per job
5- # SBATCH --time=00:30 :00 # maximum walltime per job
4+ # SBATCH --mem-per-cpu=1500M # maximum 2250MMB per job
5+ # SBATCH --time=40:00 :00 # maximum walltime per job
66# SBATCH --nodes=1 # Only one node is needed
77# SBATCH --ntasks=1 # These are serial jobs
88# SBATCH --mail-type=ALL # send all mail (way to much)
@@ -168,15 +168,14 @@ diagnostic_run $dx $KEY $offset $run_name $SS_itters
168168# transient run
169169# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
170170dt=0.1
171- NT=50
172- TT=5
171+ NT=20000
172+ TT=2000
173173# limit to 10 S.S. itters for transient runs
174174SS_itters=10
175175# diagnostic run is now restart variable
176176RESTART=" ${run_name} .result"
177177# prognostic run name
178- run_name=" ${KEY} _dx_${dx} _${NT} _${dt} _MB_${offset} _OFF_prog"
179- # run_name="${KEY}_dx_${dx}_MB_${offset}_OFF_prog"
178+ run_name=" ${KEY} _dx_${dx} _NT_${NT} _dt_${dt} _MB_${offset} _OFF_prog"
180179
181180# Start the timer
182181start=$( date +%s.%N)
You can’t perform that action at this time.
0 commit comments