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

Last change on this file was 3990, checked in by millour, 8 years ago

An updated LMDZ5 (based on LMDZ rev 2786) to play with.
EM

File size: 696 bytes
Line 
1!
2! $Id: nuage.h 2606 2016-07-29 15:26:20Z jyg $
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      REAL tmax_fonte_cv
10
11      INTEGER iflag_t_glace, iflag_cloudth_vert, iflag_cld_cv
12
13      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max,     &
14     &                  t_glace_min,exposant_glace,rei_min,rei_max,     &
15     &                  tau_cld_cv,coefw_cld_cv,                        &
16     &                  tmax_fonte_cv,                                  &
17     &                  iflag_t_glace,iflag_cloudth_vert,iflag_cld_cv
18!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.