Skip to content

Commit 41fabb4

Browse files
authored
Merge pull request #266 from CliMA/aj/const_horizontal_diff
Add a constant horizontal diffusion coefficient for Atmos testing
2 parents e4d8747 + c540fe8 commit 41fabb4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ClimaParams.jl Release Notes
22
========================
33

4+
v1.0.6
5+
--------
6+
- Add constant horizontal diffusion coefficient ([#266](https://github.com/CliMA/ClimaParams.jl/pull/266))
7+
48
v1.0.5
59
--------
610
- Add Charnock coefficient ([#264](https://github.com/CliMA/ClimaParams.jl/pull/264))

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaParams"
22
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
33
authors = ["Climate Modeling Alliance"]
4-
version = "1.0.5"
4+
version = "1.0.6"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/parameters.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,6 +2419,10 @@ type = "float"
24192419
description = "Avogadro's constant ($N_A$) (mol⁻¹)."
24202420

24212421
# Diffusion
2422+
[D_horizontal_diffusion]
2423+
value = 5e5
2424+
type = "float"
2425+
description = "Constant horizontal diffusion (m² s⁻¹)."
24222426

24232427
[tracer_hyperdiffusion_factor]
24242428
value = 0

0 commit comments

Comments
 (0)