Last change
on this file since 3732 was
3732,
checked in by afalco, 8 weeks ago
|
PLUTO: example script and .def file to rescale start files.
Do not care about date if only one time step in start archive.
AF
|
-
Property svn:executable set to
*
|
File size:
337 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | nlevel=151 |
---|
4 | nlevel=201 |
---|
5 | |
---|
6 | cp start0.nc start.nc |
---|
7 | cp startfi0.nc startfi.nc |
---|
8 | cp z2sig_27 z2sig.def |
---|
9 | rm start_archive.nc |
---|
10 | start2archive_32x24x27_phypluto_b17x23_seq.e |
---|
11 | cp z2sig_${nlevel}_v1 z2sig.def |
---|
12 | newstart_96x72x${nlevel}_phypluto_b17x23_seq.e < newstart.def |
---|
13 | mv restart.nc start.nc |
---|
14 | mv restartfi.nc startfi.nc |
---|
15 | #./expandstartfi.e |
---|
16 | |
---|
17 | |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.