MONC
|
Go to the source code of this file.
Modules | |
module | simplecloud_mod |
A very simple saturation adjustment scheme without any microphysics. | |
Functions/Subroutines | |
type(component_descriptor_type) function, public | simplecloud_mod::simplecloud_get_descriptor () |
Provides the descriptor back to the caller and is used in component registration. More... | |
subroutine | simplecloud_mod::initialisation_callback (current_state) |
The initialisation callback sets up the moisture fields. More... | |
subroutine | simplecloud_mod::timestep_callback (current_state) |
Called for each column per timestep this will apply a forcing term to the aerosol fields. More... | |
Variables | |
integer | simplecloud_mod::iqv |
integer | simplecloud_mod::iql |
integer | simplecloud_mod::k_cloudmax |
real(kind=default_precision) | simplecloud_mod::max_height_cloud |