You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/numbers_module.f90
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ module numbers_module
30
30
!! constant \( km^3/kg-s^2 \)
31
31
32
32
real(wp),parameter,public:: c_light =299792.458_wp!! speed of light in km/s
33
+
real(wp),parameter,public:: solar_luminosity =3.8275e+26_wp!! solar luminosity (W)
34
+
!! see: "Resolution B3 on recommended nominal conversion constants for selected solar and planetary properties". IAU. 2015, which has: 3.8274 (+/- 0.0014) x 10^26 W.
0 commit comments