source: trunk/LMDZ.GENERIC/deftank/autospinup @ 2890

Last change on this file since 2890 was 253, checked in by emillour, 13 years ago

Generic GCM

  • Massive update to version 0.7

EM+RW

  • Property svn:executable set to *
File size: 370 bytes
Line 
1# @ job_name=gcm_3D
2# @ output = $(job_name).$(jobid)
3# @ error = $(output)
4# @ job_type = serial
5# @ class = D
6# @ queue
7
8#grep "^# @" $0
9#set -vx
10#
11
12cp -f run_spinup.def run.def
13newstart.e < start_earlymars
14startrestart
15
16echo "Starting GCM spinup year..."
17gcm.e
18startrestart0
19
20echo "Running for multiple years to reach equilibrium."
21cp -f run_normal.def run.def
22run0
23
Note: See TracBrowser for help on using the repository browser.