Skip to content

Commit

Permalink
Merge pull request #469 from SpeedyWeather/mk/iniconds
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl authored Mar 7, 2024
2 parents e9383b3 + f48c544 commit f5d6c74
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 115 deletions.
5 changes: 4 additions & 1 deletion src/dynamics/atmosphere.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ Base.@kwdef mutable struct EarthAtmosphere{NF<:AbstractFloat} <: AbstractAtmosph
temp_ref::NF = 288

"reference moist-adiabatic temperature lapse rate [K/m]"
lapse_rate::NF = 5/1000
moist_lapse_rate::NF = 5/1000

"reference dry-adiabatic temperature lapse rate [K/m]"
dry_lapse_rate::NF = 9.8/1000

"layer thickness for the shallow water model [m]"
layer_thickness::NF = 8500
Expand Down
Loading

0 comments on commit f5d6c74

Please sign in to comment.