source: LMDZ6/trunk/libf/phylmd/nuage.h @ 4678

Last change on this file since 4678 was 4613, checked in by fhourdin, 11 months ago

Integration/replay_isation travail Louis (ratqs)

  • 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: 749 bytes
Line 
1!
2! $Id: nuage.h 4613 2023-07-07 02:01:37Z fhourdin $
3!
4      REAL rad_froid, rad_chau1, rad_chau2
5      REAL rei_min,rei_max
6      REAL tau_cld_cv,coefw_cld_cv
7      REAL tmax_fonte_cv
8      INTEGER iflag_cld_cv, iflag_ratqs
9      INTEGER iflag_rei
10      LOGICAL ok_icefra_lscp
11
12      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,                 &
13     &                  rei_min,rei_max,                                &
14     &                  tau_cld_cv,coefw_cld_cv,                        &
15     &                  tmax_fonte_cv,iflag_ratqs,                      &
16     &                  iflag_cld_cv,                                   &
17     &                  ok_icefra_lscp,                                 &
18     &                  iflag_rei   
19!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.