Last change
on this file was
1864,
checked in by aslmd, 8 years ago
|
PREP_MARS changed name to be compliant with meso_install.sh
|
-
Property svn:executable set to
*
|
File size:
513 bytes
|
Rev | Line | |
---|
[1857] | 1 | #! /bin/bash |
---|
| 2 | |
---|
| 3 | \rm fix_no_info.inc 2> /dev/null |
---|
| 4 | \rm *.o 2> /dev/null |
---|
| 5 | touch fix_no_info.inc |
---|
| 6 | |
---|
| 7 | #pgf90 -byteswapio readmeteo.F90 \ |
---|
| 8 | #g95 -fno-second-underscore -fendian=big readmeteo.F90 \ |
---|
| 9 | gfortran -cpp -fno-second-underscore readmeteo.F90 \ |
---|
| 10 | -L$NETCDF/lib -lnetcdf \ |
---|
| 11 | -I$NETCDF/include \ |
---|
| 12 | -o readmeteo.exe |
---|
| 13 | |
---|
| 14 | #pgf90 create_readmeteo.F90 \ |
---|
| 15 | gfortran -cpp -fno-second-underscore create_readmeteo.F90 \ |
---|
| 16 | -L$NETCDF/lib -lnetcdf \ |
---|
| 17 | -I$NETCDF/include \ |
---|
| 18 | -o create_readmeteo.exe |
---|
| 19 | |
---|
| 20 | \rm fix_no_info.inc 2> /dev/null |
---|
| 21 | \rm *.o 2> /dev/null |
---|
Note: See
TracBrowser
for help on using the repository browser.