Skip to content

Commit

Permalink
TYPEDFIELDS -> TYPEDSIGNATURES
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed Sep 7, 2023
1 parent 0332493 commit 4c96496
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/dynamics/initial_conditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,11 @@ Base.@kwdef struct RandomWaves <: InitialConditions
lmax::Int64 = 20 # maximum wavenumber
end

"""Random initial conditions for the interface displacement η
"""
$(TYPEDSIGNATURES)
Random initial conditions for the interface displacement η
in the shallow water equations. The flow (u,v) is zero initially.
This kicks off gravity waves that will interact with orography.
$(TYPEDFIELDS)"""
This kicks off gravity waves that will interact with orography."""
function initial_conditions!( progn::PrognosticVariables{NF},
initial_conditions::RandomWaves,
model::ShallowWater) where NF
Expand Down

0 comments on commit 4c96496

Please sign in to comment.