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

Pull Light from Jago's branch #208

Merged
merged 158 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
158 commits
Select commit Hold shift + click to select a range
c9fe377
Clarified a conversion
jagoosw Jul 11, 2024
ae56f21
fixed typo
jagoosw Jul 11, 2024
c67e9a7
upgraded to proper sea water density calculation
jagoosw Jul 11, 2024
4ed9f3a
moved the different **models** in `Boundaries` to `Models`
jagoosw Jul 15, 2024
a1070cd
fixed
jagoosw Jul 15, 2024
2dc7189
renamed some functions
jagoosw Jul 15, 2024
b19a806
formatting etc.
jagoosw Jul 16, 2024
90f4b7d
updated gasexchange
jagoosw Jul 17, 2024
ca0f12b
export fix
jagoosw Jul 17, 2024
e37c4ea
removed manual specifcation of seawater density in gas exchange + fix…
jagoosw Jul 17, 2024
dfbb3e5
moved carbonate chemistry files to new folder and added docstrings
jagoosw Jul 17, 2024
8601181
fixed (?) gas exchange
jagoosw Jul 17, 2024
4426314
added 1million docstrings
jagoosw Jul 18, 2024
3c7dd00
corrected some docstrings and added tests with 'best practice' values
jagoosw Jul 18, 2024
6f70ae0
add seawater density test
jagoosw Jul 18, 2024
a450f29
fixed runtest
jagoosw Jul 18, 2024
d66e45f
added pressure correction
jagoosw Jul 19, 2024
59909b2
correction to gasexchaneg
jagoosw Jul 19, 2024
16a128b
removed unused import
jagoosw Jul 19, 2024
516f753
Added calcite saturation
jagoosw Jul 19, 2024
c400ffd
oops
jagoosw Jul 19, 2024
e8eca3b
well that didn't work, guess we're getting errors when crazy paramete…
jagoosw Jul 19, 2024
d7ac799
use TEOS-10 density (still looking in to Sa vs Sp though)
jagoosw Jul 20, 2024
e410ecd
typo
jagoosw Jul 20, 2024
0222641
pass lon and lat to seawater denstyt for Sa calculation
jagoosw Jul 20, 2024
3657d94
fix docstrings
jagoosw Jul 20, 2024
a9e3c51
unit issue for sw density
jagoosw Jul 20, 2024
8f90a07
added glodap validation script
jagoosw Jul 20, 2024
98918ba
added source for data
jagoosw Jul 20, 2024
1a1c7ec
maybe fixed docstrings now
jagoosw Jul 20, 2024
018d55d
hopefully GPU safe now
jagoosw Jul 20, 2024
321ab87
added seawater polynomicals dependency
jagoosw Jul 20, 2024
0291adb
removed density test because we don't make the approx in house now
jagoosw Jul 20, 2024
0ff7e00
Removed instance of old sw density function
jagoosw Jul 20, 2024
e863822
update docstring
jagoosw Jul 20, 2024
b97c234
concentration function is broken for some reason
jagoosw Jul 20, 2024
4c02f5c
maybe skip it instead
jagoosw Jul 20, 2024
e20a45f
actually broken not skip
jagoosw Jul 20, 2024
27b4a9b
fix show for KS
jagoosw Jul 20, 2024
893e656
fixed docs library page
jagoosw Jul 21, 2024
5de9bb2
fixed (?) model implemntation docs
jagoosw Jul 21, 2024
2c63fe8
add gas exchange autodoc
jagoosw Jul 21, 2024
bfebfba
improved docstrings and added show for pressure correction
jagoosw Jul 22, 2024
b825544
added documentation for carbon chemistry model
jagoosw Jul 22, 2024
3a12bd1
missed bib entry + add comment that docs have model parameterisaions
jagoosw Jul 22, 2024
c77dd26
formatting error
jagoosw Jul 22, 2024
7ddabb2
typo
jagoosw Jul 22, 2024
5ce8a99
mention the downsides of using TEOS10 density
jagoosw Jul 22, 2024
4702a67
changed to kwargs for carbon chemistry
jagoosw Jul 23, 2024
fb0dc67
minor docs formatting
jagoosw Jul 23, 2024
c290282
spelling
jagoosw Jul 23, 2024
3624dc4
updated test
jagoosw Jul 23, 2024
8a58b7b
case problems
jagoosw Jul 23, 2024
4afa6b7
fix doctest
jagoosw Jul 23, 2024
a39bb71
update to "best practice" parameter values
jagoosw Jul 23, 2024
2fa5512
updated glodap fit comment
jagoosw Jul 23, 2024
b89ebe9
hopeflly prevent race condition in buildkite
jagoosw Jul 23, 2024
ef085f1
a better solution for adding to filenames
jagoosw Jul 23, 2024
63174ab
doctest issue again
jagoosw Jul 23, 2024
0808c2f
doctest issue again
jagoosw Jul 23, 2024
0d2dd92
Merge branch 'main' into jsw/refactor-carbonate-chemistry
jagoosw Jul 24, 2024
250c809
bump patch number
jagoosw Jul 24, 2024
760612a
Merge branch 'main' into jsw/refactor-carbonate-chemistry
jagoosw Jul 26, 2024
401605c
fix box model (overhaul inbound)
jagoosw Jul 29, 2024
53627f0
revert chagnges to buildkite
jagoosw Jul 29, 2024
6317d7b
oops
jagoosw Jul 29, 2024
718c5da
temporary improvements
jagoosw Jul 30, 2024
f18f9c1
massive gas exchange overhaul
jagoosw Jul 30, 2024
f0d6b3e
oops
jagoosw Jul 30, 2024
b01bb76
oops part 2
jagoosw Jul 30, 2024
2ba0c7b
renamed
jagoosw Jul 30, 2024
ee47cd4
oops part 3
jagoosw Jul 30, 2024
1e5b7cd
typo
jagoosw Jul 30, 2024
d626901
added value tests for gas exchange params
jagoosw Jul 30, 2024
c845ae4
made GPU safe and added tests
jagoosw Jul 30, 2024
6d98abc
added docstring and docs for gas exchange
jagoosw Jul 30, 2024
b0cf5b6
we don't need to pass the field dependencies in the kernel
jagoosw Jul 30, 2024
c5b14b0
updated examples
jagoosw Jul 30, 2024
03b9eea
thats why you don't use non-public functions
jagoosw Jul 30, 2024
175bab9
bumped minor version because this is definitly breaking
jagoosw Jul 30, 2024
61d5349
typos
jagoosw Jul 30, 2024
55596bd
magic gpu test fixed
jagoosw Jul 30, 2024
093c319
oops
jagoosw Jul 30, 2024
eacc446
show and summary for gas exchange functions
jagoosw Jul 30, 2024
448e764
typo
jagoosw Jul 31, 2024
8acad5b
hopeflly fixed
jagoosw Aug 1, 2024
53319e7
added lots of gas transfer veloity parameterisations
jagoosw Aug 3, 2024
73c5c68
added some calibrated gas transfer velocities
jagoosw Aug 3, 2024
387fc65
clarifcation on what Ho06 was calibrated against
jagoosw Aug 3, 2024
110b0d0
typo
jagoosw Aug 3, 2024
99a8d8b
hopeflly added gas exchange docstrings
jagoosw Aug 3, 2024
8bce6fd
fixed adapt
jagoosw Aug 3, 2024
a4deff1
hopeflly the last one
jagoosw Aug 4, 2024
3556454
minor docs formatting
jagoosw Aug 5, 2024
15ebe74
made gas exchange boundaries discrete so they can support flattened g…
jagoosw Aug 5, 2024
9e9ac3c
correct docstring
jagoosw Aug 5, 2024
3856d05
make carbon dioxide concentration GPU safe again
jagoosw Aug 5, 2024
2c9fc14
Revert
jagoosw Aug 5, 2024
1dd1b52
fix gas exchage adapt
jagoosw Aug 5, 2024
450eda9
fixed examples again...
jagoosw Aug 5, 2024
8cfb7c6
docstrings
jagoosw Aug 6, 2024
cf66d29
hopeflly made `surfac_value` more gpu safe
jagoosw Aug 6, 2024
99b636a
fix examples
jagoosw Aug 6, 2024
1587b9f
its not failing locally
jagoosw Aug 6, 2024
908dec6
heisen-bug
jagoosw Aug 6, 2024
3ad86a3
seems to run reliably now
jagoosw Aug 6, 2024
be28a30
crazy the tests didn't fail
jagoosw Aug 6, 2024
371eddb
maybe bounds checking should always be on in tests
jagoosw Aug 6, 2024
d38eae4
oops
jagoosw Aug 6, 2024
7da4d47
oops part 2
jagoosw Aug 6, 2024
4261726
GPU problems again
jagoosw Aug 6, 2024
f7c2c78
tmp fix
jagoosw Aug 6, 2024
477cf05
fixed model implementation page
jagoosw Aug 6, 2024
3eb95ff
fixed docstring
jagoosw Aug 6, 2024
f06d7d8
fixed gas exchange docs again
jagoosw Aug 6, 2024
cc8ef1f
fixed an ugly
jagoosw Aug 6, 2024
349f47a
maybe now
jagoosw Aug 7, 2024
de6fa2d
grammar
jagoosw Aug 7, 2024
bb22bc5
renamed a file
jagoosw Aug 13, 2024
1033f83
fixed validation
jagoosw Aug 13, 2024
d4802b1
Merge pull request #186 from OceanBioME/jsw/refactor-carbonate-chemistry
jagoosw Aug 15, 2024
787d28b
Some typos
jagoosw Aug 19, 2024
270d367
Merge pull request #206 from OceanBioME/jagoosw-patch-1
jagoosw Aug 21, 2024
36b9794
added morel like multi band light attenuation
jagoosw Jul 31, 2024
90c10fc
test that PAR total is returned
jagoosw Jul 31, 2024
5347fdf
check that we're giving the total PAR to the models properly
jagoosw Jul 31, 2024
c1404bf
format coefficients
jagoosw Aug 1, 2024
d78dbdc
typo
jagoosw Aug 1, 2024
66e92d4
added docs for multiband model
jagoosw Aug 1, 2024
348be71
typo
jagoosw Aug 1, 2024
1373bfe
oopsies
jagoosw Aug 1, 2024
b408669
corrected for variable divisions
jagoosw Aug 1, 2024
023a216
Adapt typos
jagoosw Aug 1, 2024
7d64914
another adapt error
jagoosw Aug 1, 2024
a7fc740
issue when only one band
jagoosw Aug 1, 2024
be674bc
changed to use binary ops to sum PAR
jagoosw Aug 5, 2024
79d42a9
made it a field
jagoosw Aug 5, 2024
8a843fd
Update multi_band.jl
jagoosw Aug 5, 2024
9e71037
*temporary* changes to project and manifest to use oceananigans main …
jagoosw Aug 16, 2024
2f7a027
did it work?
jagoosw Aug 17, 2024
00cd93b
okay
jagoosw Aug 17, 2024
909190b
maybe correct for GPU now too
jagoosw Aug 17, 2024
4410ff0
oops
jagoosw Aug 17, 2024
9187a04
maybe now we have a GPU safe way to pass a total field
jagoosw Aug 19, 2024
66e9d4f
turns out no
jagoosw Aug 19, 2024
5ff3240
cba to fix the tests so fixing the code instead
jagoosw Aug 19, 2024
3d4064b
fixed adapt
jagoosw Aug 19, 2024
609026a
idk why this isn't workign now
jagoosw Aug 19, 2024
79985e3
flailing attempt in the dark to work out whats wrong
jagoosw Aug 19, 2024
152a862
maybe now
jagoosw Aug 19, 2024
cb62233
oops
jagoosw Aug 19, 2024
d080f5e
GPU safed tests
jagoosw Aug 19, 2024
7279f6f
some includes
jagoosw Aug 19, 2024
7171ffe
Update README.md
johnryantaylor Aug 22, 2024
97c9b9b
Update README.md
johnryantaylor Aug 22, 2024
ebbe718
Merge branch 'main' into jsw/morel-light
jagoosw Aug 22, 2024
0997c98
updated Oceananigans
jagoosw Aug 22, 2024
7f14d19
Merge pull request #195 from OceanBioME/jsw/morel-light
ciadht Aug 23, 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
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:

- label: ":speedboat: GPU unit tests"
commands:
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.Registry.update(); Pkg.test()'"
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project --check-bounds=yes -e 'using Pkg; Pkg.Registry.update(); Pkg.test()'"
depends_on: "init"
notify:
- github_commit_status:
Expand All @@ -30,7 +30,7 @@ steps:
env:
CUDA_VISIBLE_DEVICES: "-1"
commands:
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.Registry.update(); Pkg.test()'"
- "$JULIA_PATH/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project --check-bounds=yes -e 'using Pkg; Pkg.Registry.update(); Pkg.test()'"
depends_on: "init"
notify:
- github_commit_status:
Expand Down
Loading
Loading