Last change
on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago |
CHG: added 24684-25833
|
File size:
864 bytes
|
Rev | Line | |
---|
[25834] | 1 | Index: ../trunk-jpl/src/m/contrib/adhikari/adhikari2016GMD_slr_solver/SESAWslr.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/contrib/adhikari/adhikari2016GMD_slr_solver/SESAWslr.m (revision 25443)
|
---|
| 4 | +++ ../trunk-jpl/src/m/contrib/adhikari/adhikari2016GMD_slr_solver/SESAWslr.m (revision 25444)
|
---|
| 5 | @@ -110,7 +110,7 @@
|
---|
| 6 | end
|
---|
| 7 |
|
---|
| 8 | % compute bedrock motion aka VLM (vertical land motion) and geoid height change
|
---|
| 9 | -rsl_no_mass_conservation = term1+term2; % eus-term3-term4 is excluded. See Tamisiea, 2011.
|
---|
| 10 | +geoid = term1+term2; % eus-term3-term4 is excluded from rsl. See Tamisiea, 2011.
|
---|
| 11 | if strcmpi(para.solidearth,'rigid')
|
---|
| 12 | vlm = 0.0*rsl;
|
---|
| 13 | elseif strcmpi(para.solidearth,'elastic')
|
---|
| 14 | @@ -121,5 +121,5 @@
|
---|
| 15 | vlm = term1+term2;
|
---|
| 16 | end
|
---|
| 17 | % now add VLM.
|
---|
| 18 | -geoid = rsl_no_mass_conservation+vlm;
|
---|
| 19 | +geoid = geoid+vlm;
|
---|
| 20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.