beteljuice wrote:Weather Software: Cumulus
Date/Time: Thursday, 03 May 2012 / 23:40 (nighttime)
Conditions: Drizzle, showers, showery, becoming less settled
Air Temperature: 6.6°C
Dew Point: 6.5°C
Cloud Temperature: 6.5°C
Humidity: 99%
Wind: Calm
Barometric Pressure: 1011 hPa
Calculated Cloud Base: 174.19 meters (ASL)
Cumulus Cloud Base: 18 m (AGL)
Station Elevation: 162 meters (531.5 feet)
Sunrise: 05:17
Sunset: 20:22
Time Zone: Europe/London => BST => UTC+1 hours
Background Image: cb-bg-00sprn.png
Moon Age: 12 days, 15 hours, 22 minutes
Server Time: 23:40:01
Your cloudbase IS changing, but you have the settings to show ASL - ie. your altitude plus Cumulus cloudbase, and because it's raining / high RH, you are IN the cloud.
Code: Select all
#################################################################################
# BEGIN IMAGE DETAILS SETTINGS #
#################################################################################
// Override the default variables with those found in (CU) CUtags.php
$useCUuom = false; // always use the cloud base height reported by Cumulus
$useCUHeight = false; // override the default variables with those found in (CU) CUtags.php
Your setting (I think) are also saying that the (temp) should be to one decimal point; however even if the setting are changed to Imperial, or (null) default, the accented
A character appears instead of the decimal part of the string.
It would seem that
Code: Select all
$txtT = round($curtemp).'°'.$uomTemp;
Is not giving the results expected.
One for the author (Ray) I think ....
I don't know if it's really working. I mean if works clouds height.
All evening I am playing with:
BEGIN IMAGE DETAILS SETTINGS #
#################################################################################
// Override the default variables with those found in (CU) CUtags.php
$useCUuom = false; // always use the cloud base height reported by Cumulus
$useCUHeight = false; // override the default variables with those found in (CU) CUtags.php
$useWDuom = false; // always use the cloud base height reported by Weather Display
$useWDHeight = false; // override the default variables with those found in (WD) testtags.php
and with
$getMetar = true; // get the METAR from NOAA for substituting cloud conditions at night and/or day (not required)
$metarRefresh = 1; // refresh rate of the METAR in minutes
$useMetarAtNight = true; // always use METAR at night time for determinig clouds
$onlyUseMetar = true; // always use METAR for determinig clouds
And when I set all these to false
$useCUuom = false; // always use the cloud base height reported by Cumulus
$useCUHeight = false; // override the default variables with those found in (CU) CUtags.php
$useWDuom = false; // always use the cloud base height reported by Weather Display
$useWDHeight = false; // override the default variables with those found in (WD) testtags.php
Then it start show me 174m instead of 180m. ( but before all the time shows me 180) But if you move mouse on cloudbase picture then you can see that text pop up 180m ASL and this text never changes. Even on sunny day.
I spotted that in cumulus program my coudbase always shows 18m or sometimes 17m only.
In cumulus I set my altitude to 162m.
I live in clouds all the time
