We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9554e commit c9eb645Copy full SHA for c9eb645
parcels/field.py
@@ -686,7 +686,7 @@ def from_netcdf(
686
kwargs["data_full_zdim"] = data_full_zdim
687
688
if len(data_filenames) > 1 and "time" not in dimensions and timestamps is None:
689
- raise RuntimeError("Multiple files given but no time dimension specified")
+ warnings.warn("Multiple files given but no time dimension specified", FieldSetWarning, stacklevel=2)
690
691
if grid is None:
692
# Concatenate time variable to determine overall dimension
0 commit comments