get_ice Function

public function get_ice(s, A, uncertainty) result(res)

Get the isotopic composition of the element s for the mass number A. The uncertainty instead of the value can be retrieved if the uncertainty is set to true. Returns NaN if the provided symbol or A are incorrect or -1 if the element does not have an ICE.

Arguments

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

Element symbol.

integer(kind=int32), intent(in) :: A

Mass number.

logical, intent(in), optional :: uncertainty

Flag for returning the uncertainty instead of the value. Default to FALSE.

Return Value real(kind=dp)


Calls

proc~~get_ice~~CallsGraph proc~get_ice get_ice optval optval proc~get_ice->optval

Called by

proc~~get_ice~~CalledByGraph proc~get_ice get_ice proc~capi_get_ice capi_get_ice proc~capi_get_ice->proc~get_ice