Re: Fw: fata error

From: <brownrig_at_nyahnyahspammersnyahnyah>
Date: Tue Apr 22 2014 - 08:55:14 MDT

Hi,

I don't know about the tickmarks warnings, but the error message
indicates just what is wrong: the variable "plot" is undeclared
before you attempt to reference it as an array variable in:

         plot(0) = gsn_csm_xy (wks,time(ntBegin:ntEnd) \
                               ,pr0Anom(ntBegin:ntEnd,{26.9},{72.2}),rxy)
         plot(1) = gsn_csm_xy (wks,time(ntBegin:ntEnd) \
                               ,pr0Anom_sm(ntBegin:ntEnd,{26.9},{72.2}),rxy)

You'll need something like this before those two lines:

     plot = new((/ 2 /), graphic)

Hope that helps...
Rick

On Mon, 21 Apr 2014 20:47:21 -0700 (PDT)
  azizul haque <haque.azizul320@yahoo.com> wrote:
> Hi Mary.
>
> I am trying to make precipitation anomalies using
> CMIP5-CNRM-CM5 model data. I got following fatal errors. 
> Anomalies from Smooth Daily Climatology: min=-30.7738   max=462.588
> warning:ManualComputeMajorTickMarks: Maximum tickmarks (256) has
>been reached, tickmarks may appear in complete
> warning:ManualComputeMajorTickMarks: Maximum tickmarks (256) has
>been reached, tickmarks may appear in complete
> warning:ManualComputeMajorTickMarks: Maximum tickmarks (256) has
>been reached, tickmarks may appear in complete
> warning:ManualComputeMajorTickMarks: Maximum tickmarks (256) has
>been reached, tickmarks may appear in complete
> warning:ManualComputeMajorTickMarks: Maximum tickmarks (256) has
>been reached, tickmarks may appear in complete
> warning:ManualComputeMajorTickMarks: Maximum tickmarks (256) has
>been reached, tickmarks may appear in complete
> fatal:Undefined identifier: (plot) is undefined, can't continue
> fatal:["Execute.c":8567]:Execute: Error occurred at or near line 206
>in file anomaly.ncl
>
>
> Please also find
> attached of my script.
> Your early response are highly appreciated.
> Regards
> Azizul

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Apr 22 08:55:27 2014

This archive was generated by hypermail 2.1.8 : Tue Apr 29 2014 - 09:04:20 MDT