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

Public Member Functions

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

Public Attributes

type(meshfield3d), dimension(:), allocatable tends
 
type(modelvarmanagertends_manager
 
type(meshfield3d), dimension(:), allocatable auxvars
 
type(modelvarmanagerauxvars_manager
 
integer auxvars_commid
 
type(meshfield3d), dimension(:), allocatable diagvars
 
type(modelvarmanagerdiagvars_manager
 
integer tends_num_tot
 

Detailed Description

Definition at line 63 of file mod_atmos_phy_tb_vars.F90.

Member Function/Subroutine Documentation

◆ init()

procedure mod_atmos_phy_tb_vars::atmosphytbvars::init ( class(atmosphytbvars), intent(inout), target this,
class(modelmeshbase), intent(in), target model_mesh )

Definition at line 76 of file mod_atmos_phy_tb_vars.F90.

◆ final()

procedure mod_atmos_phy_tb_vars::atmosphytbvars::final ( class(atmosphytbvars), intent(inout) this)

Definition at line 77 of file mod_atmos_phy_tb_vars.F90.

◆ history()

procedure mod_atmos_phy_tb_vars::atmosphytbvars::history ( class(atmosphytbvars), intent(inout) this)

Member Data Documentation

◆ tends

type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::tends

Definition at line 64 of file mod_atmos_phy_tb_vars.F90.

64 type(MeshField3D), allocatable :: tends(:)

◆ tends_manager

type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::tends_manager

Definition at line 65 of file mod_atmos_phy_tb_vars.F90.

65 type(ModelVarManager) :: tends_manager

◆ auxvars

type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::auxvars

Definition at line 67 of file mod_atmos_phy_tb_vars.F90.

67 type(MeshField3D), allocatable :: auxvars(:)

◆ auxvars_manager

type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::auxvars_manager

Definition at line 68 of file mod_atmos_phy_tb_vars.F90.

68 type(ModelVarManager) :: auxvars_manager

◆ auxvars_commid

integer mod_atmos_phy_tb_vars::atmosphytbvars::auxvars_commid

Definition at line 69 of file mod_atmos_phy_tb_vars.F90.

69 integer :: auxvars_commid

◆ diagvars

type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::diagvars

Definition at line 71 of file mod_atmos_phy_tb_vars.F90.

71 type(MeshField3D), allocatable :: diagvars(:)

◆ diagvars_manager

type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::diagvars_manager

Definition at line 72 of file mod_atmos_phy_tb_vars.F90.

72 type(ModelVarManager) :: diagvars_manager

◆ tends_num_tot

integer mod_atmos_phy_tb_vars::atmosphytbvars::tends_num_tot

Definition at line 74 of file mod_atmos_phy_tb_vars.F90.

74 integer :: TENDS_NUM_TOT

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