We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abffe7 commit 81c6b15Copy full SHA for 81c6b15
1 file changed
PyStemmusScope/save.py
@@ -332,8 +332,8 @@ def to_netcdf(config_file: str, cf_filename: str) -> str:
332
# otherwise it cannot be uploaded to modelevaluation portal
333
start_time = time.dt.strftime("%Y-%m-%d").values[0]
334
time_encode = {
335
- "time": {"units": f"seconds since {start_time}","calendar": "standard"}
336
- }
+ "time": {"units": f"seconds since {start_time}", "calendar": "standard"}
+ }
337
# save to nc file
338
nc_filename = (
339
Path(config["OutputPath"])
0 commit comments