Ignore:
Timestamp:
May 4, 2019, 12:35:08 PM (5 years ago)
Author:
jyg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cvflag.h

    r1992 r3492  
    44      logical cvflag_grav
    55      logical cvflag_ice
     6      integer icvflag_Tpa
    67
    7       COMMON /cvflag/ cvflag_grav, cvflag_ice 
     8      COMMON /cvflag/ icvflag_Tpa, cvflag_grav, cvflag_ice
    89!$OMP THREADPRIVATE(/cvflag/)
Note: See TracChangeset for help on using the changeset viewer.