#define BEGIN_C_DECLS
Definition: cs_defs.h:528
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
#define END_C_DECLS
Definition: cs_defs.h:529
@ t
Definition: cs_field_pointer.h:91
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:191
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:102