Re: question about the month_to_season

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Fri, 21 Nov 2008 09:09:54 -0700

No, not that I am aware of. However, the coding isn't too difficult:

; arr = 3D array dimensioned time x lat x lon

arr_12 = runave_Wrap(arr(lat|:,lon|:,time|:),4,0))

djfm = arr_12(:,:,0::12)
jjas = arr_12(:,:,6::12)

http://www.ncl.ucar.edu/Document/Functions/Contributed/runave_Wrap.shtml

Note that the last option in runave_Wrap sets the end-point option. (in
the example above it is set to 0.)
Adam

Song Feng wrote:
>
> Hi All:
>
> NCL has several functions to compute three-month seasonal means (e.g.
> DJF, JJA, and so on). Is there a way to compute 4-month seasonal means
> (e.g. JJAS)?
>
> Best!
>
> Song Feng
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
--------------------------------------------------------------
Adam Phillips			             asphilli_at_ucar.edu
National Center for Atmospheric Research   tel: (303) 497-1726
ESSL/CGD/CAS                               fax: (303) 497-1333
P.O. Box 3000				
Boulder, CO 80307-3000	  http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Nov 21 2008 - 09:09:54 MST

This archive was generated by hypermail 2.2.0 : Tue Nov 25 2008 - 10:18:44 MST