FE-Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scale_model_component_proc::modelcomponentproc Type Referenceabstract
Inheritance diagram for scale_model_component_proc::modelcomponentproc:
mod_atmos_dyn::atmosdyn mod_atmos_phy_mp::atmosphymp mod_atmos_phy_sfc::atmosphysfc mod_atmos_phy_tb::atmosphytb

Public Member Functions

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

character(len=h_short) name
 
integer tm_process_id
 

Detailed Description

Definition at line 36 of file scale_model_component_proc.F90.

Member Function/Subroutine Documentation

◆ setup()

procedure(modelcomponentproc_setup), deferred, public scale_model_component_proc::modelcomponentproc::setup
pure virtual

Definition at line 41 of file scale_model_component_proc.F90.

◆ calc_tendency()

procedure(modelcomponentproc_calc_tendency), deferred, public scale_model_component_proc::modelcomponentproc::calc_tendency
pure virtual

Definition at line 42 of file scale_model_component_proc.F90.

◆ update()

procedure(modelcomponentproc_update), deferred, public scale_model_component_proc::modelcomponentproc::update
pure virtual

Definition at line 43 of file scale_model_component_proc.F90.

◆ finalize()

procedure(modelcomponentproc_finalize), deferred, public scale_model_component_proc::modelcomponentproc::finalize
pure virtual

Definition at line 44 of file scale_model_component_proc.F90.

◆ modelcomponentproc_init()

procedure, public scale_model_component_proc::modelcomponentproc::modelcomponentproc_init ( class(modelcomponentproc), intent(inout) this,
character(len=*), intent(in) name,
logical, intent(in) is_activated )

Definition at line 46 of file scale_model_component_proc.F90.

◆ isactivated()

procedure, public scale_model_component_proc::modelcomponentproc::isactivated ( class(modelcomponentproc), intent(in) this)

Definition at line 47 of file scale_model_component_proc.F90.

Member Data Documentation

◆ name

character(len=h_short) scale_model_component_proc::modelcomponentproc::name

Definition at line 37 of file scale_model_component_proc.F90.

37 character(len=H_SHORT) :: name

◆ tm_process_id

integer scale_model_component_proc::modelcomponentproc::tm_process_id

Definition at line 39 of file scale_model_component_proc.F90.

39 integer :: tm_process_id

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