programmer's documentation
Functions/Subroutines
intprf.f90 File Reference

Temporal and z-axis interpolation for meteorological profiles. More...

Functions/Subroutines

subroutine intprf (nprofz, nproft, profz, proft, profv, xz, temps, var)
 Temporal and z-axis optimized linear interpolation. More...
 

Detailed Description

Temporal and z-axis interpolation for meteorological profiles.

Function/Subroutine Documentation

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 
)

Temporal and z-axis optimized linear interpolation.

Parameters
[in]nprofztotal number of z-measure points
[in]nprofttotal number of time dataset
[in]profzz coordonate of measure points
[in]proftphysical time of dataset acquisition
[in]profvmeasured values
[in]xzinterpolation elevation
[in]tempsinterpolation time
[out]varinterpolation result