Changeset 253 for trunk/LMDZ.GENERIC/deftank/autospinup
- Timestamp:
- Aug 2, 2011, 11:13:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/autospinup
r135 r253 1 #!/bin/bash 1 # @ job_name=gcm_3D 2 # @ output = $(job_name).$(jobid) 3 # @ error = $(output) 4 # @ job_type = serial 5 # @ class = D 6 # @ queue 2 7 3 #DEF_DIR=/san/home/rdword/gcm/spinups 4 DEF_DIR=/u/rwlmd/spinups/ 8 #grep "^# @" $0 9 #set -vx 10 # 5 11 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 12 cp -f run_spinup.def run.def 13 newstart.e < start_earlymars 10 14 startrestart 11 15 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 16 echo "Starting GCM spinup year..." 17 gcm.e 25 18 startrestart0 26 19 27 exit 0 20 echo "Running for multiple years to reach equilibrium." 21 cp -f run_normal.def run.def 22 run0 28 23 29 # run for many years to reach equilibrium30 #cp -f run_1yr_earth.def run.def31 #rm -f num_run32 #run033 34 # start the final 1-yr run with intensive OLR save35 #cp -f run_1yr_earth_OLR.def run.def36 #run_OLR
Note: See TracChangeset
for help on using the changeset viewer.