w_temp_alt {htsr} | R Documentation |
Compute temperature, function of altitude
Description
Compute temperature, function of altitude
Usage
w_temp_alt(file, alt0 = 0, alt, grad = -0.0065)
Arguments
file |
File name of the known air temperature ts (°C) |
alt0 |
Altitude of the known air temperature ts - default = 0 (m) |
alt |
Altitude of the computed air- temperature ts (m) |
grad |
Temperature gradient vs elevation - default = -0.0065 (°C/m) |
Details
The function computes an air temperature time-series at a given altitude, based on a known air temperature time-series at a known altitude.
Value
An hts file with the suffix _<alt>
Author(s)
P. Chevallier - Nov 2021
[Package htsr version 2.1.5 Index]