Derived types for Standard Atomic Weights.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(ice_type), | public, | parameter | :: | ice_nan | = | ice_type(0, transpose(reshape([-1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp, -1.0_dp], shape=[3, 10]))) |
Derived type representing an element.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=24), | public | :: | element |
Element name. |
|||
type(ice_type), | public | :: | ice |
Isotopic composition of the element |
|||
type(naw_type), | public | :: | naw |
Atomic weight of the nuclide |
|||
type(saw_type), | public | :: | saw |
Standard atomic weights |
|||
character(len=8), | public | :: | symbol |
Element symbol. |
|||
integer(kind=int32), | public | :: | z |
Element atomic number. |
Derived type reprensenting the isotopic abundance.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public | :: | n |
Number of isotopic compositions |
|||
real(kind=dp), | public | :: | values(NROWS_ICE,3) |
Mass numbers, Abundance, Uncertainty |
Derived type reprensenting the nuclide’s atomic weights.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public | :: | n |
Number of atomic weights |
|||
real(kind=dp), | public | :: | values(NROWS_NAW,3) |
Mass numbers, Atomic weight, Uncertainty |
Derived type representing the standard atomic weight of an element.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public | :: | asaw |
Abridged value standard atomic weight. |
|||
real(kind=dp), | public | :: | asaw_u |
Abridged uncertainty standard atomic weight. |
|||
real(kind=dp), | public | :: | saw |
Value standard atomic weight. |
|||
real(kind=dp), | public | :: | saw_max |
Max standard atomic weight. |
|||
real(kind=dp), | public | :: | saw_min |
Min standard atomic weight. |
|||
real(kind=dp), | public | :: | saw_u |
Uncertainty standard atomic weight. |