source: trunk/LMDZ.VENUS/libf/phyvenus/clesphys.h @ 1198

Last change on this file since 1198 was 1160, checked in by slebonnois, 11 years ago

SL: update for tracers management in phytrac, Venus

File size: 1.1 KB
Line 
1!
2!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
3!                 veillez  n'utiliser que des ! pour les commentaires
4!                 et  bien positionner les & des lignes de continuation
5!                 (les placer en colonne 6 et en colonne 73)
6!
7!
8!..include cles_phys.h
9!
10       LOGICAL cycle_diurne,soil_model
11       LOGICAL ok_orodr,ok_orolf,ok_gw_nonoro
12       LOGICAL ok_kzmin
13       INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs
14       INTEGER lev_histhf, lev_histday, lev_histmth
15       INTEGER tr_scheme
16       REAL    ecriphy
17       REAL    solaire
18       REAL    z0, lmixmin
19       REAL    ksta, inertie
20
21       COMMON/clesphys_l/cycle_diurne, soil_model,                      &
22     &     ok_orodr, ok_orolf, ok_gw_nonoro, ok_kzmin
23
24       COMMON/clesphys_i/nbapp_rad, nbapp_chim,                         &
25     &     iflag_con, iflag_ajs,                                        &
26     &     lev_histhf, lev_histday, lev_histmth, tr_scheme
27
28       COMMON/clesphys_r/ecriphy, solaire, z0, lmixmin,                 &
29     &     ksta, inertie
30
Note: See TracBrowser for help on using the repository browser.