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

visualization mega issue #61

Merged
merged 40 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3070e7a
add data export to alcaps example
jhidding Sep 25, 2024
7d34bf6
clean visualization code; move to dedicated markdown file
jhidding Sep 25, 2024
37a1efb
add read_slice to export code
jhidding Sep 25, 2024
b89b7ea
entangled sync
jhidding Sep 25, 2024
5469c62
add stubs for new visualization strucutre
jhidding Sep 25, 2024
3ad509b
change DataSlice and read_slice method to store actual slice chosen
jhidding Sep 25, 2024
d2380a7
ground work for implementation
jhidding Sep 26, 2024
d873bbb
implement wheeler diagram
jhidding Sep 26, 2024
92c5b85
consolidate wheeler diagram implementation; add experimental carbo-ex…
jhidding Sep 26, 2024
76605c9
merge develop
jhidding Sep 27, 2024
1c5fdaf
refactor some plotting code
jhidding Sep 30, 2024
28c43a8
fix explorer with current refactor
jhidding Sep 30, 2024
3c23d25
merge develop
jhidding Oct 7, 2024
a31e89f
add Tag and H5Writer components
jhidding Oct 8, 2024
3ed73c0
work BS92 example into H5Writer
jhidding Oct 8, 2024
7aa8eba
fix precompilation
jhidding Oct 8, 2024
9c83b9d
fix precompile of workenv
jhidding Oct 8, 2024
a59c0fd
make docs build
jhidding Oct 8, 2024
47a20e1
fix test; enable 1.11 testing; upgrade julia setup action to v2
jhidding Oct 9, 2024
e90eada
docs
jhidding Oct 9, 2024
76e9083
remove tobs
jhidding Oct 9, 2024
b9deee5
resolve in julia 1.10
jhidding Oct 9, 2024
8751501
build docs in 1.10
jhidding Oct 9, 2024
a486fca
BS92 and CAP models now working
jhidding Oct 9, 2024
b2e8a95
restore manifests
jhidding Oct 9, 2024
54a231e
docs manifest
jhidding Oct 9, 2024
1e0a24a
start making alcaps modular
jhidding Oct 9, 2024
435ecdd
alcap model working
jhidding Oct 9, 2024
3612be3
remove stale code
jhidding Oct 9, 2024
b4eb041
get wheeler diagram working again
jhidding Oct 10, 2024
48789bb
keep filedb out of git from now on
jhidding Oct 10, 2024
db5280f
implement method to find skeleton of hiatus
jhidding Oct 10, 2024
be34343
replace bean-counter with skeleton for sediment profile visualization
jhidding Oct 10, 2024
993f38f
fix export test
jhidding Oct 10, 2024
fc1a7bd
including facies info in hdf5 output; update literate documentation; …
jhidding Oct 12, 2024
39fa924
implement 3d glory view; implement summary plot
jhidding Oct 12, 2024
12fbc60
fix tests
jhidding Oct 12, 2024
253aed1
removing older model code; reorganizing documentation; partial commit…
jhidding Oct 14, 2024
701b253
create new figures for documentation; ready for review
jhidding Oct 14, 2024
8adb6d9
fix carbo-explorer
jhidding Oct 15, 2024
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
8 changes: 7 additions & 1 deletion .brei_history
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
"docs/src/_fig/active-layer-production-patch.png,": null,
"docs/src/_fig/active-layer-production-patch.png": null,
"docs/src/_fig/alcaps_default_profile.png": null,
"data/alcaps_default.h5": null
"data/alcaps_default.h5": null,
"data/output/bs92.h5": null,
"docs/src/_fig/bs92-summary.png": null,
"data/output/cap1.h5": null,
"docs/src/_fig/cap1-summary.png": null,
"data/output/alcap2.h5": null,
"docs/src/_fig/alcaps-alternative.png": null
}
Loading
Loading