Changeset 26261


Ignore:
Timestamp:
05/12/21 11:52:52 (4 years ago)
Author:
adhikari
Message:

CHG: looks like cumsum is not needed for GRACE data, but CumBlsc should be plotted instead of Blsc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/examples/SlrGRACE/runme.m

    r26259 r26261  
    242242
    243243        for tt=1:length(time)
    244                 gmsl(tt) = md.results.TransientSolution(tt).Bslc*1000; % [mm]
     244                gmsl(tt) = md.results.TransientSolution(tt).CumBslc*1000; % [mm]
    245245                sol1(:,tt) = (md.masstransport.spcthickness(1:end-1,tt)-md.geometry.thickness)*100; % [cm]
    246246                sol2(:,tt) = (md.results.TransientSolution(tt).Sealevel-md.results.TransientSolution(tt).Bed)*1000;     % [mm]
     
    296296                        c1=colorbar;
    297297                        colormap('haxby');
    298                         caxis([-floor(min(abs(min(min(sol))),abs(max(max(sol))))) floor(min(abs(min(min(sol))),abs(max(max(sol)))))]);
     298                        %caxis([-floor(min(abs(min(min(sol))),abs(max(max(sol))))) floor(min(abs(min(min(sol))),abs(max(max(sol)))))]);
    299299                        xlim([-180 180]);
    300300                        ylim([-90 90]);
Note: See TracChangeset for help on using the changeset viewer.