Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data_preprocessing ERA5 and CDS examples #139

Merged
merged 17 commits into from
Jan 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo corrected
  • Loading branch information
vgro committed Jan 9, 2023
commit 3ccd167c72bec42c9a0b6df16de79920c686c8a4
4 changes: 2 additions & 2 deletions docs/source/data_recipes/ERA5_preprocessing_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kernelspec:
This section illustrates how to perform simple manipulations to adjust ERA5 data to use
in the Virtual Rainforest. This includes reading climate data from netcdf, converting
the data into an input formate that is suitable for the abiotic module (e.g. Kelvin to
Celcius conversion), and writing the output in a new netcdf file. This does not include
Celsius conversion), and writing the output in a new netcdf file. This does not include
scaling or topographic adjustment.

## Dummy data set
Expand Down Expand Up @@ -66,7 +66,7 @@ dataset
### 2. Convert temperatures

The standard output unit of ERA5 tempertures is Kelvin which we need to convert into
degree Celcius for the Virtual Rainforest. This includes 2m air temperature, 2m dewpoint
degree Celsius for the Virtual Rainforest. This includes 2m air temperature, 2m dewpoint
temperature (used to calculate relative humidity in next step), and topsoil temperature.

```{code-cell} ipython3
Expand Down