source: LMDZ.3.3/branches/rel-LF/libf/phylmd/param_cou.h @ 98

Last change on this file since 98 was 98, checked in by lmdzadmin, 24 years ago

Interface avec les differentes surface, version de travail.LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 483 bytes
Line 
1C
2C -- param_cou.h
3C
4        INTEGER jpmaxfld
5        PARAMETER(jpmaxfld = 100)        ! Number of maximum fields
6                                         ! exchange betwwen ocean and atmosphere
7        INTEGER jpflda2o
8        PARAMETER(jpflda2o = 8)          ! Number of fields exchanged from
9                                         ! atmosphere to ocean
10C
11        INTEGER jpfldo2a
12        PARAMETER(jpfldo2a = 2)          ! Number of fields exchanged from
13                                         ! ocean to atmosphere
14C
Note: See TracBrowser for help on using the repository browser.