source: trunk/LMDZ.PLUTO.old/deftank/nogcm_simple/looprun @ 3438

Last change on this file since 3438 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: 277 bytes
Line 
1#!/bin/bash
2
3i=0
4imax=3
5while [ $i -le $imax ] 
6do
7i=$(( $i + 1 ))
8./nogcm.e > lrun${i}
9cp fort.71 fort.71_${i}
10cp fort.72 fort.72_${i}
11mv restart.nc start.nc
12mv restartfi.nc startfi.nc
13mv diagfi.nc diagfi${i}.nc
14cp start.nc restart${i}.nc
15cp startfi.nc restartfi${i}.nc
16done
Note: See TracBrowser for help on using the repository browser.