Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | numThreads | ||||
integer, | public | :: | val | = | 3 | ||
type(ESMF_Grid), | public | :: | grid | ||||
type(ESMF_GridComp), | public, | pointer | :: | gc | => | null() | |
type(InternalState), | public, | pointer | :: | wrapped | |||
type(LatLonGridFactory), | public | :: | factory |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GridCase), | intent(in) | :: | testParameter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestCase), | intent(in) | :: | this |
$ call ESMF_GridCompDestroy(gc, rc=status) $ if (status /= ESMF_SUCCESS) then $ rc = status $ return $ end if
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestCase), | intent(inout) | :: | this | |||
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestCase), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestCase), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestCase), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestCase), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestCase), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestCase), | intent(inout), | target | :: | this | ||
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Test_LatLonCorners), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Test_LatLonCorners), | intent(inout) | :: | this |
type, extends(ESMF_TestCase) :: Test_LatLonCorners integer :: numThreads type (LatLonGridFactory) :: factory type (ESMF_Grid) :: grid contains procedure :: setUp procedure :: tearDown end type Test_LatLonCorners