netcdf melting-1979-2012-v1 { dimensions: X = 231 ; Y = 201 ; time = 12419 ; nv = 4 ; variables: int X(X) ; X:name = "X index" ; int Y(Y) ; Y:name = "Y index" ; float time(time) ; time:units = "days since 1979-01-01" ; short polar_stereographic ; polar_stereographic:latitude_of_projection_origin = "-90" ; polar_stereographic:standard_parallel = "-70" ; polar_stereographic:false_easting = "0" ; polar_stereographic:false_northing = "0" ; float lon(Y, X) ; lon:units = "degrees_east" ; lon:missing_value = 1.e+20f ; lon:bounds = "bounds_lon" ; float lat(Y, X) ; lat:units = "degrees_north" ; lat:missing_value = 1.e+20f ; lat:bounds = "bounds_lat" ; int nv(nv) ; float bounds_lat(Y, X, nv) ; bounds_lat:missing_value = 1.e+20f ; bounds_lat:name = "bounds_lat" ; float bounds_lon(Y, X, nv) ; bounds_lon:missing_value = 1.e+20f ; bounds_lon:name = "bounds_lon" ; byte Melt(time, Y, X) ; Melt:long_name = "surface melting" ; Melt:units = "" ; Melt:missing_value = -10 ; Melt:grid_mapping = "polar_stereographic" ; // global attributes: :Conventions = "CF-1.0" ; }