Commit graph

18 commits

Author SHA1 Message Date
8b8cfb3add Slight improvements in docstrings 2025-03-07 11:43:32 -05:00
ac2e17e61f Remove implicit dewpoint argument 2025-03-05 16:30:19 -05:00
59f261aeee Implement loft_parcel()
Implement loft_parcel() to iterate through pressure levels, yielding the
temperature and pressure of the parcel at each height
2025-03-05 16:06:11 -05:00
5a22a5fd37 Use saturated mixing ratio in moist lapse rate 2025-03-05 01:13:28 -05:00
6bb92a45b8 Adjust units in mixing ratios to kilograms 2025-03-05 01:13:07 -05:00
fe4b980ac9 Fix typos in vapor pressure routines 2025-03-05 00:34:56 -05:00
0aad130001 Initial implementation of moist_lapse_rate() 2025-03-05 00:34:23 -05:00
b45a6f27c5 Allow providing lapse rate argument 2025-03-04 23:21:18 -05:00
929e6b4351 Hardcode lapse() to perform dry lapse 2025-03-04 22:57:01 -05:00
56c1dc608e Fix lapse() calculation 2025-03-04 21:49:34 -05:00
65c500b9be Implement pressure_height() 2025-03-04 21:49:27 -05:00
69e01d73e1 Everybody likes docstrings, right? 2025-02-27 10:07:42 -05:00
04e10a17ee docstrings go under function declarations 2025-02-26 23:54:38 -05:00
0fd70e7ece More documentation 2025-02-26 22:58:49 -05:00
8969154ecf Use exponentiation in vapor pressure calculation 2025-02-26 22:49:26 -05:00
a8d1e75216 Add docstrings for better readability 2025-02-26 22:47:17 -05:00
c61846ea1c Implement lapse() in thermo.py 2025-02-26 20:33:56 -05:00
863360e5e8 Initial commit of thermo.py 2025-02-26 19:45:01 -05:00