SCALE-RM
|
#include "macro_thermodyn.h"
#include "inc_openmp.h"
Go to the source code of this file.
Modules | |
module | scale_atmos_thermodyn |
module ATMOSPHERE / Thermodynamics | |
Functions/Subroutines | |
subroutine, public | scale_atmos_thermodyn::atmos_thermodyn_setup |
Setup. More... | |
subroutine | scale_atmos_thermodyn::atmos_thermodyn_qd_0d (qdry, q) |
calc dry air mass (0D) More... | |
subroutine, public | scale_atmos_thermodyn::atmos_thermodyn_tempre (temp, pres, Ein, dens, qdry, q) |
subroutine, public | scale_atmos_thermodyn::atmos_thermodyn_tempre2 (temp, pres, dens, pott, qdry, q) |
Variables | |
real(rp), public | scale_atmos_thermodyn::thermodyn_emask = 0.0_RP |
=0: SIMPLE, 1: EXACT More... | |
real(rp), dimension(:), allocatable, public | scale_atmos_thermodyn::aq_cp |
CP for each hydrometeors [J/kg/K]. More... | |
real(rp), dimension(:), allocatable, public | scale_atmos_thermodyn::aq_cv |
CV for each hydrometeors [J/kg/K]. More... | |