source: LMDZ5/trunk/libf/phylmd/nuage.h @ 1525

Last change on this file since 1525 was 1525, checked in by idelkadi, 13 years ago

Modifications concerning the cloud scheme:

  1. In newmicro, it now possible to read a min and max effective radius of ice particles from physiq.def : rei_min and rei_max which were initially set to 3.5 and 61.29 microns in the code.

concerns : conf_phys.F90, nuage.h, newmicro.F

  1. In physiq.F, in case of combination of iflag_cldcon>=5 (A. Jam cloud scheme) and iflag_coupl=5

concerns : physiq.F and thermcell_main.F90

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 266 bytes
Line 
1!
2! $Id: nuage.h 1525 2011-05-25 10:55:27Z idelkadi $
3!
4      REAL rad_froid, rad_chau1, rad_chau2, t_glace_max, t_glace_min
5      REAL rei_min,rei_max
6
7      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max,     &
8     &                  t_glace_min,rei_min,rei_max
9!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.