- To: netcdfgroup@xxxxxxxxxxxxxxxx
- Subject: Re: [netcdfgroup] Extracting time series from netCDF file (Jose Borrero)
- From: Charlie Zender <zender@xxxxxxx>
- Date: Mon, 19 Nov 2012 16:10:45 -0800
Jose, If I understand your question correctly then NCO is a not-terribly painful solution, nco.sf.net#binaries. Install it. Then try: ncks -d lat,24.008 -d lon,60.008 -v ha in.nc ha.nc nc2xy ha.nc -Ftime/ha > ha.txt or ncks -C -H -s '%f\n' -v time in.nc > time.txt ncks -C -H -s '%f\n' -d lat,24.008 -d lon,60.008 -v ha in.nc > ha.txt paste time.txt ha.txt > out.txt Good luck, cz -- Charlie Zender, Earth System Sci. & Computer Sci. University of California, Irvine 949-891-2429 )'(
- Follow-Ups:
- Re: [netcdfgroup] Extracting time series from netCDF file (Jose Borrero)
- From: Jose Borrero
- Re: [netcdfgroup] Extracting time series from netCDF file (Jose Borrero)