Ignore:
Timestamp:
Mar 27, 2026, 4:57:35 PM (2 weeks ago)
Author:
evignon
Message:

suppression de nuages_param et déplacement des parametres lies a la convection profonde dans lmdz_cv_ini

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r6140 r6142  
    141141    USE lmdz_wake_ini, ONLY : wake_ini
    142142    USE lmdz_cv_ini, ONLY : cv_ini
    143     USE lmdz_cv_ini, ONLY : epmax, coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed, iflag_cvl_sigd, iflag_clw, ok_adj_ema
    144 
     143    USE lmdz_cv_ini, ONLY : epmax, coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed
     144    USE lmdz_cv_ini, ONLY : iflag_cvl_sigd, iflag_clw, ok_adj_ema
     145    USE lmdz_cv_ini, ONLY : iflag_cld_cv, coefw_cld_cv, tau_cld_cv 
    145146    USE lmdz_surf_wind_ini, ONLY : surf_wind_ini
    146147    USE lmdz_surf_wind, ONLY : surf_wind
     
    450451    USE compbl_mod_h
    451452    USE dimpft_mod_h, ONLY: nvm_lmdz
    452     USE nuage_params_mod_h
    453453    USE radepsi_mod_h
    454454    USE radopt_mod_h
     
    30963096          ! (driver commun aux versions 3 et 4)
    30973097          !
    3098           ! print*,' lmdz_cv_ini, ONLY 4 :', epmax, coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed, iflag_cvl_sigd, iflag_clw, ok_adj_ema
    30993098          IF (ok_cvl) THEN ! new driver for convectL
    31003099             !
Note: See TracChangeset for help on using the changeset viewer.