-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Here we assume r_E is in meter.
MCEq/src/MCEq/geometry/density_profiles.py
Lines 886 to 887 in f8a1cb5
| r = self.geom.r_E | |
| d = 1948 # m |
But it is not:
MCEq/src/MCEq/geometry/geometry.py
Lines 101 to 104 in f8a1cb5
| def __init__(self): | |
| self.h_obs = config.h_obs * 1e2 # cm | |
| self.h_atm = config.h_atm * 1e2 # cm | |
| self.r_E = config.r_E * 1e2 # cm |
Line 57 in f8a1cb5
| r_E = 6391.0e3 # Earth radius in m |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels