Ignore:
Timestamp:
Jul 10, 2014, 5:59:16 PM (10 years ago)
Author:
slebonnois
Message:

SL: VENUS VERTICAL EXTENSION. NLTE and thermospheric processes, to be run with 78 levels and specific inputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/clesphys.h

    r1305 r1310  
    11!
    22!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
    3 !                 veillez  n'utiliser que des ! pour les commentaires
     3!                 veillez  n utiliser que des ! pour les commentaires
    44!                 et  bien positionner les & des lignes de continuation
    55!                 (les placer en colonne 6 et en colonne 73)
     
    1111       LOGICAL ok_orodr,ok_orolf,ok_gw_nonoro
    1212       LOGICAL ok_kzmin
     13       LOGICAL callnlte,callnirco2,callthermos
    1314       LOGICAL ok_cloud, ok_chem, reinit_trac, ok_sedim
    1415       INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs
    1516       INTEGER lev_histins, lev_histday, lev_histmth
    1617       INTEGER tr_scheme
     18       INTEGER nircorr, nltemodel, solvarmod
    1719       REAL    ecriphy
    1820       REAL    solaire
    1921       REAL    z0, lmixmin
    2022       REAL    ksta, inertie
     23       REAL    euveff, solarcondate
    2124
    2225       COMMON/clesphys_l/ cycle_diurne, soil_model,                     &
    2326     &     ok_orodr, ok_orolf, ok_gw_nonoro, ok_kzmin,                  &
     27     &     callnlte,callnirco2,callthermos,                             &
    2428     &     ok_cloud, ok_chem, reinit_trac, ok_sedim
    2529
    2630       COMMON/clesphys_i/ nbapp_rad, nbapp_chim,                        &
    2731     &     iflag_con, iflag_ajs,                                        &
    28      &     lev_histins, lev_histday, lev_histmth, tr_scheme
     32     &     lev_histins, lev_histday, lev_histmth, tr_scheme,            &
     33     &     nircorr, nltemodel, solvarmod
    2934
    3035       COMMON/clesphys_r/ ecriphy, solaire, z0, lmixmin,                &
    31      &     ksta, inertie
     36     &     ksta, inertie, euveff, solarcondate
    3237
Note: See TracChangeset for help on using the changeset viewer.