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

Public Member Functions

procedure init (this, atm_mesh)
 
procedure final (this)
 
procedure calc_diagnostics (this)
 Calculate diagnostic variables.
 
procedure calc_diagvar (this, field_name, field_work)
 
procedure calc_diagvar2d (this, field_name, field_work)
 
procedure history (this)
 
procedure check (this, force)
 
procedure monitor (this)
 
procedure read_restart_file (this, atmos_mesh, dyncore)
 
procedure write_restart_file (this)
 
procedure regist_physvar_manager (this, mp_auxvars2d_manager)
 

Public Attributes

class(atmosmesh), pointer mesh
 
type(meshfield3d), dimension(:), allocatable prog_vars
 
type(modelvarmanagerprogvars_manager
 
integer prog_vars_commid
 
type(meshfield3d), dimension(:), allocatable qtrc_vars
 
type(modelvarmanagerqtrcvars_manager
 
integer qtrc_vars_commid
 
type(meshfield3d), dimension(:), allocatable aux_vars
 
type(modelvarmanagerauxvars_manager
 
integer aux_vars_commid
 
type(meshfield2d), dimension(:), allocatable aux_vars2d
 
type(modelvarmanagerauxvars2d_manager
 
type(modelvarmanager), pointer ptr_mp_auxvars2d_manager
 
logical moist
 
type(meshfield3d), pointer qv
 
type(meshfield3dzero
 
type(meshfield3d), dimension(:), allocatable phy_tend
 
type(modelvarmanagerphytends_manager
 
integer phytends_commid
 
integer phytend_num_tot
 
integer, dimension(:), allocatable diagvars2d_histid
 
integer, dimension(:), allocatable diagvars3d_histid
 
type(file_restart_meshfield_componentrestart_file
 
logical check_range
 
logical check_total
 

Detailed Description

Definition at line 70 of file mod_atmos_vars.F90.

Member Function/Subroutine Documentation

◆ init()

procedure mod_atmos_vars::atmosvars::init ( class(atmosvars), intent(inout), target this,
class(atmosmesh), intent(inout), target atm_mesh )

Definition at line 115 of file mod_atmos_vars.F90.

◆ final()

procedure mod_atmos_vars::atmosvars::final ( class(atmosvars), intent(inout) this)

Definition at line 116 of file mod_atmos_vars.F90.

◆ calc_diagnostics()

procedure mod_atmos_vars::atmosvars::calc_diagnostics ( class(atmosvars), intent(inout), target this)

Calculate diagnostic variables.

Definition at line 117 of file mod_atmos_vars.F90.

◆ calc_diagvar()

procedure mod_atmos_vars::atmosvars::calc_diagvar ( class(atmosvars), intent(inout) this,
character(*), intent(in) field_name,
type(meshfield3d), intent(inout) field_work )

Definition at line 118 of file mod_atmos_vars.F90.

◆ calc_diagvar2d()

procedure mod_atmos_vars::atmosvars::calc_diagvar2d ( class(atmosvars), intent(inout) this,
character(*), intent(in) field_name,
type(meshfield2d), intent(inout), target field_work )

Definition at line 119 of file mod_atmos_vars.F90.

◆ history()

procedure mod_atmos_vars::atmosvars::history ( class(atmosvars), intent(inout) this)

Definition at line 120 of file mod_atmos_vars.F90.

◆ check()

procedure mod_atmos_vars::atmosvars::check ( class(atmosvars), intent(inout) this,
logical, intent(in), optional force )

Definition at line 121 of file mod_atmos_vars.F90.

◆ monitor()

procedure mod_atmos_vars::atmosvars::monitor ( class(atmosvars), intent(inout) this)

Definition at line 122 of file mod_atmos_vars.F90.

◆ read_restart_file()

procedure mod_atmos_vars::atmosvars::read_restart_file ( class(atmosvars), intent(inout), target this,
class(atmosmesh), intent(in) atmos_mesh,
class(atmdyndgmdriver_nonhydro3d), intent(inout) dyncore )

Definition at line 123 of file mod_atmos_vars.F90.

◆ write_restart_file()

procedure mod_atmos_vars::atmosvars::write_restart_file ( class(atmosvars), intent(inout) this)

Definition at line 124 of file mod_atmos_vars.F90.

◆ regist_physvar_manager()

procedure mod_atmos_vars::atmosvars::regist_physvar_manager ( class(atmosvars), intent(inout), target this,
type(modelvarmanager), intent(in), target mp_auxvars2d_manager )

Member Data Documentation

◆ mesh

class(atmosmesh), pointer mod_atmos_vars::atmosvars::mesh

Definition at line 71 of file mod_atmos_vars.F90.

71 class(AtmosMesh), pointer :: mesh

◆ prog_vars

type(meshfield3d), dimension(:), allocatable mod_atmos_vars::atmosvars::prog_vars

Definition at line 74 of file mod_atmos_vars.F90.

74 type(MeshField3D), allocatable :: PROG_VARS(:)

◆ progvars_manager

type(modelvarmanager) mod_atmos_vars::atmosvars::progvars_manager

Definition at line 75 of file mod_atmos_vars.F90.

75 type(ModelVarManager) :: PROGVARS_manager

◆ prog_vars_commid

integer mod_atmos_vars::atmosvars::prog_vars_commid

Definition at line 76 of file mod_atmos_vars.F90.

76 integer :: PROG_VARS_commID

◆ qtrc_vars

type(meshfield3d), dimension(:), allocatable mod_atmos_vars::atmosvars::qtrc_vars

Definition at line 79 of file mod_atmos_vars.F90.

79 type(MeshField3D), allocatable :: QTRC_VARS(:)

◆ qtrcvars_manager

type(modelvarmanager) mod_atmos_vars::atmosvars::qtrcvars_manager

Definition at line 80 of file mod_atmos_vars.F90.

80 type(ModelVarManager) :: QTRCVARS_manager

◆ qtrc_vars_commid

integer mod_atmos_vars::atmosvars::qtrc_vars_commid

Definition at line 81 of file mod_atmos_vars.F90.

81 integer :: QTRC_VARS_commID

◆ aux_vars

type(meshfield3d), dimension(:), allocatable mod_atmos_vars::atmosvars::aux_vars

Definition at line 84 of file mod_atmos_vars.F90.

84 type(MeshField3D), allocatable :: AUX_VARS(:)

◆ auxvars_manager

type(modelvarmanager) mod_atmos_vars::atmosvars::auxvars_manager

Definition at line 85 of file mod_atmos_vars.F90.

85 type(ModelVarManager) :: AUXVARS_manager

◆ aux_vars_commid

integer mod_atmos_vars::atmosvars::aux_vars_commid

Definition at line 86 of file mod_atmos_vars.F90.

86 integer :: AUX_VARS_commID

◆ aux_vars2d

type(meshfield2d), dimension(:), allocatable mod_atmos_vars::atmosvars::aux_vars2d

Definition at line 89 of file mod_atmos_vars.F90.

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

◆ auxvars2d_manager

type(modelvarmanager) mod_atmos_vars::atmosvars::auxvars2d_manager

Definition at line 90 of file mod_atmos_vars.F90.

90 type(ModelVarManager) :: AUXVARS2D_manager

◆ ptr_mp_auxvars2d_manager

type(modelvarmanager), pointer mod_atmos_vars::atmosvars::ptr_mp_auxvars2d_manager

Definition at line 93 of file mod_atmos_vars.F90.

93 type(ModelVarManager), pointer :: ptr_MP_AUXVARS2D_manager

◆ moist

logical mod_atmos_vars::atmosvars::moist

Definition at line 95 of file mod_atmos_vars.F90.

95 logical :: moist

◆ qv

type(meshfield3d), pointer mod_atmos_vars::atmosvars::qv

Definition at line 96 of file mod_atmos_vars.F90.

96 type(MeshField3D), pointer :: QV

◆ zero

type(meshfield3d) mod_atmos_vars::atmosvars::zero

Definition at line 97 of file mod_atmos_vars.F90.

97 type(MeshField3D) :: zero

◆ phy_tend

type(meshfield3d), dimension(:), allocatable mod_atmos_vars::atmosvars::phy_tend

Definition at line 100 of file mod_atmos_vars.F90.

100 type(MeshField3D), allocatable :: PHY_TEND(:)

◆ phytends_manager

type(modelvarmanager) mod_atmos_vars::atmosvars::phytends_manager

Definition at line 101 of file mod_atmos_vars.F90.

101 type(ModelVarManager) :: PHYTENDS_manager

◆ phytends_commid

integer mod_atmos_vars::atmosvars::phytends_commid

Definition at line 102 of file mod_atmos_vars.F90.

102 integer :: PHYTENDS_commID

◆ phytend_num_tot

integer mod_atmos_vars::atmosvars::phytend_num_tot

Definition at line 103 of file mod_atmos_vars.F90.

103 integer :: PHYTEND_NUM_TOT

◆ diagvars2d_histid

integer, dimension(:), allocatable mod_atmos_vars::atmosvars::diagvars2d_histid

Definition at line 106 of file mod_atmos_vars.F90.

106 integer, allocatable :: DIAGVARS2D_HISTID(:)

◆ diagvars3d_histid

integer, dimension(:), allocatable mod_atmos_vars::atmosvars::diagvars3d_histid

Definition at line 107 of file mod_atmos_vars.F90.

107 integer, allocatable :: DIAGVARS3D_HISTID(:)

◆ restart_file

type(file_restart_meshfield_component) mod_atmos_vars::atmosvars::restart_file

Definition at line 109 of file mod_atmos_vars.F90.

109 type(FILE_restart_meshfield_component) :: restart_file

◆ check_range

logical mod_atmos_vars::atmosvars::check_range

Definition at line 111 of file mod_atmos_vars.F90.

111 logical :: check_range

◆ check_total

logical mod_atmos_vars::atmosvars::check_total

Definition at line 112 of file mod_atmos_vars.F90.

112 logical :: check_total

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