Re: lidar plot

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue, 2 Oct 2007 14:56:50 -0600 (MDT)

Hi Lin,

You are passing more arguments to gsn_csm_pres_hgt than what it
expects. It looks like you are trying to pass two data arrays: ld2
and DUSTAOD. This routine only wants one data array.

Neither one of these are going work anyway, because you need to have a
"lev" coordinate array associated with the leftmost dimension of your
data in order for gsn_csm_pres_hgt to work.

Please see example 8 at:

    http://www.ncl.ucar.edu/Applications/coneff.shtml

and notice how the "lev" array is set up with:

   pres3d = (/1000,950,800,700,600,500,400,300,200/)
   pres3d_at_units= "mb"

   uint= ...
   uint!0 = "plev"
   uint&plev = pres3d

You will need to do something similar. Sorry I don't have more details;
I have to run off to a meeting and then some errands.

--Mary

On Tue, 2 Oct 2007, Lin Su wrote:

> Dear NCL users,
>
> I am trying to use the "gsn_csm_pres_hgt" function to give the lidar height/time plot. However, it always showed "Error occurred" during the lidar data processing. Attached please find my NCL script and lidar dataset (txt file). Could anyone kindly tell me how to fix the error?
>
> Thanks a bunch,
> -Lin
> ---
> Lin Su
> Graduate Research Assistant
> Toon's Aerosol Modeling Group
> http://atoc.colorado.edu/~sul/
>
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Oct 02 2007 - 14:56:50 MDT

This archive was generated by hypermail 2.2.0 : Thu Oct 04 2007 - 08:54:08 MDT