source: issm/oecreview/Archive/24684-25833/ISSM-25718-25719.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: 692 bytes
  • ../trunk-jpl/test/NightlyRun/test437.py

     
    7171i1 = 0
    7272i2 = int(np.ceil(t2 / md.timestepping.time_step) + 2) - 1
    7373i3 = int(np.ceil(md.timestepping.final_time / (2. * md.timestepping.time_step))) - 1
    74 i4 = np.shape(md.results.TransientSolution)[0] - 1
     74i4 = len(md.results.TransientSolution) - 1
    7575field_values = [md.results.TransientSolution[i1].Enthalpy,
    7676                md.results.TransientSolution[i1].Temperature,
    7777                md.results.TransientSolution[i1].Waterfraction,
Note: See TracBrowser for help on using the repository browser.