source: dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/nuage.h @ 3820

Last change on this file since 3820 was 3809, checked in by ymipsl, 10 years ago

Add LMDZ in aquaplanet configuration
YM

  • Property svn:eol-style set to native
File size: 561 bytes
Line 
1!
2! $Id: nuage.h 2205 2015-02-13 07:22:32Z fhourdin $
3!
4      REAL rad_froid, rad_chau1, rad_chau2, t_glace_max, t_glace_min
5      REAL exposant_glace
6      REAL rei_min,rei_max
7      REAL tau_cld_cv,coefw_cld_cv
8
9      INTEGER iflag_t_glace,iflag_cld_cv
10
11      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max,     &
12     &                  t_glace_min,exposant_glace,rei_min,rei_max,     &
13     &                  tau_cld_cv,coefw_cld_cv,                        &
14     &                  iflag_t_glace,iflag_cld_cv
15!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.