File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11ClimaParams.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+
48v1.0.5
59--------
610- Add Charnock coefficient ([ #264 ] ( https://github.com/CliMA/ClimaParams.jl/pull/264 ) )
Original file line number Diff line number Diff line change 11name = " ClimaParams"
22uuid = " 5c42b081-d73a-476f-9059-fd94b934656c"
33authors = [" Climate Modeling Alliance" ]
4- version = " 1.0.5 "
4+ version = " 1.0.6 "
55
66[deps ]
77Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
Original file line number Diff line number Diff line change @@ -2419,6 +2419,10 @@ type = "float"
24192419description = " 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 ]
24242428value = 0
You can’t perform that action at this time.
0 commit comments