Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Multiple averaging periods for same variable

Is it possible to output, to a single history file, multiple averaging methods for the same variable (e.g., both maxmimum and minimum of OMEGA)?I triedfincl2 = 'OMEGA:M', 'OMEGA:X', ...but the h1 file only includes only the minimum of OMEGA. I know I can add them to a separate file (e.g., minima in h1, maxima in h2, ...) but not sure if this would slow down output etc.

 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You cannot do this in a single history file. But you save several history files with the multiple avergaes.For instance:fincl1 = 'T:I'fincl2 = 'T:A'fincl3 = 'T:X'fincl4 = 'T:M' 
 
Top