Warning, /pkg/sbo/sbo_description.tex is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
ef080e1d37 Dimi*0001 %%
0002 %%
0003
85d26bffb0 Jean*0004 Pacakge sbo implements diagnostic code to compute IERS Special
0005 Bureau for the Oceans (SBO) core products, including oceanic mass,
0006 center-of-mass, and angular momentum.
0007 Adapted from equations in
0008 ftp://euler.jpl.nasa.gov/sbo/publications/sbo_technical_note.pdf
0009 See also: http://euler.jpl.nasa.gov/sbo/
0010
0011 Includes time variable mass from freshwater flux, which affects OAMP
0012 and COM. To remove freshwater flux impacts from OAMP, simply remove
0013 the provided freshwater component: OAMP_nofw = OAMP - OAMP_fw. To
0014 remove freshwater flux impacts from COM, you need to scale by mass:
0015 COM_nofw = (COM*mass - COM_fw*mass_fw)/(mass - mass_fw).