Parent Directory
|
Revision Log
|
Revision Graph
updated for cube40 integration same as cube38 but without specifying net shortwave swflux this will make summer ice extent look worse (initially) but it is a more consistent (no cheating) physical treatment of shortwave
1 | #!/bin/csh |
2 | #PBS -l ncpus=216 |
3 | #PBS -q ecco |
4 | #PBS -l walltime=600:00:00 |
5 | #PBS -j oe |
6 | #PBS -l ignore_ded=1 |
7 | #PBS -m abe |
8 | #PBS -M menemenlis@jpl.nasa.gov |
9 | |
10 | #====>>> REPLACE FOLLOWING LINE WITH CORRECT RUNTIME DIRECTORY <<<==== |
11 | cd /nobackup/menemenl/cube/MITgcm/verification/global_ocean.cs32x15/run |
12 | |
13 | limit stacksize unlimited |
14 | |
15 | \cp data.pkg_hr data.pkg |
16 | \cp data.seaice_hr data.seaice |
17 | \cp data.exf_clim_hr data.exf_clim |
18 | \cp data.exf_hr data.exf |
19 | \cp data_hr data |
20 | ./modpickup |
21 | mpirun -np 216 ./mitgcmuv |
ViewVC Help | |
Powered by ViewVC 1.1.22 |