netcdf cld_wkc { dimensions: ilon = 720 ; jlat = 360 ; week = 52 ; variables: float var(week, jlat, ilon) ; var:long_name = "0.5 by 0.5 degree field" ; var:units = "percent/100. " ; float aland ; aland:long_name = "land value" ; float alat1 ; alat1:long_name = "latitude of first grid point" ; alat1:units = "degrees_north" ; float alon1 ; alon1:long_name = "longitude of first grid point" ; alon1:units = "degrees_east" ; float dlon ; dlon:long_name = "longitudinal grid point separation" ; dlon:units = "degrees" ; float dlat ; dlat:long_name = "latitudinal grid point separation" ; dlat:units = "degrees" ; // global attributes: :title = "/cld, weekly climatology 1945-89 (Version UWM-1.00 05/01/93)$ " ; }