source: LMDZ5/branches/IPSLCM5A2.1_ISO/libf/phyiso/fisrtilp.h @ 4411

Last change on this file since 4411 was 3331, checked in by acozic, 6 years ago

Add modification for isotopes

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1!
2! $Header$
3!
4!
5!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
6!                 veillez  n'utiliser que des ! pour les commentaires
7!                 et  bien positionner les & des lignes de continuation
8!                 (les placer en colonne 6 et en colonne 73)
9!
10      REAL cld_lc_lsc,cld_lc_con
11      REAL cld_tau_lsc,cld_tau_con
12      REAL ffallv_lsc,ffallv_con
13      REAL coef_eva
14      LOGICAL reevap_ice
15      INTEGER iflag_pdf
16      INTEGER iflag_fisrtilp_qsat
17      INTEGER iflag_bergeron
18
19
20      common/comfisrtilp/                                               &
21     &     cld_lc_lsc                                                   &
22     &     ,cld_lc_con                                                  &
23     &     ,cld_tau_lsc                                                 &
24     &     ,cld_tau_con                                                 &
25     &     ,ffallv_lsc                                                  &
26     &     ,ffallv_con                                                  &
27     &     ,coef_eva                                                    &
28     &     ,reevap_ice                                                  &
29     &     ,iflag_fisrtilp_qsat                                         &
30     &     ,iflag_bergeron                                              &
31     &     ,iflag_pdf
32
33!$OMP THREADPRIVATE(/comfisrtilp/)
Note: See TracBrowser for help on using the repository browser.