lmdz_atke_exchange_coeff Module


Used by

  • module~~lmdz_atke_exchange_coeff~~UsedByGraph module~lmdz_atke_exchange_coeff lmdz_atke_exchange_coeff module~lmdz_call_atke lmdz_call_atke module~lmdz_call_atke->module~lmdz_atke_exchange_coeff module~lmdz_call_atke~2 lmdz_call_atke module~lmdz_call_atke~2->module~lmdz_atke_exchange_coeff module~pbl_surface_mod pbl_surface_mod module~pbl_surface_mod->module~lmdz_call_atke module~pbl_surface_mod~2 pbl_surface_mod module~pbl_surface_mod~2->module~lmdz_call_atke proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->module~pbl_surface_mod proc~phyredem~2 phyredem proc~phyredem~2->module~pbl_surface_mod proc~iniaqua~2 iniaqua proc~iniaqua~2->module~pbl_surface_mod proc~physiq physiq proc~physiq->module~pbl_surface_mod proc~phys_output_write~2 phys_output_write proc~phys_output_write~2->module~pbl_surface_mod proc~phyredem phyredem proc~phyredem->module~pbl_surface_mod proc~change_srf_frac change_srf_frac proc~change_srf_frac->module~pbl_surface_mod proc~scm scm proc~scm->module~pbl_surface_mod proc~create_etat0_unstruct~2 create_etat0_unstruct proc~create_etat0_unstruct~2->module~pbl_surface_mod proc~phys_output_write_spl~2 phys_output_write_spl proc~phys_output_write_spl~2->module~pbl_surface_mod proc~iniaqua~3 iniaqua proc~iniaqua~3->module~pbl_surface_mod proc~phyetat0 phyetat0 proc~phyetat0->module~pbl_surface_mod proc~phyetat0~2 phyetat0 proc~phyetat0~2->module~pbl_surface_mod proc~phys_output_write_spl phys_output_write_spl proc~phys_output_write_spl->module~pbl_surface_mod proc~create_etat0_unstruct create_etat0_unstruct proc~create_etat0_unstruct->module~pbl_surface_mod proc~physiq~2 physiq proc~physiq~2->module~pbl_surface_mod proc~change_srf_frac~2 change_srf_frac proc~change_srf_frac~2->module~pbl_surface_mod proc~etat0phys_netcdf etat0phys_netcdf proc~etat0phys_netcdf->module~pbl_surface_mod proc~phys_output_write phys_output_write proc~phys_output_write->module~pbl_surface_mod

Contents


Subroutines

public subroutine atke_compute_km_kh(ngrid, nlay, dtime, wind_u, wind_v, temp, qvap, play, pinterf, cdrag_uv, tke, eps, tke_shear, tke_buoy, tke_trans, Km_out, Kh_out)

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ngrid
integer, intent(in) :: nlay
real, intent(in) :: dtime
real, intent(in), DIMENSION(ngrid,nlay) :: wind_u
real, intent(in), DIMENSION(ngrid,nlay) :: wind_v
real, intent(in), DIMENSION(ngrid,nlay) :: temp
real, intent(in), DIMENSION(ngrid,nlay) :: qvap
real, intent(in), DIMENSION(ngrid,nlay) :: play
real, intent(in), DIMENSION(ngrid,nlay+1) :: pinterf
real, intent(in), DIMENSION(ngrid) :: cdrag_uv
real, intent(inout), DIMENSION(ngrid,nlay+1) :: tke
real, intent(out), DIMENSION(ngrid,nlay+1) :: eps
real, intent(out), DIMENSION(ngrid,nlay+1) :: tke_shear
real, intent(out), DIMENSION(ngrid,nlay+1) :: tke_buoy
real, intent(out), DIMENSION(ngrid,nlay+1) :: tke_trans
real, intent(out), DIMENSION(ngrid,nlay) :: Km_out
real, intent(out), DIMENSION(ngrid,nlay) :: Kh_out

public subroutine atke_vdiff_tke(ngrid, nlay, dtime, z_lay, z_interf, temp, play, l_exchange, Sm, tke, tke_trans)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ngrid
integer, intent(in) :: nlay
real, intent(in) :: dtime
real, intent(in), DIMENSION(ngrid,nlay) :: z_lay
real, intent(in), DIMENSION(ngrid,nlay+1) :: z_interf
real, intent(in), DIMENSION(ngrid,nlay) :: temp
real, intent(in), DIMENSION(ngrid,nlay) :: play
real, intent(in), DIMENSION(ngrid,nlay+1) :: l_exchange
real, intent(in), DIMENSION(ngrid,nlay+1) :: Sm
real, intent(inout), DIMENSION(ngrid,nlay+1) :: tke
real, intent(inout), DIMENSION(ngrid,nlay+1) :: tke_trans