source: issm/oecreview/Archive/24684-25833/ISSM-25190-25191.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 603 bytes
  • ../trunk-jpl/src/m/contrib/defleurian/netCDF/export_netCDF.py

     
    1818                self.data.append(r)
    1919
    2020    def finalize(self, rows):
    21         print("data of len {} with {} rows".format(len(self.data) ,rows))
    2221        if len(self.data) > rows:
    2322            return np.reshape(self.data, newshape=(rows, int(len(self.data) / rows)))
    2423        else:
Note: See TracBrowser for help on using the repository browser.