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

Last change on this file since 2222 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
RevLine 
[253]1# @ job_name=gcm_3D
2# @ output = $(job_name).$(jobid)
3# @ error = $(output)
4# @ job_type = serial
5# @ class = D
6# @ queue
[135]7
[253]8#grep "^# @" $0
9#set -vx
10#
[135]11
[253]12cp -f run_spinup.def run.def
13newstart.e < start_earlymars
[135]14startrestart
15
[253]16echo "Starting GCM spinup year..."
17gcm.e
[135]18startrestart0
19
[253]20echo "Running for multiple years to reach equilibrium."
21cp -f run_normal.def run.def
22run0
[135]23
Note: See TracBrowser for help on using the repository browser.