Test_CFIO_BundleAuthor: GMAO SI-Team
Test_CFIO_Bundle is a simple unit test for CFIO Read/Write Bundle.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=*), | public, | parameter | :: | Iam | = | 'utCFIO' | |
| character(len=*), | public, | parameter | :: | dirname | = | '.' | |
| character(len=*), | public, | parameter | :: | fFilename | = | dirname//'/sample.prs.nc' | |
| integer, | public | :: | IM_WORLD | = | 540 | ||
| integer, | public | :: | JM_WORLD | = | 361 | ||
| integer, | public | :: | KM_WORLD | = | 72 | ||
| integer, | public | :: | i | ||||
| integer, | public | :: | im | ||||
| integer, | public | :: | j | ||||
| integer, | public | :: | jm | ||||
| integer, | public | :: | k | ||||
| integer, | public | :: | km | ||||
| integer, | public | :: | nhms | ||||
| integer, | public | :: | nymd | ||||
| integer, | public | :: | rc | ||||
| integer, | public, | pointer | :: | resolution(:) | |||
| integer, | public | :: | status | ||||
| logical, | public | :: | IamRoot | ||||
| real, | public, | pointer | :: | levels(:) | |||
| type(ESMF_Clock), | public | :: | dClock | ||||
| type(ESMF_Clock), | public | :: | fClock | ||||
| type(ESMF_Grid), | public | :: | grid | ||||
| type(ESMF_Time), | public | :: | dTime | ||||
| type(ESMF_Time), | public | :: | fTime | ||||
| type(ESMF_TimeInterval), | public | :: | dTimeStep | ||||
| type(ESMF_TimeInterval), | public | :: | fTimeStep | ||||
| type(ESMF_VM), | public | :: | VM | ||||
| type(ESMF_FieldBundle), | public | :: | dBundle | ||||
| type(ESMF_FieldBundle), | public | :: | fBundle | ||||
| type(MAPL_CFIO), | public | :: | cfio |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ESMF_TestMethod), | intent(inout) | :: | this |