Ignore:
Timestamp:
06/11/09 12:58:40 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed runmes.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Validation/EISMINT/MassConservation/runme.m

    r16 r899  
    1515
    1616%launch transient solution
    17 md=solve(md,'transient');
     17md=solve(md,'analysis_type','transient','package','ice');
    1818
    1919%plot results
    20 plotmodel(md,'data',md.transient_results(end).thickness,'sectionvalue','CrossLine.exp')
     20plotmodel(md,'data',md.results.transient(end).thickness,'sectionvalue','CrossLine.exp')
    2121
    2222%Don't forget to add these lines in icetransient2d.m, just before the computation of the thickness to change the thickness on the upper boundary condition
Note: See TracChangeset for help on using the changeset viewer.