Last change
on this file was
235,
checked in by aslmd, 14 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:
530 bytes
|
Line | |
---|
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 | ifort -convert big_endian readmeteo.F90 \ |
---|
8 | -L$NETCDF/lib -lnetcdf \ |
---|
9 | -I$NETCDF/include \ |
---|
10 | -o readmeteo.exe |
---|
11 | |
---|
12 | ifort -convert big_endian 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 |
---|
19 | |
---|
20 | #echo I assume input_diagfi is correctly linked |
---|
21 | #echo I assume WPSFEED folder exists or is linked |
---|
22 | #echo 1 | create_readmeteo.exe |
---|
23 | #readmeteo.exe < readmeteo.def |
---|
Note: See
TracBrowser
for help on using the repository browser.