-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Long term goal! It would be great if I could literally call something like
∇ = Gradient(modelgrid; order, ...)
𝒖 = Advection(umo, vmo, modelgrid, ...)
𝐊 = IsopycnalDiffusionTensor(κH, κVML, κVdeep, mlotst, ρ, modelgrid, ...)
T = 𝒖 ⋅ ∇ - ∇ ⋅ 𝐊 * ∇but I'm not sure how to not waste a lot of time into implementing such an interface, although there is certainly quite a bit of inspiration that can be taken from other packages (Oceananigans, MethodsOfLines, etc.)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed