[Thread Prev][Thread Next][Index]

[ferret_users] calculating extreme january temperatures



Dear Ferret users,

I'm getting stuck with an analysis problem - does anyone know a
solution?  Given an hourly time series (e.g. 10 years), I would like
to calculate the maximum value that occurs in any january month of the
whole time series.  Same for february, march, etcetera.

I can calculate the climatological monthly mean and anomalies without
problems using the climatological_axes.  I can calculate the maximum
temperature in each january month separately by doing

  ! define a monthly_axis for the full 10 year period
  let monthly_max_data = hourly_data[t=monthly_axis@max]

Now I'm stuck.  How do I get the maximum of the individual january
maxima?  I can compute the climatological average january maximum by
using monthly_max_data[gt=month_irreg@mod], but I can't use @mod and
@max at the same time.

I would like to write 

  let extreme_max = monthly_max_data[gt=month_irreg@max] 

but ferret doesn't like that.

Any hints will be appreciated.
Thanks,

	Hein


-- 

Dr. Hein Zelle
Senior consultant meteorology & oceanography
BMT ARGOSS

Tel:        +31 (0)527-242299
Fax:        +31 (0)527-242016
E-mail:     hein.zelle@xxxxxxxxxxxxx
Website:    www.bmtargoss.com
	    
BMT ARGOSS b.v.
Voorsterweg 28, 8316 PT Marknesse, the Netherlands
Postal address: P.O. Box 61, 8325 ZH Vollenhove, the Netherlands

Registered in The Netherlands, Registered no. 39060160.

Unless otherwise agreed by BMT ARGOSS in writing, all work,
services, goods or products supplied by BMT ARGOSS shall be subject
to and governed by BMT ARGOSS' own terms and conditions which are
available for inspection from BMT ARGOSS on request.

E-mail confidentiality notice and disclaimer:
The contents of this e-mail and any attachments are intended for the
use of the mail addressee(s) shown. If you are not that person, you
are not allowed to read it, to take any action based upon it or to
copy it, forward, distribute or disclose the contents of it and you
should please delete it from your system. BMT ARGOSS does not accept
liability for any errors or omissions in the context of this e-mail or
its attachments which arise as a result of internet transmission, nor
accept liability for statements which are those of the author and
clearly not made on behalf of BMT ARGOSS.


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement