From d0cf619ff7307e3f972ad28ee892f8c54bec2095 Mon Sep 17 00:00:00 2001 From: Hauke Schulz <43613877+observingClouds@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:32:40 -0700 Subject: [PATCH] Typo, clarification --- how_to_eurec4a/howto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how_to_eurec4a/howto.md b/how_to_eurec4a/howto.md index 63545354..e250860b 100644 --- a/how_to_eurec4a/howto.md +++ b/how_to_eurec4a/howto.md @@ -60,7 +60,7 @@ Datasets should be added by following these steps: engine: netcdf4 ``` - In case your dataset has been published on AERIS, the THREDDS link to your dataset can be determined by finding your dataset at [https://observations.ipsl.fr/aeris/eurec4a-data/](https://observations.ipsl.fr/aeris/eurec4a-data/) and then replace in the link to the dataset `https://observations.ipsl.fr/aeris/eurec4a-data/` with `https://observations.ipsl.fr/thredds/dodsC/EUREC4A/`. You can check if the link is correct by opening it e.g. directly with `xarray.open_dataset()` or [Panoply](https://www.giss.nasa.gov/tools/panoply/) by opening a `Remote Dataset`. + In case your dataset has been published on AERIS, the THREDDS link to your dataset can be determined by finding your dataset at [https://observations.ipsl.fr/aeris/eurec4a-data/](https://observations.ipsl.fr/aeris/eurec4a-data/). To retrieve the THREDDS link, replace `https://observations.ipsl.fr/aeris/eurec4a-data/` with `https://observations.ipsl.fr/thredds/dodsC/EUREC4A/`. You can check if the link is correct by opening it e.g. directly with `xarray.open_dataset()` or [Panoply](https://www.giss.nasa.gov/tools/panoply/) by opening a `Remote Dataset`. A sub-catalog reference can be created with ```yaml @@ -89,7 +89,7 @@ Datasets should be added by following these steps: ``` 5. Create pull request on GitHub - A pull request can be started on the GitHub webpage. After the pull request has been submitted, the review process will start. To accellerate the process, please make sure all tests for your pull request succeed. The status of the tests are shown at the bottom of your pull request. + A pull request can be started on the GitHub webpage. After the pull request has been submitted, the review process will start. To accelerate the process, please make sure all tests for your pull request succeed. The status of the tests are shown at the bottom of your pull request. ### via GitHub web interface