Description Usage Arguments Examples
This is a (mostly helper) function for extracting out single level (height) era5 data
1 | era5extractsingle(file, variable, lat, long)
|
file |
Filename |
variable |
ERA5 variable name, in my case t2m (temp 2 meters) or tp (total precip) |
lat |
Latitude of point (it will find closest ERA5 grid point) |
long |
Longitude of point |
1 | era5extractsingle("t2m_201803.nc", "t2m", 12.5, 11.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.