Changeset 21965


Ignore:
Timestamp:
08/17/17 05:27:32 (8 years ago)
Author:
bdef
Message:

NEW:adding a bypass for unconfined scheme (transitory for nondev use

Location:
issm/trunk-jpl/test/NightlyRun
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test301.py

    r21408 r21965  
    1919field_names     =['Vx','Vy','Vel','Pressure']
    2020field_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         ]
     21field_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  
    2020md.hydrology.max_iter=200;
    2121md.hydrology.transfer_flag=0;
     22md.hydrology.unconfined_flag=1;
    2223md.hydrology.sediment_porosity=0.1;
    2324%Sediment
  • issm/trunk-jpl/test/NightlyRun/test330.py

    r21638 r21965  
    3232md.hydrology.max_iter=200
    3333md.hydrology.transfer_flag=0
     34md.hydrology.unconfined_flag=1
    3435md.hydrology.sediment_porosity=0.1
    3536#Sediment
Note: See TracChangeset for help on using the changeset viewer.