Additional right-hand side source terms for scalar equations taking into account dry and humid atmospheric variables.
More...
|
subroutine | attssc (iscal, propce, crvexp) |
| Additional right-hand side source terms for scalar equations if 1D atmospheric radiative module is used (iatra1 = 1) additional source terms for the thermal scalar equation to take into account the radiative forcing. More...
|
|
subroutine | define_r3 () |
| Internal function - computes the mean volumic radius of the droplets. More...
|
|
double precision function | vit_sed (r) |
| Internal function - Compute the sedimentation speed from the radius for water dropplet. More...
|
|
subroutine | grad_sed_ql (grad) |
| Internal function - Computation of the gradient of rho*qliq*V(r3)*exp(5*sc) More...
|
|
subroutine | grad_sed_nc (grad) |
| Internal function - Computation of the gradient of rho*qliq*V(r3)*exp(5*sc) for sedimentation. More...
|
|
Additional right-hand side source terms for scalar equations taking into account dry and humid atmospheric variables.
subroutine attssc |
( |
integer |
iscal, |
|
|
double precision, dimension(ncelet,*) |
propce, |
|
|
double precision, dimension(ncelet) |
crvexp |
|
) |
| |
Additional right-hand side source terms for scalar equations if 1D atmospheric radiative module is used (iatra1 = 1) additional source terms for the thermal scalar equation to take into account the radiative forcing.
- Parameters
-
[in] | iscal | scalar number |
[in] | propce | physical properties at cell centers |
[in] | crvexp | explicit part of the second term |
subroutine attssc::define_r3 |
( |
| ) |
|
Internal function - computes the mean volumic radius of the droplets.
subroutine attssc::grad_sed_nc |
( |
double precision, dimension(3,ncelet) |
grad | ) |
|
Internal function - Computation of the gradient of rho*qliq*V(r3)*exp(5*sc) for sedimentation.
- Parameters
-
[out] | grad | calculated gradient |
subroutine attssc::grad_sed_ql |
( |
double precision, dimension(3,ncelet) |
grad | ) |
|
Internal function - Computation of the gradient of rho*qliq*V(r3)*exp(5*sc)
- Parameters
-
[out] | grad | calculated gradient |
double precision function attssc::vit_sed |
( |
double precision |
r | ) |
|
Internal function - Compute the sedimentation speed from the radius for water dropplet.
- Parameters
-