Restructure to steps
This commit is contained in:
parent
2af5c011a3
commit
ce4c728e1a
10 changed files with 1377 additions and 640 deletions
9
steps/s1_0_alphaearth/alphaearth.sh
Normal file
9
steps/s1_0_alphaearth/alphaearth.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# uv run alpha-earth --grid hex --level 3
|
||||
uv run alpha-earth --grid hex --level 4
|
||||
uv run alpha-earth --grid hex --level 5
|
||||
uv run alpha-earth --grid healpix --level 6
|
||||
uv run alpha-earth --grid healpix --level 7
|
||||
uv run alpha-earth --grid healpix --level 8
|
||||
uv run alpha-earth --grid healpix --level 9
|
||||
Loading…
Add table
Add a link
Reference in a new issue