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

Last change on this file since 187 was 135, checked in by aslmd, 14 years ago

CHANGEMENT ARBORESCENCE ETAPE 2 -- NON COMPLET

  • Property svn:executable set to *
File size: 733 bytes
Line 
1#!/bin/bash
2
3#DEF_DIR=/san/home/rdword/gcm/spinups
4DEF_DIR=/u/rwlmd/spinups/
5
6#makegcm -d 32x24x20 -b 32x36 -t 2 -p std gcm
7#makegcm -d 32x24x20 -b 32x36 -t 2 -p std newstart
8
9newstart.e < start_earth
10startrestart
11
12echo "Starting short GCM spinup run #1..."
13cp -f $DEF_DIR/run1.def run.def
14gcm.e > lruns1
15startrestart
16
17echo "Starting short GCM spinup run #2..."
18cp -f $DEF_DIR/run2.def run.def
19gcm.e > lruns2
20startrestart
21
22echo "Finishing GCM spinup year..."
23cp -f $DEF_DIR/run_1styr_earth.def run.def
24gcm.e > lrun0
25startrestart0
26
27exit 0
28
29# run for many years to reach equilibrium
30#cp -f run_1yr_earth.def run.def
31#rm -f num_run
32#run0
33
34# start the final 1-yr run with intensive OLR save
35#cp -f run_1yr_earth_OLR.def run.def
36#run_OLR
Note: See TracBrowser for help on using the repository browser.