To perform array operations between monthly, daily and 3-hrouly time scales

From: Noel Aloysius <noel.aloysius_at_nyahnyahspammersnyahnyah>
Date: Tue Nov 06 2012 - 10:23:52 MST

Hi NCL-talk,

I have four arrays as follows

     (i) 3-hourly P1(/2930,180,360/)
     (ii) daily P2(/365,180,360/)
     (iii) monthly P3(/12,180,360/) and P4(/12,180,360/)

I want to perform the following calculation,

         P1 = (P1 - P2) * (P3/P4)

I can do this within a do loop with the P1 array time steps. I would like
to know if I could do this as a series of array operations with minimum
do-loops.

I would appreciate any direction you could provide.

Thanks,
Noel

Noel Aloysius

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Nov 6 10:24:01 2012

This archive was generated by hypermail 2.1.8 : Tue Nov 06 2012 - 15:05:49 MST