|
Last change
on this file since 674 was
207,
checked in by aslmd, 14 years ago
|
|
MESOSCALE: A GENERAL CLEAN-UP FOLLOWING UPDATING THE USER MANUAL. EVERYTHING ESSENTIAL IS IN MESOSCALE (much lighter than before). EVERYTHING FOR DEVELOPPERS OR EXPERTS IS IN MESOSCALE_DEV.
|
-
Property svn:executable set to
*
|
|
File size:
739 bytes
|
| Line | |
|---|
| 1 | ! v5df.h |
|---|
| 2 | |
|---|
| 3 | ! Include file for using v5d functions from FORTRAN programs |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | ! Function prototypes. See the README file for details. These are |
|---|
| 7 | ! the functions you'll want to use for writing v5d file converters. |
|---|
| 8 | |
|---|
| 9 | integer v5dcreate |
|---|
| 10 | |
|---|
| 11 | integer v5dcreatesimple |
|---|
| 12 | |
|---|
| 13 | integer v5dwrite |
|---|
| 14 | |
|---|
| 15 | integer v5dmcfile |
|---|
| 16 | |
|---|
| 17 | integer v5dclose |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | ! 5-D grid limits, must match those in v5d.h!!! |
|---|
| 21 | integer MAXVARS, MAXTIMES, MAXROWS, MAXCOLUMNS, MAXLEVELS |
|---|
| 22 | |
|---|
| 23 | parameter (MAXVARS=100) |
|---|
| 24 | parameter (MAXTIMES=400) |
|---|
| 25 | parameter (MAXROWS=400) |
|---|
| 26 | parameter (MAXCOLUMNS=400) |
|---|
| 27 | parameter (MAXLEVELS=100) |
|---|
| 28 | |
|---|
| 29 | ! Missing values |
|---|
| 30 | real MISSING |
|---|
| 31 | integer IMISSING |
|---|
| 32 | |
|---|
| 33 | parameter (MISSING=1.0E35) |
|---|
| 34 | parameter (IMISSING=-987654) |
|---|
| 35 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.