| ktm_clim_hourly | R Documentation |
Hourly near-surface climate data for Kathmandu, Nepal, extracted from the Copernicus Climate Change Service (C3S) ERA5-Land reanalysis. The dataset is included to demonstrate climate–dendrometer workflows in dendRoAnalyst, including joining hourly climate data with dendrometer observations, event-based analyses, and wavelet-based analyses.
ktm_clim_hourly
A data frame with hourly observations and 5 variables:
TIMEDate-time stamp of the hourly observation.
tempAir temperature in degree Celsius.
precPrecipitation in millimetres.
VPDVapour pressure deficit in kPa.
RHRelative humidity in percent.
ktm_clim_hourly contains a single-location hourly climate time series
for Kathmandu derived from ERA5-Land. ERA5-Land is a global land-surface
reanalysis produced by replaying the land component of ERA5 at enhanced
spatial resolution and is widely used for land-surface and ecohydrological
applications.
This dataset is intended as an example climate input for dendRoAnalyst. It can be used, for example, with functions that join dendrometer and climate data, calculate phase-climate relations, run event analyses, or perform wavelet and wavelet-coherence analyses.
Users should check the exact temporal coverage of the object in their local installation, for example with:
range(ktm_clim_hourly$TIME)
Extracted from the Copernicus Climate Change Service (C3S) Climate Data Store ERA5-Land reanalysis product:
Muñoz-Sabater, J. (2019). ERA5-Land hourly data from 1950 to present. Copernicus Climate Change Service (C3S) Climate Data Store (CDS).
Muñoz-Sabater, J., Dutra, E., Agustí-Panareda, A., Albergel, C., Arduini, G., Balsamo, G., Boussetta, S., Choulga, M., Harrigan, S., Hersbach, H., Martens, B., Miralles, D. G., Piles, M., Rodríguez-Fernández, N. J., Zsoter, E., Buontempo, C., and Thépaut, J.-N. (2021). ERA5-Land: a state-of-the-art global reanalysis dataset for land applications. Earth System Science Data, 13, 4349–4383.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.