Last change
on this file was
3175,
checked in by emillour, 12 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:
277 bytes
|
Rev | Line | |
---|
[3175] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | i=0 |
---|
| 4 | imax=3 |
---|
| 5 | while [ $i -le $imax ] |
---|
| 6 | do |
---|
| 7 | i=$(( $i + 1 )) |
---|
| 8 | ./nogcm.e > lrun${i} |
---|
| 9 | cp fort.71 fort.71_${i} |
---|
| 10 | cp fort.72 fort.72_${i} |
---|
| 11 | mv restart.nc start.nc |
---|
| 12 | mv restartfi.nc startfi.nc |
---|
| 13 | mv diagfi.nc diagfi${i}.nc |
---|
| 14 | cp start.nc restart${i}.nc |
---|
| 15 | cp startfi.nc restartfi${i}.nc |
---|
| 16 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.