|
real(wp), dimension(:), allocatable | solver_module::rhs1 |
| Right-Hand Side (rhs1) terms without aggregation. More...
|
|
real(wp), dimension(:), allocatable | solver_module::rhs2 |
| Right-Hand Side (rhs2) aggregation terms only. More...
|
|
real(wp), dimension(:), allocatable | solver_module::rhstemp |
| Right-Hand Side (rhs) More...
|
|
real(wp), dimension(:), allocatable | solver_module::rhs |
| Right-Hand Side (rhs) More...
|
|
real(wp), dimension(:), allocatable | solver_module::ftemp |
| Integrated variables. More...
|
|
real(wp), dimension(:), allocatable | solver_module::f |
| Integrated variables. More...
|
|
real(wp), dimension(:), allocatable | solver_module::f_stepold |
| Integrated variables. More...
|
|
real(wp), dimension(:), allocatable | solver_module::volcgas_rate |
| Rate of change of volcanic gases. More...
|
|
integer | solver_module::itotal |
| Total number of equations. More...
|
|
real(wp) | solver_module::dz |
| Integration step. More...
|
|
real(wp) | solver_module::dz0 |
| Initial integration step. More...
|
|