Ignore:
Timestamp:
10/01/14 05:15:45 (10 years ago)
Author:
jbondzio
Message:

ADD: NRs for enthalpy: LliboutryDuval rheology and changing basal boundary conditions. ToDo: add python tests (soon).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/SquareThermal.par

    r18068 r18552  
    2222disp('      creating temperatures');
    2323md.initialization.temperature=(273.-20.)*ones(md.mesh.numberofvertices,1);
     24md.initialization.pressure=zeros(md.mesh.numberofvertices,1);
     25md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
     26md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
    2427
    2528disp('      creating flow law parameter');
Note: See TracChangeset for help on using the changeset viewer.