source: LMDZ5/branches/testing/libf/phylmd/conema3.h @ 2879

Last change on this file since 2879 was 2488, checked in by Laurent Fairhead, 8 years ago

Merged trunk changes r2457:2487 into testing branch

  • 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: 743 bytes
RevLine 
[524]1!
2! $Header$
[879]3!-- Modified by : Filiberti M-A 06/2005
[524]4!
5      real epmax             ! 0.993
[2488]6      real coef_epmax_cape             ! 0.993
[2298]7!jyg<
8      REAL  cvl_comp_threshold     ! 0.
9!>jyg
[524]10      logical ok_adj_ema      ! F
11      integer iflag_clw      ! 0
[1910]12      integer iflag_cvl_sigd
[2298]13      real cvl_sig2feed      ! 0.97
[524]14
[2298]15!jyg<
[2488]16!!      common/comconema1/epmax,coef_epmax_cape,ok_adj_ema,iflag_clw,sig1feed,sig2feed
[2298]17!!      common/comconema2/iflag_cvl_sigd
[2488]18      common/comconema1/epmax,coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed
[2298]19      common/comconema2/iflag_cvl_sigd, iflag_clw, ok_adj_ema
20!>jyg
[879]21
[2488]22!      common/comconema/epmax,coef_epmax_cape,ok_adj_ema,iflag_clw
[879]23!$OMP THREADPRIVATE(/comconema1/)
24!$OMP THREADPRIVATE(/comconema2/)
[2298]25
Note: See TracBrowser for help on using the repository browser.