w_atmp_alt {htsr} | R Documentation |
Compute atmospheric pressure, function of altitude
Description
Compute atmospheric pressure, function of altitude
Usage
w_atmp_alt(f_atmp, f_temp, alt)
Arguments
f_atmp |
File name of the known atmospheric pressure ts (mb) |
f_temp |
File name of the air temperature at the known altitude (°C) |
alt |
Altitude of the computed air- temperature ts (m) |
Details
The function computes an atmospheric pressure time-series at a given altitude, based on a known atmospheric pressure time-series at the sea level. It also needs the air temperature time-series at the sea level for the same times.
In order to verify that both time-series correspond, it is strongly recommended to
run previously the function h_common
.
Value
An hts file with the suffixe _<alt>
Author(s)
P. Chevallier - Nov 2021 / Nov 2022
[Package htsr version 2.1.5 Index]