From 77ecec180693fc309e958ef3c47f16d519688978 Mon Sep 17 00:00:00 2001
From: Stefano Serafin <serafin@jet01.img.univie.ac.at>
Date: Thu, 10 Apr 2025 10:15:41 +0200
Subject: [PATCH] updated README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3ae1543..3e94baf 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ These were used in a manuscript on parameter estimation for a convective boundar
 * Module `PE_CBL_graphics.py`: Functions to plot results.
 * A set of `*tar.gz` archives, containing `.json` configuration files for the parameter estimation experiments.
 
-## Additional parameter estimation code
+## Other code (`utils` folder)
 * Module `observations.py`: Code to ingest external observations (e.g. from an LES model, or actual observations) in parameter estimation experiments.
 * Module `verification.py`: Code to verify experiments against external observations.
+* Script `replace_text.py`: A tool to edit a set of similar config files all at once.
 
 ## Other
-* Script `replace_text.py`: A tool to edit a set of similar config files all at once.
 * Notebook `Overview.ipynb`: Simple usage examples. Much more exhaustive examples are provided in `PE_CBL.py`.
 
 ## Dependencies
-- 
GitLab