OOPS
qg_constants_mod.F90 File Reference

Go to the source code of this file.

Modules

module  qg_constants_mod
 

Variables

real(kind_real), parameter, public qg_constants_mod::pi = acos(-1.0)
 Pi. More...
 
real(kind_real), parameter, public qg_constants_mod::deg_to_rad = pi/180.0_kind_real
 Degrees to radians. More...
 
real(kind_real), parameter, public qg_constants_mod::rad_to_deg = 180.0_kind_real/pi
 Radians to degrees. More...
 
real(kind_real), parameter, public qg_constants_mod::req = 6371229.0_kind_real
 Earth radius at equator (m) More...
 
real(kind_real), parameter, public qg_constants_mod::omega = 7.2921e-5_kind_real
 Rotation rate of the Earth (rad/s) More...
 
real(kind_real), parameter, public qg_constants_mod::g = 10.0_kind_real
 Gravity (m^2 s^{-2}) More...
 
real(kind_real), parameter, public qg_constants_mod::domain_zonal = 2.0*pi*req
 Model domain in zonal direction (m) More...
 
real(kind_real), parameter, public qg_constants_mod::domain_meridional = 0.5*pi*req
 Model domain in meridional direction (m) More...
 
real(kind_real), parameter, public qg_constants_mod::domain_depth = 1.0e4_kind_real
 Model depth (m) More...
 
real(kind_real), parameter, public qg_constants_mod::f0 = 1.0e-4_kind_real
 Coriolis parameter at the center of the domain. More...
 
real(kind_real), parameter, public qg_constants_mod::bet0 = 1.5e-11_kind_real
 Meridional gradient of f (s^{-1} m^{-1}) More...
 
real(kind_real), parameter, public qg_constants_mod::dlogtheta = 0.1_kind_real
 Difference in log(pot. T) across boundary. More...
 
real(kind_real), parameter, public qg_constants_mod::heating_amplitude = 5.0e-5_kind_real
 Heating term amplitude. More...
 
real(kind_real), parameter, public qg_constants_mod::heating_scale = 1000e3_kind_real
 Heating term scale (m) More...