source: LMDZ5/trunk/libf/comvert.h @ 1630

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

Importation initiale du répertoire dyn3dmem


Initial import of dyn3dmem directory

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.