From a90e4d677bfb647316d4c769368c4e287963cea2 Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Mon, 11 Sep 2023 09:03:31 -0700 Subject: [PATCH] Update qc_0 --- Project.toml | 2 +- src/parameters.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5fd45bb9..801f3fd9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CLIMAParameters" uuid = "6eacf6c3-8458-43b9-ae03-caf5306d3d53" authors = ["Climate Modeling Alliance"] -version = "0.7.15" +version = "0.7.16" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" diff --git a/src/parameters.toml b/src/parameters.toml index e6326f98..0c196881 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -339,7 +339,7 @@ type = "float" [specific_humidity_precipitation_threshold] alias = "qc_0" -value = 0.005 +value = 5e-6 type = "float" [supersaturation_precipitation_threshold]