Index: wflow-py/wflow/pcrglobwb/ncConverter.py =================================================================== diff -u -r90a4ee3dd8724fb9dfe52fa5b7364aca4a4bd36a -rb90c267fae9ec3423464cf9b6c7a9bcbcd45d3a0 --- wflow-py/wflow/pcrglobwb/ncConverter.py (.../ncConverter.py) (revision 90a4ee3dd8724fb9dfe52fa5b7364aca4a4bd36a) +++ wflow-py/wflow/pcrglobwb/ncConverter.py (.../ncConverter.py) (revision b90c267fae9ec3423464cf9b6c7a9bcbcd45d3a0) @@ -59,9 +59,7 @@ and iniItems.reportingOptions["netcdf_y_orientation_follow_cf_convention"] == "True" ): - msg = ( - "Latitude (y) orientation for output netcdf files start from the bottom to top." - ) + msg = "Latitude (y) orientation for output netcdf files start from the bottom to top." self.netcdf_y_orientation_follow_cf_convention = True self.latitudes = np.unique(pcr.pcr2numpy(pcr.ycoordinate(cloneMap), vos.MV)) @@ -214,7 +212,9 @@ date_time = rootgrp.variables["time"] if posCnt == None: posCnt = len(date_time) - date_time[posCnt] = cftime.date2num(timeStamp, date_time.units, date_time.calendar) + date_time[posCnt] = cftime.date2num( + timeStamp, date_time.units, date_time.calendar + ) # flip variable if necessary (to follow cf_convention) if self.netcdf_y_orientation_follow_cf_convention: