FE-Project
|
#include "scaleFElib.h"
Go to the source code of this file.
Data Types | |
interface | scale_atm_dyn_dgm_hydrostatic::hydrostaic_build_rho_xyz |
Modules | |
module | scale_atm_dyn_dgm_hydrostatic |
module FElib / Fluid dyn solver / Atmosphere / Common | |
Functions/Subroutines | |
subroutine, public | scale_atm_dyn_dgm_hydrostatic::hydrostatic_calc_basicstate_constt (dens_hyd, pres_hyd, temp0, pres_sfc, x, y, z, lcmesh3d, elem) |
Calculate density and pressure in hydrostatic balance with a constant temperature. | |
subroutine, public | scale_atm_dyn_dgm_hydrostatic::hydrostatic_calc_basicstate_constpt (dens_hyd, pres_hyd, pottemp0, pres_sfc, x, y, z, lcmesh3d, elem) |
Calculate density and pressure in hydrostatic balance with a constant potential temperature. | |
subroutine, public | scale_atm_dyn_dgm_hydrostatic::hydrostatic_calc_basicstate_constbvfreq (dens_hyd, pres_hyd, bruntvaisalafreq, pottemp0, pres_sfc, x, y, z, lcmesh3d, elem) |
Calculate density and pressure in hydrostatic balance with a constant Brunt–Väisälä frequency. | |
subroutine, public | scale_atm_dyn_dgm_hydrostatic::hydrostatic_calc_basicstate_consttlaps (dens_hyd, pres_hyd, tlaps, temp0, pres_sfc, x, y, z, lcmesh3d, elem) |
Calculate density and pressure in hydrostatic balance with a constant lapse rate of temperature. | |
subroutine, public | scale_atm_dyn_dgm_hydrostatic::hydrostatic_calc_basicstate_constptlaps (dens_hyd, pres_hyd, ptlaps, pottemp0, pres_sfc, x, y, z, lcmesh3d, elem) |
Calculate density and pressure in hydrostatic balance with a constant lapse rate of potential temperature. | |
subroutine | get_pmatd_lu (pmatdlu_, pmatd_, pmatdlu_ipiv_, n) |
subroutine construct_pmatinv::get_pmatd_lu | ( | real(rp), dimension(n,n), intent(out) | pmatdlu_, |
real(rp), dimension(n,n), intent(in) | pmatd_, | ||
integer, dimension(n), intent(out) | pmatdlu_ipiv_, | ||
integer, intent(in) | n ) |
Definition at line 1139 of file scale_atm_dyn_dgm_hydrostatic.F90.
References scale_linalgebra::linalgebra_inv(), and scale_linalgebra::linalgebra_lu().
Referenced by scale_atm_dyn_dgm_nonhydro3d_hevi_gmres::atm_dyn_dgm_nonhydro3d_hevi_cal_vi(), and scale_atm_dyn_dgm_hydrostatic::hydrostaic_build_rho_xyz::hydrostaic_build_rho_xyz_moist().