From bb424d36cf4d344a00d3e88b0ffd03e488eb9a2b Mon Sep 17 00:00:00 2001 From: Michael Langguth <m.langguth@fz-juelich.de> Date: Mon, 25 Jul 2022 15:25:41 +0200 Subject: [PATCH] Mention in README where climatological reference data has to be placed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 169ee4e4..21879286 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ The following steps are part of the workflow: ``` 4) **Postprocessing**:<br> At this step, the test dataset is applied on the data model. The predictions are stored in netCDF-files, while the models get also evaluated by some score metrics. Besides, example plots covering the range of the MSE are created for visualization. Note that the `exp_id` is inferred from the chosen experiment when running `generate_runscript.py`. +Furthermore, the climatology reference data for calculating the anamoly correlation coefficient is expected to be placed under `<my_target_dir>`. ```bash [sbatch] ./visualize_postprocess_era5_<exp_id>.sh -- GitLab