rte_config_checks Interface

public interface rte_config_checks

Specify checking of extents and values individually, or all checks together


Contents


Module Procedures

private subroutine rte_config_checks_each(extents, values)

Do extents and/or values checks within RTE+RRTMGP Fortran classes

Arguments

TypeIntentOptionalAttributesName
logical(kind=wl), intent(in) :: extents
logical(kind=wl), intent(in) :: values

private subroutine rte_config_checks_all(do_checks)

Do all checks within RTE+RRTMGP Fortran classes

Arguments

TypeIntentOptionalAttributesName
logical(kind=wl), intent(in) :: do_checks