source: trunk/MESOSCALE/LMD_MM_MARS/SRC/PREP_MARS/compile_pgf @ 235

Last change on this file since 235 was 235, checked in by aslmd, 13 years ago

MESOSCALE: corrected runmeso and gcm initialization so that it could be used on GNOME ifort cluster and virtually everywhere. changed choice numbering and added choices to initialize but not execute (good for job submission). Also corrected what was broken in the two previous commits on the version of the mesoscale model with old physics

  • 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.