source: trunk/LMDZ.PLUTO/deftank/newstart/newstart_to_hybrid.sh @ 3677

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
4i=${1:-2022}
5dim=96x72x151
6# dim=32x24x27
7
8cp start$i.nc start.nc
9cp startfi$i.nc startfi.nc
10rm start_archive.nc
11cp run.def_ini run.def
12start2archive_${dim}_phypluto_b17x23_seq.e
13if [ $? != 0 ]; then echo "start2archive failed"; exit 1; fi
14cp run.def_new_hybrid run.def
15newstart_${dim}_phypluto_b17x23_seq.e < ./newstart.def
16if [ $? != 0 ]; then echo "newstart failed"; exit 1; fi
17cp restart.nc start.nc
18cp restartfi.nc startfi.nc
Note: See TracBrowser for help on using the repository browser.