Re: Reading from netcdf files within NCL

From: Andrew Mai <mai_at_nyahnyahspammersnyahnyah>
Date: Fri Aug 23 2013 - 07:35:10 MDT
On 08/23/2013 02:53 AM, Parish, Helen wrote:
     PS   = fi->PS
     U     = fi->U
     lat   = fi->lat

However, this reads in all of the 10 outputs within the file.

To read only the first time slice, for example:

  PS = fi->PS(0,:,:)
  U  = fi->U(0,:,:,:)

Andy

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Aug 23 07:35:18 2013

This archive was generated by hypermail 2.1.8 : Fri Aug 30 2013 - 14:04:57 MDT