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/cv3param.h

    r2905 r3492  
    1212      logical ok_convstop
    1313      logical ok_intermittent
     14      logical qsat_depends_on_qt
    1415      integer noff, minorig, nl, nlp, nlm
    1516      integer cv_flag_feed
     
    4546                      ,ok_optim_yield &
    4647                      ,ok_entrain &
    47                       ,ok_homo_tend
     48                      ,ok_homo_tend &
     49                      ,qsat_depends_on_qt
    4850!$OMP THREADPRIVATE(/cv3param/)
    4951
Note: See TracChangeset for help on using the changeset viewer.