Skip to content

Commit

Permalink
Update README (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Pirmin Kaufmann <[email protected]>
  • Loading branch information
victoria-cherkas and pirmink authored Sep 16, 2024
1 parent 4fc0e5e commit 1bf9192
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 @@ -209,10 +209,10 @@ evince $dest/*pdf

### Running Pyflexplot with S3 input (and output)

In order to download input NETCDF data from S3, and S3 URI can be specified as the setup parameter `infile` as below:
In order to download input NETCDF data from S3, and S3 URI can be specified as the setup parameter `infile` as below (example):

```bash
pyflexplot --preset "$preset" --merge-pdfs --dest=$dest --setup infile s3://<s3-bucket-name>/flexpart_cosmo-2e_2021030503_{ens_member:03d}_MUE.nc
pyflexplot --preset "$preset" --merge-pdfs --dest=$dest --setup infile s3://<s3-bucket-name>/flexpart_cosmo-2e_2021030503_{ens_member:03}_MUE.nc
```

In order to output the resulting plots to an S3 bucket, specify the S3 bucket name as the `--dest`. The plots will still be created locally at the dest dir path defined in the config/settings.yaml
Expand Down

0 comments on commit 1bf9192

Please sign in to comment.