Parent Directory
|
Revision Log
|
Revision Graph
cube85: same as cube84 but with: 1. split north/south data.seaice parameters from regional optimizations 2. includes pkg/salt_plume in the Arctic and pkg/down_slope globally 3. initialize from T/S/U/V/ETAN and sea ice files 4. 3-day 3D diagnostics
| 1 | #!/bin/csh |
| 2 | #PBS -l select=ncpus=216:s_1600=true |
| 3 | #PBS -q vlong |
| 4 | #PBS -l walltime=600:00:00 |
| 5 | #PBS -j oe |
| 6 | #PBS -m abe |
| 7 | #PBS -M menemenlis@jpl.nasa.gov,hong.zhang@caltech.edu |
| 8 | #PBS -l Ignore_ded=true |
| 9 | |
| 10 | cd $PBS_O_WORKDIR |
| 11 | limit stacksize unlimited |
| 12 | ./modpickup |
| 13 | mpirun -np 216 ./mitgcmuv |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |