CMIP6 member_id collection allows only one digit in the regex pattern :
|
"term_regex": "r[0-9]i[0-9]p[0-9]f[0-9]", |
The pattern has to allows more than one digit for each "realization parameter" with such kind of regex:
r[0-9]+i[0-9]+p[0-9]+f[0-9]+
This also should be modified for other supported projects (e.g. cmip5, etc.)