From 84e3ec7164597a7b4a6cc5c7e2653999d535f714 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 20 Mar 2024 10:36:11 +0100
Subject: [PATCH] Add new ENV settings to docs

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 48bde67..997d4db 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,9 @@ The model (as per 2023-11-14) assumes that a weather data file named `met_1_0km_
 It is required that you have set the following environment variables:
 
 ```bash
+YEAR=2024
+# Recurring start date (MM-DD)
+RECURRING_START_DATE=04-01
 # Where your application resides
 HOME_DIR=/home/foo/
 # Path to the weather data
-- 
GitLab