Skip to content

Commit

Permalink
fix lateral flow and depth
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Aug 16, 2024
1 parent cbad3c3 commit 88ca049
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 426 deletions.
10 changes: 5 additions & 5 deletions .buildkite/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.4"
julia_version = "1.10.2"
manifest_format = "2.0"
project_hash = "ec4f7d2c4723052ebe1d11f9619ed44dcedb650c"

Expand Down Expand Up @@ -382,9 +382,9 @@ weakdeps = ["CUDA", "MPI"]

[[deps.ClimaCore]]
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "Unrolled"]
git-tree-sha1 = "fa5335ad4b4596c70882c42366172b52aad7a499"
git-tree-sha1 = "3c05a897d67276ff8cfbdac4c92a5ad1da599c00"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
version = "0.14.10"
version = "0.14.11"
weakdeps = ["CUDA", "Krylov"]

[deps.ClimaCore.extensions]
Expand All @@ -407,7 +407,7 @@ version = "0.2.3"
deps = ["Adapt", "ArtifactWrappers", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaUtilities", "DataFrames", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "IntervalSets", "LazyArtifacts", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics", "UnrolledUtilities"]
path = ".."
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
version = "0.14.1"
version = "0.14.2"

[deps.ClimaLand.extensions]
CreateParametersExt = "ClimaParams"
Expand Down Expand Up @@ -549,7 +549,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
[[deps.CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
version = "1.1.1+0"
version = "1.1.0+0"

[[deps.CompositionsBase]]
git-tree-sha1 = "802bb88cd69dfd1509f6670416bd4434015693ad"
Expand Down
Loading

0 comments on commit 88ca049

Please sign in to comment.