Changeset 21965
- Timestamp:
- 08/17/17 05:27:32 (8 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test301.py
r21408 r21965 19 19 field_names =['Vx','Vy','Vel','Pressure'] 20 20 field_tolerances=[1e-13,1e-13,1e-13,1e-13] 21 field_values=[\ 22 md.results.StressbalanceSolution.Vx,\ 23 md.results.StressbalanceSolution.Vy,\ 24 md.results.StressbalanceSolution.Vel,\ 25 md.results.StressbalanceSolution.Pressure,\ 26 ] 21 field_values=[md.results.StressbalanceSolution.Vx, 22 md.results.StressbalanceSolution.Vy, 23 md.results.StressbalanceSolution.Vel, 24 md.results.StressbalanceSolution.Pressure] -
issm/trunk-jpl/test/NightlyRun/test330.m
r21640 r21965 20 20 md.hydrology.max_iter=200; 21 21 md.hydrology.transfer_flag=0; 22 md.hydrology.unconfined_flag=1; 22 23 md.hydrology.sediment_porosity=0.1; 23 24 %Sediment -
issm/trunk-jpl/test/NightlyRun/test330.py
r21638 r21965 32 32 md.hydrology.max_iter=200 33 33 md.hydrology.transfer_flag=0 34 md.hydrology.unconfined_flag=1 34 35 md.hydrology.sediment_porosity=0.1 35 36 #Sediment
Note:
See TracChangeset
for help on using the changeset viewer.