netcdf safaris/era5/PRECIP/2008_daily_precip.nc { dimensions: time = UNLIMITED; // (366 currently) lat = 641; lon = 1280; variables: int time(time=366); :_FillValue = -2147483647; // int :_FillValue_original = 9.96921E36f; // float :NCL_tag = "calculate_daily_values: arith=avg"; :calendar = "gregorian"; :long_name = "time"; :units = "hours since 1900-01-01 00:00:0.0"; float lat(lat=641); :units = "degrees_north"; :long_name = "latitude"; float lon(lon=1280); :units = "degrees_east"; :long_name = "longitude"; float tptotday(time=366, lat=641, lon=1280); :_FillValue = -32767.0f; // float // global attributes: :creation_date = "Mon Jun 11 16:50:05 EDT 2018"; :Conventions = "None"; :title = "Daily Total Precipitation"; }