csyhuang / hn2016_falwa

Python library for computing Finite-Amplitude Local Wave Activity Diagnostics from climate data.
https://hn2016-falwa.readthedocs.io/en/latest/
MIT License
32 stars 16 forks source link

Create another class of QGField that computes only QGPV and LWA #113

Closed csyhuang closed 2 months ago

csyhuang commented 3 months ago

It happens that the stability of $U_{ref}$ can be affected by boundary conditions and resolution. If the user only wants the computation of wave activity, this new class will do the job.

This tasks would possibly involve refactoring/redesigning of existing classes. Think of a solution that would not affect existing users, i.e. not changing interface of any existing class.

csyhuang commented 2 months ago

Given #118 is done, this is no longer needed so I'll close this ticket.