netcdf ecmwf/era5land/TEMP/hourly/era5_land_201909.nc { dimensions: longitude = 3600; latitude = 1801; time = 720; variables: float longitude(longitude=3600); :units = "degrees_east"; :long_name = "longitude"; float latitude(latitude=1801); :units = "degrees_north"; :long_name = "latitude"; int time(time=720); :units = "hours since 1900-01-01 00:00:00.0"; :long_name = "time"; :calendar = "gregorian"; short t2m(time=720, latitude=1801, longitude=3600); :scale_factor = 0.0019236547420526681; // double :add_offset = 259.4824976452852; // double :_FillValue = -32767S; // short :missing_value = -32767S; // short :units = "K"; :long_name = "2 metre temperature"; // global attributes: :Conventions = "CF-1.6"; :history = "2020-08-04 14:47:53 GMT by grib_to_netcdf-2.16.0: /opt/ecmwf/eccodes/bin/grib_to_netcdf -S param -o /cache/data8/adaptor.mars.internal-1596552158.475145-32409-18-3ea8c35f-3332-4f58-914b-388d783273fe.nc /cache/tmp/3ea8c35f-3332-4f58-914b-388d783273fe-adaptor.mars.internal-1596552158.4759355-32409-4-tmp.grib"; }