Closed martinjuckes closed 3 years ago
April 30th: BS/batch_scan_Fixed_All.txt run as job 46124210 areacello and basin added to AR6 list to include mask info. ARGIPriority class moved into generic_utils.
Now had indirect import into some files ... should be fixed.
Problem here is that there are values of 1.e35
in the data which are intended as mask values, but the mask value is set to 1.e20
. This appears to cause overflow and can be avoided by setting dtype="float64"
in numpy.mean
calls.
This coding issue has been resolved. There remains the issue of documenting and reporting the 1.e35 values.
These variables are not in theAR6 WGI request, and that spreadsheet has been used to specify mask variables.
These are read in
local_utilities_datasets.WGIPriority
class and referenced in thelocal_utilities_datasets.CMIPDatasetSample.review_masks
method.For now .. add basin and areacello to
AR6_priority_variables_02.csv
and add some explanations in doc strings.