netcdf ecmwf/era5/PRECIP/012010/12312009_precip_total.nc { dimensions: lat = 641; lon = 1280; variables: float lat(lat=641); :units = "degrees_north"; :long_name = "latitude"; float lon(lon=1280); :units = "degrees_east"; :long_name = "longitude"; float tptotal(lat=641, lon=1280); :_FillValue = -32767.0f; // float // global attributes: :creation_date = "Wed May 9 15:26:06 EDT 2018"; :Conventions = "None"; :title = "December 31 2009 Total Precipitation"; }