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

Temporal and z-axis interpolation for meteorological profiles An optimized linear interpolation is used. More...

Functions/Subroutines

subroutine intprf (nprofz, nproft, profz, proft, profv, xz, temps, var)
 

Detailed Description

Temporal and z-axis interpolation for meteorological profiles An optimized linear interpolation is used.

Function/Subroutine Documentation

◆ 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]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