netcdf conus404_season_accum_temp { dimensions: latitude = 111 ; longitude = 106 ; year_season = 147 ; variables: double latitude(latitude) ; latitude:_FillValue = NaN ; double longitude(longitude) ; longitude:_FillValue = NaN ; string year_season(year_season) ; float PREC_ACC_NC(year_season, latitude, longitude) ; PREC_ACC_NC:_FillValue = NaNf ; }