From e80747e7479eed65e6eac32c3e3c32d3b8034828 Mon Sep 17 00:00:00 2001 From: Michael Langguth <m.langguth@fz-juelich.de> Date: Tue, 13 Jul 2021 11:54:51 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b50aa20..d3ae4a6c 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ There, the respective runscripts for all steps of the workflow are located whose order is as follows. Note that `[sbatch]` only has to precede on one of the HPC systems. Besides data extraction and preprocessing step 1 are onyl mandatory when ERA5 data is subject to the application. -1. Data Extraction: Retrieve ERA5 reanalysis data for one year. For multiple years, execute the runscript sequentially. +1. Data Extraction: This script retrieves the demanded variables for user-defined years from complete ERA% reanalysis grib-files and stors the data into netCDF-files. ```bash [sbatch] ./data_extraction_era5.sh ``` -- GitLab