diff --git a/_config.yml b/_config.yml index 26b14bd..89f9ffc 100644 --- a/_config.yml +++ b/_config.yml @@ -9,8 +9,8 @@ title: Regional modelling with Anemoi email: thomasn@met.no description: > # this means to ignore newlines until "baseurl:" -baseurl: "/anemoi-tutorials" # the subpath of your site, e.g. /blog -url: "https://tnipen.github.io/" # the base hostname & protocol for your site +baseurl: "/anemoi-regional-tutorial" # the subpath of your site, e.g. /blog +url: "https://metno.github.io/" # the base hostname & protocol for your site github_username: tnipen # Build settings diff --git a/_includes/files/lumi/dependencies.yaml b/_includes/files/lumi/dependencies.yaml index 1106985..6dc3f02 100644 --- a/_includes/files/lumi/dependencies.yaml +++ b/_includes/files/lumi/dependencies.yaml @@ -64,4 +64,4 @@ dependencies: - torch_geometric==2.4.0 - anemoi-utils[provenance]>=0.3 - git+https://github.com/metno/anemoi-datasets.git@feature-branch - - anemoi-models@git+https://github.com/metno/anemoi-models.git@feature/graph_refactor + - git+https://github.com/metno/anemoi-models.git@feature/graph_refactor diff --git a/tutorial/getting-started-on-lumi.markdown b/tutorial/getting-started-on-lumi.markdown index 53f2bca..e2ed86a 100644 --- a/tutorial/getting-started-on-lumi.markdown +++ b/tutorial/getting-started-on-lumi.markdown @@ -51,6 +51,9 @@ Anemoi: {% include files/lumi/dependencies.yaml %} {% endhighlight %} +NOTE: In the pip dependencies, we specify two specific versions of anemoi-datasets and anemoi-models that +include code needed for regional modelling. + If you want add more python packages, you can either place it under dependencies (for packages available through conda) or pip (for packages available through pip). To build the container, run the following: @@ -92,7 +95,7 @@ cd work virtualenv .venv source .venv/bin/activate -git clone git@github.com:ecmwf-lab/aifs-mono +git clone git@github.com:ecmwf-lab/aifs-mono@hackathon git clone git@github.com:ecmwf/anemoi-datasets pip install -e aifs-mono/ pip install -e anemoi-datasets/