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

Pass tidal heating to Aragog and SPIDER #282

Merged
merged 23 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update dummy test to include dummy tides
nichollsh committed Nov 22, 2024
commit 405fbe8d8f467ff0c8fcaba265030d9945e48154
2 changes: 1 addition & 1 deletion input/aragog.toml
Original file line number Diff line number Diff line change
@@ -179,7 +179,7 @@ author = "Harrison Nicholls, Tim Lichtenberg"
[interior]
grain_size = 0.1 # crystal settling grain size [m]
F_initial = 1e6 # Initial heat flux guess [W m-2]
radiogenic_heat = true # enable radiogenic heat production
radiogenic_heat = false # enable radiogenic heat production
tidal_heat = true # enable tidal heat production

module = "aragog" # Which interior module to use
Loading