FE-Project
|
module FElib / Fluid dyn solver / Atmosphere / Physics turbulence / Common More...
Functions/Subroutines | |
subroutine, public | atm_phy_tb_dgm_common_setup_variables (tends, auxvars, diagvars, tends_manager, auxvar_manager, diagvar_manager, tends_num_tot, mesh3d) |
subroutine, public | atm_phy_tb_dgm_common_calc_lambda (lambda, cs, filter_fac, lmesh, elem, lmesh2d, elem2d) |
subroutine, public | atm_phy_tb_dgm_common_cal_grad_qtrc (dfq1, dfq2, dfq3, drdx, drdy, drdz, kh, qtrc, ddens, dens_hyd, dx, dy, dz, sx, sy, sz, lift, lmesh, elem, lmesh2d, elem2d, is_bound, cal_grad_dens) |
Calculate parameterized diffusive mass flux of tracer with turbulent model. | |
subroutine, public | atm_phy_tb_dgm_common_cal_tend (momx_t, momy_t, momz_t, rhot_t, t11, t12, t13, t21, t22, t23, t31, t32, t33, df1, df2, df3, nu, kh, ddens_, momx_, momy_, momz_, drhot_, dens_hyd, pres_hyd, pres_, pt_, dx, dy, dz, sx, sy, sz, lift, lmesh, elem, lmesh2d, elem2d, is_bound) |
Calculate tendecies with turbulent model. | |
subroutine, public | atm_phy_tb_dgm_common_cal_tend_qtrc (rhoq_t, dfq1, dfq2, dfq3, kh, ddens_, dens_hyd, dx, dy, dz, sx, sy, sz, lift, lmesh, elem, lmesh2d, elem2d, is_bound) |
Calculate tendecies of tracer density with turbulent model. | |
Variables | |
integer, parameter, public | atmos_phy_tb_aux_t13_id = 1 |
integer, parameter, public | atmos_phy_tb_aux_t23_id = 2 |
integer, parameter, public | atmos_phy_tb_aux_t33_id = 3 |
integer, parameter, public | atmos_phy_tb_aux_diffflx3_id = 4 |
integer, parameter, public | atmos_phy_tb_aux_t31_id = 5 |
integer, parameter, public | atmos_phy_tb_aux_t32_id = 6 |
integer, parameter, public | atmos_phy_tb_aux_diffflx1_id = 7 |
integer, parameter, public | atmos_phy_tb_aux_diffflx2_id = 8 |
integer, parameter, public | atmos_phy_tb_aux_t11_id = 9 |
integer, parameter, public | atmos_phy_tb_aux_t12_id = 10 |
integer, parameter, public | atmos_phy_tb_aux_t21_id = 11 |
integer, parameter, public | atmos_phy_tb_aux_t22_id = 12 |
integer, parameter, public | atmos_phy_tb_aux_scalar_num = 4 |
integer, parameter, public | atmos_phy_tb_aux_hvec_num = 2 |
integer, parameter, public | atmos_phy_tb_aux_htensor_num = 1 |
integer, parameter, public | atmos_phy_tb_aux_num = 12 |
integer, parameter, public | atmos_phy_tb_diag_tke_id = 1 |
integer, parameter, public | atmos_phy_tb_diag_nu_id = 2 |
integer, parameter, public | atmos_phy_tb_diag_kh_id = 3 |
integer, parameter, public | atmos_phy_tb_diag_num = 3 |
integer, parameter, public | atmos_phy_tb_momx_t_id = 1 |
integer, parameter, public | atmos_phy_tb_momy_t_id = 2 |
integer, parameter, public | atmos_phy_tb_momz_t_id = 3 |
integer, parameter, public | atmos_phy_tb_rhot_t_id = 4 |
integer, parameter, public | atmos_phy_tb_tends_num1 = 4 |
module FElib / Fluid dyn solver / Atmosphere / Physics turbulence / Common
name | description | unit | variable |
---|---|---|---|
TB_T13 | stress tensor (T13) | kg.m-3.m2.s-2 | TB_T13 |
TB_T23 | stress tensor (T23) | kg.m-3.m2.s-2 | TB_T23 |
TB_T33 | stress tensor (T33) | kg.m-3.m2.s-2 | TB_T33 |
DIFF_FLX3 | diffusive heat flux (z) / density | m2/s.K/m | DIFF_FLX3 |
TB_T31 | stress tensor (T31) | kg.m-3.m2.s-2 | TB_T31 |
TB_T32 | stress tensor (T32) | kg.m-3.m2.s-2 | TB_T32 |
DIFF_FLX1 | diffusive heat flux (x) / density | m2/s.K/m | DIFF_FLX1 |
DIFF_FLX2 | diffusive heat flux (y) / density | m2/s.K/m | DIFF_FLX2 |
TB_T11 | stress tensor (T11) | kg.m-3.m2.s-2 | TB_T11 |
TB_T12 | stress tensor (T12) | kg.m-3.m2.s-2 | TB_T12 |
TB_T21 | stress tensor (T21) | kg.m-3.m2.s-2 | TB_T21 |
TB_T22 | stress tensor (T22) | kg.m-3.m2.s-2 | TB_T22 |
TKE | SGS turbluence kinetic energy | m2/s2 | TKE |
NU | eddy viscosity | m2/s | NU |
KH | eddy diffusion | m2/s | KH |
TB_MOMX_t | tendency of x-momentum in TB process | kg/m2/s2 | TB_MOMX_t |
TB_MOMY_t | tendency of y-momentum in TB process | kg/m2/s2 | TB_MOMY_t |
TB_MOMZ_t | tendency of z-momentum in TB process | kg/m2/s2 | TB_MOMZ_t |
TB_RHOT_t | tendency of rho*PT in TB process | kg/m3.K/s | TB_RHOT_t |
TB_{TRACER_NAME}_t | tendency of {TRACER_NAME} in TB process; {TRACER_NAME} depends on the physics schemes, e.g., QV, QC, QR. | TRACER_UNIT | TRACER_NAME |
subroutine, public scale_atm_phy_tb_dgm_common::atm_phy_tb_dgm_common_setup_variables | ( | type(meshfield3d), dimension(tends_num_tot), intent(inout) | tends, |
type(meshfield3d), dimension(atmos_phy_tb_aux_num), intent(inout) | auxvars, | ||
type(meshfield3d), dimension(atmos_phy_tb_diag_num), intent(inout) | diagvars, | ||
type(modelvarmanager), intent(inout) | tends_manager, | ||
type(modelvarmanager), intent(inout) | auxvar_manager, | ||
type(modelvarmanager), intent(inout) | diagvar_manager, | ||
integer, intent(in) | tends_num_tot, | ||
class(meshbase3d), intent(in) | mesh3d ) |
Definition at line 93 of file scale_atm_phy_tb_dgm_common.F90.
References atmos_phy_tb_aux_diffflx1_id, atmos_phy_tb_aux_diffflx2_id, atmos_phy_tb_aux_diffflx3_id, atmos_phy_tb_aux_num, atmos_phy_tb_aux_t11_id, atmos_phy_tb_aux_t12_id, atmos_phy_tb_aux_t13_id, atmos_phy_tb_aux_t21_id, atmos_phy_tb_aux_t22_id, atmos_phy_tb_aux_t23_id, atmos_phy_tb_aux_t31_id, atmos_phy_tb_aux_t32_id, atmos_phy_tb_aux_t33_id, atmos_phy_tb_diag_kh_id, atmos_phy_tb_diag_nu_id, atmos_phy_tb_diag_num, atmos_phy_tb_diag_tke_id, atmos_phy_tb_momx_t_id, atmos_phy_tb_momy_t_id, atmos_phy_tb_momz_t_id, atmos_phy_tb_rhot_t_id, and atmos_phy_tb_tends_num1.
Referenced by mod_atmos_phy_tb_vars::atmosphytbvars_init().
subroutine, public scale_atm_phy_tb_dgm_common::atm_phy_tb_dgm_common_calc_lambda | ( | real(rp), dimension(elem%np,lmesh%ne), intent(out) | lambda, |
real(rp), intent(in) | cs, | ||
real(rp), intent(in) | filter_fac, | ||
class(localmesh3d), intent(in) | lmesh, | ||
class(elementbase3d), intent(in) | elem, | ||
class(localmesh2d), intent(in) | lmesh2d, | ||
class(elementbase2d), intent(in) | elem2d ) |
Definition at line 224 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by scale_atm_phy_tb_dgm_globalsmg::atm_phy_tb_dgm_globalsmg_cal_grad(), and scale_atm_phy_tb_dgm_smg::atm_phy_tb_dgm_smg_cal_grad().
subroutine, public scale_atm_phy_tb_dgm_common::atm_phy_tb_dgm_common_cal_grad_qtrc | ( | real(rp), dimension(elem%np,lmesh%nea), intent(out) | dfq1, |
real(rp), dimension(elem%np,lmesh%nea), intent(out) | dfq2, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | dfq3, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(inout) | drdx, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(inout) | drdy, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(inout) | drdz, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | kh, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | qtrc, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | ddens, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dens_hyd, | ||
type(sparsemat), intent(in) | dx, | ||
type(sparsemat), intent(in) | dy, | ||
type(sparsemat), intent(in) | dz, | ||
type(sparsemat), intent(in) | sx, | ||
type(sparsemat), intent(in) | sy, | ||
type(sparsemat), intent(in) | sz, | ||
type(sparsemat), intent(in) | lift, | ||
class(localmesh3d), intent(in) | lmesh, | ||
class(elementbase3d), intent(in) | elem, | ||
class(localmesh2d), intent(in) | lmesh2d, | ||
class(elementbase2d), intent(in) | elem2d, | ||
logical, dimension(elem%nfptot,lmesh%ne), intent(in) | is_bound, | ||
logical, intent(in) | cal_grad_dens ) |
Calculate parameterized diffusive mass flux of tracer with turbulent model.
[out] | dfq1 | Diffusive mass flux in x1 direction / density (Kh dq/dx1) |
[out] | dfq2 | Diffusive mass flux in x2 direction / density (Kh dq/dx2) |
[out] | dfq3 | Diffusive mass flux in x3 direction / density (Kh dq/dx3) |
[in,out] | drdx | Spatial gradient of density in x1 direction |
[in,out] | drdy | Spatial gradient of density in x2 direction |
[in,out] | drdz | Spatial gradient of density in x3 direction |
[in] | kh | Eddy diffusivity |
[in] | qtrc | Mass faction of tracer |
[in] | ddens | Density perturbation |
[in] | dens_hyd | Reference desity in hydrostatic state |
[in] | dz | Differential matrix managed by sparse matrix type |
[in] | sz | Stiffness matrix managed by sparse matrix type |
[in] | lift | Lifting matrix managed by sparse matrix type |
[in] | is_bound | Flag whether nodes are located at domain boundaries |
[in] | cal_grad_dens | Flag whether spatial gradients of density are calcuated |
Definition at line 278 of file scale_atm_phy_tb_dgm_common.F90.
subroutine, public scale_atm_phy_tb_dgm_common::atm_phy_tb_dgm_common_cal_tend | ( | real(rp), dimension(elem%np,lmesh%nea), intent(out) | momx_t, |
real(rp), dimension(elem%np,lmesh%nea), intent(out) | momy_t, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | momz_t, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(out) | rhot_t, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t11, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t12, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t13, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t21, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t22, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t23, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t31, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t32, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | t33, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | df1, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | df2, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | df3, | ||
real(rp), dimension (elem%np,lmesh%nea), intent(in) | nu, | ||
real(rp), dimension (elem%np,lmesh%nea), intent(in) | kh, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | ddens_, | ||
real(rp), dimension (elem%np,lmesh%nea), intent(in) | momx_, | ||
real(rp), dimension (elem%np,lmesh%nea), intent(in) | momy_, | ||
real(rp), dimension (elem%np,lmesh%nea), intent(in) | momz_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | drhot_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dens_hyd, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | pres_hyd, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | pres_, | ||
real(rp), dimension (elem%np,lmesh%nea), intent(in) | pt_, | ||
type(sparsemat), intent(in) | dx, | ||
type(sparsemat), intent(in) | dy, | ||
type(sparsemat), intent(in) | dz, | ||
type(sparsemat), intent(in) | sx, | ||
type(sparsemat), intent(in) | sy, | ||
type(sparsemat), intent(in) | sz, | ||
type(sparsemat), intent(in) | lift, | ||
class(localmesh3d), intent(in) | lmesh, | ||
class(elementbase3d), intent(in) | elem, | ||
class(localmesh2d), intent(in) | lmesh2d, | ||
class(elementbase2d), intent(in) | elem2d, | ||
logical, dimension(elem%nfptot,lmesh%ne), intent(in) | is_bound ) |
Calculate tendecies with turbulent model.
[out] | momx_t | Tendency of momentum in x1 direction with turbulent model |
[out] | momy_t | Tendency of momentum in x2 direction with turbulent model |
[out] | momz_t | Tendency of momentum in x3 direction with turbulent model |
[out] | rhot_t | Tendency of density x potential temperature with turbulent model |
[in] | t11 | (1,1) component of stress tensor |
[in] | t12 | (1,2) component of stress tensor |
[in] | t13 | (1,3) component of stress tensor |
[in] | t21 | (2,1) component of stress tensor |
[in] | t22 | (2,2) component of stress tensor |
[in] | t23 | (2,3) component of stress tensor |
[in] | t31 | (3,1) component of stress tensor |
[in] | t32 | (3,2) component of stress tensor |
[in] | t33 | (3,3) component of stress tensor |
[in] | df1 | Diffusive heat flux in x1 direction / density |
[in] | df2 | Diffusive heat flux in x2 direction / density |
[in] | df3 | Diffusive heat flux in x3 direction / density |
[in] | nu | Eddy viscosity |
[in] | kh | Eddy diffusivity |
[in] | ddens_ | Density perturbation |
[in] | momx_ | Momentum in x1 direction |
[in] | momy_ | Momentum in x2 direction |
[in] | momz_ | Momentum in x3 direction |
[in] | drhot_ | Density x potential temperature perturbation |
[in] | dens_hyd | Reference pressure in hydrostatic balance |
[in] | pres_hyd | Reference density in hydrostatic balance |
[in] | pres_ | Pressure |
[in] | pt_ | Potential temperature |
[in] | dz | Differential matrix managed by sparse matrix type |
[in] | sz | Stiffness matrix managed by sparse matrix type |
[in] | lift | Lifting matrix managed by sparse matrix type |
[in] | is_bound | Flag whether nodes are located at domain boundaries |
Definition at line 375 of file scale_atm_phy_tb_dgm_common.F90.
subroutine, public scale_atm_phy_tb_dgm_common::atm_phy_tb_dgm_common_cal_tend_qtrc | ( | real(rp), dimension(elem%np,lmesh%nea), intent(out) | rhoq_t, |
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dfq1, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dfq2, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dfq3, | ||
real(rp), dimension (elem%np,lmesh%nea), intent(in) | kh, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | ddens_, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | dens_hyd, | ||
type(sparsemat), intent(in) | dx, | ||
type(sparsemat), intent(in) | dy, | ||
type(sparsemat), intent(in) | dz, | ||
type(sparsemat), intent(in) | sx, | ||
type(sparsemat), intent(in) | sy, | ||
type(sparsemat), intent(in) | sz, | ||
type(sparsemat), intent(in) | lift, | ||
class(localmesh3d), intent(in) | lmesh, | ||
class(elementbase3d), intent(in) | elem, | ||
class(localmesh2d), intent(in) | lmesh2d, | ||
class(elementbase2d), intent(in) | elem2d, | ||
logical, dimension(elem%nfptot,lmesh%ne), intent(in) | is_bound ) |
Calculate tendecies of tracer density with turbulent model.
[out] | rhoq_t | Tendency of tracer mass fraction |
[in] | dfq1 | Diffusive mass flux in x1 direction / density (Kh dq/dx1) |
[in] | dfq2 | Diffusive mass flux in x2 direction / density (Kh dq/dx2) |
[in] | dfq3 | Diffusive mass flux in x3 direction / density (Kh dq/dx3) |
[in] | kh | Eddy diffusivity |
[in] | ddens_ | Density perturbation |
[in] | dens_hyd | Reference pressure in hydrostatic state |
[in] | dz | Differential matrix managed by sparse matrix type |
[in] | sz | Stiffness matrix managed by sparse matrix type |
[in] | lift | Lifting matrix managed by sparse matrix type |
[in] | is_bound | Flag whether nodes are located at domain boundaries |
Definition at line 491 of file scale_atm_phy_tb_dgm_common.F90.
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t13_id = 1 |
Definition at line 50 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t23_id = 2 |
Definition at line 51 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t33_id = 3 |
Definition at line 52 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_diffflx3_id = 4 |
Definition at line 53 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t31_id = 5 |
Definition at line 54 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t32_id = 6 |
Definition at line 55 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_diffflx1_id = 7 |
Definition at line 56 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_diffflx2_id = 8 |
Definition at line 57 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t11_id = 9 |
Definition at line 58 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t12_id = 10 |
Definition at line 59 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t21_id = 11 |
Definition at line 60 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_t22_id = 12 |
Definition at line 61 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_scalar_num = 4 |
Definition at line 62 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by mod_atmos_phy_tb_vars::atmosphytbvars_init().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_hvec_num = 2 |
Definition at line 63 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by mod_atmos_phy_tb_vars::atmosphytbvars_init().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_htensor_num = 1 |
Definition at line 64 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by mod_atmos_phy_tb_vars::atmosphytbvars_init().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_aux_num = 12 |
Definition at line 65 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables(), and mod_atmos_phy_tb_vars::atmosphytbvars_init().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_diag_tke_id = 1 |
Definition at line 67 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_diag_nu_id = 2 |
Definition at line 68 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_diag_kh_id = 3 |
Definition at line 69 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_diag_num = 3 |
Definition at line 70 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables(), and mod_atmos_phy_tb_vars::atmosphytbvars_init().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_momx_t_id = 1 |
Definition at line 72 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_momy_t_id = 2 |
Definition at line 73 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_momz_t_id = 3 |
Definition at line 74 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_rhot_t_id = 4 |
Definition at line 75 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables().
integer, parameter, public scale_atm_phy_tb_dgm_common::atmos_phy_tb_tends_num1 = 4 |
Definition at line 76 of file scale_atm_phy_tb_dgm_common.F90.
Referenced by atm_phy_tb_dgm_common_setup_variables(), and mod_atmos_phy_tb_vars::atmosphytbvars_init().