Changeset 23003
- Timestamp:
- 07/23/18 16:41:09 (7 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test441.m
r22993 r23003 41 41 md.groundingline.migration='SubelementMigration'; 42 42 md.groundingline.friction_interpolation='SubelementFriction2'; 43 md.groundingline.melt_interpolation='SubelementMelt2'; 43 44 md.timestepping.final_time=30; 44 45 md.timestepping.time_step=10; -
issm/trunk-jpl/test/NightlyRun/test441.py
r22993 r23003 51 51 md.transient.requested_outputs = ['default','BasalforcingsFloatingiceMeltingRate'] 52 52 md.groundingline.migration = 'SubelementMigration' 53 md.groundingline.migration = 'SubelementFriction2' 53 md.groundingline.melt_interpolation= 'SubelementFriction2' 54 md.groundingline.friction_interpolation= 'SubelementMelt2' 54 55 md.timestepping.final_time = 30. 55 56 md.timestepping.time_step = 10.
Note:
See TracChangeset
for help on using the changeset viewer.