public subroutine thermcell_flux2(ngrid, nlay, ptimestep, masse, lalim, lmax, alim_star, entr_star, detr_star, f, rhobarz, zlev, zw2, fm, entr, detr, zqla, lev_out, lunout1, igout)
Uses
proc~~thermcell_flux2~2~~UsesGraph
proc~thermcell_flux2~2
thermcell_flux2
module~lmdz_thermcell_ini
lmdz_thermcell_ini
proc~thermcell_flux2~2->module~lmdz_thermcell_ini
module~strings_mod
strings_mod
module~lmdz_thermcell_ini->module~strings_mod
iso_fortran_env
iso_fortran_env
module~strings_mod->iso_fortran_env
Nodes of different colours represent the following:
Graph Key
Module
Module
Submodule
Submodule
Subroutine
Subroutine
Function
Function
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Arguments
Type
Intent Optional Attributes
Name
integer,
intent(in)
::
ngrid
integer,
intent(in)
::
nlay
real,
intent(in)
::
ptimestep
real,
intent(in),
dimension(ngrid,nlay)
::
masse
integer,
intent(in),
dimension(ngrid)
::
lalim
integer,
intent(in),
dimension(ngrid)
::
lmax
real,
intent(in),
dimension(ngrid,nlay)
::
alim_star
real,
intent(in),
dimension(ngrid,nlay)
::
entr_star
real,
intent(in),
dimension(ngrid,nlay)
::
detr_star
real,
intent(in),
dimension(ngrid)
::
f
real,
intent(in),
dimension(ngrid,nlay)
::
rhobarz
real,
intent(in),
dimension(ngrid,nlay+1)
::
zlev
real,
intent(in),
dimension(ngrid,nlay+1)
::
zw2
real,
intent(out),
dimension(ngrid,nlay+1)
::
fm
real,
intent(out),
dimension(ngrid,nlay)
::
entr
real,
intent(out),
dimension(ngrid,nlay)
::
detr
real,
intent(in),
dimension(ngrid,nlay)
::
zqla
integer,
intent(in)
::
lev_out
integer,
intent(in)
::
lunout1
integer
::
igout
Calls
proc~~thermcell_flux2~2~~CallsGraph
proc~thermcell_flux2~2
thermcell_flux2
proc~abort_physic
abort_physic
proc~thermcell_flux2~2->proc~abort_physic
histclo
histclo
proc~abort_physic->histclo
proc~mpi_abort
MPI_ABORT
proc~abort_physic->proc~mpi_abort
restclo
restclo
proc~abort_physic->restclo
getin_dump
getin_dump
proc~abort_physic->getin_dump
proc~lmdz_mpi_wrapper_abort
lmdz_mpi_wrapper_abort
proc~mpi_abort->proc~lmdz_mpi_wrapper_abort
Nodes of different colours represent the following:
Graph Key
Subroutine
Subroutine
Function
Function
Interface
Interface
Unknown Procedure Type
Unknown Procedure Type
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.