Temporal and z-axis interpolation for meteorological profiles An optimized linear interpolation is used.
More...
|
subroutine | intprf (nprofz, nproft, profz, proft, profv, xz, temps, var) |
|
Temporal and z-axis interpolation for meteorological profiles An optimized linear interpolation is used.
◆ intprf()
subroutine intprf |
( |
integer |
nprofz, |
|
|
integer |
nproft, |
|
|
double precision, dimension(nprofz) |
profz, |
|
|
double precision, dimension(nproft) |
proft, |
|
|
double precision, dimension(nprofz,nproft) |
profv, |
|
|
double precision |
xz, |
|
|
double precision |
temps, |
|
|
double precision |
var |
|
) |
| |
- Parameters
-
[in] | nprofz | total number of z-measure points |
[in] | nproft | total number of time dataset |
[in] | profz | z coordonate of measure points |
[in] | proft | physical time of dataset acquisition |
[in] | profv | measured values |
[in] | xz | interpolation elevation |
[in] | temps | interpolation time |
[out] | var | interpolation result |