Re: Plotting Taylor Diagram

From: azizul haque <haque.azizul320_at_nyahnyahspammersnyahnyah>
Date: Fri May 09 2014 - 11:30:17 MDT

Hi Rick, Thank you very much. As I mentioned I need to do plotting GPCP daily precipitation Vs six other models. I have two directory for this kind of data: 1. for gpcp: /home/ahaque 2. for other models:    1. /Projects/CMIP5A/Daily/historical/CNRM-CM5/r1i1p1/pr_day_CNRM-CM5_historical_r1i1p1_18500101-200512.nc", "r")    2. /Projects/CMIP5A/Daily/historical/CESM1-BGC/r1i1p1/pr_day_CESM1-BGC_historical_r1i1p1_18500101-20051231.nc", "r")    3. /Projects/CMIP5A/Daily/historical/HadGEM2-CC/r1i1p1/pr_day_HadGEM2-CC_historical_r1i1p1_18591201-200511.nc", "r")    4. /Projects/CMIP5A/Daily/historical/MIROC-ESM/r1i1p1/pr_day_MIROC-ESM_historical_r1i1p1_18500101-20051231.nc", "r")    5. /Projects/CMIP5A/Daily/historical/GFDL-ESM2M/r1i1p1/pr_day_GFDL-ESM2M_historical_r1i1p1_18610101-200512.nc", "r")    6./Projects/CMIP5A/Daily/historical/NorESM1-M/r1i1p1/pr_day_NorESM1-M_historical_r1i1p1_18500101-200512.nc", "r")  Any help for organizing this directory is appreciated. Regards Azizul On Thursday, 8 May 2014, 17:55, "brownrig_at_ucar.edu" <brownrig_at_ucar.edu> wrote: Hi Azizul, I think this is pretty clearly an issue with your pathname to the file, and unfortunately you are the only one who can verify it is indeed correct. A way to prove/disprove its correctness might be to copy-paste the pathname in your script onto a shell command such as: ls -l ...pasted_pathname... My guess is you'll get something like: ls: cannot access ..........: No such file or directory However, if "ls" actually finds the file, let the group know. I'm unaware of any pathname length restrictions, but those paths are fairly long, and perhaps bumping up against a limit. Hope that helps... Rick On Thu, 8 May 2014 16:22:39 -0700 (PDT)   azizul haque <haque.azizul320_at_yahoo.com> wrote: > Hi NCL Users, > I just want to do plotting for Taylor Diagram using  gpcp daily >observed data with 6 models data attached > scripts and found following error message: >   > See > http://www.ncl.ucar.edu/ for more details. > fatal:["FileSupport.c":3605]:_NclFindFileExt: > Requested file ></home/ahaque/GPCP_1DD_v1.2_199610-201312.nc_vs_/Projects/CMIP5A/Daily/historical/CNRM-CM5/r1i1p1/pr_day_CNRM-CM5_historical_r1i1p1_18500101-200512.nc> > or > </home/ahaque/GPCP_1DD_v1.2_199610-201312.nc_vs_/Projects/CMIP5A/Daily/historical/CNRM-CM5/r1i1p1/pr_day_CNRM-CM5_historical_r1i1p1_18500101-200512> > does not exist >   > fatal:["FileSupport.c":3973]:(/home/ahaque/GPCP_1DD_v1.2_199610-201312.nc_vs_/Projects/CMIP5A/Daily/historical/CNRM-CM5/r1i1p1/pr_day_CNRM-CM5_historical_r1i1p1_18500101-200512.nc) > has no file extension, can't determine type of file to open > fatal:Assignment type > mismatch, right hand side can't be coerced to type of left hand side > fatal:["Execute.c":8567]:Execute: > Error occurred at or near line 44 in file td2.ncl >   >   > Please also note that my working directory is home/ahaque . > Appreciated if you could guide me. >   > Thank you for your understanding, > Regards > Azizul

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri May 9 11:30:30 2014

This archive was generated by hypermail 2.1.8 : Fri May 09 2014 - 15:23:17 MDT