public interface regr1_conserv
Called by
interface~~regr1_conserv~~CalledByGraph
interface~regr1_conserv
regr1_conserv
proc~regr_lat_time_climoz
regr_lat_time_climoz
proc~regr_lat_time_climoz->interface~regr1_conserv
proc~regr_pr_av
regr_pr_av
proc~regr_pr_av->interface~regr1_conserv
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.
Module Procedures
private subroutine regr11_conserv(vs, xs, xt, vt, slope)
Arguments
Type
Intent Optional Attributes
Name
real,
intent(in)
::
vs (:)
real,
intent(in)
::
xs (:)
real,
intent(in)
::
xt (:)
real,
intent(out)
::
vt (:)
real,
intent(in),
optional
::
slope (:)
private subroutine regr12_conserv(vs, xs, xt, vt, slope)
Arguments
Type
Intent Optional Attributes
Name
real,
intent(in)
::
vs (:,:)
real,
intent(in)
::
xs (:)
real,
intent(in)
::
xt (:)
real,
intent(out)
::
vt (:,:)
real,
intent(in),
optional
::
slope (:,:)
private subroutine regr13_conserv(vs, xs, xt, vt, slope)
Arguments
Type
Intent Optional Attributes
Name
real,
intent(in)
::
vs (:,:,:)
real,
intent(in)
::
xs (:)
real,
intent(in)
::
xt (:)
real,
intent(out)
::
vt (:,:,:)
real,
intent(in),
optional
::
slope (:,:,:)
private subroutine regr14_conserv(vs, xs, xt, vt, slope)
Arguments
Type
Intent Optional Attributes
Name
real,
intent(in)
::
vs (:,:,:,:)
real,
intent(in)
::
xs (:)
real,
intent(in)
::
xt (:)
real,
intent(out)
::
vt (:,:,:,:)
real,
intent(in),
optional
::
slope (:,:,:,:)