From eacf56745566c5378d9c69e1b1d6e558dda6df50 Mon Sep 17 00:00:00 2001
From: Stefano Serafin <serafin@srvx1.img.univie.ac.at>
Date: Fri, 16 Feb 2024 10:19:32 +0100
Subject: [PATCH] updated README

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

diff --git a/README.md b/README.md
index 4e54566..00559b6 100644
--- a/README.md
+++ b/README.md
@@ -10,4 +10,6 @@ Model code. At the moment, it only includes a CBL model.
 Data assimilation code. Includes implementations of the EAKF and the LETKF. Also includes classes for data assimilation cycles, diagnostics and experiments (nature run + cycle + diagnostics).
 
 * `graphics.py`  
-Includes all the code for generating figures.
\ No newline at end of file
+Includes all the code for generating figures.
+
+The code depends on `numpy`, `scipy`, `matplotlib.pyplot`
\ No newline at end of file
-- 
GitLab