#include "base/cs_defs.h"#include <assert.h>#include <errno.h>#include <ctype.h>#include <stdio.h>#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <float.h>#include "base/cs_log.h"#include "base/cs_math.h"#include "base/cs_mem.h"#include "base/cs_measures_util.h"#include "base/cs_physical_constants.h"#include "bft/bft_printf.h"#include "pprt/cs_physical_model.h"#include "atmo/cs_air_props.h"#include "atmo/cs_intprf.h"#include "atmo/cs_atmo.h"#include "atmo/cs_atmo_imbrication.h"
Include dependency graph for cs_atmo_imbrication.cpp:Functions | |
| void | cs_activate_imbrication (void) |
| Prepare data for imbrication by reading meteo files. More... | |
| void | cs_summon_cressman (cs_real_t the_time) |
| Prepare for the cressman interpolation of the variables. More... | |
| void | cs_finalize_imbrication (void) |
| void cs_activate_imbrication | ( | void | ) |
| void cs_summon_cressman | ( | cs_real_t | the_time | ) |