| 
    IGMBaseLib 1.0 
   | 
 
This module collects the physical constants. More...
Variables | |
| real(DP), parameter, public | earth_radius = 6.378137e06 | 
| The average radius of the earth [m].   | |
| real(DP), parameter, public | earth_g = 9.80665e00 | 
Gravitational acceleration [m  ].   | |
| real(DP), parameter, public | earth_Omega = 7.2921159e-05 | 
The angular speed of Earth's rotation [ rad   ].   | |
This module collects the physical constants.
 Copyright (C) GFD Dennou Club, 2011-2012. All rights reserved. 
 license ?? 
 
| real(DP),parameter,public Earth_Constants::earth_g = 9.80665e00 | 
Gravitational acceleration [m 
]. 
Definition at line 29 of file Earth_Constants.f90.
| real(DP),parameter,public Earth_Constants::earth_Omega = 7.2921159e-05 | 
The angular speed of Earth's rotation [ rad 
 ]. 
Definition at line 33 of file Earth_Constants.f90.
| real(DP),parameter,public Earth_Constants::earth_radius = 6.378137e06 | 
The average radius of the earth [m].
Definition at line 25 of file Earth_Constants.f90.
 1.7.3