Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for Insolation.jl #88

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -896,9 +896,9 @@ type = "float"

[epoch_time]
alias = "epoch"
value = 211813488000
type = "float"
description = "derived: 2451545.0 * [day]"
value = "2000-01-01T11:58:56.816"
type = "string"
description = "J2000 epoch (Jan 1, 2000 11:58:56.816 UTC) as string"

[mean_anomalistic_at_epoch]
alias = "mean_anom_epoch"
Expand All @@ -923,12 +923,6 @@ alias = "eccentricity_epoch"
value = 0.016708634
type = "float"

[longitude_perihelion]
alias = "lon_perihelion"
value = 4.938188299449
type = "float"
description = "(282.937348 degrees) in radians"

[mean_sea_level_pressure]
alias = "MSLP"
value = 101325
Expand Down