Changeset 4030 for LMDZ6/trunk/DefLists
- Timestamp:
- Nov 29, 2021, 1:00:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/DefLists/physiq.def_LUDOBest2
r4017 r4030 390 390 # Precipitation ejection from adiabatic ascents 391 391 # cvflag_prec_eject: when TRUE ejection is activated. Default: False 392 # WARNING ! : cvflag_prec_eject=y is effective only if icvflag_Tpa=1 392 393 # ejectliq : 0. =>liquid precipitation is carried up in the adiab updraughts 393 394 # 1. =>liquid precipitation is ejected from adiab updraughts … … 565 566 iflag_alp_wk_cond=1 566 567 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 571 iflag_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) 579 iflag_wk_act=1 580 567 581 568 582 ####################################################################
Note: See TracChangeset
for help on using the changeset viewer.