Changeset 23146


Ignore:
Timestamp:
08/21/18 07:10:53 (7 years ago)
Author:
hakesson
Message:

CHG: edits for test of PISM hydrology

File:
1 edited

Legend:

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

    r23093 r23146  
    77%Hydrology
    88md.hydrology = hydrologypism();
    9 md.hydrology.drainage_rate      = 1000*ones(md.mesh.numberofvertices,1);
     9md.hydrology.drainage_rate      = 0.001*ones(md.mesh.numberofvertices,1);
    1010md.initialization.pressure=zeros(md.mesh.numberofvertices,1);
    1111md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
     
    2222
    2323%Plot to check result
    24 %plotmodel(md,'data',md.results.TransientSolution(3).Watercolumn - 3*(md.materials.rho_freshwater/md.materials.rho_ice*[1:md.mesh.numberofvertices]' -1),'caxis',[-1 1])
     24% plotmodel(md,'data',md.results.TransientSolution(3).Watercolumn - 3*(md.materials.rho_freshwater/md.materials.rho_ice*[1:md.mesh.numberofvertices]' -1))
    2525
    2626%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.