From d33180fa2a2358e8a108ff923e8168da7b4f2b4f Mon Sep 17 00:00:00 2001 From: Simon Kamuk Christiansen Date: Wed, 29 May 2024 00:06:17 +0200 Subject: [PATCH] added comment --- DEVELOPING.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEVELOPING.ipynb b/DEVELOPING.ipynb index eef1268f..484f56a1 100644 --- a/DEVELOPING.ipynb +++ b/DEVELOPING.ipynb @@ -209,7 +209,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Lastly, the file ```data_config.yaml``` is modified manually by truncating the variable units, long and short names, and setting the new grid shape. Also the unit descriptions containing ```^``` was automatically parsed using latex, and to avoid having to install latex in the GitHub CI/CD pipeline, this was changed to ```**```." + "Lastly, the file ```data_config.yaml``` is modified manually by truncating the variable units, long and short names, and setting the new grid shape. Also the unit descriptions containing ```^``` was automatically parsed using latex, and to avoid having to install latex in the GitHub CI/CD pipeline, this was changed to ```**```. \n", + "\n", + "This new config file was placed in ```data/meps_example_reduced```, and that directory was then zipped and placed in a European Weather Cloud S3 bucket." ] } ],