Ignore:
Timestamp:
Jul 15, 2025, 2:13:19 PM (6 days ago)
Author:
evignon
Message:

ajout de l'advection horizontale de la TKE. Travaux dans le cadre de la these de Valentin Wiener

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/clesphys_mod_h.f90

    r5685 r5776  
    3434          , ok_suntime_rrtm                                            &
    3535          , overlap                                                    &
    36           , ok_kzmin                                                   &
     36          , ok_kzmin, ok_advtke                                        &
    3737          , lev_histhf, lev_histday, lev_histmth                       &
    3838          , lev_histins, lev_histLES                                   &
     
    144144  LOGICAL :: ok_new_lscp
    145145  LOGICAL :: ok_bs, ok_rad_bs
     146  LOGICAL :: ok_advtke
    146147  ! flag to bypass or not the phytrac module
    147148  INTEGER :: iflag_phytrac
     
    188189  !$OMP      , ok_suntime_rrtm                                            &
    189190  !$OMP      , overlap                                                    &
    190   !$OMP      , ok_kzmin                                                   &
     191  !$OMP      , ok_kzmin, ok_advtke                                        &
    191192  !$OMP      , lev_histhf, lev_histday, lev_histmth                       &
    192193  !$OMP      , lev_histins, lev_histLES                                   &
Note: See TracChangeset for help on using the changeset viewer.