FE-Project
|
Derived type to manage variables with atmospheric dynamics component. More...
Public Member Functions | |
procedure | init (this, model_mesh) |
Setup an object to manage variables with atmospheric dynamics component. | |
procedure | final (this) |
Finalize an object to manage variables with atmospheric dynamics component. | |
procedure | history (this) |
Public Attributes | |
type(meshfield2d), dimension(:), allocatable | aux_vars2d |
Array of 2D auxiliary variables. | |
type(modelvarmanager) | auxvars2d_manager |
Object to manage 2D auxiliary variables. |
Derived type to manage variables with atmospheric dynamics component.
Definition at line 50 of file mod_atmos_dyn_vars.F90.
procedure mod_atmos_dyn_vars::atmosdynvars::init | ( | class(atmosdynvars), intent(inout), target | this, |
class(modelmeshbase), intent(in), target | model_mesh ) |
Setup an object to manage variables with atmospheric dynamics component.
model_mesh | Object to manage computational mesh of atmospheric model |
Definition at line 54 of file mod_atmos_dyn_vars.F90.
procedure mod_atmos_dyn_vars::atmosdynvars::final | ( | class(atmosdynvars), intent(inout) | this | ) |
Finalize an object to manage variables with atmospheric dynamics component.
Definition at line 55 of file mod_atmos_dyn_vars.F90.
procedure mod_atmos_dyn_vars::atmosdynvars::history | ( | class(atmosdynvars), intent(in) | this | ) |
Definition at line 56 of file mod_atmos_dyn_vars.F90.
References mod_atmos_dyn_vars::atmosdynauxvars_getlocalmeshfields().
type(meshfield2d), dimension(:), allocatable mod_atmos_dyn_vars::atmosdynvars::aux_vars2d |
Array of 2D auxiliary variables.
Definition at line 51 of file mod_atmos_dyn_vars.F90.
type(modelvarmanager) mod_atmos_dyn_vars::atmosdynvars::auxvars2d_manager |
Object to manage 2D auxiliary variables.
Definition at line 52 of file mod_atmos_dyn_vars.F90.