Re: ordering of netCDF values

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Apr 03 2013 - 15:47:54 MDT

The "MemoryOrder' is based on the model code which is (usually) written
in fortran.

       real foo(nx,ny)

---------------------

In NCL, this same array, would be foo(ny,nx)

The 2 languages refer to the *same array* via row (NCL) and
column (fortran) major order.

-----------------------

In NCL, T(0,0) would always be the lower left element.

On 4/3/13 3:38 PM, steve kirby wrote:
> Hi,
>
> Does T2:MemoryOrder = "XY " imply that the 2-meter temperatures start (i.e., T2(0,0) value) at the lower-left of the grid?
>
> thanks,
> Steve
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Apr 3 15:47:53 2013

This archive was generated by hypermail 2.1.8 : Thu Apr 04 2013 - 21:06:41 MDT