argopy.ArgoIndex.query.cyc

argopy.ArgoIndex.query.cyc#

ArgoIndex.query.cyc(CYCs, nrows=None, composed=False)#

Search index for cycle numbers

Parameters:

CYCs (list(int) or list(str)) – List of cycle number to search

Return type:

ArgoIndex

Examples

from argopy import ArgoIndex
idx = ArgoIndex(index_file='core')

idx.query.cyc(1)
idx.query.cyc([1,2])