FE-Project
|
module FElib / Fluid dyn solver / Atmosphere / Nonhydrostatic model / Common More...
Functions/Subroutines | |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_init (mesh) |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_final () |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_get_varinfo (prgvar_info, auxvar_info, phytend_info) |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_setup_variables (prgvars, qtrcvars, auxvars, phytends, prgvar_manager, qtrcvar_manager, auxvar_manager, phytend_manager, phytend_num_tot, mesh3d, prgvar_varinfo) |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_calc_pressure (pres, dpres, ddens, momx, momy, momz, therm, pres_hyd, dens_hyd, rtot, cvtot, cptot, mesh3d, entot_conserve_scheme_flag) |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_drhot2pres (pres, dpres, drhot, pres_hyd, rtot, cvtot, cptot, lcmesh, elem3d) |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_drhot2entot (entot, ddens, momx, momy, momz, drhot, dens_hyd, pres_hyd, rtot, cvtot, cptot, lcmesh, elem3d) |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_entot2pres (pres, dpres, ddens, momx, momy, momz, entot, pres_hyd, dens_hyd, rtot, cvtot, lcmesh, elem3d) |
subroutine, public | atm_dyn_dgm_nonhydro3d_common_calc_phyd_hgrad_lc (dphyddx, dphyddy, pres_hyd, pres_hyd_ref, element3d_operation, lmesh, elem) |
Calculate horizontal graidient of hydrostatic pressure In this calculation, we assume that PRES_hyd_ref is continuous at element boundaries. | |
Variables | |
integer, parameter, public | prgvar_ddens_id = 1 |
integer, parameter, public | prgvar_therm_id = 2 |
integer, parameter, public | prgvar_drhot_id = 2 |
integer, parameter, public | prgvar_etot_id = 2 |
integer, parameter, public | prgvar_momz_id = 3 |
integer, parameter, public | prgvar_momx_id = 4 |
integer, parameter, public | prgvar_momy_id = 5 |
integer, parameter, public | prgvar_scalar_num = 3 |
integer, parameter, public | prgvar_hvec_num = 1 |
integer, parameter, public | prgvar_num = 5 |
integer, parameter, public | phytend_dens_id = 1 |
integer, parameter, public | phytend_momx_id = 2 |
integer, parameter, public | phytend_momy_id = 3 |
integer, parameter, public | phytend_momz_id = 4 |
integer, parameter, public | phytend_rhot_id = 5 |
integer, parameter, public | phytend_rhoh_id = 6 |
integer, parameter, public | phytend_num = 6 |
integer, parameter, public | auxvar_preshydro_id = 1 |
integer, parameter, public | auxvar_denshydro_id = 2 |
integer, parameter, public | auxvar_pres_id = 3 |
integer, parameter, public | auxvar_pt_id = 4 |
integer, parameter, public | auxvar_rtot_id = 5 |
integer, parameter, public | auxvar_cvtot_id = 6 |
integer, parameter, public | auxvar_cptot_id = 7 |
integer, parameter, public | auxvar_qdry_id = 8 |
integer, parameter, public | auxvar_preshydro_ref_id = 9 |
integer, parameter, public | auxvar_num = 9 |
real(rp), dimension(:,:), allocatable, public | intrpmat_vpordm1 |
module FElib / Fluid dyn solver / Atmosphere / Nonhydrostatic model / Common
name | description | unit | variable |
---|---|---|---|
PRES_hyd | hydrostatic part of pressure | Pa | PRES_hyd |
DENS_hyd | hydrostatic part of density | kg/m3 | DENS_hyd |
PRES | pressure | Pa | PRES |
PT | potential temperature | K | PT |
RTOT | Total gas constant | J/kg/K | RTOT |
CVTOT | Total heat capacity | J/kg/K | CVTOT |
CPTOT | Total heat capacity | J/kg/K | CPTOT |
QDRY | dry air | kg/kg | QDRY |
PRES_hyd_REF | hydrostatic reference pressure | Pa | PRES_hyd_REF |
DENS_tp | DENS_tp | kg/m3/s | DENS_tp |
MOMX_tp | MOMX_tp | kg/m2/s | MOMX_tp |
MOMY_tp | MOMY_tp | kg/m2/s | MOMY_tp |
MOMZ_tp | MOMZ_tp | kg/m2/s | MOMZ_tp |
RHOT_tp | RHOT_tp | kg/m3.K/s | RHOT_tp |
RHOH_p | RHOH_p | kg/m3.J/s | RHOH_p |
DDENS | deviation of density | kg/m3 | DDENS |
THERM | THERM | - | THERM |
MOMZ | momentum z | kg/m2/s | MOMZ |
MOMX | momentum x | kg/m2/s | MOMX |
MOMY | momentum y | kg/m2/s | MOMY |
{TRACER_NAME} | {TRACER_NAME}; {TRACER_NAME} depends on the physics schemes, e.g., QV, QC, QR. | TRACER_UNIT | TRACER_NAME |
{TRACER_NAME}_tp | tendency of physical process for {TRACER_NAME}; {TRACER_NAME} depends on the physics schemes, e.g., QV, QC, QR. | TRACER_UNIT | TRACER_NAME |
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_init | ( | class(meshbase3d), intent(in) | mesh | ) |
Definition at line 108 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
References intrpmat_vpordm1.
Referenced by scale_atm_dyn_dgm_globalnonhydro3d_etot_heve::atm_dyn_dgm_globalnonhydro3d_etot_heve_init(), scale_atm_dyn_dgm_globalnonhydro3d_etot_hevi::atm_dyn_dgm_globalnonhydro3d_etot_hevi_init(), scale_atm_dyn_dgm_globalnonhydro3d_rhot_heve::atm_dyn_dgm_globalnonhydro3d_rhot_heve_init(), scale_atm_dyn_dgm_globalnonhydro3d_rhot_hevi::atm_dyn_dgm_globalnonhydro3d_rhot_hevi_init(), scale_atm_dyn_dgm_nonhydro3d_etot_heve::atm_dyn_dgm_nonhydro3d_etot_heve_init(), scale_atm_dyn_dgm_nonhydro3d_etot_hevi::atm_dyn_dgm_nonhydro3d_etot_hevi_init(), scale_atm_dyn_dgm_nonhydro3d_rhot_heve::atm_dyn_dgm_nonhydro3d_rhot_heve_init(), scale_atm_dyn_dgm_nonhydro3d_rhot_heve_splitform::atm_dyn_dgm_nonhydro3d_rhot_heve_splitform_init(), scale_atm_dyn_dgm_nonhydro3d_rhot_hevi::atm_dyn_dgm_nonhydro3d_rhot_hevi_init(), and scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_splitform::atm_dyn_dgm_nonhydro3d_rhot_hevi_splitform_init().
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_final |
Definition at line 135 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
References intrpmat_vpordm1.
Referenced by scale_atm_dyn_dgm_globalnonhydro3d_etot_heve::atm_dyn_dgm_globalnonhydro3d_etot_heve_final(), scale_atm_dyn_dgm_globalnonhydro3d_etot_hevi::atm_dyn_dgm_globalnonhydro3d_etot_hevi_final(), scale_atm_dyn_dgm_globalnonhydro3d_rhot_heve::atm_dyn_dgm_globalnonhydro3d_rhot_heve_final(), scale_atm_dyn_dgm_globalnonhydro3d_rhot_hevi::atm_dyn_dgm_globalnonhydro3d_rhot_hevi_final(), scale_atm_dyn_dgm_nonhydro3d_etot_heve::atm_dyn_dgm_nonhydro3d_etot_heve_final(), scale_atm_dyn_dgm_nonhydro3d_etot_hevi::atm_dyn_dgm_nonhydro3d_etot_hevi_final(), scale_atm_dyn_dgm_nonhydro3d_rhot_heve::atm_dyn_dgm_nonhydro3d_rhot_heve_final(), scale_atm_dyn_dgm_nonhydro3d_rhot_heve_splitform::atm_dyn_dgm_nonhydro3d_rhot_heve_splitform_final(), scale_atm_dyn_dgm_nonhydro3d_rhot_hevi::atm_dyn_dgm_nonhydro3d_rhot_hevi_final(), and scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_splitform::atm_dyn_dgm_nonhydro3d_rhot_hevi_splitform_final().
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_get_varinfo | ( | type(variableinfo), dimension(prgvar_num), intent(out) | prgvar_info, |
type(variableinfo), dimension(auxvar_num), intent(out) | auxvar_info, | ||
type(variableinfo), dimension(phytend_num), intent(out), optional | phytend_info ) |
Definition at line 144 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
References auxvar_cptot_id, auxvar_cvtot_id, auxvar_denshydro_id, auxvar_pres_id, auxvar_preshydro_id, auxvar_preshydro_ref_id, auxvar_pt_id, auxvar_qdry_id, auxvar_rtot_id, phytend_dens_id, phytend_momx_id, phytend_momy_id, phytend_momz_id, phytend_rhoh_id, phytend_rhot_id, prgvar_ddens_id, prgvar_momx_id, prgvar_momy_id, prgvar_momz_id, and prgvar_therm_id.
Referenced by atm_dyn_dgm_nonhydro3d_common_setup_variables().
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_setup_variables | ( | type(meshfield3d), dimension(prgvar_num), intent(inout) | prgvars, |
type(meshfield3d), dimension(0:qa), intent(inout) | qtrcvars, | ||
type(meshfield3d), dimension(auxvar_num), intent(inout) | auxvars, | ||
type(meshfield3d), dimension(phytend_num_tot), intent(inout) | phytends, | ||
type(modelvarmanager), intent(inout) | prgvar_manager, | ||
type(modelvarmanager), intent(inout) | qtrcvar_manager, | ||
type(modelvarmanager), intent(inout) | auxvar_manager, | ||
type(modelvarmanager), intent(inout) | phytend_manager, | ||
integer, intent(in) | phytend_num_tot, | ||
class(meshbase3d), intent(in) | mesh3d, | ||
type(variableinfo), dimension(prgvar_num), intent(out) | prgvar_varinfo ) |
Definition at line 210 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
References atm_dyn_dgm_nonhydro3d_common_get_varinfo(), auxvar_num, phytend_num, and prgvar_num.
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_calc_pressure | ( | class(meshfield3d), intent(inout) | pres, |
class(meshfield3d), intent(inout) | dpres, | ||
class(meshfield3d), intent(in) | ddens, | ||
class(meshfield3d), intent(in) | momx, | ||
class(meshfield3d), intent(in) | momy, | ||
class(meshfield3d), intent(in) | momz, | ||
class(meshfield3d), intent(in) | therm, | ||
class(meshfield3d), intent(in) | pres_hyd, | ||
class(meshfield3d), intent(in) | dens_hyd, | ||
class(meshfield3d), intent(in) | rtot, | ||
class(meshfield3d), intent(in) | cvtot, | ||
class(meshfield3d), intent(in) | cptot, | ||
class(meshbase3d), intent(in), target | mesh3d, | ||
logical, intent(in) | entot_conserve_scheme_flag ) |
Definition at line 354 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
References atm_dyn_dgm_nonhydro3d_common_drhot2pres(), and atm_dyn_dgm_nonhydro3d_common_entot2pres().
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_drhot2pres | ( | real(rp), dimension(elem3d%np,lcmesh%nea), intent(out) | pres, |
real(rp), dimension(elem3d%np,lcmesh%nea), intent(out) | dpres, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | drhot, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | pres_hyd, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | rtot, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | cvtot, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | cptot, | ||
class(localmesh3d), intent(in) | lcmesh, | ||
class(elementbase3d), intent(in) | elem3d ) |
Definition at line 399 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_calc_pressure(), and atm_dyn_dgm_nonhydro3d_common_drhot2entot().
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_drhot2entot | ( | real(rp), dimension(elem3d%np,lcmesh%nea), intent(out) | entot, |
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | ddens, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | momx, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | momy, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | momz, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | drhot, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | dens_hyd, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | pres_hyd, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | rtot, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | cvtot, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | cptot, | ||
class(localmesh3d), intent(in) | lcmesh, | ||
class(elementbase3d), intent(in) | elem3d ) |
Definition at line 438 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
References atm_dyn_dgm_nonhydro3d_common_drhot2pres().
Referenced by mod_dg_prep::dg_prep().
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_entot2pres | ( | real(rp), dimension(elem3d%np,lcmesh%nea), intent(out) | pres, |
real(rp), dimension(elem3d%np,lcmesh%nea), intent(out) | dpres, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | ddens, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | momx, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | momy, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | momz, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | entot, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | pres_hyd, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | dens_hyd, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | rtot, | ||
real(rp), dimension(elem3d%np,lcmesh%nea), intent(in) | cvtot, | ||
class(localmesh3d), intent(in) | lcmesh, | ||
class(elementbase3d), intent(in) | elem3d ) |
Definition at line 491 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_calc_pressure().
subroutine, public scale_atm_dyn_dgm_nonhydro3d_common::atm_dyn_dgm_nonhydro3d_common_calc_phyd_hgrad_lc | ( | real(rp), dimension(elem%np,lmesh%nea), intent(out) | dphyddx, |
real(rp), dimension(elem%np,lmesh%nea), intent(out) | dphyddy, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | pres_hyd, | ||
real(rp), dimension(elem%np,lmesh%nea), intent(in) | pres_hyd_ref, | ||
class(elementoperationbase3d), intent(in) | element3d_operation, | ||
class(localmesh3d), intent(in) | lmesh, | ||
class(elementbase3d), intent(in) | elem ) |
Calculate horizontal graidient of hydrostatic pressure In this calculation, we assume that PRES_hyd_ref is continuous at element boundaries.
Definition at line 541 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_ddens_id = 1 |
Definition at line 66 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), mod_atmos_dyn::atmosdyn_setup(), and mod_atmos_phy_tb::atmosphytb_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_therm_id = 2 |
Definition at line 67 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_drhot_id = 2 |
Definition at line 68 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_etot_id = 2 |
Definition at line 69 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_momz_id = 3 |
Definition at line 70 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_momx_id = 4 |
Definition at line 71 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_momy_id = 5 |
Definition at line 72 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_scalar_num = 3 |
Definition at line 73 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_hvec_num = 1 |
Definition at line 74 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::prgvar_num = 5 |
Definition at line 75 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_setup_variables(), and mod_atmos_dyn::atmosdyn_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::phytend_dens_id = 1 |
Definition at line 77 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), and mod_atmos_component::atmos_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::phytend_momx_id = 2 |
Definition at line 78 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), and mod_atmos_component::atmos_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::phytend_momy_id = 3 |
Definition at line 79 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), and mod_atmos_component::atmos_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::phytend_momz_id = 4 |
Definition at line 80 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), and mod_atmos_component::atmos_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::phytend_rhot_id = 5 |
Definition at line 81 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), and mod_atmos_component::atmos_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::phytend_rhoh_id = 6 |
Definition at line 82 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), and mod_atmos_component::atmos_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::phytend_num = 6 |
Definition at line 83 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_setup_variables(), and mod_atmos_component::atmos_setup().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_preshydro_id = 1 |
Definition at line 86 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), and mod_experiment::exp_setinitcond_lc::exp_setinitcond_lc().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_denshydro_id = 2 |
Definition at line 87 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo(), and mod_experiment::exp_setinitcond_lc::exp_setinitcond_lc().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_pres_id = 3 |
Definition at line 88 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_pt_id = 4 |
Definition at line 89 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_rtot_id = 5 |
Definition at line 90 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_cvtot_id = 6 |
Definition at line 91 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_cptot_id = 7 |
Definition at line 92 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_qdry_id = 8 |
Definition at line 93 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_preshydro_ref_id = 9 |
Definition at line 94 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_get_varinfo().
integer, parameter, public scale_atm_dyn_dgm_nonhydro3d_common::auxvar_num = 9 |
Definition at line 95 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by atm_dyn_dgm_nonhydro3d_common_setup_variables().
real(rp), dimension(:,:), allocatable, public scale_atm_dyn_dgm_nonhydro3d_common::intrpmat_vpordm1 |
Definition at line 99 of file scale_atm_dyn_dgm_nonhydro3d_common.F90.
Referenced by scale_atm_dyn_dgm_globalnonhydro3d_rhot_heve::atm_dyn_dgm_globalnh3d_rhot_heve_cal_tend_shallow_atm_asis(), scale_atm_dyn_dgm_globalnonhydro3d_etot_heve::atm_dyn_dgm_globalnonhydro3d_etot_heve_cal_tend(), scale_atm_dyn_dgm_globalnonhydro3d_etot_hevi::atm_dyn_dgm_globalnonhydro3d_etot_hevi_cal_vi(), scale_atm_dyn_dgm_globalnonhydro3d_rhot_heve::atm_dyn_dgm_globalnonhydro3d_rhot_heve_cal_tend_deep_atm(), scale_atm_dyn_dgm_globalnonhydro3d_rhot_hevi::atm_dyn_dgm_globalnonhydro3d_rhot_hevi_cal_vi(), atm_dyn_dgm_nonhydro3d_common_final(), atm_dyn_dgm_nonhydro3d_common_init(), scale_atm_dyn_dgm_nonhydro3d_etot_heve::atm_dyn_dgm_nonhydro3d_etot_heve_cal_tend(), scale_atm_dyn_dgm_nonhydro3d_etot_hevi::atm_dyn_dgm_nonhydro3d_etot_hevi_cal_vi(), scale_atm_dyn_dgm_nonhydro3d_etot_hevi_common::atm_dyn_dgm_nonhydro3d_etot_hevi_common_construct_matbnd(), scale_atm_dyn_dgm_nonhydro3d_etot_hevi_common::atm_dyn_dgm_nonhydro3d_etot_hevi_common_construct_matbnd_uv(), scale_atm_dyn_dgm_nonhydro3d_etot_hevi_common::atm_dyn_dgm_nonhydro3d_etot_hevi_common_eval_ax(), scale_atm_dyn_dgm_nonhydro3d_etot_hevi_common::atm_dyn_dgm_nonhydro3d_etot_hevi_common_eval_ax_uv(), scale_atm_dyn_dgm_nonhydro3d_rhot_heve::atm_dyn_dgm_nonhydro3d_rhot_heve_cal_tend_asis(), scale_atm_dyn_dgm_nonhydro3d_rhot_heve_splitform::atm_dyn_dgm_nonhydro3d_rhot_heve_splitform_cal_tend(), scale_atm_dyn_dgm_nonhydro3d_rhot_hevi::atm_dyn_dgm_nonhydro3d_rhot_hevi_cal_vi(), scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_common::atm_dyn_dgm_nonhydro3d_rhot_hevi_common_construct_matbnd(), scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_common::atm_dyn_dgm_nonhydro3d_rhot_hevi_common_construct_matbnd_uv(), scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_common::atm_dyn_dgm_nonhydro3d_rhot_hevi_common_eval_ax(), scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_common::atm_dyn_dgm_nonhydro3d_rhot_hevi_common_eval_ax_uv(), and scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_splitform::atm_dyn_dgm_nonhydro3d_rhot_hevi_splitform_cal_vi().