netcdf sco/drought/SPEI/ET0_nws_y2010.nc { dimensions: x = 1051; y = 813; latlong = 4; t = UNLIMITED; // (365 currently) s = 10; variables: double x(x=1051); :description = "X points in MPE grid"; :units = ; :_CoordinateAxisType = "GeoX"; double y(y=813); :description = "Y points in MPE grid"; :units = ; :_CoordinateAxisType = "GeoY"; float PET(t=365, x=1051, y=813); :description = "Daily Hargreaves Evapotranspiration"; :units = "mm"; :grid = "hrap_grid=polar stereograph projection"; :resolution = "4km*4km"; :coordinates = "t longitude latitude"; :_ChunkSizes = 1U, 1051U, 813U; // uint double hrap_lat(latlong=4); :order = "bottom_left,bottom_right,top_right,top_left"; double hrap_lon(latlong=4); :order = "bottom_left,bottom_right,top_right,top_left"; float true_lat; float true_lon; float hrap_xor; :comments = "offset in x direction of hrap grid"; float hrap_yor; :comments = "offset in y direction of hrap grid"; double t(t=365); :calendar = "gregorian"; :axis = "T"; :_CoordinateAxisType = "Time"; :units = "days since 2010-01-01 00:00:0.0"; :_ChunkSizes = 1U; // uint char Time(t=365, s=10); :description = "Date"; :_ChunkSizes = 1U, 10U; // uint float latitude(x=1051, y=813); :units = "degrees_north"; :description = "Latitude of each MPE grid point"; float longitude(x=1051, y=813); :units = "degrees_east"; :description = "Longitude of each MPE grid pont"; }