controlparams_init Subroutine

public subroutine controlparams_init(control_cnt, start_datetime_cnt, end_datetime_cnt, diag_interval)

Initialize the ControlParams and return the container with the object.

Arguments

Type IntentOptional AttributesName
integer(kind=8), intent(out) :: control_cnt

Container for the ControlParams_Ptr_t object.

integer(kind=8), intent(in) :: start_datetime_cnt
integer(kind=8), intent(in) :: end_datetime_cnt
integer, intent(in) :: diag_interval

Calls

proc~~controlparams_init~~CallsGraph proc~controlparams_init controlparams_init proc~initialize_control initialize_control proc~controlparams_init->proc~initialize_control proc~update_forcing_params update_forcing_params proc~initialize_control->proc~update_forcing_params float float proc~update_forcing_params->float

Contents

None