[ncl-talk] A strange error message.

Maria Gehne - NOAA Affiliate maria.gehne at noaa.gov
Tue Mar 31 13:16:46 MDT 2015


If you have coordinate variables you can try and plot only the range that
is allowed by gsn_csm_pres_hgt:

plot(0) = gsn_csm_pres_hgt(wks,x0_test({1050:15},:),res)

Hope this helps,
Maria

On Tue, Mar 31, 2015 at 11:22 AM, Yi Wang <Yi.Wang at sussex.ac.uk> wrote:

>  Hello NCL Community,
>
>  I have received this error message at the end of my execution of the NCL
> script:
>
>  "(0) gsn_geop_hgt: Fatal: The pressure values do not fall between
>
> (0) 2.54e-06 mb and 1050 mb.
>
> (0) Execution halted."
>
>
>  I checked my height (pressure levels), and Level min is 15mb, and max is
> 1075mb.
>
>
>  How do I overcome this 1050mb threshold in the plotting function I used:
>
>
>   plot(0) = gsn_csm_pres_hgt(wks,x0_test,res)
>
>
>  Thanks,
>
>
>  Yi
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150331/4d7e9531/attachment.html 


More information about the ncl-talk mailing list