Skip to content

More abstractions for more generic and clearer code #9

@briochemc

Description

@briochemc

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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions