Ignore:
Timestamp:
06/04/21 16:35:40 (4 years ago)
Author:
caronlam
Message:

BUG: BarystaticLoad was considering coastline elements that were fully covered by ice as also fully grounded; CHG: lots of renaming in sealevelchange_core & analysis; CHG: it is now possible to compute GRD with Barystatic contributions & ocean mass but without sea-level loading

File:
1 edited

Legend:

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

    r26165 r26296  
    1717md.initialization.sealevel=zeros(md.mesh.numberofvertices,1);
    1818md.solidearth.settings.cross_section_shape=1;    % for square-edged x-section
    19 md.solidearth.settings.computesealevelchange=0;  %do not compute sea level, only deformation
     19md.solidearth.settings.grdocean=0;  %do not compute sea level, only deformation
     20md.solidearth.settings.sealevelloading=0;  %do not compute sea level, only deformation
    2021md.solidearth.requested_outputs={'Sealevel','BedGRD'};
    2122
Note: See TracChangeset for help on using the changeset viewer.