Ignore:
Timestamp:
Jun 4, 2015, 4:23:32 PM (9 years ago)
Author:
slebonnois
Message:

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

File:
1 edited

Legend:

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

    r1310 r1442  
    1212       LOGICAL ok_kzmin
    1313       LOGICAL callnlte,callnirco2,callthermos
    14        LOGICAL ok_cloud, ok_chem, reinit_trac, ok_sedim
     14       LOGICAL ok_cloud, ok_chem, reinit_trac, ok_sedim, ok_deltatemp
    1515       INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs
    1616       INTEGER lev_histins, lev_histday, lev_histmth
     
    2222       REAL    ksta, inertie
    2323       REAL    euveff, solarcondate
     24       INTEGER nb_mode
    2425
    2526       COMMON/clesphys_l/ cycle_diurne, soil_model,                     &
    2627     &     ok_orodr, ok_orolf, ok_gw_nonoro, ok_kzmin,                  &
    2728     &     callnlte,callnirco2,callthermos,                             &
    28      &     ok_cloud, ok_chem, reinit_trac, ok_sedim
     29     &     ok_cloud, ok_chem, reinit_trac, ok_sedim, ok_deltatemp
    2930
    3031       COMMON/clesphys_i/ nbapp_rad, nbapp_chim,                        &
    3132     &     iflag_con, iflag_ajs,                                        &
    3233     &     lev_histins, lev_histday, lev_histmth, tr_scheme,            &
    33      &     nircorr, nltemodel, solvarmod
     34     &     nircorr, nltemodel, solvarmod, nb_mode
    3435
    3536       COMMON/clesphys_r/ ecriphy, solaire, z0, lmixmin,                &
Note: See TracChangeset for help on using the changeset viewer.