netcdf sco/drought/KBDI/kbdi_nws_y2011_8110.nc { dimensions: x = 1051; y = 813; t = UNLIMITED; // (365 currently) s = 10; variables: short x(x=1051); :description = "X points in MPE grid"; :units = ; :_CoordinateAxisType = "GeoX"; :_ChunkSizes = 1051U; // uint short y(y=813); :description = "Y points in MPE grid"; :units = ; :_CoordinateAxisType = "GeoY"; :_ChunkSizes = 813U; // uint float latitude(x=1051, y=813); :_CoordinateAxisType = "latitude"; :units = "degrees_north"; :description = "Latitude of each MPE grid point"; float longitude(x=1051, y=813); :_CoordinateAxisType = "longitude"; :units = "degrees_east"; :description = "Longitude of each MPE grid pont"; float KBDI(t=365, y=813, x=1051); :resolution = "4km*4km"; :coordinates = "t longitude latitude"; :units = ; :grid = "hrap_grid=polar stereograph projection"; :description = "Gridded KBDI"; :_ChunkSizes = 1U, 813U, 1051U; // uint float cum_sum(t=365, y=813, x=1051); :coordinates = "t longitude latitude"; :grid = "hrap_grid=polar stereograph projection"; :resolution = "4km*4km"; :description = "Cumulative preciptiation sum over consecutive days with rainfall"; :units = "inches"; :_ChunkSizes = 1U, 813U, 1051U; // uint short bin_today(t=365, y=813, x=1051); :description = "Binary value describing which points have precip for given date"; :grid = "hrap_grid=polar stereograph projection"; :resolution = "4km*4km"; :coordinates = "t longitude latitude"; :units = ; :_ChunkSizes = 1U, 813U, 1051U; // uint double t(t=365); :calendar = "gregorian"; :units = "days since 2011-01-01 00:00:0.0"; :_CoordinateAxisType = "Time"; :axis = "T"; :_ChunkSizes = 1U; // uint char Time(t=365, s=10); :description = "Date"; :_ChunkSizes = 1U, 10U; // uint }