netcdf aggUH_TDA { dimensions: timesteps = UNLIMITED ; // (40 currently) lon = 238 ; lat = 187 ; variables: int unit_hydrograph_dt ; unit_hydrograph_dt:units = "seconds" ; unit_hydrograph_dt:long_name = "Unit hydrograph timestep" ; int timesteps(timesteps) ; timesteps:units = "unitless" ; timesteps:long_name = "Series of timesteps" ; double lon(lon) ; lon:units = "degrees_east" ; lon:long_name = "longitude" ; double lat(lat) ; lat:units = "degrees_north" ; lat:long_name = "latitude" ; double fraction(lat, lon) ; fraction:units = "unitless" ; fraction:long_name = "fraction of grid cell that is active" ; double unit_hydrograph(timesteps, lat, lon) ; unit_hydrograph:_FillValue = 9.96920996838687e+36 ; unit_hydrograph:units = "unitless" ; unit_hydrograph:long_name = "Unit Hydrograph" ; // global attributes: :title = "RVIC Unit Hydrograph Grid File" ; :comment = "Output from the RVIC Streamflow Routing Model." ; :Conventions = "CF-1.6" ; :history = "Created: Thu May 21 11:06:39 2015" ; :source = "/home/oriana/anaconda/bin/rvic" ; :institution = "University of Washington" ; :hostname = "compute-0-17.local" ; :username = "oriana" ; :references = "Based on the initial model of Lohmann, et al., 1996, Tellus, 48(A), 708-721" ; :version = "1.0.1" ; :RvicPourPointsFile = "150518_bpa_routing_sites.csv" ; :RvicUHFile = "UH_hourly.csv" ; :RvicFdrFile = "pnw.RVIC.input_20140218.nc" ; :RvicDomainFile = "domain.rvic.pnw.20140211.nc" ; }