Provides public access to two proteced module variables
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical(kind=wl), | public | :: | check_extents | = | .true. | ||
logical(kind=wl), | public | :: | check_values | = | .true. |
Specify checking of extents and values individually, or all checks together
Do extents and/or values checks within RTE+RRTMGP Fortran classes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical(kind=wl), | intent(in) | :: | extents | |||
logical(kind=wl), | intent(in) | :: | values |
Do all checks within RTE+RRTMGP Fortran classes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical(kind=wl), | intent(in) | :: | do_checks |