From f3da5ee09411c5a4a87b3d1eb993bf97559ba9a7 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Tue, 23 Jan 2024 14:18:13 -0800 Subject: [PATCH] Do not use Thermodynamics.jl 0.11.4 https://github.com/CliMA/Thermodynamics.jl/commit/cda74a802314b436eb963e7e38445be4e54b27f0 changes the definition of virtual_dry_static_energy, which breaks the calculation of the obukhov length. We should make sure that we do not use that version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 015d561d..3b68d547 100644 --- a/Project.toml +++ b/Project.toml @@ -19,5 +19,5 @@ CreateParametersExt = "CLIMAParameters" CLIMAParameters = "0.8" DocStringExtensions = "0.8, 0.9" RootSolvers = "0.2, 0.3, 0.4" -Thermodynamics = "0.11" +Thermodynamics = "< 0.11.4" julia = "1.9"