netcdf safaris/era5/TEMP/HOURLY/022010_temp_hourly.nc { dimensions: longitude = 1280; latitude = 641; time = UNLIMITED; // (672 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=672); :units = "hours since 1900-01-01 00:00:0.0"; :long_name = "time"; :calendar = "gregorian"; short t2m(time=672, latitude=641, longitude=1280); :scale_factor = 0.0016661364528713111; // double :add_offset = 266.75687262025014; // 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 23:31:29 GMT by grib_to_netcdf-2.7.0: grib_to_netcdf /data/data01/scratch/24/f5/_mars-atls12-70e05f9f8ba4e9d19932f1c45a7be8d8-VbNgg2.grib -o /data/data01/scratch/23/0e/_grib2netcdf-atls03-95e2cf679cd58ee9b4db4dd119a05a8d-MJq8a9.nc -utime"; }