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