| DIAGNOSTICS_MODULE | Types |
The Short name, level, Grib Id, and Longname are intended for use in making the GrADS control file with
write ( iu, "(A,1X,I4,I4,1X,A)" ) Name, level, grib, LongName
| LOGICAL :: assigned | is the Array pointer assigned |
| TYPE T_OPTIONAL_ARRAY1,POINTER :: Array | The Optional array |
| LOGICAL :: for_history | Is this to be written to history? |
| CHARACTER(LEN=256) :: Description | General description |
| CHARACTER(LEN=80) :: Name | Short name |
| INTEGER :: Level | Grads level |
| INTEGER :: GRIB | GRIB ID |
| CHARACTER(LEN=80) :: LongName | Grads control file info |
| CHARACTER(LEN=80) :: Units | Units |
| REAL :: Accumulator | time accumulator |
| End Type T_Diag_DB_Rec1 |