HYPE
Loading...
Searching...
No Matches
model_test_routines::testcasetype Type Reference

Public Data Type Components

logical tested = .FALSE.
logical passed
integer kind_of_test
integer tolerance
real minvalue
real maxvalue
character(len=32) name

Detailed Description

Type for holding data about test cases with test information and error messages.

Data Type Components Description

◆ kind_of_test

integer model_test_routines::testcasetype::kind_of_test

kind of test variable; parameter, input, forcing, generic

◆ maxvalue

real model_test_routines::testcasetype::maxvalue

maximum value of the tested input variable

◆ minvalue

real model_test_routines::testcasetype::minvalue

minimum value of the tested input variable

◆ name

character(len=32) model_test_routines::testcasetype::name

name of the tested variable/te

◆ passed

logical model_test_routines::testcasetype::passed

result of test

◆ tested

logical model_test_routines::testcasetype::tested = .FALSE.

test performed

◆ tolerance

integer model_test_routines::testcasetype::tolerance

parameter for specific tolerance


The documentation for this type was generated from the following file: