 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
 Revision Graph
o initial check-in
| 1 | edhill | 1.1 | #!/bin/bash | 
| 2 | # | ||
| 3 | #PBS -l ncpus=5 | ||
| 4 | #PBS -l walltime=1:00:00 | ||
| 5 | #PBS -j oe | ||
| 6 | #PBS -q ecco | ||
| 7 | #PBS -l ignore_ded=1 | ||
| 8 | |||
| 9 | cd /nobackup/menemenl/cube_eh3/MITgcm/verification/global_ocean.cs32x15/run/out.1993 | ||
| 10 | |||
| 11 | ./do_the_averages | ||
| 12 | |||
| 13 | 
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |