Get the metadata associated with one of the Model's parameter arrays. More...
Public Member Functions | |
recursive subroutine | kim_model_get_parameter_metadata (model_handle, parameter_index, data_type, extent, name, description, ierr) |
Get the metadata associated with one of the Model's parameter arrays. | |
Get the metadata associated with one of the Model's parameter arrays.
Definition at line 225 of file kim_model_module.f90.
recursive subroutine kim_model_module::kim_get_parameter_metadata::kim_model_get_parameter_metadata | ( | type(kim_model_handle_type), intent(in) | model_handle, |
integer(c_int), intent(in) | parameter_index, | ||
type(kim_data_type_type), intent(out) | data_type, | ||
integer(c_int), intent(out) | extent, | ||
character(len=*, kind=c_char), intent(out) | name, | ||
character(len=*, kind=c_char), intent(out) | description, | ||
integer(c_int), intent(out) | ierr ) |
Get the metadata associated with one of the Model's parameter arrays.
Definition at line 1096 of file kim_model_module.f90.