From 56f7039651aa86313900824293988c8f95d5e449 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 9 Sep 2024 22:22:55 +0000 Subject: [PATCH] New version: CalibrateEDMF v0.8.1 UUID: fbaf683a-b9b3-4040-be64-6c4c04986dd0 Repo: https://github.com/CliMA/CalibrateEDMF.jl.git Tree: 755e5b63af1730f3595f7b10a5ce0778bb98fa95 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- C/CalibrateEDMF/Compat.toml | 52 ++++++++++++++++++++++++++--------- C/CalibrateEDMF/Deps.toml | 4 +++ C/CalibrateEDMF/Versions.toml | 3 ++ 3 files changed, 46 insertions(+), 13 deletions(-) diff --git a/C/CalibrateEDMF/Compat.toml b/C/CalibrateEDMF/Compat.toml index 0b73fb789e9e081..7c4170bffc5bdc2 100644 --- a/C/CalibrateEDMF/Compat.toml +++ b/C/CalibrateEDMF/Compat.toml @@ -1,6 +1,5 @@ [0] ArgParse = "1" -AtmosphericProfilesLibrary = "0.1" Dierckx = "0.5" Distributions = "0.25" Glob = "1" @@ -8,12 +7,8 @@ JLD2 = "0.4" JSON = "0.21" NPZ = "0.4" StaticArrays = "1" -Statistics = "1.6.0-1" -StatsBase = "0.33" -StochasticDiffEq = "6.41.0-6" TerminalLoggers = "0.1" UnPack = "1" -julia = "1.6.0-1" ["0-0.1"] EnsembleKalmanProcesses = "0.5" @@ -39,14 +34,23 @@ ArtifactWrappers = "0.1" CLIMAParameters = "0.2-0.4" SciMLBase = "1" +["0-0.8.0"] +AtmosphericProfilesLibrary = "0.1" +Statistics = "1.6.0-1" +StatsBase = "0.33" +StochasticDiffEq = "6.41.0-6" +julia = "1.6.0-1" + ["0.2"] EnsembleKalmanProcesses = "0.6" TurbulenceConvection = "0.16-0.17" ["0.2-0"] -DiffEqNoiseProcess = "5" PackageCompiler = "2" +["0.2-0.8.0"] +DiffEqNoiseProcess = "5" + ["0.3"] ClimaCore = "0.2-0.9" TurbulenceConvection = "0.18" @@ -61,13 +65,15 @@ Thermodynamics = "0.5-0.7" TurbulenceConvection = "0.22" ["0.4-0"] -CairoMakie = "0.8" -ClimaCore = "0.2-0.10" Combinatorics = "1.0.2-1" ["0.4-0.7"] SurfaceFluxes = "0.2-0.3" +["0.4-0.8.0"] +CairoMakie = "0.8" +ClimaCore = "0.2-0.10" + ["0.5"] EnsembleKalmanProcesses = "0.8" TurbulenceConvection = "0.27.5-0.27" @@ -82,28 +88,48 @@ Thermodynamics = "0.5-0.8" ["0.6"] TurbulenceConvection = "0.27.6-0.27" -["0.6-0"] -DiffEqBase = "6.89.0" - ["0.6-0.7"] EnsembleKalmanProcesses = "0.9" NCDatasets = "0.12.4" +["0.6-0.8.0"] +DiffEqBase = "6.89.0" + ["0.7"] TurbulenceConvection = "0.27.7-0.27" ["0.7-0"] Interpolations = "0.13-0.14" + +["0.7-0.8.0"] OrdinaryDiffEq = "5-6.18.1" ["0.8-0"] ArtifactWrappers = "0.2" +ForwardDiff = "0.10" +TurbulenceConvection = "1.3.0-1" + +["0.8.0"] CLIMAParameters = "0.6" CloudMicrophysics = "0.9" EnsembleKalmanProcesses = "0.12-0.13" -ForwardDiff = "0.10" NCDatasets = "0.12.8" SciMLBase = "1.48.1-1.48" SurfaceFluxes = "0.2-0.4" Thermodynamics = "0.5-0.9" -TurbulenceConvection = "1.3.0-1" + +["0.8.1-0"] +AtmosphericProfilesLibrary = "0.1.4" +CLIMAParameters = "0.7" +CairoMakie = "0.8-0.10" +ClimaCore = "0.10" +CloudMicrophysics = "0.10-0.12" +EnsembleKalmanProcesses = "1" +NCDatasets = "0.12" +OrdinaryDiffEq = "6.28.0-6" +SciMLBase = "1.60.0-2" +StatsBase = "0.33-0.34" +StochasticDiffEq = "6" +SurfaceFluxes = "0.6-0.8" +Thermodynamics = "0.9-0.11" +julia = "1.7.0-1" diff --git a/C/CalibrateEDMF/Deps.toml b/C/CalibrateEDMF/Deps.toml index bc3010eebf17613..77a0515c2c4f24f 100644 --- a/C/CalibrateEDMF/Deps.toml +++ b/C/CalibrateEDMF/Deps.toml @@ -48,3 +48,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" ["0.8-0"] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" + +["0.8.1-0"] +MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267" +SOCRATESSingleColumnForcings = "efca6b66-9b98-11ed-1a32-7b7cdccd517a" diff --git a/C/CalibrateEDMF/Versions.toml b/C/CalibrateEDMF/Versions.toml index db6be4daed98189..d6fcfe89b1fe4e7 100644 --- a/C/CalibrateEDMF/Versions.toml +++ b/C/CalibrateEDMF/Versions.toml @@ -21,3 +21,6 @@ git-tree-sha1 = "11205a5aefd753350cd2840f46b51ad566d0ea82" ["0.8.0"] git-tree-sha1 = "26848acfc8c9ea8c9ad8c2a9da88e4f8fbd609dc" + +["0.8.1"] +git-tree-sha1 = "755e5b63af1730f3595f7b10a5ce0778bb98fa95"