Parent Directory
|
Revision Log
|
Revision Graph
Initial check-in of the Super hyper fast version of the coupled model
| 1 | #!/bin/csh |
| 2 | |
| 3 | rm -f *~ |
| 4 | rm -f rank_0/*.clog |
| 5 | |
| 6 | foreach idir (1 2 3 4 5 6 7) |
| 7 | cd rank_$idir |
| 8 | rm -f *~ fort* *.nc PI* pickup* |
| 9 | rm -f STDERR.* STDOUT.* *.clog |
| 10 | rm -f Bo_surf.* DXC.* DXG.* DYC.* DYG.* Depth.* RAC.* RAS.* RAW.* XC.* XG.* \ |
| 11 | YC.* YG.* hFacC.* hFacS.* hFacW.* topo_P.* AngleCS* AngleSN* RAZ* \ |
| 12 | aim_WeightSurf.* |
| 13 | cd .. |
| 14 | end |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |