Skip to content

Commit

Permalink
Merge branch 'cds-instructions'
Browse files Browse the repository at this point in the history
  • Loading branch information
gravinamike committed Oct 13, 2022
2 parents f8b5fb6 + 0f59c1d commit 543b5e7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,20 @@ Changes to files in `src` will be automatically displayed from the dev server.
- [wgrib2](https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/)
- [NetCDF](https://www.unidata.ucar.edu/downloads/netcdf/)

Complete the frontend-only setup, then in a separate terminal tab/window:
First, complete the frontend-only setup.

Then, [create an account](https://cds.climate.copernicus.eu/user/register) to
access CDS. Once logged in, [accept the Copernicus
license](https://cds.climate.copernicus.eu/cdsapp/#!/terms/licence-to-use-copernicus-products)
and use your [CDS API key](https://cds.climate.copernicus.eu/api-how-to) to
create a `.env` file in the root of this Git repository with the following
content, replacing the `X`s with your key:

```env
CDS_API_KEY=XXXXXX:XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
```

Finally, in a separate terminal tab/window:

```sh
npm run tera
Expand Down

0 comments on commit 543b5e7

Please sign in to comment.