climb_qbs_mod Module






Uses

  • module~~climb_qbs_mod~~UsesGraph module~climb_qbs_mod climb_qbs_mod module~dimphy~3 dimphy module~climb_qbs_mod->module~dimphy~3

Used by

  • module~~climb_qbs_mod~~UsedByGraph module~climb_qbs_mod climb_qbs_mod module~pbl_surface_mod pbl_surface_mod module~pbl_surface_mod->module~climb_qbs_mod module~pbl_surface_mod~2 pbl_surface_mod module~pbl_surface_mod~2->module~climb_qbs_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 climb_qbs_down(knon, coefqbs, paprs, pplay, delp, temp, qbs, dtime, Ccoef_QBS_out, Dcoef_QBS_out, Kcoef_qbs_out, gama_qbs_out, Acoef_QBS_out, Bcoef_QBS_out)

2) Definition of the coeficient K

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: knon
real, intent(in), DIMENSION(klon,klev) :: coefqbs
real, intent(in), DIMENSION(klon,klev+1) :: paprs
real, intent(in), DIMENSION(klon,klev) :: pplay
real, intent(in), DIMENSION(klon,klev) :: delp
real, intent(in), DIMENSION(klon,klev) :: temp
real, intent(in), DIMENSION(klon,klev) :: qbs
real, intent(in) :: dtime Read more…
real, intent(out), DIMENSION(klon,klev) :: Ccoef_QBS_out
real, intent(out), DIMENSION(klon,klev) :: Dcoef_QBS_out
real, intent(out), DIMENSION(klon,klev) :: Kcoef_qbs_out
real, intent(out), DIMENSION(klon,klev) :: gama_qbs_out Read more…
real, intent(out), DIMENSION(klon) :: Acoef_QBS_out
real, intent(out), DIMENSION(klon) :: Bcoef_QBS_out

public subroutine climb_qbs_up(knon, dtime, qbs_old, flx_qbs1, paprs, pplay, Acoef_QBS_in, Bcoef_QBS_in, Ccoef_QBS_in, Dcoef_QBS_in, Kcoef_qbs_in, gama_qbs_in, flux_qbs, d_qbs)

!
!

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: knon
real, intent(in) :: dtime
real, intent(in), DIMENSION(klon,klev) :: qbs_old
real, intent(in), DIMENSION(klon) :: flx_qbs1
real, intent(in), DIMENSION(klon,klev+1) :: paprs
real, intent(in), DIMENSION(klon,klev) :: pplay

! nrlmd le 02/05/2011

real, intent(in), DIMENSION(klon) :: Acoef_QBS_in
real, intent(in), DIMENSION(klon) :: Bcoef_QBS_in
real, intent(in), DIMENSION(klon,klev) :: Ccoef_QBS_in
real, intent(in), DIMENSION(klon,klev) :: Dcoef_QBS_in
real, intent(in), DIMENSION(klon,klev) :: Kcoef_qbs_in

!

Read more…
real, intent(in), DIMENSION(klon,klev) :: gama_qbs_in

!

Read more…
real, intent(out), DIMENSION(klon,klev) :: flux_qbs Read more…
real, intent(out), DIMENSION(klon,klev) :: d_qbs Read more…