Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyword-only arguments #2102

Open
dopplershift opened this issue Sep 13, 2021 · 0 comments
Open

Keyword-only arguments #2102

dopplershift opened this issue Sep 13, 2021 · 0 comments
Labels
Area: Calc Pertains to calculations Type: API Change Changes to how existing functionality works Type: Maintenance Updates and clean ups (but not wrong)

Comments

@dopplershift
Copy link
Member

vorticity, divergence, and advection already have dx, etc. as keyword-only arguments. For consistency, we should make all of those calculations like that in kinematics.py take those extra arguments as keyword-only:

  • shearing_deformation
  • stretching_deformation
  • total_deformation
  • frontogenesis
  • geostrophic_wind
  • ageostrophic_wind
  • absolute_vorticity
  • potential_vorticity_baroclinic
  • potential_vorticity_barotropic
  • inertial_advective_wind
  • q_vector
@dopplershift dopplershift added Type: Maintenance Updates and clean ups (but not wrong) Area: Calc Pertains to calculations Type: API Change Changes to how existing functionality works labels Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Calc Pertains to calculations Type: API Change Changes to how existing functionality works Type: Maintenance Updates and clean ups (but not wrong)
Projects
None yet
Development

No branches or pull requests

1 participant