Create an instance of uom from an input source string.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | source | Source input string definition of the unit. |
||
| type(uom_reference), | intent(in), | optional | :: | alias | Alias of the unit, e.g Pa (kg.m-1.s-2) for Pascal [pressure]. |
|
| character(len=*), | intent(in), | optional | :: | name | Unit name. |
The unit.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module.