netcdf SWE_TWDEF { dimensions: time = 5808 ; y = 13 ; x = 16 ; variables: float SWE(y, x, time) ; SWE:_FillValue = -9999.f ; SWE:units = "m" ; SWE:grid_mapping = "transverse_mercator" ; int transverse_mercator ; transverse_mercator:grid_mapping_name = "transverse_mercator" ; transverse_mercator:longitude_of_central_meridian = -111. ; transverse_mercator:latitude_of_projection_origin = 0. ; transverse_mercator:scale_factor_at_central_meridian = 0.9996 ; transverse_mercator:false_easting = 500000. ; transverse_mercator:false_northing = 0. ; float time(time) ; time:units = "hours since 2009-10-1 0:0:00 UTC" ; time:long_name = "time" ; time:calendar = "standard" ; float y(y) ; y:long_name = "y coordinate of projection" ; y:standard_name = "projection_y_coordinate" ; y:units = "Meter" ; float x(x) ; x:long_name = "x coordinate of projection" ; x:standard_name = "projection_x_coordinate" ; x:units = "Meter" ; // global attributes: :Conventions = "CF-1.0" ; :Source_Software = "ESRI ArcGIS" ; :history = "Fri Dec 19 08:45:11 2014: ncatted -a _FillValue,watershed,a,i,-2147483648 watershed1.nc watershed.nc" ; }