[ncl-talk] tc not getting recognized in version 6.3.0
Muhammad Omer Mughal
m.mughal1 at postgrad.curtin.edu.au
Sun Jul 9 20:10:52 MDT 2017
Hi Mary
Thanks for the reply and comments.
I found out that the WRF variable T has been renamed to TH in my WRF configuration and the wrfout_d0* now contain TH instead of T. Is there a way to change T to TH in
$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl
or do I have to recompile and rerun WRF ?
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<mailto:m.lynch at curtin.edu.au>
Web | http://curtin.edu.au<http://curtin.edu.au/>
Curtin University is a trademark of Curtin University of Technology.
CRICOS Provider Code 00301J (WA), 02637B (NSW)
________________________________
From: Mary Haley <haley at ucar.edu>
Sent: Friday, 7 July 2017 12:03:59 AM
To: Muhammad Omer Mughal
Cc: ncl-talk at ucar.edu
Subject: Re: [ncl-talk] tc not getting recognized in version 6.3.0
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<http://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<mailto: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<mailto:m.lynch at curtin.edu.au>
Web | http://curtin.edu.au<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<mailto: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/20170710/ea95d0a7/attachment.html
More information about the ncl-talk
mailing list