Last change
on this file since 3677 was
3677,
checked in by afalco, 5 months ago
|
Pluto: .def example files for newstart.
z2sig: parameters in input section.
AF
|
-
Property svn:executable set to
*
|
File size:
446 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | # |
---|
3 | |
---|
4 | i=${1:-2022} |
---|
5 | dim=96x72x151 |
---|
6 | # dim=32x24x27 |
---|
7 | |
---|
8 | cp start$i.nc start.nc |
---|
9 | cp startfi$i.nc startfi.nc |
---|
10 | rm start_archive.nc |
---|
11 | cp run.def_ini run.def |
---|
12 | start2archive_${dim}_phypluto_b17x23_seq.e |
---|
13 | if [ $? != 0 ]; then echo "start2archive failed"; exit 1; fi |
---|
14 | cp run.def_new_hybrid run.def |
---|
15 | newstart_${dim}_phypluto_b17x23_seq.e < ./newstart.def |
---|
16 | if [ $? != 0 ]; then echo "newstart failed"; exit 1; fi |
---|
17 | cp restart.nc start.nc |
---|
18 | cp restartfi.nc startfi.nc |
---|
Note: See
TracBrowser
for help on using the repository browser.