|
real, parameter | fv_cmp_mod::cp_vap = 4.0 * rvgas |
| 1846.0, heat capacity of water vapor at constant pressure More...
|
|
real, parameter | fv_cmp_mod::cv_air = cp_air - rdgas |
| 717.55, heat capacity of dry air at constant volume More...
|
|
real, parameter | fv_cmp_mod::cv_vap = 3.0 * rvgas |
| 1384.5, heat capacity of water vapor at constant volume More...
|
|
real, parameter | fv_cmp_mod::c_ice = 1972.0 |
| gfdl: heat capacity of ice at - 15 deg c More...
|
|
real, parameter | fv_cmp_mod::c_liq = 4185.5 |
| gfdl: heat capacity of liquid at 15 deg c More...
|
|
real, parameter | fv_cmp_mod::dc_vap = cp_vap - c_liq |
|
real, parameter | fv_cmp_mod::dc_ice = c_liq - c_ice |
| 2213.5, isobaric heating / colling More...
|
|
real, parameter | fv_cmp_mod::tice = 273.16 |
| freezing temperature More...
|
|
real, parameter | fv_cmp_mod::t_wfr = tice - 40. |
| homogeneous freezing temperature More...
|
|
real, parameter | fv_cmp_mod::lv0 = hlv - dc_vap * tice |
| 3.13905782e6, evaporation latent heat coefficient at 0 deg k More...
|
|
real, parameter | fv_cmp_mod::li00 = hlf - dc_ice * tice |
|
real(kind=r_grid), parameter | fv_cmp_mod::e00 = 611.21 |
| ifs: saturation vapor pressure at 0 deg c More...
|
|
real(kind=r_grid), parameter | fv_cmp_mod::d2ice = dc_vap + dc_ice |
|
real(kind=r_grid), parameter | fv_cmp_mod::li2 = lv0 + li00 |
| 2.86799816e6, sublimation latent heat coefficient at 0 deg k More...
|
|
real, parameter | fv_cmp_mod::lat2 = (hlv + hlf) ** 2 |
| used in bigg mechanism More...
|
|
real | fv_cmp_mod::d0_vap |
| the same as dc_vap, except that cp_vap can be cp_vap or cv_vap More...
|
|
real | fv_cmp_mod::lv00 |
| the same as lv0, except that cp_vap can be cp_vap or cv_vap More...
|
|
real, dimension(:), allocatable | fv_cmp_mod::table |
|
real, dimension(:), allocatable | fv_cmp_mod::table2 |
|
real, dimension(:), allocatable | fv_cmp_mod::tablew |
|
real, dimension(:), allocatable | fv_cmp_mod::des2 |
|
real, dimension(:), allocatable | fv_cmp_mod::desw |
|
logical | fv_cmp_mod::mp_initialized = .false. |
|