cal-adapt / climakitae

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://climakitae.readthedocs.io
BSD 3-Clause "New" or "Revised" License
21 stars 2 forks source link

warming levels upgrade #280

Closed thenaomig closed 1 year ago

thenaomig commented 1 year ago

This PR does several things:

regional_response = wl.gwl_snapshots gwl_slices = wl.sliced_data

vicford commented 1 year ago

Upon comparison to the older warming levels notebook, seeing a discrepancy in what range of values is produced in that part 2 example that I think is worth checking

ETA: old version is with 3° warming, new is with 2°

Old version: Screenshot 2023-09-13 at 3 57 56 PM

New version: Screenshot 2023-09-13 at 3 50 06 PM

thenaomig commented 1 year ago

Upon comparison to the older warming levels notebook, seeing a discrepancy in what range of values is produced in that part 2 example that I think is worth checking

ETA: old version is with 3° warming, new is with 2°

Old version: Screenshot 2023-09-13 at 3 57 56 PM

New version: Screenshot 2023-09-13 at 3 50 06 PM

* seeing CESM2_r11i1p1f1 3 times?

* 45 deg range is.... alarming

The reason that CESM2 appears three times is that it now includes the other SSPs. I agree about the magnitudes... degrees Fahrenheit does not account for that.

thenaomig commented 1 year ago

Upon comparison to the older warming levels notebook, seeing a discrepancy in what range of values is produced in that part 2 example that I think is worth checking

ETA: old version is with 3° warming, new is with 2°

Old version: Screenshot 2023-09-13 at 3 57 56 PM

New version: Screenshot 2023-09-13 at 3 50 06 PM

* seeing CESM2_r11i1p1f1 3 times?

* 45 deg range is.... alarming

This is an issue with order-of-operations in the notebook, not a climakitae issue. Will push a change to cae-notebooks.