source: LMDZ4/tags/LMDZ4_V1/libf/phylmd/param_cou.h @ 1603

Last change on this file since 1603 was 627, checked in by (none), 19 years ago

This commit was manufactured by cvs2svn to create tag 'LMDZ4_V1'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 695 bytes
Line 
1!
2! $Header$
3!
4! $Id: param_cou.h 627 2005-04-29 14:03:26Z idelkadi $
5!
6! -- param_cou.h
7!
8        INTEGER jpmaxfld
9        PARAMETER(jpmaxfld = 40)        ! Maximum number of fields exchanged
10                                        ! between ocean and atmosphere
11! -- LOOP
12        INTEGER jpflda2o1
13        PARAMETER(jpflda2o1 = 13)        ! Number of fields exchanged from
14                                         ! atmosphere to ocean via flx.F
15! -- LOOP
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.