Skip to content

Commit

Permalink
readme: fix example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Sep 22, 2023
1 parent f5e8848 commit 33681b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ See [`docs/data.md`](docs/data.md) for more details.

Example invocation:

python src/gz21_ocean_momentum/cmip26.py \
python src/gz21_ocean_momentum/cli/data.py \
--lat-min -80 --lat-max 80 --long-min -280 --long-max 80 \
--factor 4 --ntimes 100 --co2-increase --out-dir forcings

Expand All @@ -130,7 +130,7 @@ co2-increase: true

and use this file in an invocation with the `--config-file` option:

python src/gz21_ocean_momentum/cmip26.py \
python src/gz21_ocean_momentum/cli/data.py \
--config-file examples/cli-configs/data-paper.yaml --out-dir forcings

Some preprocessed data is hosted on HuggingFace at
Expand Down

0 comments on commit 33681b7

Please sign in to comment.