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/conf_phys_m.f90

    r6140 r6142  
    8989    USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_STRATAER
    9090    USE comsoil_mod_h
    91     USE nuage_params_mod_h
    9291    USE ch4n2o_correction_mod, ONLY: ok_CH4_eff_ppb, ok_N2O_eff_ppb
    9392   
     
    674673    CALL getin_p('iflag_cldcon',iflag_cld_th)
    675674    CALL getin_p('iflag_cld_th',iflag_cld_th)
    676     iflag_cld_cv = 0
    677     CALL getin_p('iflag_cld_cv',iflag_cld_cv)
    678 
    679     !
    680     !
    681     tau_cld_cv = 10.
    682     CALL getin_p('tau_cld_cv',tau_cld_cv)
    683 
    684     !
    685     !
    686     coefw_cld_cv = 0.1
    687     CALL getin_p('coefw_cld_cv',coefw_cld_cv)
    688 
    689     !
    690675    !
    691676    fact_cldcon = 0.375
     
    10981083    !
    10991084    !
    1100     tmax_fonte_cv = 275.15
    1101     CALL getin_p('tmax_fonte_cv',tmax_fonte_cv)
    1102 
    11031085    !
    11041086
     
    14571439    WRITE(lunout,*) 'conf_phys :  ok_mass_duvcon=',ok_mass_duvcon
    14581440    WRITE(lunout,*) 'conf_phys :  iflag_cld_th = ', iflag_cld_th
    1459     WRITE(lunout,*) 'conf_phys :  iflag_cld_cv = ', iflag_cld_cv
    1460     WRITE(lunout,*) 'conf_phys :  tau_cld_cv = ', tau_cld_cv
    1461     WRITE(lunout,*) 'conf_phys :  coefw_cld_cv = ', coefw_cld_cv
    14621441    WRITE(lunout,*) 'conf_phys :  iflag_radia = ', iflag_radia
    14631442    WRITE(lunout,*) 'conf_phys :  iflag_rrtm = ', iflag_rrtm
     
    15431522    WRITE(lunout,*) 'conf_phys :  z0m_land = ',z0m_land
    15441523    WRITE(lunout,*) 'conf_phys :  z0h_land = ',z0h_land
    1545     WRITE(lunout,*) 'conf_phys :  tmax_fonte_cv = ', tmax_fonte_cv
    15461524    WRITE(lunout,*) 'conf_phys :  iflag_wake = ', iflag_wake
    15471525    WRITE(lunout,*) 'conf_phys :  alp_offset = ', alp_offset
Note: See TracChangeset for help on using the changeset viewer.