Changeset 24256 for issm/trunk-jpl/test/NightlyRun/test2424.py
- Timestamp:
- 10/18/19 06:52:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2424.py
r24214 r24256 31 31 md.timestepping.time_step = .1 32 32 md.slr.sealevel = newforcing(md.timestepping.start_time, md.timestepping.final_time, 33 md.timestepping.time_step, - 33 md.timestepping.time_step, -200., 200., md.mesh.numberofvertices) 34 34 35 35 md.cluster = generic('name', gethostname(), 'np', 3) … … 47 47 field_names.append('Time-' + str(md.results.TransientSolution[i].time) + ' - yr - ice_levelset - S - sl - (1 - di) * H') 48 48 field_tolerances.append(1e-12) 49 field_values.append(md.results.TransientSolution[i].MaskGroundediceLevelset.reshape(- 1, ) - (md.geometry.surface - md.results.TransientSolution[i].Sealevel.reshape(-1, ) - (1 - md.materials.rho_ice / md.materials.rho_water) * md.geometry.thickness))49 field_values.append(md.results.TransientSolution[i].MaskGroundediceLevelset.reshape(-1, ) - (md.geometry.surface - md.results.TransientSolution[i].Sealevel.reshape(-1, ) - (1 - md.materials.rho_ice / md.materials.rho_water) * md.geometry.thickness))
Note:
See TracChangeset
for help on using the changeset viewer.