get_ice_values Function

public function get_ice_values(s) result(res)

Get the (n, 3) values array. See ice_type. Returns a null pointer if the provided symbol is incorrect.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: s

Element symbol.

Return Value real(kind=dp), pointer, (:,:)


Called by

proc~~get_ice_values~~CalledByGraph proc~get_ice_values get_ice_values proc~capi_get_ice_values capi_get_ice_values proc~capi_get_ice_values->proc~get_ice_values