Changeset 19577


Ignore:
Timestamp:
09/23/15 17:05:53 (10 years ago)
Author:
schlegel
Message:

BUG: surface must be equal to base+thickness

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test414.m

    r19049 r19577  
    77md.materials.rho_ice=10^7; %involved in the mass flux, make it easy
    88md.geometry.thickness(:)=1; %make it easy
     9md.geometry.surface=md.geometry.base+md.geometry.thickness;
    910
    1011%constrain all velocities to 1 m/yr, in the y-direction
  • issm/trunk-jpl/test/NightlyRun/test417.m

    r19049 r19577  
    77md.materials.rho_ice=10^7; %involved in the mass flux, make it easy
    88md.geometry.thickness(:)=1; %make it easy
     9md.geometry.surface=md.geometry.base+md.geometry.thickness;
    910
    1011%constrain all velocities to 1 m/yr, in the y-direction
Note: See TracChangeset for help on using the changeset viewer.