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
19 stars 2 forks source link

Changing plot type for LOCA visualizations shown in `warming_levels_approach.ipynb` #380

Closed claalmve closed 2 months ago

claalmve commented 2 months ago

Description of PR

Summary of changes and related issue This PR includes changes for calculation and visualization separation (https://github.com/cal-adapt/climakitae/pull/379) and also makes a cleaner visualization for LOCA2 simulations in wl_approach.ipynb. Below are the before and after images representing LOCA2 simulations using the WarmingLevelVisualize class.

This can be tested with https://github.com/cal-adapt/cae-notebooks/pull/103

Before this PR: image

After this PR: image (15)

Relevant motivation and context We want to create more interpretable graphics for notebook users.

Type of change

Checklist: