Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Jan 6, 2025
1 parent 4b33c6d commit 6bd9bf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ struct PrescribedAtmosphere{FT, M, G, U, P, C, F, I, R, TP, TI}
thermodynamics_parameters :: TP
times :: TI
reference_height :: FT
boundary_layer_height :: FT
boundary_layer_height :: FT # This is a parameter for gustiness, it should be in the SimilarityTheoryTurbulentFluxes type
end

function Base.summary(pa::PrescribedAtmosphere{FT}) where FT
Expand Down

0 comments on commit 6bd9bf7

Please sign in to comment.