Last change
on this file since 1998 was
1998,
checked in by fhourdin, 11 years ago
|
Reactivation du calcul d'un zmax continu pour les thermiques
(thermcell_height.F90, thermcell_plume.F90, thermcell_dry.F90)
ouvre la voie à la réactivation d'une fermeture humide des thermiques
iflag_thermals_closure=2
(conf_phys_m.F90, thermcell.h, thermcell_main.F90)
Modification liée à la conservation de l'eau
(add_phys_tend.F90, add_pbl_tend.F90, physiq.F90)
Modifications liées au déclenchement stochastique
- possibilité de revenir à la Ale déterministe pour le criter ALE>|CIN|
iflag_trig_bl=2, 1 par défaut)
- possibilité d'activer une fermeture statistique où ALP est divisé
par la probabilité de déclenchement
iflag_clos_bl=1 (0 par défaut, ancienne option 1 passée en =2)
Modification de l'entrainemement dans la version "stratocumulus" du
modèle du thermique (quand iflag_thermals_ed=8).
(modifie thermcell_plume.F90)
Catherine, Jean-Yves et Frédéric
|
-
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:
1.1 KB
|
Rev | Line | |
---|
[1146] | 1 | integer :: iflag_thermals,nsplit_thermals |
---|
[1638] | 2 | |
---|
| 3 | !!! nrlmd le 10/04/2012 |
---|
| 4 | integer :: iflag_trig_bl,iflag_clos_bl |
---|
| 5 | integer :: tau_trig_shallow,tau_trig_deep |
---|
| 6 | real :: s_trig |
---|
| 7 | !!! fin nrlmd le 10/04/2012 |
---|
| 8 | |
---|
[1146] | 9 | real,parameter :: r_aspect_thermals=2.,l_mix_thermals=30. |
---|
[1496] | 10 | real :: alp_bl_k |
---|
[1146] | 11 | real :: tau_thermals |
---|
[1638] | 12 | integer,parameter :: w2di_thermals=0 |
---|
[1146] | 13 | integer :: isplit |
---|
[542] | 14 | |
---|
[1146] | 15 | integer :: iflag_coupl,iflag_clos,iflag_wake |
---|
[1998] | 16 | integer :: iflag_thermals_ed,iflag_thermals_optflux,iflag_thermals_closure |
---|
[1146] | 17 | |
---|
[1998] | 18 | common/ctherm1/iflag_thermals,nsplit_thermals,iflag_thermals_closure |
---|
[1496] | 19 | common/ctherm2/tau_thermals,alp_bl_k |
---|
[879] | 20 | common/ctherm4/iflag_coupl,iflag_clos,iflag_wake |
---|
[1026] | 21 | common/ctherm5/iflag_thermals_ed,iflag_thermals_optflux |
---|
| 22 | |
---|
[1638] | 23 | !!! nrlmd le 10/04/2012 |
---|
| 24 | common/ctherm6/iflag_trig_bl,iflag_clos_bl |
---|
| 25 | common/ctherm7/tau_trig_shallow,tau_trig_deep |
---|
| 26 | common/ctherm8/s_trig |
---|
| 27 | !!! fin nrlmd le 10/04/2012 |
---|
| 28 | |
---|
[1647] | 29 | !$OMP THREADPRIVATE(/ctherm1/,/ctherm2/,/ctherm4/,/ctherm5/) |
---|
| 30 | !$OMP THREADPRIVATE(/ctherm6/,/ctherm7/,/ctherm8/) |
---|
Note: See
TracBrowser
for help on using the repository browser.