Parent Directory
|
Revision Log
|
Revision Graph
Initial test
| 1 | cnh | 1.1 | #!/bin/csh |
| 2 | # | ||
| 3 | # o -N Job Name | ||
| 4 | #PBS -N c_chimney | ||
| 5 | #PBS -l nodes=1:p4 | ||
| 6 | #PBS -q four | ||
| 7 | #PBS -e stderr | ||
| 8 | #PBS -o stdout | ||
| 9 | #PBS -V | ||
| 10 | |||
| 11 | set verbose | ||
| 12 | cd /DATA/d31/helen/PRM/MITgcm-r1p8/verification/chimney_coarse/run | ||
| 13 | ./mitgcmuv | ||
| 14 | |||
| 15 | exit | ||
| 16 |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |