Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docstring needed for ShallowWaterScalarDiffusivity #2939

Closed
navidcy opened this issue Feb 22, 2023 · 0 comments · Fixed by #2941
Closed

Docstring needed for ShallowWaterScalarDiffusivity #2939

navidcy opened this issue Feb 22, 2023 · 0 comments · Fixed by #2941
Labels
documentation 📜 The sacred scrolls

Comments

@navidcy
Copy link
Collaborator

navidcy commented Feb 22, 2023

function ShallowWaterScalarDiffusivity(FT::DataType=Float64; ν=0, ξ=0, discrete_form = false)
ν = convert_diffusivity(FT, ν; discrete_form)
ξ = convert_diffusivity(FT, ξ; discrete_form)
return ShallowWaterScalarDiffusivity(ν, ξ)
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📜 The sacred scrolls
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant