Changeset 25444


Ignore:
Timestamp:
08/21/20 11:39:12 (5 years ago)
Author:
adhikari
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/adhikari/adhikari2016GMD_slr_solver/SESAWslr.m

    r25443 r25444  
    111111
    112112% compute bedrock motion aka VLM (vertical land motion) and geoid height change
    113 rsl_no_mass_conservation = term1+term2; % eus-term3-term4 is excluded. See Tamisiea, 2011.
     113geoid = term1+term2; % eus-term3-term4 is excluded from rsl. See Tamisiea, 2011.
    114114if strcmpi(para.solidearth,'rigid')
    115115        vlm = 0.0*rsl;
     
    122122end
    123123% now add VLM.
    124 geoid = rsl_no_mass_conservation+vlm;
     124geoid = geoid+vlm;
    125125
Note: See TracChangeset for help on using the changeset viewer.