From 879dd0b8d06673d7e78b9518d2d9f83f0c7f4b01 Mon Sep 17 00:00:00 2001 From: Daniel Schlaepfer Date: Tue, 26 Nov 2024 15:51:19 -0500 Subject: [PATCH] Update NEWS for v6.2.0 --- NEWS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index fb8bf413..a9000c28 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ -# rSOILWAT2 v6.2.0-9000 +# rSOILWAT2 v6.2.0 +* Simulation output remains the same as the previous version unless + relative humidity is calculated from vapor pressure or specific humidity. +* Update `SOILWAT2` to v8.0.1 which fixed the calculation of relative humidity + and the count of days where missing weather was imputed by `"LOCF"`. +## New features * `validObject()` method for class `"swInputData"` now includes checks for a valid `"weatherHistory"` object.