[ncl-talk] tc not getting recognized in version 6.3.0

Mary Haley haley at ucar.edu
Thu Jul 6 10:03:59 MDT 2017


Hi Muhammad,

Important things to note about wrf_user_getvar:

 - You can only use this function on WRF-ARW data.

 - You must call this function with the file pointer from opening the WRF
output file:

  f =
​​
addfile("wrfout_d01_2008-09-29_20:30:00.nc","r")

​ ​
tc = wrf_user_getvar(f,"tc",-1)

If you continue to have problems, please provide the relevant code where
you call wrf_user_getvar
​ along with ​
the exact error message, so we can debug this.
​​

​Thanks,

--Mary
​


On Wed, Jul 5, 2017 at 8:02 PM, Muhammad Omer Mughal <
m.mughal1 at postgrad.curtin.edu.au> wrote:

> Hi all
>
>
> I am using wrf_user_getvar  function I am using temperature variable tc
> but its not getting recognized for some reason. Can any one suggest a
> solution
>
>
>
> Muhammad Omer Mughal
> MSc BSc Mechanical Engineering
> PhD  Research Scholar
> Remote Sensing and Satellite Research Group
> Department of Imaging and Applied Physics
> Curtin University
>
> Curtin University
> Tel | +61 8 9266 7962
> Fax | +61 8 9266 2377
> Mobile | 0470 237 525
>
> Email | m.mughal1 at postgrad.curtin.edu.au <m.lynch at curtin.edu.au>
> Web | http://curtin.edu.au
>
> Curtin University is a trademark of Curtin University of Technology.
> CRICOS Provider Code 00301J (WA), 02637B (NSW)
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> 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/20170706/1bce3a06/attachment.html 


More information about the ncl-talk mailing list