pacificclimate / pdp

The PCIC Data Portal - Server software to run the entire web application
GNU General Public License v3.0
1 stars 2 forks source link

I297 add pcic blend #300

Closed eyvorchuk closed 10 months ago

eyvorchuk commented 10 months ago

This PR resolves #297 and removes the PBCmet data as requested by RCI. This also adds a check to make sure each dfv.file.run.model.short_name is part of the dataset_names dictionary to avoid a KeyError for datasets which have been associated with the gridded-obs-met-data ensemble but not added to this dictionary. This KeyError ended up happening with the production instances of the PDP when I initially associated the new data with that ensemble.

The ensemble_name is currently gridded-obs-met-data-test, which contains this new data but is not used in the production instances, and it will be changed to gridded-obs-met-data right before I merge. This means that I will be associating this data with the actual gridded-obs-met-data ensemble right after I deploy a new release.

The demo can be viewed here.