PLUME-MoM-TSM  1.0
VolcanicPlumeModel
Modules | Functions/Subroutines | Variables
meteo.f90 File Reference

Go to the source code of this file.

Modules

module  meteo_module
 Meteo module.
 

Functions/Subroutines

subroutine meteo_module::initialize_meteo
 Meteo parameters initialization. More...
 
subroutine meteo_module::zmet
 Meteo parameters. More...
 
subroutine meteo_module::interp_1d_scalar (x1, f1, x2, f2)
 Scalar interpolation. More...
 

Variables

real(wp) meteo_module::h0
 
real(wp) meteo_module::h1
 
real(wp) meteo_module::h2
 
real(wp) meteo_module::h3
 
real(wp) meteo_module::h4
 
real(wp) meteo_module::h5
 
real(wp) meteo_module::h6
 
real(wp) meteo_module::u0
 
real(wp) meteo_module::u1
 
real(wp) meteo_module::u2
 
real(wp) meteo_module::u3
 
real(wp) meteo_module::u4
 
real(wp) meteo_module::u5
 
real(wp) meteo_module::u6
 
real(wp) meteo_module::sp_hu0
 
real(wp) meteo_module::sp_hu1
 
real(wp) meteo_module::sp_hu2
 
real(wp) meteo_module::sp_hu3
 
real(wp) meteo_module::sp_hu4
 
real(wp) meteo_module::sp_hu5
 
real(wp) meteo_module::sp_hu6
 
real(wp) meteo_module::rel_hu
 
real(wp) meteo_module::gamma_m
 
real(wp) meteo_module::gamma_d
 
real(wp) meteo_module::rho_dry
 
real(wp) meteo_module::rh
 Relative humidity for standard atmosphere. More...
 
real(wp) meteo_module::cos_theta
 Wind angle. More...
 
real(wp) meteo_module::sin_theta
 
real(wp) meteo_module::rho_atm0
 Atmospheric density at sea level. More...
 
real(wp) meteo_module::u_atm
 Horizonal wind speed. More...
 
real(wp) meteo_module::u_wind
 
real(wp) meteo_module::v_wind
 
real(wp) meteo_module::rho_atm
 Atmospheric density. More...
 
real(wp) meteo_module::sphu_atm
 Atmospheric specific humidity (kg/kg) More...
 
real(wp) meteo_module::sphu_atm0
 Atmospheric specific humidity at sea level (kg/kg) More...
 
real(wp) meteo_module::visc_atm
 Atmospheric kinematic viscosity. More...
 
real(wp) meteo_module::visc_atm0
 Atmospheric kinematic viscosity at sea level. More...
 
real(wp) meteo_module::ta
 Atmospheric temperature. More...
 
real(wp) meteo_module::pa
 Atmospheric pressure. More...
 
real(wp) meteo_module::dpdz
 Vertical gradient of the pressure. More...
 
real(wp) meteo_module::dtdz
 Vertical gradient of the temperature. More...
 
real(wp) meteo_module::rair
 perfect gas constant for dry air ( J/(kg K) ) More...
 
real(wp) meteo_module::cpair
 specific heat capacity for dry air More...
 
real(wp), parameter meteo_module::t_ref = 273.15_wp
 reference temperature (K) More...
 
real(wp), parameter meteo_module::h_wv0 = 2.501D6
 enthalpy of water vapor at reference temperature (J kg-1) More...
 
real(wp), parameter meteo_module::c_wv = 1996.0_wp
 specifc heat of water vapor (J K-1 kg-1) More...
 
real(wp), parameter meteo_module::h_lw0 = 3.337D5
 enthalpy of liquid water at reference temperature (J kg-1) More...
 
real(wp), parameter meteo_module::c_lw = 4187.0_wp
 specific heat of liquid water (J K-1 kg-1) More...
 
real(wp), parameter meteo_module::c_ice = 2108.0_wp
 specific heat of ice (J K-1 kg-1) More...
 
real(wp), parameter meteo_module::da_mol_wt = 0.029_wp
 molecular weight of dry air More...
 
real(wp), parameter meteo_module::wv_mol_wt = 0.018_wp
 molecular weight of water vapor More...
 
real(wp), parameter meteo_module::rwv = 462
 gas constant for water vapor ( J/(kg K) ) More...
 
integer meteo_module::n_atm_profile
 
real(wp), dimension(:,:), allocatable meteo_module::atm_profile
 atmospheric profile above the vent. It is an array with n_atm_profile rows and 7 columns:
More...
 
character *10 meteo_module::read_atm_profile
 
real(wp) meteo_module::u_max
 
real(wp) meteo_module::z_r
 
real(wp) meteo_module::exp_wind
 
real(wp), dimension(:), allocatable meteo_module::rho_atm_month_lat
 
real(wp), dimension(:), allocatable meteo_module::pres_atm_month_lat
 
real(wp), dimension(:), allocatable meteo_module::temp_atm_month_lat
 
real(wp), dimension(:,:), allocatable meteo_module::temp_atm_month
 
real(wp), dimension(:), allocatable meteo_module::h_levels
 
real(wp) meteo_module::wind_mult_coeff