Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | long_name | |||
character(len=:), | public, | allocatable | :: | description | |||
class(type_yaml_node), | public, | pointer | :: | backing_store_node | => | null() | |
character(len=:), | public, | allocatable | :: | path | |||
class(type_value), | public, | pointer | :: | parent | => | null() | |
character(len=:), | public, | allocatable | :: | units | |||
logical, | public | :: | has_default | = | .false. | ||
real(kind=rk), | public, | pointer | :: | pvalue | => | null() | |
real(kind=rk), | public | :: | default | = | 0.0_rk | ||
real(kind=rk), | public | :: | minimum | = | default_minimum_real | ||
real(kind=rk), | public | :: | maximum | = | default_maximum_real |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_value), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_value), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_scalar_setting), | intent(in) | :: | self | |||
integer, | intent(in) | :: | unit | |||
integer, | intent(in) | :: | indent | |||
integer, | intent(in) | :: | comment_depth | |||
logical, | intent(in) | :: | header |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_scalar_setting), | intent(in) | :: | self | |||
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_settings_node), | intent(inout) | :: | node | |||
real(kind=rk), | target | :: | target | |||
character(len=*), | intent(in) | :: | long_name | |||
character(len=*), | intent(in) | :: | units | |||
real(kind=rk), | intent(in), | optional | :: | default | ||
real(kind=rk), | intent(in), | optional | :: | minimum | ||
real(kind=rk), | intent(in), | optional | :: | maximum | ||
character(len=*), | intent(in), | optional | :: | description |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_real_setting), | intent(in) | :: | self | |||
logical, | intent(in) | :: | use_default |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_real_setting), | intent(in) | :: | self | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(in) | :: | indent |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_real_setting), | intent(in) | :: | self | |||
character(len=:), | intent(inout), | allocatable | :: | comment |