UPP (develop)
|
physcons_post declares physical constants used throughout UPP code. More...
Go to the source code of this file.
Variables | |
real(kind=kind_phys), parameter | physcons_post::con_cliq =4.1855e+3_kind_phys |
specific heat H2O liquid (J/kg/K) | |
real(kind=kind_phys), parameter | physcons_post::con_cp =1.0046e+3_kind_phys |
specific heat dry air at constant pressure (J/kg/K) | |
real(kind=kind_phys), parameter | physcons_post::con_cpor = con_cp / con_rd |
Cp/Rd – Specific heat of dry air at constant pressure over gas constant for dry air. | |
real(kind=kind_phys), parameter | physcons_post::con_csol =2.1060e+3_kind_phys |
specific heat H2O ice (J/kg/K) | |
real(kind=kind_phys), parameter | physcons_post::con_cv =7.1760e+2_kind_phys |
specific heat dry air at constant volume (J/kg/K) | |
real(kind=kind_phys), parameter | physcons_post::con_cvap =1.8460e+3_kind_phys |
specific heat H2O gas (J/kg/K) | |
real(kind=kind_phys), parameter | physcons_post::con_dldt = con_cvap - con_cliq |
Difference in specific heat between water vapor and liquid H2O. | |
real(kind=kind_phys), parameter | physcons_post::con_eps = con_rd / con_rv |
Epsilon – Rd/Rv - ratio of gas constant of dry air to gas constant of water vapor. | |
real(kind=kind_phys), parameter | physcons_post::con_epsm1 = con_rd / con_rv - 1. |
Epsilon minus 1. | |
real(kind=kind_phys), parameter | physcons_post::con_fvirt = con_rv / con_rd - 1. |
Rv/Rd – Virtual temperature correction factor - Gas constant for H2O over gas constant for dry air minus 1. | |
real(kind=kind_phys), parameter | physcons_post::con_g =9.80665e+0_kind_phys |
acceleration due to gravity (m/s2) | |
real(kind=kind_phys), parameter | physcons_post::con_hfus =3.3358e+5_kind_phys |
latent heat H2O fusion (J/kg) | |
real(kind=kind_phys), parameter | physcons_post::con_hvap =2.5000e+6_kind_phys |
latent heat H2O condensation (J/kg) | |
real(kind=kind_phys), parameter | physcons_post::con_omega =7.2921e-5_kind_phys |
angular vel of earth (1/s) | |
real(kind=kind_phys), parameter | physcons_post::con_pi =4.0d0*atan(1.0d0) |
pi | |
real(kind=kind_phys), parameter | physcons_post::con_psat =6.1078e+2_kind_phys |
pressure at H2O triple point (Pa) | |
real(kind=kind_phys), parameter | physcons_post::con_rd =2.8705e+2_kind_phys |
gas constant dry air (J/kg/K) | |
real(kind=kind_phys), parameter | physcons_post::con_rerth =6.3712e+6_kind_phys |
Primary constants. | |
real(kind=kind_phys), parameter | physcons_post::con_rocp = con_rd / con_cp |
Secondary constants. | |
real(kind=kind_phys), parameter | physcons_post::con_rog = con_rd / con_g |
Rd/g – Gas constant for dry air over acceleration due to gravity. | |
real(kind=kind_phys), parameter | physcons_post::con_rv =4.6150e+2_kind_phys |
gas constant H2O (J/kg/K) | |
real(kind=kind_phys), parameter | physcons_post::con_sbc =5.6730e-8_kind_phys |
stefan-boltzmann constant (W/m2/K4) | |
real(kind=kind_phys), parameter | physcons_post::con_solr =1.3533e+3_kind_phys |
solar constant (W/m2) | |
real(kind=kind_phys), parameter | physcons_post::con_sqrt2 =1.414214e+0_kind_phys |
square root of 2 | |
real(kind=kind_phys), parameter | physcons_post::con_sqrt3 =1.732051e+0_kind_phys |
square root of 3 | |
real(kind=kind_phys), parameter | physcons_post::con_t0c =2.7315e+2_kind_phys |
temp at 0C (K) | |
real(kind=kind_phys), parameter | physcons_post::con_ttp =2.7316e+2_kind_phys |
temp at H2O triple point (K) | |
real(kind=kind_phys), parameter | physcons_post::con_xpona = con_dldt / con_rv |
Dldt/Rv. | |
real(kind=kind_phys), parameter | physcons_post::con_xponb = -con_dldt / con_rv + con_hvap / (con_rv * con_ttp) |
-dldt/Rv + hvap/(Rv*Ttp) | |
physcons_post declares physical constants used throughout UPP code.
Definition in file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_cliq =4.1855e+3_kind_phys |
specific heat H2O liquid (J/kg/K)
Definition at line 27 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_cp =1.0046e+3_kind_phys |
specific heat dry air at constant pressure (J/kg/K)
Definition at line 24 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_cpor = con_cp / con_rd |
Cp/Rd – Specific heat of dry air at constant pressure over gas constant for dry air.
Definition at line 39 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_csol =2.1060e+3_kind_phys |
specific heat H2O ice (J/kg/K)
Definition at line 28 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_cv =7.1760e+2_kind_phys |
specific heat dry air at constant volume (J/kg/K)
Definition at line 25 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_cvap =1.8460e+3_kind_phys |
specific heat H2O gas (J/kg/K)
Definition at line 26 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_dldt = con_cvap - con_cliq |
Difference in specific heat between water vapor and liquid H2O.
Definition at line 44 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_eps = con_rd / con_rv |
Epsilon – Rd/Rv - ratio of gas constant of dry air to gas constant of water vapor.
Definition at line 42 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_epsm1 = con_rd / con_rv - 1. |
Epsilon minus 1.
Definition at line 43 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_fvirt = con_rv / con_rd - 1. |
Rv/Rd – Virtual temperature correction factor - Gas constant for H2O over gas constant for dry air minus 1.
Definition at line 41 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_g =9.80665e+0_kind_phys |
acceleration due to gravity (m/s2)
Definition at line 20 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_hfus =3.3358e+5_kind_phys |
latent heat H2O fusion (J/kg)
Definition at line 30 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_hvap =2.5000e+6_kind_phys |
latent heat H2O condensation (J/kg)
Definition at line 29 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_omega =7.2921e-5_kind_phys |
angular vel of earth (1/s)
Definition at line 21 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_pi =4.0d0*atan(1.0d0) |
pi
Definition at line 15 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_psat =6.1078e+2_kind_phys |
pressure at H2O triple point (Pa)
Definition at line 31 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_rd =2.8705e+2_kind_phys |
gas constant dry air (J/kg/K)
Definition at line 22 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_rerth =6.3712e+6_kind_phys |
real(kind=kind_phys), parameter physcons_post::con_rocp = con_rd / con_cp |
Secondary constants.
Rd/Cp – Gas constant for dry air over specific heat of dry air at constant pressure
Definition at line 38 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_rog = con_rd / con_g |
Rd/g – Gas constant for dry air over acceleration due to gravity.
Definition at line 40 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_rv =4.6150e+2_kind_phys |
gas constant H2O (J/kg/K)
Definition at line 23 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_sbc =5.6730e-8_kind_phys |
stefan-boltzmann constant (W/m2/K4)
Definition at line 32 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_solr =1.3533e+3_kind_phys |
solar constant (W/m2)
Definition at line 33 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_sqrt2 =1.414214e+0_kind_phys |
square root of 2
Definition at line 16 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_sqrt3 =1.732051e+0_kind_phys |
square root of 3
Definition at line 17 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_t0c =2.7315e+2_kind_phys |
temp at 0C (K)
Definition at line 34 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_ttp =2.7316e+2_kind_phys |
temp at H2O triple point (K)
Definition at line 35 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_xpona = con_dldt / con_rv |
Dldt/Rv.
Definition at line 45 of file physcons.f.
real(kind=kind_phys), parameter physcons_post::con_xponb = -con_dldt / con_rv + con_hvap / (con_rv * con_ttp) |
-dldt/Rv + hvap/(Rv*Ttp)
Definition at line 46 of file physcons.f.