/[MITgcm]/MITgcm_contrib/dfer/cpl_aim+ocn_fast/cleanRank
ViewVC logotype

Contents of /MITgcm_contrib/dfer/cpl_aim+ocn_fast/cleanRank

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jul 6 18:53:03 2006 UTC (19 years, 1 month ago) by dfer
Branch: MAIN
CVS Tags: HEAD
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