netcdf safaris/era5/TEMP/HOURLY/052017_temp_hourly.nc { dimensions: longitude = 1280; latitude = 641; time = UNLIMITED; // (744 currently) variables: float longitude(longitude=1280); :units = "degrees_east"; :long_name = "longitude"; float latitude(latitude=641); :units = "degrees_north"; :long_name = "latitude"; int time(time=744); :units = "hours since 1900-01-01 00:00:0.0"; :long_name = "time"; :calendar = "gregorian"; short t2m(time=744, latitude=641, longitude=1280); :scale_factor = 0.0019574674902875745; // double :add_offset = 262.4703042252392; // double :_FillValue = -32767S; // short :missing_value = -32767S; // short :units = "K"; :long_name = "2 metre temperature"; // global attributes: :Conventions = "CF-1.6"; :history = "2018-06-01 07:59:25 GMT by grib_to_netcdf-2.7.0: grib_to_netcdf /data/data03/scratch/12/0d/_mars-atls06-70e05f9f8ba4e9d19932f1c45a7be8d8-fl38_h.grib -o /data/data03/scratch/70/a8/_grib2netcdf-atls05-98f536083ae965b31b0d04811be6f4c6-5qvo59.nc -utime"; }