|
Last change
on this file since 3094 was
11,
checked in by aslmd, 15 years ago
|
|
spiga@svn-planeto:ajoute le modele meso-echelle martien
|
-
Property svn:executable set to
*
|
|
File size:
507 bytes
|
| Line | |
|---|
| 1 | c |
|---|
| 2 | c eofdump: |
|---|
| 3 | c This include file controls the production of data for EOFs. |
|---|
| 4 | c |
|---|
| 5 | c Dump profiles for EOFs every ieofs physics timesteps, |
|---|
| 6 | c starting at first call. |
|---|
| 7 | integer ieofs |
|---|
| 8 | c |
|---|
| 9 | c Only dump profiles every eofskip points in each direction |
|---|
| 10 | c on the model grid. |
|---|
| 11 | integer eofskip |
|---|
| 12 | parameter (eofskip = 4) |
|---|
| 13 | c |
|---|
| 14 | c Units for writing EOF header and data |
|---|
| 15 | integer uehead, uedata |
|---|
| 16 | parameter (uehead = 82, uedata = 83) |
|---|
| 17 | c |
|---|
| 18 | common /eofcom/ ieofs |
|---|
| 19 | c |
|---|
| 20 | INTEGER npgrid |
|---|
| 21 | PARAMETER(npgrid=ngridmx+2*(iim-1)) |
|---|
| 22 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.