milena@lanl_gov
New Member
We are trying to run the CVDP on a mac, processing just atm fields (PSL,TS,TREFHT,PREC*) that have been regridded to T85. To make things simple, I am only running psl.sam_psa.ncl for now, with *no* comparison to obs.If I don't use the parallel option, I get a Seg fault as it goes through the first data_read statement in psl.sam_psa.ncl:arr = data_read_in(paths(ee),"PSL",syear(ee),eyear(ee))If we do use the parallel option (I tried ntasks=2 or 5), then nothing happens. We go through the line above with no printed errors/messages, but then nothing is really done (no output whatsoever is generated). We followed all instructions on how to set the filenames and have something like:runname.varname.YYYYMM-YYYYMM.ncfor each monthly files and 90 years (90*12 files total). Any idea what could be wrong? Thanks! Milena