source: LMDZ6/trunk/libf/phylmd/cvflag.h @ 3492

Last change on this file since 3492 was 3492, checked in by jyg, 5 years ago

New computations of the lifted parcel in Emanuel's
convective scheme, controlled by two new flags:

Integer flag icvflag_Tpa:

0 -> Ice fraction in the adiabatic ascents =

function of environment tempertaure.
Computation in two steps: the first is ice
free; the second adds ice (Arnaud Jam
scheme)

1 -> Ice fraction in the adiabatic ascents =

function of environment tempertaure.
Computation in one single step.

2 -> Ice fraction in the adiabatic ascents =

function of ascent temperature.
Computation in one single step.

Logical flag qsat_depends_on_qt:

When True, specific hunidity at saturation

is a function of the amount of condsensate.

Else it is equal to qsat.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 182 bytes
Line 
1!
2! $Header$
3!
4      logical cvflag_grav
5      logical cvflag_ice
6      integer icvflag_Tpa
7
8      COMMON /cvflag/ icvflag_Tpa, cvflag_grav, cvflag_ice
9!$OMP THREADPRIVATE(/cvflag/)
Note: See TracBrowser for help on using the repository browser.