Re: error reading lattitude

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri, 31 Oct 2008 07:16:11 -0600

I am confused by what you are doing.
Your comments say
;************************************************
; Use WRF_contributed procedure to set map resources
;************************************************

Why?
===========
Te data are not WRF related.
This is *not* a WRF grid which has map coordinates that are two-dimensional.
===========

Your data are true netCDF coordinate variables.

       float g0_lat_0 ( g0_lat_0 )
       float g0_lon_1 ( g0_lon_1 )
These are 1D variables in which the dimension name is the
same as the variable name.

The coordinates on the file are:

             g0_lat_0: [-10.471..-65.911]
             g0_lon_1: [-98.886..-42.006]

Yet you include a GrADS plot that spans -10 to 50 [10S to 50N]
Why?

The GRIB data have missing values.

printVarSummary(ugrd)
nMsg = num(ismissing(ugrd))
print("nMsg="+nMsg)

nMsg=6621

==========
Suffice it to say, NCL is plotting correctly.
You are comparing with the wrong data.

Jin-Young Kim wrote:
> Greetings,
>
>
> I have problem on reading latitude of my output file..
> Here are figures, one is grads file to showing domain,
> the other is ncl file after plotting with same data file.
>
> Would anybody give me comment?
>
> Best regards,
> Jin-Young Kim
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Oct 31 2008 - 07:16:11 MDT

This archive was generated by hypermail 2.2.0 : Fri Oct 31 2008 - 15:58:35 MDT