source: trunk/LMDZ.PLUTO.old/deftank/nogcm/clean @ 3177

Last change on this file since 3177 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: 151 bytes
Line 
1#!/bin/bash
2
3i=0
4imax=100
5while [ $i -le $imax ] 
6do
7i=$(( $i + 1 ))
8rm fort*
9rm lrun${i}
10rm diagfi${i}.nc
11rm restart${i}.nc
12rm restartfi${i}.nc
13done
Note: See TracBrowser for help on using the repository browser.