|
Last change
on this file since 180 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 |
|---|
| 4 | DEF_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 | |
|---|
| 9 | newstart.e < start_earth |
|---|
| 10 | startrestart |
|---|
| 11 | |
|---|
| 12 | echo "Starting short GCM spinup run #1..." |
|---|
| 13 | cp -f $DEF_DIR/run1.def run.def |
|---|
| 14 | gcm.e > lruns1 |
|---|
| 15 | startrestart |
|---|
| 16 | |
|---|
| 17 | echo "Starting short GCM spinup run #2..." |
|---|
| 18 | cp -f $DEF_DIR/run2.def run.def |
|---|
| 19 | gcm.e > lruns2 |
|---|
| 20 | startrestart |
|---|
| 21 | |
|---|
| 22 | echo "Finishing GCM spinup year..." |
|---|
| 23 | cp -f $DEF_DIR/run_1styr_earth.def run.def |
|---|
| 24 | gcm.e > lrun0 |
|---|
| 25 | startrestart0 |
|---|
| 26 | |
|---|
| 27 | exit 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.