Ignore:
Timestamp:
05/28/14 16:26:33 (11 years ago)
Author:
seroussi
Message:

NEW: reorganizing basal melting

File:
1 edited

Legend:

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

    r17752 r18068  
    1313md.initialization.sediment_head=0.0*ones(md.mesh.numberofvertices,1);
    1414md.hydrology.spcsediment_head=NaN*ones(md.mesh.numberofvertices,1);
    15 md.basalforcings.melting_rate = 2.0*ones(md.mesh.numberofvertices,1);
     15md.basalforcings.groundedice_melting_rate = 2.0*ones(md.mesh.numberofvertices,1);
     16md.basalforcings.floatingice_melting_rate = 0.0*ones(md.mesh.numberofvertices,1);
    1617md.hydrology.sediment_transmitivity=3*ones(md.mesh.numberofvertices,1);
    1718
     
    2021md.hydrology.spcepl_head=NaN*ones(md.mesh.numberofvertices,1);
    2122md.hydrology.mask_eplactive_node=0*ones(md.mesh.numberofvertices,1);
    22 md.basalforcings.melting_rate = 2.0*ones(md.mesh.numberofvertices,1);
    2323md.hydrology.epl_conductivity=30;
    2424md.hydrology.epl_initial_thickness=1;
Note: See TracChangeset for help on using the changeset viewer.