source: trunk/mesoscale/LMD_MM_MARS/SRC/PREP_MARS/compile @ 87

Last change on this file since 87 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: 341 bytes
Line 
1#! /bin/bash
2
3\rm fix_no_info.inc 2> /dev/null
4\rm *.o 2> /dev/null
5touch fix_no_info.inc
6
7pgf90 -byteswapio readmeteo.F90 \
8-L$NETCDF/lib -lnetcdf \
9-I$NETCDF/include \
10-o readmeteo.exe
11
12pgf90 create_readmeteo.F90 \
13-L$NETCDF/lib -lnetcdf \
14-I$NETCDF/include \
15-o create_readmeteo.exe
16
17\rm fix_no_info.inc 2> /dev/null
18\rm *.o 2> /dev/null
Note: See TracBrowser for help on using the repository browser.