Skip to content

Commit

Permalink
Try Rosenbrock
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jun 5, 2024
1 parent f86bed9 commit 82b5ea5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ steps:
- "julia --project -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate examples"
- "julia --project=examples -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.add(url = \"https://github.com/CLiMA/ClimaTimeSteppers.jl\", rev = \"gb/rosenbrock\");'"
- "julia --project=examples -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=examples -e 'using Pkg; Pkg.precompile()'"
- "julia --project=examples -e 'using CUDA; CUDA.precompile_runtime()'"
- "julia --project=examples -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate perf"
- "julia --project=perf -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.add(url = \"https://github.com/CLiMA/ClimaTimeSteppers.jl\", rev = \"gb/rosenbrock\");'"
- "julia --project=perf -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=perf -e 'using Pkg; Pkg.precompile()'"
- "julia --project=perf -e 'using Pkg; Pkg.status()'"
Expand Down
9 changes: 6 additions & 3 deletions regression_tests/ref_counter.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
163
164

# 164:
# - Move to SSPKnoth

# 163:
# - Fixed bug introduced in 162
Expand All @@ -19,13 +22,13 @@
# to be dependent on the surface area

# 158:
# - Switched back the precipitation threshold defintion in the
# - Switched back the precipitation threshold definition in the
# 0-moment scheme to specific humidity

# 157:
# - For the grid mean precipitation tendency in the 0-moment scheme:
# - added limiting by q_tot/dt
# - switched the precipitation threshold defintion
# - switched the precipitation threshold definition
# from specific humidity based to supersaturation based

# 156:
Expand Down

0 comments on commit 82b5ea5

Please sign in to comment.