source: LMDZ6/branches/LMDZ_cdrag_LSCE/libf/phylmd/nuage.h @ 5134

Last change on this file since 5134 was 4669, checked in by Laurent Fairhead, 16 months ago

Merged with trunk revision 4586 corresponding to june 2023 testing

  • 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: 736 bytes
RevLine 
[524]1!
[1286]2! $Id: nuage.h 4669 2023-09-04 08:17:16Z abarral $
[524]3!
[4669]4      REAL rad_froid, rad_chau1, rad_chau2
[1525]5      REAL rei_min,rei_max
[2205]6      REAL tau_cld_cv,coefw_cld_cv
[2287]7      REAL tmax_fonte_cv
[4669]8      INTEGER iflag_cld_cv
9      INTEGER iflag_rei
[4380]10      LOGICAL ok_icefra_lscp
[2006]11
[4669]12      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,                 &
13     &                  rei_min,rei_max,                                &
[2205]14     &                  tau_cld_cv,coefw_cld_cv,                        &
[2606]15     &                  tmax_fonte_cv,                                  &
[4669]16     &                  iflag_cld_cv,                                   &
17     &                  ok_icefra_lscp,                                 &
[4114]18     &                  iflag_rei   
[766]19!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.