Re: lat / lon problem

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Oct 30 2012 - 14:50:54 MDT

Hi Steve,

This is an NCL question, so it's better to post it to ncl-talk@ucar.edu.

You are actually asking about a function that I believe is long since deprecated *and* you are trying to use it on what looks like non-WRF data.
I need to update the documentation to reflect that this function (wrf_mapres_c) is old (which I assume is where the error is coming from).

Any WRF functions should *only* be used on WRF data.

What exactly are you trying to do? Can you include your script?

--Mary

On Oct 30, 2012, at 2:36 PM, steve kirby wrote:

> Hi,
>
> I'm getting this error when running my NCL script to analyze some output from a "forecast sensitivity to observations (FSO) run:
>
> WRF_resLamCon_c: unexpected lat/lon rank: rank=1
>
> some of the relevant lines:
>
> field = addfile("/home/skirby/FSO_MOST_LATEST/run/2012020712/sensitivity/ad_d01_2012020712"+".nc", "r")
> field2 = addfile("/home/skirby/FSO_MOST_LATEST/data_dir/rc/2012020712/wrfinput_d01.nc","r");
> lat = field2->XLAT(0,:,:)
> lon = field2->XLONG(0,:,:)
>
> I have determined that the XLAT, XLONG arrays exist in wrfinput_d01.nc ("field2") and have values, but do not exist in "field".
>
> Any ideas would be welcome.
>
> thanks,
> steve
>
> _______________________________________________
> ncarg-talk mailing list
> ncarg-talk@ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncarg-talk

_______________________________________________
ncarg-talk mailing list
ncarg-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
Received on Tue Oct 30 14:51:01 2012

This archive was generated by hypermail 2.1.8 : Wed May 15 2013 - 10:21:23 MDT