1#ifndef __CS_ATMO_AEROSOL_H__
2#define __CS_ATMO_AEROSOL_H__
void cs_atmo_aerosol_time_advance(void)
This function computes a time step of gaseous chemistry and aerosols dynamic using the external aeros...
Definition: cs_atmo_aerosol.cpp:306
void cs_atmo_aerosol_get_gas(cs_real_t *array)
This function fills the given array with gas concentrations from the external aerosol code.
Definition: cs_atmo_aerosol.cpp:290
void cs_atmo_aerosol_initialize(void)
This function initializes the external aerosol code.
Definition: cs_atmo_aerosol.cpp:237
void cs_atmo_aerosol_finalize(void)
This function finalizes the external aerosol code.
Definition: cs_atmo_aerosol.cpp:252
void cs_atmo_aerosol_nuclea(cs_real_t *nc, const cs_real_t *rom, const cs_real_t *qldia, const cs_real_t *pphy, const cs_real_t *refrad)
Compute aerosol cloud droplets nucleation when using the atmospheric humid model using a microphysica...
Definition: cs_atmo_aerosol.cpp:331
void cs_atmo_aerosol_get_aero(cs_real_t *array)
This function fills the given array with aerosol concentrations and numbers from the external aerosol...
Definition: cs_atmo_aerosol.cpp:272
#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
double precision, dimension(:,:,:), allocatable nc
Definition: atimbr.f90:109