FE-Project
|
module ATMOSPHERE physics / sub-grid scale turbulence More...
Data Types | |
type | atmosphytbvars |
Functions/Subroutines | |
subroutine | atmosphytbvars_init (this, model_mesh) |
subroutine, public | atmosphytbvars_getlocalmeshfields_tend (domid, mesh, tb_tends_list, tb_momx_t, tb_momy_t, tb_momz_t, tb_rhot_t, tb_rhoq_t, lcmesh3d) |
module ATMOSPHERE physics / sub-grid scale turbulence
subroutine mod_atmos_phy_tb_vars::atmosphytbvars_init | ( | class(atmosphytbvars), intent(inout), target | this, |
class(modelmeshbase), intent(in), target | model_mesh ) |
Definition at line 91 of file mod_atmos_phy_tb_vars.F90.
References scale_atm_phy_tb_dgm_common::atm_phy_tb_dgm_common_setup_variables(), scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_htensor_num, scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_hvec_num, scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_num, scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_scalar_num, scale_atm_phy_tb_dgm_common::atmos_phy_tb_diag_num, and scale_atm_phy_tb_dgm_common::atmos_phy_tb_tends_num1.
subroutine, public mod_atmos_phy_tb_vars::atmosphytbvars_getlocalmeshfields_tend | ( | integer, intent(in) | domid, |
class(meshbase), intent(in) | mesh, | ||
class(modelvarmanager), intent(inout) | tb_tends_list, | ||
class(localmeshfieldbase), intent(out), pointer | tb_momx_t, | ||
class(localmeshfieldbase), intent(out), pointer | tb_momy_t, | ||
class(localmeshfieldbase), intent(out), pointer | tb_momz_t, | ||
class(localmeshfieldbase), intent(out), pointer | tb_rhot_t, | ||
type(localmeshfieldbaselist), dimension(:), intent(out), optional | tb_rhoq_t, | ||
class(localmesh3d), intent(out), optional, pointer | lcmesh3d ) |
Definition at line 177 of file mod_atmos_phy_tb_vars.F90.
Referenced by mod_atmos_phy_tb::atmosphytb_setup(), and mod_atmos_phy_tb_vars::atmosphytbvars::history().