PLUME-MoM-TSM  1.0
VolcanicPlumeModel
Functions/Subroutines | Variables
rise Module Reference

Predictor-corrector module. More...

Functions/Subroutines

subroutine plumerise
 Main subroutine for the integration. More...
 

Variables

real(wp) plume_height
 
real(wp) column_regime
 
integer, parameter n_rk = 7
 

Detailed Description

Predictor-corrector module.

This module contains the main subroutine of the code, i.e. the solver for the predictor-corrector integration scheme.

Date
23/12/2013
Author
Mattia de' Michieli Vitturi

Function/Subroutine Documentation

subroutine rise::plumerise ( )

Main subroutine for the integration.

This is the main subroutine where the solution is advanced integrating with a predictor-corrector scheme.

Date
23/12/2013
Author
Mattia de' Michieli Vitturi

Definition at line 37 of file rise.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real(wp) rise::column_regime

Definition at line 17 of file rise.f90.

integer, parameter rise::n_rk = 7

Definition at line 19 of file rise.f90.

real(wp) rise::plume_height

Definition at line 16 of file rise.f90.