From 240592b16e56012ee1c035eab9be395d8171bd04 Mon Sep 17 00:00:00 2001
From: Martin Schultz <m.schultz@fz-juelich.de>
Date: Sun, 10 Jan 2021 17:22:02 +0000
Subject: [PATCH] Update README.md

---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b2d9488..39815b4 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,14 @@ xtract_and_reorder_cams.py : extract one variable from a netcdf file and
      re-order longitude values so that they are -180 .. +180
      also adds a timestamp variable with string time labels
      
+era5_processing.md : some information on processing of ECMWF's ERA-5 data,
+     i.e. conversion from GRIB format to netCDF and re-arranging of data
+     so that one file per variable contains several time steps.
+
+plot_era5_contours_with_ipyleaflet.py : read a pre-processed netCDF file with ERA-5
+     data and plot an ipyleaflet map with contours. This code should also work with 
+     output from other models as long as the data are stored in netCDF files and 
+     have a regular lon/lat grid.
+
      
-                           
\ No newline at end of file
+                           
-- 
GitLab