jbusecke / pangeo-forge-esgf

Using queries to the ESGF API to generate urls and keyword arguments for receipe generation in pangeo-forge
Apache License 2.0
6 stars 4 forks source link

Multi-node parsing #39

Closed jbusecke closed 3 months ago

jbusecke commented 3 months ago

A follow up to #21

pangeo-forge-esgf.parsing.parse_instance_ids now searches and combines over multiple search nodes.

The input argument search_node is being deprecated and I added search_nodes to indicate the change.

Added some more tests and now raise a warning for iids that were not 'parseable' (returned nothing from ESGF).

cc @Rsignell who might be interested.