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