CAM
bshr_const_mod Module Reference

Variables

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

Variable Documentation

◆ mod_filename

character(len=*), parameter, private bshr_const_mod::mod_filename = __FILE__
private

◆ r8

integer(shr_kind_in), parameter, private bshr_const_mod::r8 = SHR_KIND_R8
private

◆ shr_const_avogad

real(r8), parameter bshr_const_mod::shr_const_avogad = 6.02214e26_R8

◆ shr_const_boltz

real(r8), parameter bshr_const_mod::shr_const_boltz = 1.38065e-23_R8

◆ shr_const_cday

real(r8), parameter bshr_const_mod::shr_const_cday = 86400.0_R8

◆ shr_const_cpdair

real(r8), parameter bshr_const_mod::shr_const_cpdair = 1.00464e3_R8

◆ shr_const_cpfw

real(r8), parameter bshr_const_mod::shr_const_cpfw = 4.188e3_R8

◆ shr_const_cpice

real(r8), parameter bshr_const_mod::shr_const_cpice = 2.11727e3_R8

◆ shr_const_cpsw

real(r8), parameter bshr_const_mod::shr_const_cpsw = 3.996e3_R8

◆ shr_const_cpvir

real(r8), parameter bshr_const_mod::shr_const_cpvir = (SHR_CONST_CPWV/SHR_CONST_CPDAIR)-1.0_R8

◆ shr_const_cpwv

real(r8), parameter bshr_const_mod::shr_const_cpwv = 1.810e3_R8

◆ shr_const_g

real(r8), parameter bshr_const_mod::shr_const_g = 9.80616_R8

◆ shr_const_ice_ref_sal

real(r8), parameter bshr_const_mod::shr_const_ice_ref_sal = 4.0_R8

◆ shr_const_karman

real(r8), parameter bshr_const_mod::shr_const_karman = 0.4_R8

◆ shr_const_latice

real(r8), parameter bshr_const_mod::shr_const_latice = 3.337e5_R8

◆ shr_const_latsub

real(r8), parameter bshr_const_mod::shr_const_latsub = SHR_CONST_LATICE + SHR_CONST_LATVAP

◆ shr_const_latvap

real(r8), parameter bshr_const_mod::shr_const_latvap = 2.501e6_R8

◆ shr_const_mwdair

real(r8), parameter bshr_const_mod::shr_const_mwdair = 28.966_R8

◆ shr_const_mwwv

real(r8), parameter bshr_const_mod::shr_const_mwwv = 18.016_R8

◆ shr_const_ocn_ref_sal

real(r8), parameter bshr_const_mod::shr_const_ocn_ref_sal = 34.7_R8

◆ shr_const_omega

real(r8), parameter bshr_const_mod::shr_const_omega = 2.0_R8*SHR_CONST_PI/SHR_CONST_SDAY

◆ shr_const_pdb

real(r8), parameter bshr_const_mod::shr_const_pdb = 0.0112372_R8

◆ shr_const_pi

real(r8), parameter bshr_const_mod::shr_const_pi = 3.14159265358979323846_R8

◆ shr_const_pstd

real(r8), parameter bshr_const_mod::shr_const_pstd = 101325.0_R8

◆ shr_const_rdair

real(r8), parameter bshr_const_mod::shr_const_rdair = SHR_CONST_RGAS/SHR_CONST_MWDAIR

◆ shr_const_rearth

real(r8), parameter bshr_const_mod::shr_const_rearth = 6.37122e6_R8

◆ shr_const_rgas

real(r8), parameter bshr_const_mod::shr_const_rgas = SHR_CONST_AVOGAD*SHR_CONST_BOLTZ

◆ shr_const_rhodair

real(r8), parameter bshr_const_mod::shr_const_rhodair = SHR_CONST_PSTD/(SHR_CONST_RDAIR*SHR_CONST_TKFRZ)

◆ shr_const_rhofw

real(r8), parameter bshr_const_mod::shr_const_rhofw = 1.000e3_R8

◆ shr_const_rhoice

real(r8), parameter bshr_const_mod::shr_const_rhoice = 0.917e3_R8

◆ shr_const_rhosw

real(r8), parameter bshr_const_mod::shr_const_rhosw = 1.026e3_R8

◆ shr_const_rwv

real(r8), parameter bshr_const_mod::shr_const_rwv = SHR_CONST_RGAS/SHR_CONST_MWWV

◆ shr_const_sday

real(r8), parameter bshr_const_mod::shr_const_sday = 86164.0_R8

◆ shr_const_spval

real(r8), parameter bshr_const_mod::shr_const_spval = 1.0e30_R8

◆ shr_const_stebol

real(r8), parameter bshr_const_mod::shr_const_stebol = 5.67e-8_R8

◆ shr_const_tkfrz

real(r8), parameter bshr_const_mod::shr_const_tkfrz = 273.15_R8

◆ shr_const_tkfrzsw

real(r8), parameter bshr_const_mod::shr_const_tkfrzsw = SHR_CONST_TKFRZ - 1.8_R8

◆ shr_const_tktrip

real(r8), parameter bshr_const_mod::shr_const_tktrip = 273.16_R8

◆ shr_const_zvir

real(r8), parameter bshr_const_mod::shr_const_zvir = (SHR_CONST_RWV/SHR_CONST_RDAIR)-1.0_R8