source: LMDZ5/branches/testing/libf/phylmd/nuage.h @ 2300

Last change on this file since 2300 was 2298, checked in by Laurent Fairhead, 9 years ago

Merged trunk changes -r2237:2291 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: 556 bytes
RevLine 
[524]1!
[1286]2! $Id: nuage.h 2298 2015-06-14 19:13:32Z fhourdin $
[524]3!
[1286]4      REAL rad_froid, rad_chau1, rad_chau2, t_glace_max, t_glace_min
[2056]5      REAL exposant_glace
[1525]6      REAL rei_min,rei_max
[2220]7      REAL tau_cld_cv,coefw_cld_cv
[524]8
[2298]9      REAL tmax_fonte_cv
10
[2220]11      INTEGER iflag_t_glace,iflag_cld_cv
[2056]12
[1286]13      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max,     &
[2056]14     &                  t_glace_min,exposant_glace,rei_min,rei_max,     &
[2220]15     &                  tau_cld_cv,coefw_cld_cv,                        &
[2298]16     &                  iflag_t_glace,iflag_cld_cv,tmax_fonte_cv
[766]17!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.