source: LMDZ4/tags/LMDZ4_V3_2/libf/phylmd/dimphy.h @ 912

Last change on this file since 912 was 912, checked in by (none), 16 years ago

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 509 bytes
Line 
1!
2! $Header$
3!
4c-----------------------------------------------------------------------
5      INTEGER KIDIA, KFDIA, KLON, KLEV
6      PARAMETER (KIDIA=1,KFDIA=iim*(jjm-1)+2-1/jjm,
7     .           KLON=KFDIA-KIDIA+1,KLEV=llm)
8c-----------------------------------------------------------------------
9      INTEGER nbtr ! nombre de vrais traceurs
10      PARAMETER (nbtr=nqmx-2+1/(nqmx-1))
11c-----------------------------------------------------------------------
12      REAL zmasq(KLON)
13      COMMON/terreoce/zmasq
Note: See TracBrowser for help on using the repository browser.