|
SCALE-RM
|
Go to the source code of this file.
Modules | |
| module | scale_atmos_refstate |
| module ATMOSPHERE / Reference state | |
Functions/Subroutines | |
| subroutine, public | scale_atmos_refstate::atmos_refstate_setup |
| Setup. More... | |
| subroutine, public | scale_atmos_refstate::atmos_refstate_resume (DENS, RHOT, QTRC) |
| Resume. More... | |
| subroutine, public | scale_atmos_refstate::atmos_refstate_read |
| Read reference state profile. More... | |
| subroutine, public | scale_atmos_refstate::atmos_refstate_write |
| Write reference state profile. More... | |
| subroutine, public | scale_atmos_refstate::atmos_refstate_update (DENS, RHOT, QTRC) |
| Update reference state profile (Horizontal average) More... | |
| subroutine | scale_atmos_refstate::atmos_refstate_calc3d |
| apply 1D reference to 3D (terrain-following) with re-calc hydrostatic balance More... | |
| subroutine | scale_atmos_refstate::smoothing (phi) |
Variables | |
| logical, public | scale_atmos_refstate::atmos_refstate_update_flag = .false. |
| real(rp), dimension(:,:,:), allocatable, public | scale_atmos_refstate::atmos_refstate_pres |
| refernce pressure [Pa] More... | |
| real(rp), dimension(:,:,:), allocatable, public | scale_atmos_refstate::atmos_refstate_temp |
| refernce temperature [K] More... | |
| real(rp), dimension(:,:,:), allocatable, public | scale_atmos_refstate::atmos_refstate_dens |
| refernce density [kg/m3] More... | |
| real(rp), dimension(:,:,:), allocatable, public | scale_atmos_refstate::atmos_refstate_pott |
| refernce potential temperature [K] More... | |
| real(rp), dimension(:,:,:), allocatable, public | scale_atmos_refstate::atmos_refstate_qv |
| refernce vapor [kg/kg] More... | |
1.8.13