2 !
$Id: comvert.h 1654 2012-09-24 15:07:18Z aslmd $
4 !-----------------------------------------------------------------------
11 common/comverti/disvert_type, pressure_exner
14 real bp ! hybrid sigma contribution at interlayer
23 real bps ! hybrid sigma contribution at mid-layers
27 integer disvert_type ! type of vertical discretization:
28 ! 1: Earth (default for planet_type==earth),
29 ! automatic generation
30 ! 2: Planets (default for planet_type!=earth),
31 ! using 'z2sig.def' (or 'esasig.def) file
33 logical pressure_exner
34 ! compute
pressure inside layers using Exner function, else use mean
37 !-----------------------------------------------------------------------