diff --git a/.github/workflows/pytest-with-coverage.yaml b/.github/workflows/pytest-with-coverage.yaml index 8554fab4..4b250d6f 100644 --- a/.github/workflows/pytest-with-coverage.yaml +++ b/.github/workflows/pytest-with-coverage.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Conda environment with Micromamba - uses: mamba-org/setup-micromamba@54d4d5980e1a4aa7cdc8b050cf2d19b7e262ce18 + uses: mamba-org/setup-micromamba@db1df3ba9e07ea86f759e98b575c002747e9e757 with: environment-file: envs/environment-test.yaml environment-name: salishsea-nowcast-test diff --git a/docs/index.rst b/docs/index.rst index 1ecda71d..efbd85b0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,7 +32,7 @@ Environment and Climate Change Canada `High Resolution Deterministic Prediction operational GEM 2.5km resolution model. .. _SalishSeaCast ocean models: https://salishsea.eos.ubc.ca/nemo/ -.. _High Resolution Deterministic Prediction System (HRDPS): https://weather.gc.ca/grib/grib2_HRDPS_HR_e.html +.. _High Resolution Deterministic Prediction System (HRDPS): https://eccc-msc.github.io/open-data/msc-data/nwp_hrdps/readme_hrdps_en/ The runs are automated using an asynchronous, distributed, diff --git a/docs/pkg_development.rst b/docs/pkg_development.rst index 8279fea2..e2fd34ab 100644 --- a/docs/pkg_development.rst +++ b/docs/pkg_development.rst @@ -404,7 +404,7 @@ The output looks something like:: (line 60) ok https://nemo-nowcast.readthedocs.io/en/latest/architecture/index.html#frameworkarchitecture (line 22) ok https://salishsea.eos.ubc.ca/nemo/ (line 60) ok https://nemo-nowcast.readthedocs.io/en/latest/api.html#nemo-nowcastbuiltinworkers - (line 22) ok https://weather.gc.ca/grib/grib2_HRDPS_HR_e.html + (line 22) ok https://eccc-msc.github.io/open-data/msc-data/nwp_hrdps/readme_hrdps_en/ (line 110) ok http://www.apache.org/licenses/LICENSE-2.0 (line 106) ok https://github.com/SalishSeaCast/docs/blob/master/CONTRIBUTORS.rst writing output... [ 90%] pkg_development diff --git a/envs/requirements-sarracenia.txt b/envs/requirements-sarracenia.txt index 603d4df5..d3c29806 100644 --- a/envs/requirements-sarracenia.txt +++ b/envs/requirements-sarracenia.txt @@ -19,7 +19,7 @@ jsonpickle==3.0.0 metpx-sarracenia==2.22.10.post2 netifaces==0.11.0 paramiko==3.0.0 -pip==23.0 +pip==23.3 psutil==5.9.4 pycparser==2.21 PyNaCl==1.5.0 diff --git a/notebooks/FCST_Template.ipynb b/notebooks/FCST_Template.ipynb index 3467f477..24bd391c 100644 --- a/notebooks/FCST_Template.ipynb +++ b/notebooks/FCST_Template.ipynb @@ -311,7 +311,7 @@ "Observations from Environment Canada data. http://climate.weather.gc.ca/\n", "\n", "Modelled winds are from the High Resolution Deterministic Prediction System of Environment Canada.\n", - "https://weather.gc.ca/grib/grib2_HRDPS_HR_e.html\n" + "https://eccc-msc.github.io/open-data/msc-data/nwp_hrdps/readme_hrdps_en/\n" ] }, { diff --git a/notebooks/Out_Template.ipynb b/notebooks/Out_Template.ipynb index 1871d15f..3ed2600e 100644 --- a/notebooks/Out_Template.ipynb +++ b/notebooks/Out_Template.ipynb @@ -370,7 +370,7 @@ "Observations from Environment Canada data. http://climate.weather.gc.ca/\n", "\n", "Modelled winds are from the High Resolution Deterministic Prediction System of Environment Canada.\n", - "https://weather.gc.ca/grib/grib2_HRDPS_HR_e.html\n" + "https://eccc-msc.github.io/open-data/msc-data/nwp_hrdps/readme_hrdps_en/\n" ] }, { diff --git a/nowcast/figures/comparison/sandheads_winds.py b/nowcast/figures/comparison/sandheads_winds.py index 57abe5a1..2a3794aa 100644 --- a/nowcast/figures/comparison/sandheads_winds.py +++ b/nowcast/figures/comparison/sandheads_winds.py @@ -288,7 +288,7 @@ def _attribution_text(ax, theme): "Modelled winds are from the High Resolution Deterministic Prediction\n" "System (HRDPS) of Environment and Climate Change " "Canada\n" - "https://weather.gc.ca/grib/grib2_HRDPS_HR_e.html", + "https://eccc-msc.github.io/open-data/msc-data/nwp_hrdps/readme_hrdps_en/", horizontalalignment="left", verticalalignment="top", transform=ax.transAxes, diff --git a/nowcast/figures/publish/storm_surge_alerts.py b/nowcast/figures/publish/storm_surge_alerts.py index 8bd9849b..d32dc7e3 100644 --- a/nowcast/figures/publish/storm_surge_alerts.py +++ b/nowcast/figures/publish/storm_surge_alerts.py @@ -342,7 +342,7 @@ def _plot_attribution_text(ax, theme): "Modelled winds are from the High Resolution Deterministic Prediction " "System\n" "of Environment Canada: " - "https://weather.gc.ca/grib/grib2_HRDPS_HR_e.html.", + "https://eccc-msc.github.io/open-data/msc-data/nwp_hrdps/readme_hrdps_en/.", horizontalalignment="left", verticalalignment="top", transform=ax.transAxes,