| 1 |
#!/bin/csh |
| 2 |
#PBS -l ncpus=220 |
| 3 |
#PBS -l walltime=25:00:00 |
| 4 |
#PBS -j oe |
| 5 |
#PBS -q ecco |
| 6 |
#PBS -l ignore_ded=1 |
| 7 |
|
| 8 |
#====>>> REPLACE FOLLOWING LINE WITH CORRECT RUNTIME DIRECTORY <<<==== |
| 9 |
cd /nobackup19/menemenl/cube/MITgcm/verification/global_ocean.cs32x15/run |
| 10 |
|
| 11 |
limit stacksize unlimited |
| 12 |
|
| 13 |
\cp data.pkg_hr data.pkg |
| 14 |
\cp data.seaice_hr data.seaice |
| 15 |
\cp data.exf_clim_hr data.exf_clim |
| 16 |
\cp data_hr94 data |
| 17 |
|
| 18 |
./modpickup |
| 19 |
|
| 20 |
\cp data.exf_hr94 data.exf |
| 21 |
\ln -sf out.1993/pickup*.0*.data . |
| 22 |
mpirun -np 216 dplace ./mitgcmuv |
| 23 |
mkdir out.1994 |
| 24 |
\mv STDOUT.0000 *.data pickup*.meta job_altix94.* out.1994 |
| 25 |
\cp data* job_altix94 out.1994 |
| 26 |
\rm STD* *.meta |
| 27 |
|
| 28 |
#====>>> REMOVE FOLLOWING LINE TO STOP CHAIN <<<==== |
| 29 |
qsub job_altix95 |