Skip to content

Commit 19ae4d7

Browse files
author
Fabian Bernhard
committed
fix: Fix LWFBrook90.ISO.plotisotopes
1 parent 8fb76bf commit 19ae4d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LWFBrook90"
22
uuid = "100deb6c-4418-4b77-ad5c-a1fadb580743"
33
authors = ["Fabian Bernhard"]
4-
version = "0.6.2"
4+
version = "0.6.3"
55

66
[deps]
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

src/module_ISO.jl

-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ end
256256
simulate_isotopes = sol.prob.p.simulate_isotopes
257257
@assert simulate_isotopes "Provided solution did not simulate isotopes"
258258

259-
all_d18O_values = [rows_SWAT_d18O; row_PREC_d18O; row_INTS_d18O; row_INTR_d18O; row_SNOW_d18O; row_GWAT_d18O; row_RWU_d18O][:]
260-
all_d2H_values = [rows_SWAT_d2H ; row_PREC_d2H ; row_INTS_d2H ; row_INTR_d2H ; row_SNOW_d2H ; row_GWAT_d2H ; row_RWU_d2H ][:]
261259
clims_d18O = (-16, -6)
262260
clims_d2H = (-125, -40)
263261
true_to_check_colorbar = true; # set this flag to false for final plot, true for debugging.

0 commit comments

Comments
 (0)