Skip to content

Commit 76f9cbd

Browse files
committed
fix format
1 parent 4a4595a commit 76f9cbd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/access_mopper/configurations.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ def cmorise_ocean(self, file_paths, compound_name, cmor_dataset_json, mip_table)
263263
# Write data to CMOR
264264
data = np.moveaxis(data, 0, -1)
265265
cmor.write(cmorVar, data, ntimes_passed=len(time_numeric))
266-
267266

268267
# Finalize and save the file
269268
filename = cmor.close(cmorVar, file_name=True)
@@ -378,8 +377,6 @@ def cmorise(self, file_paths, compound_name, cmor_dataset_json, mip_table):
378377
"time", coord_vals=time_numeric, cell_bounds=time_bnds, units=time_units
379378
)
380379

381-
# Append coordinates and transpose data axes
382-
383380
# 2d data
384381
if data.ndim == 3:
385382
# The order of axes follows the specification in CMIP6_Omon.json.

0 commit comments

Comments
 (0)