Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(VerticalRegridMethod), | public, | parameter | :: | VERTICAL_REGRID_CONSERVATIVE | = | VerticalRegridMethod(2) | |
type(VerticalRegridMethod), | public, | parameter | :: | VERTICAL_REGRID_LINEAR | = | VerticalRegridMethod(1) | |
type(VerticalRegridMethod), | public, | parameter | :: | VERTICAL_REGRID_UNKNOWN | = | VerticalRegridMethod(-1) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(VerticalRegridMethod), | intent(in) | :: | a | |||
type(VerticalRegridMethod), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(VerticalRegridMethod), | intent(in) | :: | a | |||
type(VerticalRegridMethod), | intent(in) | :: | b |
generic, public :: write(formatted) => write_formatted | |
procedure, public :: write_formatted |