Skip to content

Commit

Permalink
global run of soil/canopy model with runoff
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jun 24, 2024
1 parent 984d195 commit 1e30b48
Show file tree
Hide file tree
Showing 8 changed files with 432 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .buildkite/target/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:
slurm_mem: 8GB
slurm_gpus: 1

- label: "Soil/Canopy"
- label: ":seedling: Soil/Canopy"
command: "julia --color=yes --project=.buildkite experiments/benchmarks/land.jl"
artifact_paths:
- "land_benchmark_gpu/*html"
Expand Down
8 changes: 4 additions & 4 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2338,9 +2338,9 @@ version = "0.6.12"

[[deps.RecursiveArrayTools]]
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "SparseArrays", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
git-tree-sha1 = "3400ce27995422fb88ffcd3af9945565aad947f0"
git-tree-sha1 = "980aabbeac7aee70d0e452a72b0c68b5b266cc7b"
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
version = "3.23.1"
version = "3.24.0"

[deps.RecursiveArrayTools.extensions]
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
Expand Down Expand Up @@ -2745,9 +2745,9 @@ weakdeps = ["ClimaParams"]

[[deps.SymbolicIndexingInterface]]
deps = ["Accessors", "ArrayInterface", "RuntimeGeneratedFunctions", "StaticArraysCore"]
git-tree-sha1 = "a5f6f138b740c9d93d76f0feddd3092e6ef002b7"
git-tree-sha1 = "2d1b8941f58d0c878b3c71d9b17188a2eb649a8b"
uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
version = "0.3.22"
version = "0.3.24"

[[deps.TOML]]
deps = ["Dates"]
Expand Down
Loading

0 comments on commit 1e30b48

Please sign in to comment.