source: LMDZ5/branches/testing/libf/dyn3dmem/comvert.h @ 1669

Last change on this file since 1669 was 1669, checked in by Laurent Fairhead, 12 years ago

Version testing basée sur la r1668

http://lmdz.lmd.jussieu.fr/utilisateurs/distribution-du-modele/versions-intermediaires


Testing release based on r1668

File size: 747 bytes
Line 
1!
2! $Header$
3!
4!-----------------------------------------------------------------------
5!   INCLUDE 'comvert.h'
6
7      COMMON/comvert/ap(llm+1),bp(llm+1),presnivs(llm),dpres(llm),       &
8     &               pa,preff,nivsigs(llm),nivsig(llm+1)
9
10      common/comverti/disvert_type
11
12      REAL ap,bp,presnivs,dpres,pa,preff,nivsigs,nivsig
13
14      integer disvert_type ! type of vertical discretization:
15                           ! 1: Earth (default for planet_type==earth),
16                           !     automatic generation
17                           ! 2: Planets (default for planet_type!=earth),
18                           !     using 'z2sig.def' (or 'esasig.def) file
19!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.