| 1 |
#!/bin/csh |
#!/bin/csh |
| 2 |
#PBS -l select=host=columbia15:ncpus=216 |
#PBS -l select=ncpus=216:s_1600=true |
| 3 |
#PBS -q ecco |
#PBS -q ecco |
| 4 |
#PBS -l walltime=600:00:00 |
#PBS -l walltime=400:00:00 |
| 5 |
#PBS -j oe |
#PBS -j oe |
| 6 |
#PBS -l ignore_ded=1 |
#PBS -l ignore_ded=1 |
| 7 |
#PBS -m abe |
#PBS -m abe |
| 9 |
#PBS -M hong.zhang@caltech.edu |
#PBS -M hong.zhang@caltech.edu |
| 10 |
|
|
| 11 |
#====>>> REPLACE FOLLOWING LINE WITH CORRECT RUNTIME DIRECTORY <<<==== |
#====>>> REPLACE FOLLOWING LINE WITH CORRECT RUNTIME DIRECTORY <<<==== |
| 12 |
cd /nobackup2a/menemenl/cube/MITgcm/verification/global_ocean.cs32x15/run |
cd /nobackup2a/menemenl/cube66/MITgcm/run |
| 13 |
|
|
| 14 |
limit stacksize unlimited |
limit stacksize unlimited |
| 15 |
|
|