source:
issm/oecreview/Archive/24684-25833/ISSM-25718-25719.diff@
25834
Last change on this file since 25834 was 25834, checked in by , 4 years ago | |
---|---|
File size: 692 bytes |
-
../trunk-jpl/test/NightlyRun/test437.py
71 71 i1 = 0 72 72 i2 = int(np.ceil(t2 / md.timestepping.time_step) + 2) - 1 73 73 i3 = int(np.ceil(md.timestepping.final_time / (2. * md.timestepping.time_step))) - 1 74 i4 = np.shape(md.results.TransientSolution)[0]- 174 i4 = len(md.results.TransientSolution) - 1 75 75 field_values = [md.results.TransientSolution[i1].Enthalpy, 76 76 md.results.TransientSolution[i1].Temperature, 77 77 md.results.TransientSolution[i1].Waterfraction,
Note:
See TracBrowser
for help on using the repository browser.