Parent Directory
|
Revision Log
|
Revision Graph
remove unused input files (no longer up to date)
| 1 | cnh | 1.1 | #!/bin/csh |
| 2 | # | ||
| 3 | # o -N Job Name | ||
| 4 | #PBS -N plumes | ||
| 5 | #PBS -l nodes=1:p4 | ||
| 6 | #PBS -q four | ||
| 7 | #PBS -e stderr | ||
| 8 | #PBS -o stdout | ||
| 9 | #PBS -V | ||
| 10 | |||
| 11 | cd /DATA/d31/helen/PRM/MITgcm-c53/verification/plume/run | ||
| 12 | ./mitgcmuv | ||
| 13 | |||
| 14 | exit | ||
| 15 |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |