Skip to content

Remove base_mesh dependencies in compute_sample_u_ops kernel #312

@ukmo-juan-castillo

Description

Are there any linked Issues or Pull Requests?

MetOffice/lfric_apps#390

Brief description

the compute_sample_u_ops kernel has some dependencies on the base_mesh namelist, in particular the geometry parameter. This causes some limitation in what applications can use this kernel, for example lfric2lfric. Removal of base_mesh dependencies by more flexible code is something that has been done in the past, but clearly this task is not complete.

Further details of the issue.

base_mesh is here used in this kernel to determine if the mesh is planar or spherical. The mesh object already has functions to check the geometry type, which should be used here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions