Skip to content

Consider alternative naming convention for grid-dependent kernel functions #67

@bgroenks96

Description

@bgroenks96

@glwagner suggested a naming convention for kernel functions of the form foo(i, j, k, grid, ...):

a convention we are introducing in Breeze to handle the name mangling between "gridded" functions and "pointwise" objects is something like this:

soil_volume = grid_soil_volume(i, j, k, grid, args...)

eg prefix the "i, j, k, grid" versions with grid_

My feeling is that this is kind of redundant since i, j, k, grid already communicates this, but happy to hear others' thoughts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringWho needs new features when you can just make the code nicer!

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions