|
MONC
|
Go to the source code of this file.
Modules | |
| module | damping_mod |
| Damping applied to the W field at some point to stop stuff flying up and off. | |
Functions/Subroutines | |
| type(component_descriptor_type) function, public | damping_mod::damping_get_descriptor () |
| Descriptor of this component for registration. More... | |
| subroutine | damping_mod::init_callback (current_state) |
| On initialisation will set up data structures and field values. More... | |
| subroutine | damping_mod::timestep_callback (current_state) |
| For each data column will calculate the damping term and apply this to the source term for that field. More... | |
Variables | |
| real(kind=default_precision) | damping_mod::dmptim |
| Layer timescale. More... | |
| real(kind=default_precision) | damping_mod::zdmp |
| The point (m) where the damping starts. More... | |
| real(kind=default_precision) | damping_mod::hdmp |
| The height (m) of the damping layer. More... | |
1.8.14