Is Oceananigans Capable of Performing Tsunami Modelling? #1955
-
Hello all, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @MGYBY |
Beta Was this translation helpful? Give feedback.
-
None of the advection schemes that are currently supported in Oceananigans are positive preserving, hence one problem why we can't currently allow for wetting and drying.
As a first step in this direction, we should create a positive preserving advection scheme. There are two options that come to mind,
1. There is a way to modify WENO5 to make it positive preserving.
2. First order-upwinding is naturally positive preserving.
I will start with the second since it's way easier, even though it is only first order accurate, and that will also be helpful for comparing with the more complicated positive preserving WENO5.
…------------------
Francis Poulin
Associate Editor, Canadian Journal of Physics
Professor of Applied Mathematics and Physics and Astronomy
University of Waterloo
email: ***@***.***
Web: https://uwaterloo.ca/poulin-research-group/
Telephone: +1 519 888 4567 x32637
[cid:76187fd2-7da5-4e10-a8a7-f81d6fbf329d]
________________________________
From: Gregory L. Wagner ***@***.***>
Sent: August 23, 2021 11:57 AM
To: CliMA/Oceananigans.jl ***@***.***>
Cc: Francis Poulin ***@***.***>; Comment ***@***.***>
Subject: Re: [CliMA/Oceananigans.jl] Is Oceananigans Capable of Performing Tsunami Modelling? (#1955)
I guess this would be something to implement for ShallowWaterModel (using dynamically changing bathymetry + immersed boundaries?) It does not sound trivial though.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1955 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB63PQNNIVOWATXI2DUB63LT6JVV5ANCNFSM5CTKTK7A>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Beta Was this translation helpful? Give feedback.
Hello @MGYBY
I am glad you are interested in using Oceananigans. Unfortunately, at present, the library does not allow for wetting and drying.
Francis