diff --git a/about.html b/about.html index 25dd889..819443a 100644 --- a/about.html +++ b/about.html @@ -153,7 +153,7 @@ "name": "How can I tell if the ground is too wet for a motorhome or caravan?", "acceptedAnswer": { "@type": "Answer", - "text": "SunScope's soil moisture column shows volumetric water content in m³/m³. A reading above 0.4 indicates saturated ground where a heavy vehicle is likely to sink or churn the surface. Below 0.2 is dry and firm. The Vehicle profile includes soil moisture by default for motorhome and caravan users assessing pitch suitability." + "text": "SunScope's soil moisture column shows water saturation of the top 1 cm of soil as a percentage. A reading above 40% indicates saturated ground where a heavy vehicle is likely to sink or churn the surface. Below 20% is dry and firm. The Vehicle profile includes soil moisture by default for motorhome and caravan users assessing pitch suitability." } }, { @@ -411,7 +411,7 @@ temperature give context, precipitation covers driving conditions, and UTCI+P tells you what it will feel like when you step outside. Soil moisture is included specifically for motorhome and caravan - users — values above 0.4 m³/m³ indicate saturated ground where pitching or manoeuvring + users — values above 40% indicate saturated ground where pitching or manoeuvring is likely to cause problems.

@@ -476,7 +476,7 @@ UV-A and burn time for daytime sun protection, precipitation for planning, air quality index and pollen — particularly relevant for multi-day outdoor exposure — and - soil moisture — the mud indicator. Values above 0.4 m³/m³ mean the ground + soil moisture — the mud indicator. Values above 40% mean the ground is saturated and vehicle access, camping areas, and walkways will be affected.

@@ -652,7 +652,7 @@ Precip mmExpected rainfall or snowfall in mm per hour. Even light drizzle meaningfully reduces felt temperature when combined with wind. Soil °C surfaceTemperature of the soil at the surface (0 cm depth). Most seeds germinate above 7–10 °C. Useful for sowing decisions and frost assessment. Soil °C 6 cmSoil temperature at 6 cm depth — the root zone for many crops and seedlings. Lags behind the surface by several hours. - Soil moistureVolumetric water content of the top 1 cm of soil in m³/m³. Above 0.4 indicates saturated ground; below 0.2 is dry. Useful for assessing whether ground is workable, and for motorhome or caravan pitch suitability. + Soil moistureWater saturation of the top 1 cm of soil as a percentage. Above 40% indicates saturated ground; below 20% is dry. Useful for assessing whether ground is workable, and for motorhome or caravan pitch suitability. Concrete °CEstimated temperature of sun-exposed urban paving. Concrete absorbs more solar energy than grass and cannot cool itself through evaporation — surface temps can run 15–25 °C above air temperature on sunny days. Vehicle °CEstimated ambient cabin temperature inside a sealed, parked vehicle — adjusted for your chosen vehicle type. Values above 35 °C are dangerous for children and pets; above 45 °C potentially fatal within minutes. Indoors °CEstimated temperature inside a building with windows closed and no active cooling. Select your building type from the dropdown — brick, modern insulated, Victorian terrace, stone cottage, timber frame, top-floor flat, or conservatory. Each type has its own insulation, retained warmth, thermal mass, and glazing characteristics. Indoor peak typically lags the outdoor peak by 2–4 hours due to thermal mass. @@ -801,7 +801,7 @@

How can I tell if the ground is too wet for a motorhome or caravan? -

SunScope's soil moisture column shows the volumetric water content of the top centimetre of soil in m³/m³. A reading above 0.4 indicates saturated ground where a heavy vehicle is likely to sink or churn the surface. Below 0.2 is dry and firm. The Vehicle profile includes soil moisture by default precisely for motorhome and caravan users who need to assess pitch suitability before arriving on site.

+

SunScope's soil moisture column shows the water saturation of the top centimetre of soil as a percentage. A reading above 40% indicates saturated ground where a heavy vehicle is likely to sink or churn the surface. Below 20% is dry and firm. The Vehicle profile includes soil moisture by default precisely for motorhome and caravan users who need to assess pitch suitability before arriving on site.

diff --git a/assets/css/ui.css b/assets/css/ui.css index a9753d2..bb5d230 100644 --- a/assets/css/ui.css +++ b/assets/css/ui.css @@ -679,6 +679,26 @@ text-decoration: underline; } +/* display-options row - decimal and degree symbol toggles */ +.display-options { + display: flex; + justify-content: flex-end; + gap: 14px; + padding: 4px 10px 2px; + font-size: 12px; + color: var(--c-muted, #888); +} +.display-opt { + display: flex; + align-items: center; + gap: 5px; + cursor: pointer; + user-select: none; +} +.display-opt input[type="checkbox"] { + accent-color: var(--c-accent, #e07b2a); + cursor: pointer; +} /* ── 12. RESPONSIVE (mobile) ───────────────────────────────────────── */ /* On screens narrower than 800px, stack the header vertically and @@ -727,6 +747,8 @@ } + + /* -- CUSTOM SELECT BUTTON - mobile label clipping ---------------------- On narrow screens buttons are fixed ~33% width. The .cs-btn-label span wraps the text node so ellipsis can work (text-overflow needs a block diff --git a/assets/js/app.js b/assets/js/app.js index 70422dc..ec3c3e1 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -52,6 +52,8 @@ export function UTCIForecast() { isPro, setIsPro, activeProfile, setActiveProfile, activateProfile, activeCols, visibleCols, setVisibleCols, toggleCol, + showDecimals, toggleShowDecimals, + showDegree, toggleShowDegree, activityOptions, placeOptions, activityValue, activityLabel, placeValue, placeLabel, skinType, setSkinType, @@ -459,8 +461,16 @@ ${isPro && (activeProfile === 'custom' || activeCols['utciP']) && html`