IGMBaseLib 1.0
|
地球における物理定数をまとめたモジュール. [詳細]
変数 | |
real(DP), parameter, public | earth_radius = 6.378137e06 |
地球の平均半径 [m]. | |
real(DP), parameter, public | earth_g = 9.80665e00 |
地球の重力加速度 [m ]. | |
real(DP), parameter, public | earth_Omega = 7.2921159e-05 |
地球の自転角速度 [ rad ]. |
地球における物理定数をまとめたモジュール.
Copyright (C) GFD Dennou Club, 2011-2012. All rights reserved.
license ??
real(DP),parameter,public Earth_Constants::earth_g = 9.80665e00 |
地球の重力加速度 [m ].
Earth_Constants.f90 の 29 行で定義されています。
real(DP),parameter,public Earth_Constants::earth_Omega = 7.2921159e-05 |
地球の自転角速度 [ rad ].
Earth_Constants.f90 の 33 行で定義されています。
real(DP),parameter,public Earth_Constants::earth_radius = 6.378137e06 |
地球の平均半径 [m].
Earth_Constants.f90 の 25 行で定義されています。