source: LMDZ6/trunk/libf/phylmd/conema3_mod_h.f90 @ 5301

Last change on this file since 5301 was 5283, checked in by abarral, 4 days ago

Turn tracstoke.h conema3.h cv30_routines.f90 cv30param.h into modules

  • 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: 553 bytes
Line 
1MODULE conema3_mod_h
2  IMPLICIT NONE; PRIVATE
3  PUBLIC epmax, coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed
4  PUBLIC iflag_cvl_sigd, iflag_clw, ok_adj_ema
5
6  REAL epmax             ! 0.993
7  REAL coef_epmax_cape             ! 0.993
8  REAL  cvl_comp_threshold     ! 0.
9  LOGICAL ok_adj_ema      ! F
10  INTEGER iflag_clw      ! 0
11  INTEGER iflag_cvl_sigd
12  REAL cvl_sig2feed      ! 0.97
13
14  !$OMP THREADPRIVATE(epmax,coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed)
15  !$OMP THREADPRIVATE(iflag_cvl_sigd, iflag_clw, ok_adj_ema)
16END MODULE conema3_mod_h
Note: See TracBrowser for help on using the repository browser.