source: trunk/MESOSCALE/LMD_MM_MARS/SRC/ARWpost/convert_missing @ 206

Last change on this file since 206 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

  • Property svn:executable set to *
File size: 133 bytes
Line 
1#! /bin/bash
2
3        echo 'converting ...'
4        \rm input.dat_tmp
5        sed s/'*'/'9'/g input.dat > input.dat_tmp
6        echo "done"
Note: See TracBrowser for help on using the repository browser.