era5extractsingle: Single level ERA5 extraction.

Description Usage Arguments Examples

Description

This is a (mostly helper) function for extracting out single level (height) era5 data

Usage

1
era5extractsingle(file, variable, lat, long)

Arguments

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

Examples

1
era5extractsingle("t2m_201803.nc", "t2m", 12.5, 11.5)

benkraj/ERA5.helpers documentation built on May 16, 2019, 3:07 p.m.