Skip to content

Commit

Permalink
Merge pull request #627 from CliMA/kd/rm_aw_exp
Browse files Browse the repository at this point in the history
Removed ArtifactWrappers from experiments
  • Loading branch information
kmdeck authored Jun 4, 2024
2 parents 96a020e + 5b75b18 commit e6674b0
Show file tree
Hide file tree
Showing 13 changed files with 2,941 additions and 556 deletions.
10 changes: 3 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,9 @@ steps:
command: "julia --color=yes --project=.buildkite experiments/standalone/Soil/richards_comparison.jl"
artifact_paths: "experiments/standalone/Soil/comparison*png"

- label: "Evaporation from sand"
command: "julia --color=yes --project=.buildkite experiments/standalone/Soil/evaporation.jl"
artifact_paths: "experiments/standalone/Soil/evaporation*png"

# - label: "vaira_test"
# command: "julia --color=yes --project=experiments experiments/integrated/fluxnet/run_fluxnet.jl US-Var"
# artifact_paths: "experiments/integrated/fluxnet/US-Var/out/*png"
- label: "vaira_test"
command: "julia --color=yes --project=.buildkite experiments/integrated/fluxnet/run_fluxnet.jl US-Var"
artifact_paths: "experiments/integrated/fluxnet/US-Var/out/*png"

- label: "ozark_test"
command: "julia --color=yes --project=.buildkite experiments/integrated/fluxnet/run_fluxnet.jl US-MOz"
Expand Down
15 changes: 0 additions & 15 deletions experiments/Artifacts.toml

This file was deleted.

Loading

0 comments on commit e6674b0

Please sign in to comment.