Closed claalmve closed 3 days ago
In this PR is an example usage of a constant WARMING_LEVELS
in constants.py, that is then imported in data_interface.py
. If this looks good, I can change all WL references to this WARMING_LEVELS
reference in this PR.
Was able to retrieve 0.8 and 1.2 in DataParameters GUI and
get_data
; and tests successfully ran on the Hub. I like the constants script, although I imagine we may have very few to put in there beyondWARMING_LEVELS
, happy to defer to other dev opinions on that.
I'd like to see the SSP strings in the constants.py
file if we chose to use this method of organizing constants (which I think is a good idea if we flesh it out more).
Very demure, very DRY! <3
Description of PR
Summary of changes and related issue
This PR adds a 0.8 and 1.2 degC warming level to existing GWL tables and also removes some simulations that have NaNs at all WL's for a given simulation (iirc, that means that simulation's data cannot be found via our script for some reason).
Relevant motivation and context
We need 0.8 and 1.2 degC WL's.
Type of change
Definition of Done Checklist
Practical
_
before the nameConceptual