netcdf netcdf_valid { 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" ; SWE:long_name = "Snow water equivalent" ; SWE:missing_value = -9999 ; SWE:comment = "model simulation of UEB model" ; 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: :Source_Software = "ESRI ArcGIS" ; :history = "Fri Dec 19 08:45:11 2014: ncatted -a _FillValue,watershed,a,i,-2147483648 watershed1.nc watershed.nc" ; :Conventions = "CF-1.0, ACDD-1.3" ; :publisher_name = "HydroShare" ; :publisher_url = "http://www.hydroshare.org" ; :creator_name = "Jamy" ; :creator_email = "jamy@gmail.com" ; :title = "Snow water equivalent estimation at TWDEF site from Oct 2009 to June 2010" ; :license = "this is test license statement http://www.license.com" ; :summary = "This netCDF data is the simulation output from Utah Energy Balance (UEB) model.It includes the simulation result of snow water equivalent during the period Oct. 2009 to June 2010 for TWDEF site in Utah." ; :references = "example references text" ; :source = "example source info" ; :keywords = "Snow water equivalent" ; :contributor = "Jamy2" ; :contributor_name = "Jamy2" ; }