Last change
on this file since 3436 was
253,
checked in by emillour, 13 years ago
|
Generic GCM
- Massive update to version 0.7
EM+RW
|
-
Property svn:executable set to
*
|
File size:
467 bytes
|
Rev | Line | |
---|
[253] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | mv start_archive.nc ../ |
---|
| 4 | rm -f gcm_* |
---|
| 5 | rm -f fort* |
---|
| 6 | rm -f g1d.dat |
---|
| 7 | rm -f g1d.ctl |
---|
| 8 | rm -f exe_planet |
---|
| 9 | rm -f lruns? |
---|
| 10 | rm -f lrun* |
---|
| 11 | rm -f olr.txt |
---|
| 12 | rm -f olr?.txt |
---|
| 13 | rm -f start.nc |
---|
| 14 | rm -f start*.nc |
---|
| 15 | rm -f startfi.nc |
---|
| 16 | rm -f startfi*.nc |
---|
| 17 | rm -f stats*.nc |
---|
| 18 | rm -f diagfi.nc |
---|
| 19 | rm -f diagfi*.nc |
---|
| 20 | rm -f diagspec.nc |
---|
| 21 | rm -f diagspec*.nc |
---|
| 22 | rm -f *.out |
---|
| 23 | rm -f num_run |
---|
| 24 | rm -f num_run.crash |
---|
| 25 | rm -f gcm_3D.* |
---|
| 26 | rm -f rcm_1D.* |
---|
| 27 | rm -f *~ |
---|
| 28 | rm -rf files_out |
---|
| 29 | rm -f profile*.out |
---|
| 30 | mv ../start_archive.nc . |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.