source: LMDZ.3.3/tags/IPSL-CM4_LJ29_OPT/libf/phylmd/param_cou.h @ 497

Last change on this file since 497 was 397, checked in by lmdzadmin, 22 years ago

Champs supplementaire dans le coupleur (calving) + dependance des routines
"couplees" aux include
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 661 bytes
Line 
1! $Id: param_cou.h 397 2002-07-22 08:50:58Z None $
2!
3! -- param_cou.h
4!
5        INTEGER jpmaxfld
6        PARAMETER(jpmaxfld = 40)        ! Maximum number of fields exchanged
7                                        ! between ocean and atmosphere
8        INTEGER jpflda2o1
9        PARAMETER(jpflda2o1 = 12)         ! Number of fields exchanged from
10                                         ! atmosphere to ocean via flx.F
11        INTEGER jpflda2o2
12        PARAMETER(jpflda2o2 = 6)         ! Number of fields exchanged from
13                                         ! atmosphere to ocean via tau.F
14!
15        INTEGER jpfldo2a
16        PARAMETER(jpfldo2a = 4)          ! Number of fields exchanged from
17                                         ! ocean to atmosphere
18!
Note: See TracBrowser for help on using the repository browser.