SCALE-RM
Data Types | Modules | Functions/Subroutines
scale_atmos_hydrostatic.F90 File Reference
#include "scalelib.h"
Include dependency graph for scale_atmos_hydrostatic.F90:

Go to the source code of this file.

Modules

module  scale_atmos_hydrostatic
 module atmosphere / hydrostatic barance
 

Functions/Subroutines

subroutine, public scale_atmos_hydrostatic::atmos_hydrostatic_setup
 Setup. More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_1d (KA, KS, KE, pott, qv, qc, pres_sfc, pott_sfc, qv_sfc, qc_sfc, cz, fz, dens, temp, pres, temp_sfc)
 Build up density from surface (1D) More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, pott, qv, qc, pres_sfc, pott_sfc, qv_sfc, qc_sfc, cz, fz, area, dens, temp, pres, temp_sfc)
 Build up density from surface (3D) More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_real_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, pott, qv, qc, cz, pres, dens, temp)
 Build up density from surface (3D), not to reverse from TOA. More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_atmos_0d (pott_L2, qv_L2, qc_L2, dens_L1, pott_L1, qv_L1, qc_L1, dz, k, dens_L2, temp_L2, pres_L2)
 Build up density (0D) More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_atmos_1d (KA, KS, KE, pott, qv, qc, dz, dens, temp, pres)
 Build up density from lowermost atmosphere (1D) More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_atmos_rev_1d (KA, KS, KE, pott, qv, qc, dz, dens, temp, pres)
 Build up density from upermost atmosphere (1D) More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_bytemp_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, temp, qv, qc, pres_sfc, temp_sfc, qv_sfc, qc_sfc, cz, fz, dens, pott, pres, pott_sfc)
 Build up density from surface (3D) More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_bytemp_atmos_rev_1d (KA, KS, KE, temp, qv, qc, dz, dens, pott, pres)
 Build up density from upermost atmosphere (1D) More...
 
subroutine scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_bytemp_atmos_3d (KA, KS, KE, IA, IS, IE, JA, JS, JE, temp, qv, qc, dz, dens, pott, pres)
 Build up density from lowermost atmosphere (3D) More...