public subroutine newbinapara(t, satrat, rhoa, csi, airn, ipr, jnuc_n_real, ntot_n_real, jnuc_i_real, ntot_i_real, x_n_real, x_i_real, na_n_real, na_i_real, rc_n_real, rc_i_real, n_i_real, kinetic_n, kinetic_i)
Uses
proc~~newbinapara~2~~UsesGraph
proc~newbinapara~2
newbinapara
module~yomcst_mod_h
yomcst_mod_h
proc~newbinapara~2->module~yomcst_mod_h
module~aerophys
aerophys
proc~newbinapara~2->module~aerophys
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
real,
intent(in)
::
t
real,
intent(in)
::
satrat
real,
intent(in)
::
rhoa
real,
intent(in)
::
csi
real,
intent(in)
::
airn
real,
intent(in)
::
ipr
real,
intent(out)
::
jnuc_n_real
real,
intent(out)
::
ntot_n_real
real,
intent(out)
::
jnuc_i_real
real,
intent(out)
::
ntot_i_real
real,
intent(out)
::
x_n_real
real,
intent(out)
::
x_i_real
real,
intent(out)
::
na_n_real
real,
intent(out)
::
na_i_real
real,
intent(out)
::
rc_n_real
real,
intent(out)
::
rc_i_real
real,
intent(out)
::
n_i_real
logical,
intent(out)
::
kinetic_n
logical,
intent(out)
::
kinetic_i
Called by
proc~~newbinapara~2~~CalledByGraph
proc~newbinapara~2
newbinapara
proc~nucleation_rate~2
nucleation_rate
proc~nucleation_rate~2->proc~newbinapara~2
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.