netcdf sco/drought/202010_rtma_small.nc { dimensions: time = UNLIMITED; // (744 currently) x = 420; y = 370; height = 1; alt = 1; variables: double time(time=744); :standard_name = "time"; :units = "hours since 2020-10-1 00:00:00"; :calendar = "proleptic_gregorian"; :axis = "T"; double x(x=420); :standard_name = "projection_x_coordinate"; :units = "m"; :axis = "X"; double y(y=370); :standard_name = "projection_y_coordinate"; :units = "m"; :axis = "Y"; int Lambert_Conformal; :grid_mapping_name = "lambert_conformal_conic"; :standard_parallel = 25.0; // double :longitude_of_central_meridian = 265.0; // double :latitude_of_projection_origin = 25.0; // double :earth_radius = 6367470.0; // double :longitudeOfFirstGridPointInDegrees = 274.420082; // double :latitudeOfFirstGridPointInDegrees = 33.035469; // double double height(height=1); :standard_name = "height"; :long_name = "height"; :units = "m"; :positive = "up"; :axis = "Z"; double alt(alt=1); :long_name = "altitude"; :units = "m"; :positive = "up"; :axis = "Z"; float 2t(time=744, height=1, y=370, x=420); :standard_name = "air_temperature"; :long_name = "2 metre temperature"; :units = "K"; :param = "0.0.0"; :grid_mapping = "Lambert_Conformal"; float tp(time=744, alt=1, y=370, x=420); :long_name = "Total Precipitation"; :units = "kg m**-2"; :param = "8.1.0"; :grid_mapping = "Lambert_Conformal"; // global attributes: :CDI = "Climate Data Interface version 1.9.4 (http://mpimet.mpg.de/cdi)"; :Conventions = "CF-1.6"; :history = "Fri Jan 08 11:33:25 2021: cdo -f nc copy 202010_rtma_small_pt.grb2 202010_rtma_small.nc"; :CDO = "Climate Data Operators version 1.9.4rc2 (http://mpimet.mpg.de/cdo)"; }