Changeset 4030


Ignore:
Timestamp:
Nov 29, 2021, 1:00:34 PM (3 years ago)
Author:
musat
Message:

Ajout nouveaux flags wake par Jean-Yves Grandpeix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/DefLists/physiq.def_LUDOBest2

    r4017 r4030  
    390390          # Precipitation ejection from adiabatic ascents
    391391          # cvflag_prec_eject: when TRUE ejection is activated. Default: False
     392          # WARNING ! : cvflag_prec_eject=y is effective only if icvflag_Tpa=1
    392393          # ejectliq : 0. =>liquid precipitation is carried up in the adiab updraughts
    393394          #            1. =>liquid precipitation is ejected from adiab updraughts
     
    565566iflag_alp_wk_cond=1
    566567
     568          #Wake population dynamic switch (D:0):
     569          # iflag_wk_pop_dyn=0 ==> wake_dens is set to wdens_ref
     570          # iflag_wk_pop_dyn=1 ==> wake_dens is a prognostic variable
     571iflag_wk_pop_dyn=0
     572
     573          #Flag for the active wake ratio (D:1):
     574          # iflag_wk_act=0: ==> active wake ratio = 0.
     575          # iflag_wk_act=1: ==> active wake ratio = 1.
     576          # iflag_wk_act=2: ==> active wake ratio = f(Wape)
     577          # iflag_wk_act=3: ==> active wake ratio =
     578          #     f(wake_dens, wake_radius, wape, Alp_wk, Alp_bl, birth rate fr cu)
     579iflag_wk_act=1
     580
    567581
    568582####################################################################
Note: See TracChangeset for help on using the changeset viewer.