coef_diff_turb_mod Module






Uses

  • module~~coef_diff_turb_mod~~UsesGraph module~coef_diff_turb_mod coef_diff_turb_mod module~clesphys_mod_h~2 clesphys_mod_h module~coef_diff_turb_mod->module~clesphys_mod_h~2

Used by

  • module~~coef_diff_turb_mod~~UsedByGraph module~coef_diff_turb_mod coef_diff_turb_mod module~pbl_surface_mod pbl_surface_mod module~pbl_surface_mod->module~coef_diff_turb_mod module~pbl_surface_mod~2 pbl_surface_mod module~pbl_surface_mod~2->module~coef_diff_turb_mod 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 coef_diff_turb(dtime, nsrf, knon, ni, ypaprs, ypplay, yu, yv, yq, yt, yts, yqsurf, ycdragm, ycoefm, ycoefh, yq2, yeps, ydrgpro)

Calcul de coefficients de diffusion turbulent de l'atmosphere : ycoefm(:,2:klev), ycoefh(:,2:klev)

Read more…

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: dtime
integer, intent(in) :: nsrf
integer, intent(in) :: knon
integer, intent(in), DIMENSION(klon) :: ni
real, intent(in), DIMENSION(klon,klev+1) :: ypaprs
real, intent(in), DIMENSION(klon,klev) :: ypplay
real, intent(in), DIMENSION(klon,klev) :: yu
real, intent(in), DIMENSION(klon,klev) :: yv
real, intent(in), DIMENSION(klon,klev) :: yq
real, intent(in), DIMENSION(klon,klev) :: yt
real, intent(in), DIMENSION(klon) :: yts
real, intent(in), DIMENSION(klon) :: yqsurf
real, intent(in), DIMENSION(klon) :: ycdragm
real, intent(out), DIMENSION(klon,klev) :: ycoefm Read more…
real, intent(out), DIMENSION(klon,klev) :: ycoefh
real, intent(inout), DIMENSION(klon,klev+1) :: yq2 Read more…
real, intent(out), DIMENSION(klon,klev+1) :: yeps
real, intent(in), DIMENSION(klon,klev) :: ydrgpro Read more…

public subroutine coefkz(nsrf, knon, paprs, pplay, ksta, ksta_ter, ts, u, v, t, q, qsurf, pcfm, pcfh)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nsrf
integer, intent(in) :: knon
real, intent(in), DIMENSION(klon,klev+1) :: paprs
real, intent(in), DIMENSION(klon,klev) :: pplay
real, intent(in) :: ksta
real, intent(in) :: ksta_ter
real, intent(in), DIMENSION(klon) :: ts
real, intent(in), DIMENSION(klon,klev) :: u
real, intent(in), DIMENSION(klon,klev) :: v
real, intent(in), DIMENSION(klon,klev) :: t
real, intent(in), DIMENSION(klon,klev) :: q
real, intent(in), DIMENSION(klon) :: qsurf
real, intent(out), DIMENSION(klon,klev) :: pcfm
real, intent(out), DIMENSION(klon,klev) :: pcfh

public subroutine coefkz2(nsrf, knon, paprs, pplay, t, pcfm, pcfh)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nsrf
integer, intent(in) :: knon
real, intent(in), DIMENSION(klon, klev+1) :: paprs
real, intent(in), DIMENSION(klon, klev) :: pplay
real, intent(in), DIMENSION(klon, klev) :: t(klon,klev)
real, intent(out), DIMENSION(klon, klev) :: pcfm
real, intent(out), DIMENSION(klon, klev) :: pcfh