Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Chill Hours

Please discuss beta versions of Cumulus 1 here. Note: There are currently no beta versions of Cumulus 1.
Locked
werribee_au
Posts: 338
Joined: Mon 08 Jun 2009 6:25 am
Weather Station: WH-1081 (Jaycar Digitech XC0348)
Operating System: XP SP3
Location: Wyndham Vale, Vic, Australia.
Contact:

Chill Hours

Post by werribee_au »

I have installed the latest build (1.9.2 build 1000) over the 1.9.1 release.

I checked chill hours and noted a value of 0.5 for the default values.

I have added (For the Southern Hemisphere)

Code: Select all

ChillHourSeasonStart=4
ChillHourThreshold=7
To the [Station] section of the cumulus.ini file while Cumulus was stopped, and when restarted, 'View|This year' still returns a value of 0.5 for chill hours.

The webtag <#chillhours> also returns the same value.
Is the returned value retrospective or is it only calculating it from when this build was installed.

Thanks
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Chill Hours

Post by steve »

werribee_au wrote:Is the returned value retrospective or is it only calculating it from when this build was installed.
It starts counting from when you first run it. There isn't really any easy way to do it retrospectively (but yes, it could get an approximation by extracting data from the log files).
Steve
werribee_au
Posts: 338
Joined: Mon 08 Jun 2009 6:25 am
Weather Station: WH-1081 (Jaycar Digitech XC0348)
Operating System: XP SP3
Location: Wyndham Vale, Vic, Australia.
Contact:

Re: Chill Hours

Post by werribee_au »

steve wrote:
werribee_au wrote:Is the returned value retrospective or is it only calculating it from when this build was installed.
It starts counting from when you first run it. There isn't really any easy way to do it retrospectively (but yes, it could get an approximation by extracting data from the log files).
Ah yes, I see the entry in the today.ini file.

Thanks Steve.
wd40
Posts: 448
Joined: Thu 05 Aug 2010 10:02 pm
Weather Station: WS2080
Operating System: W7
Location: GA, USA
Contact:

Re: Chill Hours

Post by wd40 »

Gerard, do you have fruit trees?

Randy
werribee_au
Posts: 338
Joined: Mon 08 Jun 2009 6:25 am
Weather Station: WH-1081 (Jaycar Digitech XC0348)
Operating System: XP SP3
Location: Wyndham Vale, Vic, Australia.
Contact:

Re: Chill Hours

Post by werribee_au »

Yes Randy I do!

Lemon (Don't know the variety), Granny Smith Apple (The sweetest ever for a Granny and about the size of a baseball) and a self sown Nectarine, All produce a great crop.. :clap:

Just took a picture of the last Granny I picked yesterday.
You do not have the required permissions to view the files attached to this post.
wd40
Posts: 448
Joined: Thu 05 Aug 2010 10:02 pm
Weather Station: WS2080
Operating System: W7
Location: GA, USA
Contact:

Re: Chill Hours

Post by wd40 »

This is my first year with a bearing Granny Smith tree. The apples want be ripe for sometime. I was surprised the new little apples start out red. Australia is the originators of a lot of good apple varieties as you know.

Randy
jferristx
Posts: 7
Joined: Mon 31 Oct 2011 2:44 am
Weather Station: WS-1090
Operating System: windows XP sp3
Location: United States

Re: Chill Hours

Post by jferristx »

I just recently installed Cumulus 1.9.2 to my new weather station.

1. How are Chill Hours calculated? My system has been up about 2 weeks on Wunderground, and today.ini shows 7.3481 chill hours. I'm sure it is incorrect, we have not dropped below 45 degrees yet here in Texas. Second, we have had a high above 80 since I have started the system, chill hours should have been removed from the count.

2. Is there a way to display chill hours from the system in Wunderground web page, or on the Cumulus screen on my PC? Is the only way to get the value to read the today file directly or to place the tag in HTML?

Thanks
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Chill Hours

Post by steve »

jferristx wrote:1. How are Chill Hours calculated?
It checks the temperature once a minute, and if it's below the threshold, it adds a minute to the Chill Hours total.
My system has been up about 2 weeks on Wunderground, and today.ini shows 7.3481 chill hours. I'm sure it is incorrect, we have not dropped below 45 degrees yet here in Texas.
I'm reasonably sure the code is correct, no-one else seems to have an issue. Perhaps your station is giving false readings - Fine Offset stations commonly do. I'd need to see all of your data files, and the ChillHourThreshold setting from cumulus.ini.
Second, we have had a high above 80 since I have started the system, chill hours should have been removed from the count.
Sorry, I don't understand, could you please explain? The Chill Hours figure has nothing to do with high temperatures, it just counts the period when the temperature was below a pre-set figure.
Is there a way to display chill hours from the system in Wunderground web page
No, Wunderground has it's own fixed set of data and you can't change it.
or on the Cumulus screen on my PC?
You can view the total on the 'This Year' summary screen.
Steve
jferristx
Posts: 7
Joined: Mon 31 Oct 2011 2:44 am
Weather Station: WS-1090
Operating System: windows XP sp3
Location: United States

Re: Chill Hours

Post by jferristx »

Thank you for the information. I don't suppose you can tell me the value? We measure chill hours as time between 45 and 32 degrees F, and if chill hours start accumulating and then the temp goes back ABOVE 60 degrees F, chill hours are subtracted. I'll assume the formula for Cumulus is not that complex?

And thanks for pointing out where to find them.....thought I looked at every screen.... :oops:
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Chill Hours

Post by steve »

jferristx wrote:Thank you for the information. I don't suppose you can tell me the value?
The default threshold is 7C or 45F. All time spent below this threshold contributes to the total, calculated once a minute.
We measure chill hours as time between 45 and 32 degrees F, and if chill hours start accumulating and then the temp goes back ABOVE 60 degrees F, chill hours are subtracted. I'll assume the formula for Cumulus is not that complex?
I added the chill hour facility by request and implemented it as best as I could with the information I had. According to this page on Wikipedia - http://en.wikipedia.org/wiki/Chilling_requirement - only the 'Utah' model has the 'negative' effect that you describe; I have not implemented this, just the 'simplest' model.
Steve
wd40
Posts: 448
Joined: Thu 05 Aug 2010 10:02 pm
Weather Station: WS2080
Operating System: W7
Location: GA, USA
Contact:

Re: Chill Hours

Post by wd40 »

jferristx wrote:Thank you for the information. I don't suppose you can tell me the value? We measure chill hours as time between 45 and 32 degrees F, and if chill hours start accumulating and then the temp goes back ABOVE 60 degrees F, chill hours are subtracted. I'll assume the formula for Cumulus is not that complex?

And thanks for pointing out where to find them.....thought I looked at every screen.... :oops:
jferristx, there are many, ways to calculate chill hours. The most widely accepted chill hour model is the simple, everything below 45F. This has been the model for many, many years. After doing quite a bit of research, the chill hours value given to fruit bearing trees, is often overstated and the majority of chill hour values is based on this model. The chill hour value for trees is more of a rule of thumb than a specific value.

The chill hour model you mentioned is one that is accepted in specific geographic areas but becomes inaccurate outside of these areas. Check with your local agriculture extension agent to find the model best suited for your area.

Since Cumulus is used world wide, the simple model works best for the largest number of users.

I hope this helps.

Randy
jferristx
Posts: 7
Joined: Mon 31 Oct 2011 2:44 am
Weather Station: WS-1090
Operating System: windows XP sp3
Location: United States

Re: Chill Hours

Post by jferristx »

Many thanks for the explanation. The Utah model "might" be of issue where I live. It is not unusual to have 40-50 degree temp swings during a week. I save my data, next spring I'll run it against the other model and see if it makes much if any difference.
Locked