PCMDI / pcmdi_metrics

Open-source Python package for Systematic Evaluation of Climate and Earth System Models
http://pcmdi.github.io/pcmdi_metrics/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

modfiy json class output to better deal with masked data #443

Closed gleckler1 closed 6 years ago

gleckler1 commented 7 years ago

@doutriaux1 @jservonnat JS has convinced PG that we should add a layer to deal with masking just after regions (with options "all", "land", "ocean", "land-estimated" or "ocean-estimated")

Current "json_structure": ["model", "reference", "rip", "region", "statistic", "season"],

CHANGE TO: "json_structure": ["model", "reference", "rip, "region", "mask", "statistic", "season"],

doutriaux1 commented 7 years ago

yes as I commented above it has not changed because the regions are uniquely identified via name and dictionary section of regions.

gleckler1 commented 6 years ago

Latest version points to missing data