lmdz_thermcell_dq Module

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Used by

  • module~~lmdz_thermcell_dq~~UsedByGraph module~lmdz_thermcell_dq lmdz_thermcell_dq proc~phytracr_spl~2 phytracr_spl proc~phytracr_spl~2->module~lmdz_thermcell_dq proc~ratqs_inter~2 ratqs_inter proc~ratqs_inter~2->module~lmdz_thermcell_dq proc~thermcell_main thermcell_main proc~thermcell_main->module~lmdz_thermcell_dq proc~ratqs_inter ratqs_inter proc~ratqs_inter->module~lmdz_thermcell_dq proc~thermcell_2002~2 thermcell_2002 proc~thermcell_2002~2->module~lmdz_thermcell_dq proc~phytracr_spl phytracr_spl proc~phytracr_spl->module~lmdz_thermcell_dq proc~phytrac phytrac proc~phytrac->module~lmdz_thermcell_dq proc~thermcell_2002 thermcell_2002 proc~thermcell_2002->module~lmdz_thermcell_dq proc~thermcell_main~2 thermcell_main proc~thermcell_main~2->module~lmdz_thermcell_dq proc~phytrac~2 phytrac proc~phytrac~2->module~lmdz_thermcell_dq

Contents


Subroutines

public subroutine thermcell_dq(ngrid, nlay, impl, ptimestep, fm, entr, masse, q, dq, qa, lev_out)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ngrid
integer, intent(in) :: nlay
integer, intent(in) :: impl
real, intent(in) :: ptimestep
real, intent(in), dimension(ngrid,nlay+1) :: fm
real, intent(inout), dimension(ngrid,nlay) :: entr
real, intent(in), dimension(ngrid,nlay) :: masse
real, intent(inout), dimension(ngrid,nlay) :: q
real, intent(out), dimension(ngrid,nlay) :: dq
real, intent(out), dimension(ngrid,nlay) :: qa
integer, intent(in) :: lev_out

public subroutine thermcell_dq_o(ngrid, nlay, impl, ptimestep, fm, entr, masse, q, dq, qa, lev_out)

Arguments

Type IntentOptional Attributes Name
integer :: ngrid
integer :: nlay
integer :: impl
real :: ptimestep
real :: fm(ngrid,nlay+1)
real :: entr(ngrid,nlay)
real :: masse(ngrid,nlay)
real :: q(ngrid,nlay)
real :: dq(ngrid,nlay)
real :: qa(ngrid,nlay)
integer :: lev_out