FE-Project
|
Public Member Functions | |
procedure | init (this, model_mesh, qs_mp, qe_mp, qa_mp) |
procedure | final (this) |
procedure | history (this) |
Public Attributes | |
type(meshfield3d), dimension(:), allocatable | tends |
type(modelvarmanager) | tends_manager |
type(meshfield2d), dimension(:), allocatable | auxvars2d |
type(modelvarmanager) | auxvars2d_manager |
integer | qs |
integer | qe |
integer | qa |
integer | tends_num_tot |
integer, dimension(:), allocatable | vterm_hist_id |
type(meshfield3d), dimension(:), allocatable | vterm_hist |
Definition at line 54 of file mod_atmos_phy_mp_vars.F90.
procedure mod_atmos_phy_mp_vars::atmosphympvars::init | ( | class(atmosphympvars), intent(inout), target | this, |
class(modelmeshbase), intent(in), target | model_mesh, | ||
integer, intent(in) | qs_mp, | ||
integer, intent(in) | qe_mp, | ||
integer, intent(in) | qa_mp ) |
Definition at line 69 of file mod_atmos_phy_mp_vars.F90.
procedure mod_atmos_phy_mp_vars::atmosphympvars::final | ( | class(atmosphympvars), intent(inout) | this | ) |
Definition at line 70 of file mod_atmos_phy_mp_vars.F90.
procedure mod_atmos_phy_mp_vars::atmosphympvars::history | ( | class(atmosphympvars), intent(inout) | this | ) |
Definition at line 71 of file mod_atmos_phy_mp_vars.F90.
References mod_atmos_phy_mp_vars::atmosphympvars_getlocalmeshfields_sfcflx(), and mod_atmos_phy_mp_vars::atmosphympvars_getlocalmeshfields_tend().
type(meshfield3d), dimension(:), allocatable mod_atmos_phy_mp_vars::atmosphympvars::tends |
Definition at line 55 of file mod_atmos_phy_mp_vars.F90.
type(modelvarmanager) mod_atmos_phy_mp_vars::atmosphympvars::tends_manager |
Definition at line 56 of file mod_atmos_phy_mp_vars.F90.
type(meshfield2d), dimension(:), allocatable mod_atmos_phy_mp_vars::atmosphympvars::auxvars2d |
Definition at line 58 of file mod_atmos_phy_mp_vars.F90.
type(modelvarmanager) mod_atmos_phy_mp_vars::atmosphympvars::auxvars2d_manager |
Definition at line 59 of file mod_atmos_phy_mp_vars.F90.
integer mod_atmos_phy_mp_vars::atmosphympvars::qs |
Definition at line 61 of file mod_atmos_phy_mp_vars.F90.
integer mod_atmos_phy_mp_vars::atmosphympvars::qe |
Definition at line 62 of file mod_atmos_phy_mp_vars.F90.
integer mod_atmos_phy_mp_vars::atmosphympvars::qa |
Definition at line 63 of file mod_atmos_phy_mp_vars.F90.
integer mod_atmos_phy_mp_vars::atmosphympvars::tends_num_tot |
Definition at line 65 of file mod_atmos_phy_mp_vars.F90.
integer, dimension(:), allocatable mod_atmos_phy_mp_vars::atmosphympvars::vterm_hist_id |
Definition at line 66 of file mod_atmos_phy_mp_vars.F90.
type(meshfield3d), dimension(:), allocatable mod_atmos_phy_mp_vars::atmosphympvars::vterm_hist |
Definition at line 67 of file mod_atmos_phy_mp_vars.F90.