source: issm/oecreview/Archive/24684-25833/ISSM-25443-25444.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 864 bytes
  • ../trunk-jpl/src/m/contrib/adhikari/adhikari2016GMD_slr_solver/SESAWslr.m

     
    110110end
    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;
    116116elseif strcmpi(para.solidearth,'elastic')
     
    121121        vlm = term1+term2;
    122122end
    123123% now add VLM.
    124 geoid = rsl_no_mass_conservation+vlm;
     124geoid = geoid+vlm;
    125125
Note: See TracBrowser for help on using the repository browser.