|
character(len= *), parameter, private | bshr_const_mod::mod_filename = __FILE__ |
|
integer(shr_kind_in), parameter, private | bshr_const_mod::r8 = SHR_KIND_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_pi = 3.14159265358979323846_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_cday = 86400.0_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_sday = 86164.0_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_omega = 2.0_R8*SHR_CONST_PI/SHR_CONST_SDAY |
|
real(r8), parameter | bshr_const_mod::shr_const_rearth = 6.37122e6_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_g = 9.80616_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_stebol = 5.67e-8_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_boltz = 1.38065e-23_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_avogad = 6.02214e26_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_rgas = SHR_CONST_AVOGAD*SHR_CONST_BOLTZ |
|
real(r8), parameter | bshr_const_mod::shr_const_mwdair = 28.966_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_mwwv = 18.016_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_rdair = SHR_CONST_RGAS/SHR_CONST_MWDAIR |
|
real(r8), parameter | bshr_const_mod::shr_const_rwv = SHR_CONST_RGAS/SHR_CONST_MWWV |
|
real(r8), parameter | bshr_const_mod::shr_const_zvir = (SHR_CONST_RWV/SHR_CONST_RDAIR)-1.0_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_karman = 0.4_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_pstd = 101325.0_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_pdb = 0.0112372_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_tktrip = 273.16_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_tkfrz = 273.15_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_tkfrzsw = SHR_CONST_TKFRZ - 1.8_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_rhodair = SHR_CONST_PSTD/(SHR_CONST_RDAIR*SHR_CONST_TKFRZ) |
|
real(r8), parameter | bshr_const_mod::shr_const_rhofw = 1.000e3_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_rhosw = 1.026e3_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_rhoice = 0.917e3_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_cpdair = 1.00464e3_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_cpwv = 1.810e3_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_cpvir = (SHR_CONST_CPWV/SHR_CONST_CPDAIR)-1.0_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_cpfw = 4.188e3_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_cpsw = 3.996e3_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_cpice = 2.11727e3_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_latice = 3.337e5_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_latvap = 2.501e6_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_latsub = SHR_CONST_LATICE + SHR_CONST_LATVAP |
|
real(r8), parameter | bshr_const_mod::shr_const_ocn_ref_sal = 34.7_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_ice_ref_sal = 4.0_R8 |
|
real(r8), parameter | bshr_const_mod::shr_const_spval = 1.0e30_R8 |
|