Ignore:
Timestamp:
Jul 26, 2023, 10:59:36 PM (14 months ago)
Author:
evignon
Message:

modifications en vue de la reprise de l'atelier tke a la rentree

File:
1 edited

Legend:

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

    r4631 r4644  
    5555
    5656call atke_compute_km_kh(ngrid,nlay,dtime,&
    57                         wind_u,wind_v,temp,play,pinterf, &
     57                        wind_u,wind_v,temp,play,pinterf, cdrag_uv,&
    5858                        tke,Km_out,Kh_out)
    5959
     60
     61                               
    6062if (iflag_num_atke .EQ. 1) then
    61 
     63   !! In this case, we make an explicit prediction of the wind shear to calculate the tke in a
     64   !! forward backward way
    6265   !! pay attention that the treatment of the TKE
    6366   !! has to be adapted when solving the TKE with a prognostic equation
     
    7174
    7275   call atke_compute_km_kh(ngrid,nlay,dtime,&
    73                         wind_u_predict,wind_v_predict,temp,play,pinterf, &
     76                        wind_u_predict,wind_v_predict,temp,play,pinterf,cdrag_uv, &
    7477                        tke,Km_out,Kh_out)
    7578
    7679end if
     80
     81
     82
     83
     84
    7785
    7886end subroutine call_atke
Note: See TracChangeset for help on using the changeset viewer.