Changeset 25444
- Timestamp:
- 08/21/20 11:39:12 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/adhikari/adhikari2016GMD_slr_solver/SESAWslr.m
r25443 r25444 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; … … 122 122 end 123 123 % now add VLM. 124 geoid = rsl_no_mass_conservation+vlm;124 geoid = geoid+vlm; 125 125
Note:
See TracChangeset
for help on using the changeset viewer.