Skip to content

Commit

Permalink
Merge #1192
Browse files Browse the repository at this point in the history
1192: Upgrade to latest deps, use new clima parameter handling r=charleskawczynski a=charleskawczynski

This PR:
 - Upgrades to the latest version of Thermodynamics.jl
 - Upgrades to the latest version of CloudMicrophysics.jl
 - Upgrades to the latest version of SurfaceFluxes.jl
all of which use to latest handling of clima parameters. Accordingly, this PR also adjusts how TurbulenceConvection handles its own clima parameters.


Co-authored-by: Charles Kawczynski <[email protected]>
  • Loading branch information
bors[bot] and charleskawczynski authored Jun 18, 2022
2 parents 05a31c1 + 7d338d7 commit 332178a
Show file tree
Hide file tree
Showing 32 changed files with 580 additions and 605 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ steps:
key: "init_cpu_env"
command:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Instantiate integration_tests"
- "julia --project=integration_tests -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=integration_tests -e 'using Pkg; Pkg.precompile()'"
- "julia --project=integration_tests -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate perf"
- "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()'"

- echo "--- Download artifacts"
- "julia --project=integration_tests integration_tests/download_artifacts.jl"

- wait
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Climate Modeling Alliance"]
version = "0.32.0"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
CloudMicrophysics = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Expand All @@ -19,13 +18,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
SurfaceFluxes = "49b00bb7-8bd4-4f2b-b78c-51cd0450215f"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
CLIMAParameters = "0.4, 0.5, 0.6"
ClimaCore = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
CloudMicrophysics = "0.5"
CloudMicrophysics = "0.6"
Dierckx = "0.5"
Distributions = "0.25"
DocStringExtensions = "0.8, 0.9"
Expand All @@ -36,7 +35,8 @@ OperatorFlux = "0.1"
StaticArrays = "1.2"
StatsBase = "0.33"
StochasticDiffEq = "6.41"
Thermodynamics = "0.7.1, 0.8"
SurfaceFluxes = "0.4"
Thermodynamics = "0.9"
UnPack = "1.0"
julia = "1.5"

Expand Down
Loading

0 comments on commit 332178a

Please sign in to comment.