source: LMDZ6/trunk/libf/phylmd/cvparam_mod_h.f90

Last change on this file was 5303, checked in by abarral, 37 hours ago

Turn compar1d.h date_cas.h into module
Move fcg_racmo.h to obsolete

  • 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: 702 bytes
Line 
1MODULE cvparam_mod_h
2  IMPLICIT NONE; PRIVATE
3  PUBLIC noff, minorig, nl, nlp, nlm &
4          , elcrit, tlcrit &
5          , entp, sigs, sigd &
6          , omtrain, omtsnow, coeffr, coeffs &
7          , dtmax, cu, betad, alpha, damp, delta
8
9  integer noff, minorig, nl, nlp, nlm
10  real elcrit, tlcrit
11  real entp
12  real sigs, sigd
13  real omtrain, omtsnow, coeffr, coeffs
14  real dtmax
15  real cu
16  real betad
17  real alpha, damp
18  real delta
19
20  !$OMP THREADPRIVATE(noff, minorig, nl, nlp, nlm &
21  !$OMP          , elcrit, tlcrit &
22  !$OMP          , entp, sigs, sigd &
23  !$OMP          , omtrain, omtsnow, coeffr, coeffs &
24  !$OMP          , dtmax, cu, betad, alpha, damp, delta)
25END MODULE cvparam_mod_h
Note: See TracBrowser for help on using the repository browser.