source: LMDZ.3.3/branches/rel-LF/libf/phylmd/dimphy.h @ 537

Last change on this file since 537 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:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 494 bytes
Line 
1c-----------------------------------------------------------------------
2      INTEGER KIDIA, KFDIA, KLON, KLEV
3      PARAMETER (KIDIA=1,KFDIA=iim*(jjm-1)+2-1/jjm,
4     .           KLON=KFDIA-KIDIA+1,KLEV=llm)
5c-----------------------------------------------------------------------
6      INTEGER nbtr ! nombre de vrais traceurs
7      PARAMETER (nbtr=nqmx-2+1/(nqmx-1))
8c-----------------------------------------------------------------------
9      REAL zmasq(KLON)
10      COMMON/terreoce/zmasq
Note: See TracBrowser for help on using the repository browser.