#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
@ t
Definition: cs_field_pointer.h:94
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