source:
issm/oecreview/Archive/24684-25833/ISSM-25443-25444.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 864 bytes |
-
../trunk-jpl/src/m/contrib/adhikari/adhikari2016GMD_slr_solver/SESAWslr.m
110 110 end 111 111 112 112 % 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.113 geoid = term1+term2; % eus-term3-term4 is excluded from rsl. See Tamisiea, 2011. 114 114 if strcmpi(para.solidearth,'rigid') 115 115 vlm = 0.0*rsl; 116 116 elseif strcmpi(para.solidearth,'elastic') … … 121 121 vlm = term1+term2; 122 122 end 123 123 % now add VLM. 124 geoid = rsl_no_mass_conservation+vlm;124 geoid = geoid+vlm; 125 125
Note:
See TracBrowser
for help on using the repository browser.