Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Schilperoort <[email protected]>
  • Loading branch information
geek-yang and BSchilperoort committed Jul 28, 2023
1 parent 3f7da32 commit 358e698
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Tool for downloading Land Surface Model input data

Note: items in *italic* will not be worked on for now/low priority, but we want to allow space for these in the future.

## Insturction for CDS API users
## Instructions for CDS datasets (e.g. ERA5)
To download the following datasets, users need access to CDS via cdsapi:

- ERA5
- ERA5 land
- LAI

Before submitting any request with `zampy`, please configure your `.cdsapirc` file following the instructions on https://cds.climate.copernicus.eu/api-how-to. For the first time, it is **necessary to agree to the Terms of Use of every datasets that you intend to download**. This can only be done via web API.
Before submitting any request with `zampy`, please configure your `.cdsapirc` file following the instructions on https://cds.climate.copernicus.eu/api-how-to.
When downloading a dataset for the first time, it is **necessary to agree to the Terms of Use of every datasets that you intend to download**. This can only be done via the CDS website. When you try to download these datasets, you will be prompted to go to the terms of use and accept them.
6 changes: 3 additions & 3 deletions src/zampy/conventions/ALMA.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"units": "watt/meter**2",
"positive_dir": "downward"
},
"surface_solar_radiation": {
"surface_solar_radiation_downwards": {
"variable": "SWdown",
"units": "watt/meter**2",
"positive_dir": "downward"
Expand All @@ -47,7 +47,7 @@
"variable": "Psurf",
"units": "pascal"
},
"10m_u_component_of_wind": {
"eastward_component_of_wind": {
"variable": "Wind_E",
"units": "meter/second",
"positive_dir": "eastward"
Expand All @@ -57,7 +57,7 @@
"units": "meter/second",
"positive_dir": "northward"
},
"mean_total_precipitation_rate": {
"total_precipitation": {
"variable": "Rainf",
"units": "millimeter/second"
}
Expand Down

0 comments on commit 358e698

Please sign in to comment.