1#ifndef __CS_ATMO_IMBRICATION_H__
2#define __CS_ATMO_IMBRICATION_H__
void cs_summon_cressman(cs_real_t the_time)
Prepare for the cressman interpolation of the variables.
Definition: cs_atmo_imbrication.cpp:1807
void cs_finalize_imbrication(void)
Definition: cs_atmo_imbrication.cpp:1953
cs_atmo_imbrication_t * cs_glob_atmo_imbrication
void cs_activate_imbrication(void)
Prepare data for imbrication by reading meteo files.
Definition: cs_atmo_imbrication.cpp:1720
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
double cs_real_t
Floating-point value.
Definition: cs_defs.h:357
#define END_C_DECLS
Definition: cs_defs.h:555
Definition: cs_atmo_imbrication.h:56
bool cressman_theta
Definition: cs_atmo_imbrication.h:70
int id_tke
Definition: cs_atmo_imbrication.h:81
int id_qw
Definition: cs_atmo_imbrication.h:79
int id_v
Definition: cs_atmo_imbrication.h:78
cs_real_t horizontal_influence_radius
Definition: cs_atmo_imbrication.h:74
bool cressman_u
Definition: cs_atmo_imbrication.h:64
bool cressman_eps
Definition: cs_atmo_imbrication.h:69
int id_u
Definition: cs_atmo_imbrication.h:77
bool cressman_v
Definition: cs_atmo_imbrication.h:65
bool cressman_qw
Definition: cs_atmo_imbrication.h:66
cs_real_t vertical_influence_radius
Definition: cs_atmo_imbrication.h:73
int id_nc
Definition: cs_atmo_imbrication.h:80
int id_eps
Definition: cs_atmo_imbrication.h:82
bool imbrication_verbose
Definition: cs_atmo_imbrication.h:60
bool cressman_nc
Definition: cs_atmo_imbrication.h:67
bool imbrication_flag
Definition: cs_atmo_imbrication.h:59
bool cressman_tke
Definition: cs_atmo_imbrication.h:68
int id_theta
Definition: cs_atmo_imbrication.h:83