Ignore:
Timestamp:
Oct 19, 2023, 4:02:57 PM (8 months ago)
Author:
idelkadi
Message:

Merged trunk changes -r4488:4726 LMDZ_ECRad branch

Location:
LMDZ6/branches/LMDZ_ECRad
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ_ECRad

  • LMDZ6/branches/LMDZ_ECRad/libf/phylmd/clesphys.h

    r4647 r4727  
    1818       REAL co2_ppm, co2_ppm0, solaire
    1919       INTEGER iflag_thermals,nsplit_thermals
     20       INTEGER iflag_physiq
    2021       REAL tau_thermals
    2122
     
    4243!IM seuils cdrm, cdrh
    4344       REAL cdmmax, cdhmax
     45!IM pour les params différentes Olivier Torres
     46       INTEGER choix_bulk, nit_bulk, kz0
    4447!IM param. stabilite s/ terres et en dehors
    4548       REAL ksta, ksta_ter, f_ri_cd_min
     
    100103       LOGICAL :: ok_daily_climoz
    101104       LOGICAL :: ok_new_lscp
     105       LOGICAL :: ok_bs, ok_rad_bs
    102106! flag to bypass or not the phytrac module
    103107       INTEGER :: iflag_phytrac
    104108
    105 !AI flags pour ECRAD
     109!AI flags pour ECRAD       
    106110       LOGICAL :: ok_3Deffect
    107111       CHARACTER(len=512) :: namelist_ecrad_file
     
    109113       COMMON/clesphys/                                                 &
    110114! REAL FIRST
     115! rajout choix_bulk et nit_bulk kz0 par Olivier Torres
    111116     &       co2_ppm, solaire                                           &
    112117     &     , RCO2, RCH4, RN2O, RCFC11, RCFC12                           &
     
    136141     &     , ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad                &
    137142     &     , iflag_con, nbapp_cv, nbapp_wk                              &
     143     &     , choix_bulk, nit_bulk, kz0                                  &
    138144     &     , iflag_ener_conserv                                         &
    139145     &     , ok_suntime_rrtm                                            &
     
    154160     &     , ok_chlorophyll,ok_conserv_q, adjust_tropopause             &
    155161     &     , ok_daily_climoz, ok_all_xml, ok_lwoff                      &
    156      &     , iflag_phytrac, ok_new_lscp                                 &
    157      &     , iflag_thermals,nsplit_thermals, tau_thermals               &
    158      &     , ok_3Deffect, namelist_ecrad_file   
     162     &     , iflag_phytrac, ok_new_lscp, ok_bs, ok_rad_bs               &
     163     &     ,  iflag_thermals,nsplit_thermals, tau_thermals              &
     164     &     , iflag_physiq, ok_3Deffect, namelist_ecrad_file
    159165       save /clesphys/
    160166!$OMP THREADPRIVATE(/clesphys/)
Note: See TracChangeset for help on using the changeset viewer.