Ignore:
Timestamp:
May 22, 2023, 9:42:23 AM (17 months ago)
Author:
evignon
Message:

modifications suite au dernier atelier TKE. Ajout de la routine
call_atke_mod et test d'une prediction explicit du cisaillement pour calculer
les Km et Kh

File:
1 edited

Legend:

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

    r4481 r4545  
    55save
    66
    7   integer :: iflag_atke
    8   !$OMP THREADPRIVATE(iflag_atke)
     7integer :: iflag_atke, iflag_num_atke
     8!$OMP THREADPRIVATE(iflag_atke, iflag_num_atke)
    99  real :: kappa = 0.4 ! Von Karman constant
    1010  !$OMP THREADPRIVATE(kappa)
     
    4545  CALL getin_p('iflag_atke',iflag_atke)
    4646
     47  ! flag that controls the numerical treatment of diffusion coeffiient calculation
     48  iflag_num_atke=0
     49  CALL getin_p('iflag_num_atke',iflag_num_atke)
     50
    4751  ! asymptotic mixing length [m]
    4852  l0=150.0
Note: See TracChangeset for help on using the changeset viewer.