source: trunk/LMDZ.PLUTO/deftank/newstart/newscale_z2sig.sh @ 3732

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
3nlevel=151
4nlevel=201
5
6cp start0.nc start.nc
7cp startfi0.nc startfi.nc
8cp z2sig_27 z2sig.def
9rm start_archive.nc
10start2archive_32x24x27_phypluto_b17x23_seq.e
11cp z2sig_${nlevel}_v1 z2sig.def
12newstart_96x72x${nlevel}_phypluto_b17x23_seq.e < newstart.def
13mv restart.nc start.nc
14mv restartfi.nc startfi.nc
15#./expandstartfi.e
16
17
18
Note: See TracBrowser for help on using the repository browser.