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

Last change on this file since 1723 was 1723, checked in by mlefevre, 7 years ago

Mesoscale modification for Venus LMD physics

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