Skip to content

Commit

Permalink
Merge branch 'main' into py312
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell authored Nov 10, 2023
2 parents 85d9b50 + f245a98 commit fbbc7b0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-with-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/pkg_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion envs/requirements-sarracenia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion notebooks/FCST_Template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Out_Template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nowcast/figures/comparison/sandheads_winds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion nowcast/figures/publish/storm_surge_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fbbc7b0

Please sign in to comment.