|
PLUME-MoM-TSM
1.0
VolcanicPlumeModel
|
Plume module. More...
Functions/Subroutines | |
| subroutine | initialize_plume |
| Plume variables initialization. More... | |
Variables | |
| real(wp) | s |
| length along plume centerline More... | |
| real(wp) | x |
| plume location (downwind) More... | |
| real(wp) | y |
| plume location (crosswind) More... | |
| real(wp) | z |
| plume vertical coordinate More... | |
| real(wp) | r |
| plume radius More... | |
| real(wp) | u |
| plume x-horizontal velocity More... | |
| real(wp) | v |
| plume y-horizontal velocity More... | |
| real(wp) | w |
| plume vertical velocity More... | |
| real(wp) | mag_u |
| velocity magnitude along the centerline More... | |
| real(wp) | phi |
| angle between the plume trajectory and ground More... | |
| real(wp) | rp |
| radiation coefficient (kg/m**2/deg. k**3/s) More... | |
| real(wp) | alpha_inp |
| entrainment coefficient (parallel direction) More... | |
| real(wp) | beta_inp |
| entrainment coefficient (normal direction) More... | |
| real(wp) | prob_factor |
| particle loss factor More... | |
| logical | particles_loss |
| logical defining if we loose particles More... | |
| real(wp) | vent_height |
| height of the base of the plume More... | |
| real(wp) | w0 |
| initial vertical velocity of the plume More... | |
| real(wp) | r0 |
| initial radius of the plume More... | |
| real(wp) | log10_mfr |
Plume module.
This module contains the main variables of the plume (location, radius and velocity), and the subroutine initializing these variables at the beginning of the simulation.
| subroutine plume_module::initialize_plume | ( | ) |
| real(wp) plume_module::alpha_inp |
| real(wp) plume_module::beta_inp |
| real(wp) plume_module::mag_u |
| logical plume_module::particles_loss |
| real(wp) plume_module::phi |
| real(wp) plume_module::rp |
| real(wp) plume_module::vent_height |
| real(wp) plume_module::w0 |
1.8.11