Ignore:
Timestamp:
Oct 30, 2023, 5:37:00 PM (7 months ago)
Author:
Laurent Fairhead
Message:

Merge of ACC branch with 4740 revision from trunk

Location:
LMDZ6/branches/Portage_acc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Portage_acc

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

    r4584 r4743  
    4343!IM seuils cdrm, cdrh
    4444       REAL cdmmax, cdhmax
     45!IM pour les params différentes Olivier Torres
     46       INTEGER choix_bulk, nit_bulk, kz0
    4547!IM param. stabilite s/ terres et en dehors
    4648       REAL ksta, ksta_ter, f_ri_cd_min
     
    105107       INTEGER :: iflag_phytrac
    106108
     109!AI flags pour ECRAD       
     110       LOGICAL :: ok_3Deffect
     111       CHARACTER(len=512) :: namelist_ecrad_file
     112
    107113       COMMON/clesphys/                                                 &
    108114! REAL FIRST
     115! rajout choix_bulk et nit_bulk kz0 par Olivier Torres
    109116     &       co2_ppm, solaire                                           &
    110117     &     , RCO2, RCH4, RN2O, RCFC11, RCFC12                           &
     
    134141     &     , ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad                &
    135142     &     , iflag_con, nbapp_cv, nbapp_wk                              &
     143     &     , choix_bulk, nit_bulk, kz0                                  &
    136144     &     , iflag_ener_conserv                                         &
    137145     &     , ok_suntime_rrtm                                            &
     
    154162     &     , iflag_phytrac, ok_new_lscp, ok_bs, ok_rad_bs               &
    155163     &     ,  iflag_thermals,nsplit_thermals, tau_thermals              &
    156      &     , iflag_physiq
     164     &     , iflag_physiq, ok_3Deffect, namelist_ecrad_file
    157165       save /clesphys/
    158166!$OMP THREADPRIVATE(/clesphys/)
Note: See TracChangeset for help on using the changeset viewer.