From 5d751871f83c9b5a5a61f3a017c6a27e2d119be4 Mon Sep 17 00:00:00 2001 From: Daines Date: Sun, 26 Jun 2022 21:22:17 +0100 Subject: [PATCH 1/2] Fix log message in Weathering.jl ReactionSeafloorWeathering --- src/oceanfloor/Weathering.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oceanfloor/Weathering.jl b/src/oceanfloor/Weathering.jl index e57df2b..8c69a7f 100644 --- a/src/oceanfloor/Weathering.jl +++ b/src/oceanfloor/Weathering.jl @@ -213,7 +213,7 @@ function set_distributionfromdepths( rj = m.reaction attribute_name == :setup || return nothing - @info "$(fullname(m)) ReactionSeafloorWeathering:" + @info "$(PB.fullname(m)) ReactionSeafloorWeathering:" PB.get_length(rj.domain) == length(cellrange.indices) || error("ReactionSeafloorWeathering $(PB.fullname(rj)) set_distributionfromdepths cellrange does not cover whole Domain") From 8eaef0b1c10fb7bb57bbb9e6317f20f7152554e0 Mon Sep 17 00:00:00 2001 From: Daines Date: Mon, 27 Jun 2022 12:47:41 +0100 Subject: [PATCH 2/2] update Project.toml for v0.3.1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 16ac57a..09fe4ff 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PALEOcopse" uuid = "4a6ed817-0e58-48c6-8452-9e9afc8cb508" authors = ["sd336 "] -version = "0.3.0" +version = "0.3.1" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -20,7 +20,7 @@ Infiltrator = "1.0" Interpolations = "0.13" MAT = "0.10" PALEOboxes = "0.19.1" -PALEOmodel = "0.15" +PALEOmodel = "0.15.1" Plots = "1.0" Roots = "1.0, 2.0" TestEnv = "1.0"