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

Add diabatic heating in the LWA budget #111

Closed chauncy-git closed 1 month ago

chauncy-git commented 5 months ago

Dear Huang, could you please add diabatic heating in the LWA budget to the package as the Eq (2) in Wang et al. (2021) (https://doi.org/10.1029/2020GL091727), as we sometimes want to quantify the contribution of diabatic heating. Thank you!

csyhuang commented 4 months ago

We will soon release a version of diabatic heating calculation in an upcoming manuscript (Lubis et al., in prep.), which we take in $ϑ$ (in $1/s^2$, as in Lubis et al 2018 eq.6) as input (instead of $\dot{Q}$ ($K/s$) in Wang et al. 2021). You can use the new functionality to compute diabatic heating from $\dot{Q}$.

Please let me know if you have any questions. If not, this issue would be marked as resolved upon the next release. See #89 as well

chauncy-git commented 4 months ago

@csyhuang Thanks. It's a great news and I can't wait to see the newer version.

csyhuang commented 4 months ago

@chauncy-git FYI announcement about this repo will be sent via email if you sign up here. You can also follow this repo to get all the updates.

csyhuang commented 1 month ago

The code used is included in 640960e . This ticket will be close.