C************************************************************************ C* / LNDTBL / * C* * C* This common area contains information from the land station table. * C************************************************************************ CHARACTER ldstid ( LLSTFL )*8, ldcoun ( LLSTFL )*2 C* REAL ldslat ( LLSTFL ), ldslon ( LLSTFL ), + ldselv ( LLSTFL ) C* INTEGER ldstnm ( LLSTFL ), ldregn ( LLSTFL ), + ldinst ( LLSTFL ) C* COMMON / LNDTBL / nlde, C* Number of table entries + ldstid, C* Station ID + ldstnm, C* Station number + ldcoun, C* Country ID + ldslat, C* Latitude + ldslon, C* Longitude + ldselv, C* Elevation + ldregn, C* WMO region number + ldinst C* Instrument type C* C************************************************************************ C* / SHPTBL / * C* * C* This common area contains information from the ship station table. * C************************************************************************ CHARACTER sdstid ( LLSTFL )*8, sdcoun ( LLSTFL )*2 C* REAL sdselv ( LLSTFL ) C* INTEGER sdregn ( LLSTFL ), sdinst ( LLSTFL ) C* COMMON / SHPTBL / nsde, C* Number of table entries + sdstid, C* Station ID + sdcoun, C* Country ID + sdselv, C* Elevation + sdregn, C* WMO region number + sdinst C* Instrument type