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

Last change on this file since 1442 was 1442, checked in by slebonnois, 9 years ago

SL: update of the Venus GCM, + corrections on routines used for newstart/start2archive for Titan and Venus, + some modifications on tools

File size: 1.5 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       LOGICAL callnlte,callnirco2,callthermos
14       LOGICAL ok_cloud, ok_chem, reinit_trac, ok_sedim, ok_deltatemp
15       INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs
16       INTEGER lev_histins, lev_histday, lev_histmth
17       INTEGER tr_scheme
18       INTEGER nircorr, nltemodel, solvarmod
19       REAL    ecriphy
20       REAL    solaire
21       REAL    z0, lmixmin
22       REAL    ksta, inertie
23       REAL    euveff, solarcondate
24       INTEGER nb_mode
25
26       COMMON/clesphys_l/ cycle_diurne, soil_model,                     &
27     &     ok_orodr, ok_orolf, ok_gw_nonoro, ok_kzmin,                  &
28     &     callnlte,callnirco2,callthermos,                             &
29     &     ok_cloud, ok_chem, reinit_trac, ok_sedim, ok_deltatemp
30
31       COMMON/clesphys_i/ nbapp_rad, nbapp_chim,                        &
32     &     iflag_con, iflag_ajs,                                        &
33     &     lev_histins, lev_histday, lev_histmth, tr_scheme,            &
34     &     nircorr, nltemodel, solvarmod, nb_mode
35
36       COMMON/clesphys_r/ ecriphy, solaire, z0, lmixmin,                &
37     &     ksta, inertie, euveff, solarcondate
38
Note: See TracBrowser for help on using the repository browser.