FE-Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mod_atmos_dyn_vars::atmosdynvars Type Reference

Public Member Functions

procedure init (this, model_mesh)
 
procedure final (this)
 
procedure history (this)
 

Public Attributes

type(meshfield2d), dimension(:), allocatable aux_vars2d
 
type(modelvarmanagerauxvars2d_manager
 

Detailed Description

Definition at line 48 of file mod_atmos_dyn_vars.F90.

Member Function/Subroutine Documentation

◆ init()

procedure mod_atmos_dyn_vars::atmosdynvars::init ( class(atmosdynvars), intent(inout), target this,
class(modelmeshbase), intent(in), target model_mesh )

Definition at line 52 of file mod_atmos_dyn_vars.F90.

◆ final()

procedure mod_atmos_dyn_vars::atmosdynvars::final ( class(atmosdynvars), intent(inout) this)

Definition at line 53 of file mod_atmos_dyn_vars.F90.

◆ history()

procedure mod_atmos_dyn_vars::atmosdynvars::history ( class(atmosdynvars), intent(in) this)

Member Data Documentation

◆ aux_vars2d

type(meshfield2d), dimension(:), allocatable mod_atmos_dyn_vars::atmosdynvars::aux_vars2d

Definition at line 49 of file mod_atmos_dyn_vars.F90.

49 type(MeshField2D), allocatable :: AUX_VARS2D(:)

◆ auxvars2d_manager

type(modelvarmanager) mod_atmos_dyn_vars::atmosdynvars::auxvars2d_manager

Definition at line 50 of file mod_atmos_dyn_vars.F90.

50 type(ModelVarManager) :: AUXVARS2D_manager

The documentation for this type was generated from the following file: