source: trunk/LMDZ.PLUTO.old/deftank/gcm/launchrestart @ 3555

Last change on this file since 3555 was 3175, checked in by emillour, 11 months ago

Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM

  • Property svn:executable set to *
File size: 197 bytes
Line 
1#!/bin/bash
2
3cp start0.nc start.nc
4cp startfi0.nc startfi.nc
5
6./newstart.e < newstart.def
7
8mv restart.nc start.nc
9mv restartfi.nc startfi.nc
10
11cp start.nc start1984.nc
12cp startfi.nc startfi1984.nc
13
Note: See TracBrowser for help on using the repository browser.