void cs_intprz(int nprofz, const cs_real_t profz[], const cs_real_t profv[], cs_real_t xz, int *z_lv, cs_real_t *var)
Z-axis interpolation for meteorological profiles.
Definition cs_intprf.cpp:196
cs_real_t cs_intprf(int nprofz, int nproft, const cs_real_t profz[], const cs_real_t proft[], const cs_real_t profv[], cs_real_t xz, cs_real_t t)
Temporal and z-axis interpolation for meteorological profiles.
Definition cs_intprf.cpp:107