Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 26, 2024
1 parent e741306 commit c2512f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/building/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ all: $(TARGETS)
anemoi-datasets create $< $@ --overwrite

%.txt: %.zarr
anemoi-datasets inspect $< > $@
ln -sf $< dataset.zarr
anemoi-datasets inspect dataset.zarr > $@
rm -f dataset.zarr



Expand Down
4 changes: 2 additions & 2 deletions docs/building/building1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
📦 Path : building1.zarr
📦 Path : dataset.zarr
🔢 Format version: 0.20.0

📅 Start : 2024-01-01 00:00
Expand All @@ -21,6 +21,6 @@
3 │ lsm │ 0 │ 1 │ 0.335152 │ 0.464236
4 │ msl │ 95708.5 │ 104284 │ 100867 │ 1452.67
──────┴──────────┴──────────┴─────────┴───────────┴─────────
🔋 Dataset ready, last update 20 seconds ago.
🔋 Dataset ready, last update 2 hours ago.
📊 Statistics ready.

0 comments on commit c2512f6

Please sign in to comment.