FE-Project
|
Derived type to manage variables with atmospheric SGS turbulent component. More...
Public Member Functions | |
procedure | init (this, model_mesh) |
Setup an object to manage variables with atmospheric SGS turbulent component. | |
procedure | final (this) |
Finalize an object to manage variables with atmospheric SGS turbulent component. | |
procedure | history (this) |
Public Attributes | |
type(meshfield3d), dimension(:), allocatable | tends |
type(modelvarmanager) | tends_manager |
type(meshfield3d), dimension(:), allocatable | auxvars |
type(modelvarmanager) | auxvars_manager |
integer | auxvars_commid |
type(meshfield3d), dimension(:), allocatable | diagvars |
type(modelvarmanager) | diagvars_manager |
integer | tends_num_tot |
Derived type to manage variables with atmospheric SGS turbulent component.
Definition at line 65 of file mod_atmos_phy_tb_vars.F90.
procedure mod_atmos_phy_tb_vars::atmosphytbvars::init | ( | class(atmosphytbvars), intent(inout), target | this, |
class(modelmeshbase), intent(in), target | model_mesh ) |
Setup an object to manage variables with atmospheric SGS turbulent component.
model_mesh | Object to manage computational mesh of atmospheric model |
Definition at line 78 of file mod_atmos_phy_tb_vars.F90.
procedure mod_atmos_phy_tb_vars::atmosphytbvars::final | ( | class(atmosphytbvars), intent(inout) | this | ) |
Finalize an object to manage variables with atmospheric SGS turbulent component.
Definition at line 79 of file mod_atmos_phy_tb_vars.F90.
procedure mod_atmos_phy_tb_vars::atmosphytbvars::history | ( | class(atmosphytbvars), intent(inout) | this | ) |
Definition at line 80 of file mod_atmos_phy_tb_vars.F90.
References mod_atmos_phy_tb_vars::atmosphytbvars_getlocalmeshfields_tend().
type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::tends |
Definition at line 66 of file mod_atmos_phy_tb_vars.F90.
type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::tends_manager |
Definition at line 67 of file mod_atmos_phy_tb_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::auxvars |
Definition at line 69 of file mod_atmos_phy_tb_vars.F90.
type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::auxvars_manager |
Definition at line 70 of file mod_atmos_phy_tb_vars.F90.
integer mod_atmos_phy_tb_vars::atmosphytbvars::auxvars_commid |
Definition at line 71 of file mod_atmos_phy_tb_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_phy_tb_vars::atmosphytbvars::diagvars |
Definition at line 73 of file mod_atmos_phy_tb_vars.F90.
type(modelvarmanager) mod_atmos_phy_tb_vars::atmosphytbvars::diagvars_manager |
Definition at line 74 of file mod_atmos_phy_tb_vars.F90.
integer mod_atmos_phy_tb_vars::atmosphytbvars::tends_num_tot |
Definition at line 76 of file mod_atmos_phy_tb_vars.F90.