netcdf safaris/era5/TEMP/HOURLY/112008_temp_hourly.nc { dimensions: longitude = 1280; latitude = 641; time = UNLIMITED; // (720 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=720); :units = "hours since 1900-01-01 00:00:0.0"; :long_name = "time"; :calendar = "gregorian"; short t2m(time=720, latitude=641, longitude=1280); :scale_factor = 0.0016163701171278927; // double :add_offset = 265.1046376767578; // double :_FillValue = -32767S; // short :missing_value = -32767S; // short :units = "K"; :long_name = "2 metre temperature"; // global attributes: :Conventions = "CF-1.6"; :history = "2018-05-31 21:59:28 GMT by grib_to_netcdf-2.7.0: grib_to_netcdf /data/data01/scratch/7f/81/_mars-atls04-a82bacafb5c306db76464bc7e824bb75-uunwS_.grib -o /data/data04/scratch/ad/b6/_grib2netcdf-atls14-a562cefde8a29a7288fa0b8b7f9413f7-9BRKV4.nc -utime"; }