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

Derived type to manage a component of cloud microphysics. More...

Inheritance diagram for mod_atmos_phy_mp::atmosphymp:
scale_model_component_proc::modelcomponentproc

Public Member Functions

procedure, public setup (this, model_mesh, tm_parent_comp)
 Setup a component of cloud microphysics.
 
procedure, public calc_tendency (this, model_mesh, prgvars_list, trcvars_list, auxvars_list, forcing_list, is_update)
 Calculate tendencies associated with cloud microphysics.
 
procedure, public update (this, model_mesh, prgvars_list, trcvars_list, auxvars_list, forcing_list, is_update)
 Update variables in a component of cloud microphysics.
 
procedure, public finalize (this)
 Finalize a component of cloud microphysics.
 
- 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 mp_typeid
 Type id of cloud microphysics scheme.
 
type(atmosphympvarsvars
 A object to manage variables with cloud microphysics.
 
type(sparsematdz
 
type(sparsematlift
 
type(hexahedralelementelem
 
- 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 cloud microphysics.

Definition at line 60 of file mod_atmos_phy_mp.F90.

Member Function/Subroutine Documentation

◆ setup()

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

Setup a component of cloud microphysics.

Parameters
model_mesha object to manage computational mesh of atmospheric model
tm_parent_compa object to mange a temporal scheme in a parent component

Definition at line 79 of file mod_atmos_phy_mp.F90.

◆ calc_tendency()

procedure, public mod_atmos_phy_mp::atmosphymp::calc_tendency ( class(atmosphymp), 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 cloud microphysics.

Parameters
model_mesha object to manage computational mesh of atmospheric model
prgvars_lista object to mange prognostic variables with atmospheric dynamical core
trcvars_lista object to mange auxiliary variables
forcing_lista object to mange forcing terms
is_updateFlag to speicfy whether the tendencies are updated in this call

Definition at line 80 of file mod_atmos_phy_mp.F90.

◆ update()

procedure, public mod_atmos_phy_mp::atmosphymp::update ( class(atmosphymp), 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 component of cloud microphysics.

Parameters
model_mesha object to manage computational mesh of atmospheric model
prgvars_lista object to mange prognostic variables with atmospheric dynamical core
trcvars_lista object to mange auxiliary variables
forcing_lista object to mange forcing terms
is_updateFlag to speicfy whether the tendencies are updated in this call

Definition at line 81 of file mod_atmos_phy_mp.F90.

◆ finalize()

procedure, public mod_atmos_phy_mp::atmosphymp::finalize ( class(atmosphymp), intent(inout) this)

Finalize a component of cloud microphysics.

Definition at line 82 of file mod_atmos_phy_mp.F90.

Member Data Documentation

◆ mp_typeid

integer mod_atmos_phy_mp::atmosphymp::mp_typeid

Type id of cloud microphysics scheme.

Definition at line 61 of file mod_atmos_phy_mp.F90.

61 integer :: MP_TYPEID

◆ vars

type(atmosphympvars) mod_atmos_phy_mp::atmosphymp::vars

A object to manage variables with cloud microphysics.

Definition at line 62 of file mod_atmos_phy_mp.F90.

62 type(AtmosPhyMpVars) :: vars

◆ dz

type(sparsemat) mod_atmos_phy_mp::atmosphymp::dz

Definition at line 76 of file mod_atmos_phy_mp.F90.

76 type(sparsemat) :: Dz, Lift

◆ lift

type(sparsemat) mod_atmos_phy_mp::atmosphymp::lift

Definition at line 76 of file mod_atmos_phy_mp.F90.

◆ elem

type(hexahedralelement) mod_atmos_phy_mp::atmosphymp::elem

Definition at line 77 of file mod_atmos_phy_mp.F90.

77 type(HexahedralElement) :: elem

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