netcdf birdhouse/testdata/flyingpigeon/tmax.obs.nc { dimensions: lat = 2; bnds = 2; lon = 2; time = UNLIMITED; // (14610 currently) variables: double lat(lat=2); :long_name = "latitude"; :units = "degrees_north"; :bounds = "lat_bnds"; :axis = "Y"; :standard_name = "latitude"; double lat_bnds(lat=2, bnds=2); double lon(lon=2); :long_name = "longitude"; :units = "degrees_east"; :bounds = "lon_bnds"; :axis = "X"; :standard_name = "longitude"; double lon_bnds(lon=2, bnds=2); double time(time=14610); :standard_name = "time"; :units = "days since 1961-01-01 00:00:00"; :calendar = "standard"; :long_name = "time"; :bounds = "time_bnds"; :axis = "T"; double time_bnds(time=14610, bnds=2); float tmax(time=14610, lat=2, lon=2); :long_name = "Daily Maximum Near-Surface Air Temperature"; :units = "degC"; :standard_name = "air_temperature"; :_FillValue = 1.0E20f; // float :missing_value = 1.0E20f; // float :remap = "remapped via ESMF_regrid_with_weights: Patch remapping"; :cell_methods = "time: maximum"; :coordinates = "lon lat"; // global attributes: :Ensembles_ECAD = "2.0"; :Conventions = "CF-1.3"; :References = "http://eca.knmi.nl\\nhttp://eca.knmi.nl/download/ensembles/ensembles.php\\nhttp://eca.knmi.nl/download/ensembles/Haylock_et_al_2007.pdf"; :history = "Mon Mar 23 14:49:05 2015: ncks -d lat,5,6 -d lon,7,8 raw/tmax.gcm.obs.nc tmax.gcm.obs.nc\nMon Feb 9 16:55:07 2015: ncatted -a _FillValue,tmax,m,f,1e20 -a missing_value,tmax,m,f,1e20 tmax.gcm.obs.nc\nMon Feb 9 15:35:10 2015: ncks -A -C time.cur.nc tmax.gcm.obs.nc\nMon Feb 9 15:35:10 2015: ncks -O -C -x -v time tmax.gcm.obs.nc tmax.gcm.obs.nc\nMon Feb 9 13:50:51 2015: ncks -A latlon.gcm.nc tmax.gcm.obs.nc\nMon Feb 9 13:50:51 MST 2015: ncl patch-regrid.ncl infile=tmax.obs.nc wgtfile=wgt.obs.gcm.nc outfile=tmax.gcm.obs.nc varname=tmax\nFri Feb 6 11:08:54 2015: ncatted -a units,tmax,o,c,degC tmax.obs.nc\nFri Feb 6 11:08:54 2015: ncatted -a _FillValue,tmax,o,f,-999 -a missing_value,tmax,o,f,-999 tmax.obs.nc\nFri Feb 6 11:08:54 2015: ncatted -a scale_factor,tmax,d,, -a _FillValue,tmax,o,f,-999.9 tmax.obs.nc\nFri Feb 6 11:08:51 2015: ncrename -v longitude,lon -d longitude,lon tmax.obs.nc\nFri Feb 6 11:08:51 2015: ncrename -v latitude,lat -d latitude,lat tmax.obs.nc\nFri Feb 6 11:08:51 2015: ncrename -v tx,tmax tmax.obs.nc\nFri Feb 6 11:08:50 2015: ncpdq -U tx.claris-lpb.nc tmax.obs.nc\nFri Feb 6 11:08:50 2015: ncpdq -U tx.claris-lpb.nc tmax.obs.nc"; :nco_openmp_thread_number = 1; // int :NCO = "4.4.6"; }