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

Last change on this file since 179 was 179, checked in by lmdzadmin, 23 years ago

Synchronisation avec version MAFO:

ajout sortie netcdf des champs echanges avec le coupleur
quelques save sur les variables (pb stack/static sur le nec)

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 179 2001-03-20 15:14:30Z lmdzadmin $
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 = 11)         ! 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.