|
Last change
on this file since 324 was
324,
checked in by aslmd, 14 years ago
|
|
MESOSCALE : Preparatory commit for the ultimate option mars=42 which
would allow mesoscale modeling with photochemistry.
[see r76 method to add 'mars' options]
Modified module_lmd_driver.F and Registry.EM and runmeso
Modified readmeteo.F90 and introduced an option -DPHOTOCHEM
...
Transparent to the casual user
Option mars=42 not yet finished though -- so do not use!
|
-
Property svn:executable set to
*
|
|
File size:
369 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 | pgf90 -byteswapio readmeteo.F90 \ |
|---|
| 8 | -L$NETCDF/lib -lnetcdf \ |
|---|
| 9 | -I$NETCDF/include \ |
|---|
| 10 | -o readmeteo.exe #-DPHOTOCHEM |
|---|
| 11 | |
|---|
| 12 | pgf90 create_readmeteo.F90 \ |
|---|
| 13 | -L$NETCDF/lib -lnetcdf \ |
|---|
| 14 | -I$NETCDF/include \ |
|---|
| 15 | -o create_readmeteo.exe #-DPHOTOCHEM \ |
|---|
| 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.