Newer
Older
// -------------------------------------------------------------------------- //
void get_surface_fluxes_esm (struct sfxDataVecTypeC* sfx,
struct meteoDataVecTypeC* meteo,
const struct sfx_esm_param* model_param,
const struct sfx_surface_param* surface_param,
const struct sfx_esm_numericsTypeC* numerics,
const struct sfx_phys_constants* constants,
const int *grid_size)
surf_flux_esm_CXX(sfx, meteo, model_param, surface_param, numerics, constants, *grid_size);
void get_surface_fluxes_sheba (struct sfxDataVecTypeC* sfx,
struct meteoDataVecTypeC* meteo,
const struct sfx_sheba_param* model_param,
const struct sfx_surface_param* surface_param,
const struct sfx_sheba_numericsTypeC* numerics,
const struct sfx_phys_constants* constants,
const int *grid_size)
surf_flux_sheba_CXX(sfx, meteo, model_param, surface_param, numerics, constants, *grid_size);