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

Public Member Functions

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

Public Attributes

type(meshfield2d), dimension(:), allocatable sfc_vars
 
type(modelvarmanagersfcvars_manager
 
type(meshfield2d), dimension(:), allocatable sfc_flx
 
type(modelvarmanagersfcflx_manager
 
integer sfcflx_num_tot
 

Detailed Description

Definition at line 51 of file mod_atmos_phy_sfc_vars.F90.

Member Function/Subroutine Documentation

◆ init()

procedure mod_atmos_phy_sfc_vars::atmosphysfcvars::init ( class(atmosphysfcvars), intent(inout), target this,
class(modelmeshbase), intent(in), target model_mesh )

Definition at line 60 of file mod_atmos_phy_sfc_vars.F90.

◆ final()

procedure mod_atmos_phy_sfc_vars::atmosphysfcvars::final ( class(atmosphysfcvars), intent(inout) this)

Definition at line 61 of file mod_atmos_phy_sfc_vars.F90.

◆ history()

procedure mod_atmos_phy_sfc_vars::atmosphysfcvars::history ( class(atmosphysfcvars), intent(inout) this)

Definition at line 62 of file mod_atmos_phy_sfc_vars.F90.

Member Data Documentation

◆ sfc_vars

type(meshfield2d), dimension(:), allocatable mod_atmos_phy_sfc_vars::atmosphysfcvars::sfc_vars

Definition at line 52 of file mod_atmos_phy_sfc_vars.F90.

52 type(MeshField2D), allocatable :: SFC_VARS(:)

◆ sfcvars_manager

type(modelvarmanager) mod_atmos_phy_sfc_vars::atmosphysfcvars::sfcvars_manager

Definition at line 53 of file mod_atmos_phy_sfc_vars.F90.

53 type(ModelVarManager) :: SFCVARS_manager

◆ sfc_flx

type(meshfield2d), dimension(:), allocatable mod_atmos_phy_sfc_vars::atmosphysfcvars::sfc_flx

Definition at line 55 of file mod_atmos_phy_sfc_vars.F90.

55 type(MeshField2D), allocatable :: SFC_FLX(:)

◆ sfcflx_manager

type(modelvarmanager) mod_atmos_phy_sfc_vars::atmosphysfcvars::sfcflx_manager

Definition at line 56 of file mod_atmos_phy_sfc_vars.F90.

56 type(ModelVarManager) :: SFCFLX_manager

◆ sfcflx_num_tot

integer mod_atmos_phy_sfc_vars::atmosphysfcvars::sfcflx_num_tot

Definition at line 58 of file mod_atmos_phy_sfc_vars.F90.

58 integer :: SFCFLX_NUM_TOT

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