-
Notifications
You must be signed in to change notification settings - Fork 446
Naming consistency #1113
Copy link
Copy link
Closed
Labels
Area: CalcPertains to calculationsPertains to calculationsType: API ChangeChanges to how existing functionality worksChanges to how existing functionality works
Milestone
Metadata
Metadata
Assignees
Labels
Area: CalcPertains to calculationsPertains to calculationsType: API ChangeChanges to how existing functionality worksChanges to how existing functionality works
Type
Fields
Give feedbackNo fields configured for issues without a type.
Leading up to 1.0 it would be nice to standardize naming of function arguments, and eliminate any weird abbreviated names (similar to #1107). Things that stand out:
For
kinematics.py:lats: both abbreviated and plural when nothing else is.coriolis_parametertakeslatitude.thtainfrontogenesis. At least should betheta.potential_vorticity_baroclinicusespotential_temperature. I think I prefer the latter.heightvs.heights. We don't have function arguments oftemperatures, why do we haveheights? Also,montgomery_streamfunctionusesheightI'm sure more will pop out, but we need a good review. Changing these is technically an API break, but:
My inclination is to just change these for 1.0 without worrying about a deprecation.