Skip to content

Implement Jacobian determinant #2356

@sgdecker

Description

@sgdecker

What should we add?

GEMPAK provides a JCBN function, so to support the transition to MetPy, it would be good to provide a direct equivalent. The GEMPAK code indicates:

 * This subroutine computes the Jacobian determinant of two scalar	*
 * grids:								*
 *									*
 *     JCBN ( S1, S2 ) = DDX(S1) * DDY(S2) - DDY(S1) * DDX(S2)		*
 *									*
 * Map scale factors are included implicitly.				*

Looks like a pretty easy thing to implement (famous last words!)

Reference

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: CalcPertains to calculationsGEMPAK ConversionNeeded to replicate GEMPAK functionalityType: FeatureNew functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions