I am trying to obtain future climate data from several GCM's for my watershed under 2 RCPs according to the BCSD method of statistical downscaling. I did find the data source at:ftp://gdo-dcp.ucllnl.org/pub/dcp/archive/cmip5/hydro/BCSD_daily_forc_nc/
However, this dataset comes for each GCM and a particular year for the entire US (one netcdf file per year). I tried to convert the data format into text files and in that process produced a lot of files covering the whole US (just for one year!). My question is how do I just extract the daily time series for my watershed? This is not possible online, so probably some post processing has to be done. Has anyone else faced this situation? I did try importing the netcdf in ArcGIS and converted to raster and then extracted using clip. This doesn't yield the actual time series.
PS: I use these R codes to convert the netcdf to text fileshttp://pages.iu.edu/~dficklin/netcdf-to-swat-climate-input-files.html
Any suggestions would be welcome!