argopy.ArgoIndex.search_params#
- ArgoIndex.search_params(PARAMs, logical: bool = 'and', nrows=None)#
Search index for one or a list of parameters
- Parameters:
Examples
>>> idx.search_params(['C1PHASE_DOXY', 'DOWNWELLING_PAR']) >>> idx.search_params(['C1PHASE_DOXY', 'DOWNWELLING_PAR'], logical='or')
Warning
This method is only available for index following the
bgc-s
,bgc-b
andaux
conventions.