Re: Error in ECHAM pressure levels.

From: Keith Lindsay <klindsay_at_nyahnyahspammersnyahnyah>
Date: Tue Feb 23 2010 - 08:38:32 MST

Hi,

In addition to Dennis's pointer to the online docs, please note that
arrays in NCL uses array indices starting w/ 0. Your code uses 1-based
indexing. Array index loops should range from 0 to dimlen-1, where
dimlen is the length of the array dimension you are looping over.

Keith

******************************************************************
Keith Lindsay http://www.cgd.ucar.edu/oce/klindsay/
email: klindsay@ucar.edu phone: 303-497-1722 fax: 303-497-1700
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Feb 23 08:38:36 2010

This archive was generated by hypermail 2.1.8 : Thu Feb 25 2010 - 09:38:32 MST