netcdf nwm_retro_182 { dimensions: time = 219144 ; feature_id = 10000 ; variables: int streamflow(feature_id, time) ; streamflow:valid_range = 0, 50000000 ; streamflow:add_offset = 0.f ; streamflow:scale_factor = 0.01f ; streamflow:coordinates = "time latitude longitude feature_id" ; streamflow:units = "m3 s-1" ; streamflow:long_name = "River Flow" ; streamflow:_FillValue = -999900 ; streamflow:missing_value = -999900 ; int time(time) ; time:standard_name = "time" ; time:axis = "T" ; time:units = "minutes since 1970-01-01 00:00:00 UTC" ; int feature_id(feature_id) ; feature_id:long_name = "Reach ID" ; feature_id:comment = "NHDPlusv2 ComIDs within CONUS, arbitrary Reach IDs outside of CONUS" ; feature_id:cf_role = "timeseries_id" ; feature_id:standard_name = "station_id" ; float latitude(feature_id) ; latitude:units = "degrees_north" ; latitude:long_name = "latitude of point feature" ; latitude:standard_name = "latitude" ; float longitude(feature_id) ; longitude:units = "degrees_east" ; longitude:long_name = "longitude of point feature" ; longitude:standard_name = "longitude" ; // global attributes: :_NCProperties = "version=1|netcdflibversion=4.6.1|hdf5libversion=1.10.1" ; :streamflow_unit = "meter^3 / sec" ; :conventions = "CF-1.7" ; :featureType = "timeSeries" ; :cdm_data_type = "Station" ; }