Skip to content

Commit

Permalink
DN17D0 in example script and tests should use published Guenthner 2…
Browse files Browse the repository at this point in the history
…013 value
  • Loading branch information
brenhinkeller committed Apr 7, 2024
1 parent f0ca249 commit c050a00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Thermochron"
uuid = "b9a8379e-ee1a-4388-b7ca-7852af1cef08"
authors = ["C. Brenhin Keller and collaborators"]
version = "0.5.1"
version = "0.5.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
2 changes: 1 addition & 1 deletion examples/ZrnHeInversionVartCryst.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
DzEa = 165.0, # kJ/mol
DzD0 = 193188.0, # cm^2/sec
DN17Ea = 71.0, # kJ/mol
DN17D0 = 0.0034, #6.367E-3 # cm^2/sec
DN17D0 = 6.367E-3, # cm^2/sec
# Model uncertainty is not well known (depends on annealing parameters,
# decay constants, diffusion parameters, etc.), but is certainly non-zero.
# Here we add (in quadrature) a blanket model uncertainty of 25 Ma.
Expand Down
2 changes: 1 addition & 1 deletion test/testcomplete.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ model = (
DzEa = 165.0, # kJ/mol
DzD0 = 193188.0, # cm^2/sec
DN17Ea = 71.0, # kJ/mol
DN17D0 = 0.0034, #6.367E-3 # cm^2/sec
DN17D0 = 6.367E-3, # cm^2/sec
# Model uncertainty is not well known (depends on annealing parameters,
# decay constants, diffusion parameters, etc.), but is certainly non-zero.
# Here we add (in quadrature) a blanket model uncertainty of 25 Ma.
Expand Down

1 comment on commit c050a00

@brenhinkeller
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegisrator register
Release notes:

  • Prepare for apatite helium inversions

Please sign in to comment.