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

Integrating CPUC Agnostic Tools #309

Closed claalmve closed 10 months ago

claalmve commented 10 months ago

Integrating back-end for computing agnostic tools for PGE/SCE. All functionality lives in explore/agnostic.py.

vicford commented 10 months ago

What is the difference between gwl_1850-1900ref.csv (which has 828 rows) and gwl_1850-1900ref (2).csv (which has 888) rows?

Tianchi-Liu commented 10 months ago

What is the difference between gwl_1850-1900ref.csv (which has 828 rows) and gwl_1850-1900ref (2).csv (which has 888) rows?

  • I can see that the order is slightly different
  • Before this branch gets merged in gwl_1850-1900ref (2).csv must be renamed for clarity, and whether or not it is intended to replace gwl_1850-1900ref.csv

gwl_1850-1900ref.csv is the original lookup table. gwl_1850-1900ref (2).csv is a debugged version used by only the agnostic tools right now. Eighty out of its 888 rows contain info about the 80 simulations used by the agnostic tools. It is intended to replace the original table, but ideally only after it’s implications to the other tools are understood. I am working on this. How about renaming gwl_1850-1900ref (2).csv to gwl_1850-1900ref_agnostic_tools.csv in the mean time?

vicford commented 10 months ago

How about renaming gwl_1850-1900ref (2).csv to gwl_1850-1900ref_agnostic_tools.csv in the mean time

This is very clear, thank you!

claalmve commented 9 months ago

GWL Function - LOCA & WRF, Part 1

Tianchi-Liu commented 9 months ago

Agnostic tools improvement - Tianchi