Last change
on this file since 3177 was
3175,
checked in by emillour, 11 months ago
|
Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM
|
-
Property svn:executable set to
*
|
File size:
151 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | i=0 |
---|
4 | imax=100 |
---|
5 | while [ $i -le $imax ] |
---|
6 | do |
---|
7 | i=$(( $i + 1 )) |
---|
8 | rm fort* |
---|
9 | rm lrun${i} |
---|
10 | rm diagfi${i}.nc |
---|
11 | rm restart${i}.nc |
---|
12 | rm restartfi${i}.nc |
---|
13 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.