Last change
on this file since 789 was
591,
checked in by Laurent Fairhead, 20 years ago
|
Synchro avec LOOP, PC
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
695 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | ! $Id: param_cou.h 591 2005-02-07 16:41:55Z fairhead $ |
---|
| 5 | ! |
---|
| 6 | ! -- param_cou.h |
---|
| 7 | ! |
---|
| 8 | INTEGER jpmaxfld |
---|
| 9 | PARAMETER(jpmaxfld = 40) ! Maximum number of fields exchanged |
---|
| 10 | ! between ocean and atmosphere |
---|
[591] | 11 | ! -- LOOP |
---|
[524] | 12 | INTEGER jpflda2o1 |
---|
[591] | 13 | PARAMETER(jpflda2o1 = 13) ! Number of fields exchanged from |
---|
[524] | 14 | ! atmosphere to ocean via flx.F |
---|
[591] | 15 | ! -- LOOP |
---|
[524] | 16 | INTEGER jpflda2o2 |
---|
| 17 | PARAMETER(jpflda2o2 = 6) ! Number of fields exchanged from |
---|
| 18 | ! atmosphere to ocean via tau.F |
---|
| 19 | ! |
---|
| 20 | INTEGER jpfldo2a |
---|
| 21 | PARAMETER(jpfldo2a = 4) ! Number of fields exchanged from |
---|
| 22 | ! ocean to atmosphere |
---|
| 23 | ! |
---|
Note: See
TracBrowser
for help on using the repository browser.