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 514da6b commit 5d7c8faCopy full SHA for 5d7c8fa
src/parcels/_core/fieldset.py
@@ -332,7 +332,7 @@ def from_sgrid_conventions(
332
if "time" in ds.dims and "time" in ds.coords:
333
if "axis" not in ds["time"].attrs:
334
logger.debug(
335
- "Dataset contains 'time' dimension but no 'axis' attribute. Setting 'axis' attribute is set to 'T'."
+ "Dataset contains 'time' dimension but no 'axis' attribute. Setting 'axis' attribute to 'T'."
336
)
337
ds["time"].attrs["axis"] = "T"
338
0 commit comments