source: LMDZ4/tags/V3_conv/libf/phylmd/fisrtilp.h @ 1386

Last change on this file since 1386 was 704, checked in by Laurent Fairhead, 18 years ago

Inclusion des modifs de Y. Meurdesoif pour la version V3
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 542 bytes
Line 
1!
2! $Header$
3!
4      REAL cld_lc_lsc,cld_lc_con
5      REAL cld_tau_lsc,cld_tau_con
6      REAL ffallv_lsc,ffallv_con
7      REAL coef_eva
8      LOGICAL reevap_ice
9      INTEGER iflag_pdf
10
11      common/comfisrtilp/
12     s     cld_lc_lsc     ! 2.6e-4
13     s     ,cld_lc_con    ! 2.6e-4
14     s     ,cld_tau_lsc   ! 3600.
15     s     ,cld_tau_con   ! 3600.
16     s     ,ffallv_lsc    ! 1.
17     s     ,ffallv_con    ! 1.
18     s     ,coef_eva      ! 2.e-5
19     s     ,reevap_ice    ! F
20     s     ,iflag_pdf     ! 0
21
22!$OMP THREADPRIVATE(/comfisrtilp/)
Note: See TracBrowser for help on using the repository browser.