CAM
pdf_parameter_module Module Reference

Data Types

type  pdf_parameter
 

Functions/Subroutines

subroutine, public pack_pdf_params (pdf_params, nz, r_param_array)
 
subroutine, public unpack_pdf_params (r_param_array, nz, pdf_params)
 
real(kind=core_rknd) function get_param_at_ind (pp_struct, ind)
 
subroutine set_param_at_ind (pp_struct, ind, val)
 

Variables

integer, parameter, public num_pdf_params = 36
 

Function/Subroutine Documentation

◆ get_param_at_ind()

real( kind = core_rknd ) function pdf_parameter_module::get_param_at_ind ( type (pdf_parameter), intent(in)  pp_struct,
integer, intent(in)  ind 
)
private
Here is the caller graph for this function:

◆ pack_pdf_params()

subroutine, public pdf_parameter_module::pack_pdf_params ( type (pdf_parameter), dimension(nz), intent(in)  pdf_params,
integer, intent(in)  nz,
real (kind = core_rknd), dimension(nz,num_pdf_params), intent(out)  r_param_array 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ set_param_at_ind()

subroutine pdf_parameter_module::set_param_at_ind ( type (pdf_parameter), intent(inout)  pp_struct,
integer, intent(in)  ind,
real (kind = core_rknd), intent(in)  val 
)
private
Here is the caller graph for this function:

◆ unpack_pdf_params()

subroutine, public pdf_parameter_module::unpack_pdf_params ( real (kind = core_rknd), dimension(nz,num_pdf_params), intent(in)  r_param_array,
integer, intent(in)  nz,
type (pdf_parameter), dimension(nz), intent(out)  pdf_params 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ num_pdf_params

integer, parameter, public pdf_parameter_module::num_pdf_params = 36