FE-Project
Loading...
Searching...
No Matches
mod_atmos_phy_tb::atmosphytb Type Reference

Derived type to manage a component of sub-grid scale turbulent process. More...

Inheritance diagram for mod_atmos_phy_tb::atmosphytb:
scale_model_component_proc::modelcomponentproc

Public Member Functions

procedure, public setup (this, model_mesh, tm_parent_comp)
 Setup a component of SGS turbulence process.
procedure, public calc_tendency (this, model_mesh, prgvars_list, trcvars_list, auxvars_list, forcing_list, is_update)
 Calculate tendencies associated with a turbulent model.
procedure, public update (this, model_mesh, prgvars_list, trcvars_list, auxvars_list, forcing_list, is_update)
 Update variables in a turbulent model.
procedure, public finalize (this)
 Finalize a component of sub-grid scale turbulent process.
procedure, public setdynbc (this, dyn_bnd)
 Set boundary conditions to a turbulent model.
Public Member Functions inherited from scale_model_component_proc::modelcomponentproc
procedure(modelcomponentproc_setup), deferred, public setup modelcomponentproc_setup
procedure(modelcomponentproc_calc_tendency), deferred, public calc_tendency modelcomponentproc_calc_tendency
procedure(modelcomponentproc_update), deferred, public update modelcomponentproc_update
procedure(modelcomponentproc_finalize), deferred, public finalize modelcomponentproc_finalize
procedure, public modelcomponentproc_init (this, name, is_activated)
procedure, public isactivated (this)

Public Attributes

integer tb_typeid
 Type ID of SGS turbulent scheme.
type(atmphytbdgmdrivertb_driver
 Object to represent a driver for SGS turbulent schemes.
type(atmosphytbvarsvars
 Object to manage variables with SGS turbulent model.
type(atmdynbnd), pointer dyn_bnd
 Pointer to object for treating boundary conditions with atmospheric dynamics.
Public Attributes inherited from scale_model_component_proc::modelcomponentproc
character(len=h_short) name
integer tm_process_id

Detailed Description

Derived type to manage a component of sub-grid scale turbulent process.

Definition at line 59 of file mod_atmos_phy_tb.F90.

Member Function/Subroutine Documentation

◆ setup()

procedure, public mod_atmos_phy_tb::atmosphytb::setup ( class(atmosphytb), intent(inout) this,
class(modelmeshbase), intent(in), target model_mesh,
class(time_manager_component), intent(inout) tm_parent_comp )

Setup a component of SGS turbulence process.

Parameters
model_meshObject to manage computational mesh of atmospheric model
tm_parent_compObject to mange a temporal scheme in a parent component

Definition at line 66 of file mod_atmos_phy_tb.F90.

◆ calc_tendency()

procedure, public mod_atmos_phy_tb::atmosphytb::calc_tendency ( class(atmosphytb), intent(inout) this,
class(modelmeshbase), intent(in) model_mesh,
class(modelvarmanager), intent(inout) prgvars_list,
class(modelvarmanager), intent(inout) trcvars_list,
class(modelvarmanager), intent(inout) auxvars_list,
class(modelvarmanager), intent(inout) forcing_list,
logical, intent(in) is_update )

Calculate tendencies associated with a turbulent model.

Parameters
model_meshObject to manage computational mesh of atmospheric model
prgvars_listObject to mange prognostic variables with atmospheric dynamical core
trcvars_listObject to mange auxiliary variables
forcing_listObject to mange forcing terms
is_updateFlag to specify whether the tendencies are updated in this call

Definition at line 67 of file mod_atmos_phy_tb.F90.

◆ update()

procedure, public mod_atmos_phy_tb::atmosphytb::update ( class(atmosphytb), intent(inout) this,
class(modelmeshbase), intent(in) model_mesh,
class(modelvarmanager), intent(inout) prgvars_list,
class(modelvarmanager), intent(inout) trcvars_list,
class(modelvarmanager), intent(inout) auxvars_list,
class(modelvarmanager), intent(inout) forcing_list,
logical, intent(in) is_update )

Update variables in a turbulent model.

Parameters
model_meshObject to manage computational mesh of atmospheric model
prgvars_listObject to mange prognostic variables with atmospheric dynamical core
trcvars_listObject to mange auxiliary variables
forcing_listObject to mange forcing terms
is_updateFlag to speicfy whether the tendencies are updated in this call

Definition at line 68 of file mod_atmos_phy_tb.F90.

◆ finalize()

procedure, public mod_atmos_phy_tb::atmosphytb::finalize ( class(atmosphytb), intent(inout) this)

Finalize a component of sub-grid scale turbulent process.

Definition at line 69 of file mod_atmos_phy_tb.F90.

◆ setdynbc()

procedure, public mod_atmos_phy_tb::atmosphytb::setdynbc ( class(atmosphytb), intent(inout) this,
type(atmdynbnd), intent(in), target dyn_bnd )

Set boundary conditions to a turbulent model.

Parameters
dyn_bndObject to manage boundary conditions of dynamical core

Definition at line 70 of file mod_atmos_phy_tb.F90.

Member Data Documentation

◆ tb_typeid

integer mod_atmos_phy_tb::atmosphytb::tb_typeid

Type ID of SGS turbulent scheme.

Definition at line 60 of file mod_atmos_phy_tb.F90.

60 integer :: TB_TYPEID !< Type ID of SGS turbulent scheme

◆ tb_driver

type(atmphytbdgmdriver) mod_atmos_phy_tb::atmosphytb::tb_driver

Object to represent a driver for SGS turbulent schemes.

Definition at line 61 of file mod_atmos_phy_tb.F90.

61 type(AtmPhyTbDGMDriver) :: tb_driver !< Object to represent a driver for SGS turbulent schemes

◆ vars

type(atmosphytbvars) mod_atmos_phy_tb::atmosphytb::vars

Object to manage variables with SGS turbulent model.

Definition at line 63 of file mod_atmos_phy_tb.F90.

63 type(AtmosPhyTbVars) :: vars !< Object to manage variables with SGS turbulent model

◆ dyn_bnd

type(atmdynbnd), pointer mod_atmos_phy_tb::atmosphytb::dyn_bnd

Pointer to object for treating boundary conditions with atmospheric dynamics.

Definition at line 64 of file mod_atmos_phy_tb.F90.

64 type(AtmDynBnd), pointer :: dyn_bnd !< Pointer to object for treating boundary conditions with atmospheric dynamics

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