You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings.warn("Multiple files given but no time dimension specified. See https://github.com/OceanParcels/Parcels/issues/1831 for more info.", FieldSetWarning, stacklevel=2)
689
+
warnings.warn(
690
+
"Multiple files given but no time dimension specified. See https://github.com/OceanParcels/Parcels/issues/1831 for more info.",
691
+
FieldSetWarning,
692
+
stacklevel=2,
693
+
)
690
694
691
695
ifgridisNone:
692
696
# Concatenate time variable to determine overall dimension
0 commit comments