User-defined functions specific to amospheric flow models. More...
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <ple_coupling.h>
#include "cs_headers.h"
Functions | |
void | cs_user_atmo_1d_rad_prf (cs_real_t preray[], cs_real_t temray[], cs_real_t romray[], cs_real_t qvray[], cs_real_t qlray[], cs_real_t ncray[], cs_real_t aeroso[]) |
Fill in vertical profiles of atmospheric properties prior to solving 1D radiative transfers. More... | |
User-defined functions specific to amospheric flow models.
void cs_user_atmo_1d_rad_prf | ( | cs_real_t | preray[], |
cs_real_t | temray[], | ||
cs_real_t | romray[], | ||
cs_real_t | qvray[], | ||
cs_real_t | qlray[], | ||
cs_real_t | ncray[], | ||
cs_real_t | aeroso[] | ||
) |
Fill in vertical profiles of atmospheric properties prior to solving 1D radiative transfers.
[in,out] | preray | pressure vertical profile |
[in,out] | temray | real temperature vertical profile |
[in,out] | romray | density vertical profile |
[in,out] | qvray | water vapor content vertical profile |
[in,out] | qlray | water liquid content vertical profile |
[in,out] | ncray | droplets density vertical profile |
[in,out] | aeroso | aerosol concentration vertical profile |