source: LMDZ5/trunk/libf/phylmd/YOMCST2.h @ 2201

Last change on this file since 2201 was 2201, checked in by crio, 9 years ago

Expérience du tube de dentifrice: Ajout d'un terme de grande-échelle dans
la fermeture du schéma de convection. La fraction de la convergence
grande-échelle de masse au LFC ajoutée au flux de masse à la base calculé
par la fermeture en ALP est controlée par coef_clos_ls lu dans physiq.def
(valeur comprise entre 0 et 1, 0 par défaut).
Tube of toothpaste experiment: Additional large-scale term in the closure
formulation of the deep convection scheme. The fraction of the large-scale
convergence of mass at LFC additioned to the cloud-base mass-flux given by
the ALP closure is controlled by coef_clos_ls read in physiq.def (value
between 0 and 1, 0 by default).

  • 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: 626 bytes
Line 
1
2      INTEGER choice, iflag_mix
3      REAL  gammas, alphas, betas, Fmax, qqa1, qqa2, qqa3, scut
4      REAL  Qcoef1max,Qcoef2max,Supcrit1,Supcrit2
5      REAL coef_clos_ls
6!
7      COMMON/YOMCST2/gammas,    alphas, betas, Fmax, scut,              &
8     &               qqa1, qqa2, qqa3,                                  &
9     &               Qcoef1max,Qcoef2max,                               &
10     &               Supcrit1, Supcrit2,                                &
11     &               choice,iflag_mix,coef_clos_ls
12!$OMP THREADPRIVATE(/YOMCST2/)
13!    --------------------------------------------------------------------
14
Note: See TracBrowser for help on using the repository browser.