Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Jun 21, 2024
1 parent e5466e7 commit 773ed83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _includes/files/lumi/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion tutorial/getting-started-on-lumi.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 773ed83

Please sign in to comment.