netcdf files/d317001/2081/hadcm3.a2.2081.01.tas.nc { dimensions: height = 1; bound = 2; latitude = 73; longitude = 96; time = UNLIMITED; // (1 currently) variables: float bounds_height(height=1, bound=2); float bounds_latitude(latitude=73, bound=2); float bounds_longitude(longitude=96, bound=2); float bounds_time(time=1, bound=2); float height(height=1); :bounds = "bounds_height"; :units = "m"; :axis = "Z"; float latitude(latitude=73); :bounds = "bounds_latitude"; :units = "degrees_north"; :axis = "Y"; float longitude(longitude=96); :bounds = "bounds_longitude"; :axis = "X"; :units = "degrees_east"; :modulo = 360.0; // double :topology = "circular"; float tas(time=1, height=1, latitude=73, longitude=96); :_FillValue = -1.07374182E9f; // float :name = "air_temperature1"; :long_name = "TEMPERATURE AT 1.5M (with a {height} coordinate of 1.5 m)"; :units = "K"; :standard_name = "air_temperature1"; :axis = "TZXY"; float time(time=1); :bounds = "bounds_time"; :units = "days since 1960-1-1"; :calendar = "360_day"; :axis = "T"; // global attributes: :Conventions = "CF-1.0"; :history = "Thu Sep 29 10:42:30 2016: ncks -d time,0,0 hadcm3.a2.2081.01.tas.nc newhadcm3.a2.2081.01.tas.nc\nSat Mar 7 02:53:24 2009: ncrename -O -v air_temperature1,tas agwdda.pjs1110.03236.nc"; :NCO = "\"4.5.5\""; }