Retrieve SSH above geoid from SWOT Nadir
Posted: Sat Mar 30, 2024 5:40 pm America/New_York
I am currently working on SWOT_L2_NALT_GDR_2.0 data. My goal is to retrieve SSH above geoid from 20Hz ku band products. To retrieve SSH above geoid (with instrumental corrections), I am following the following approach (actual variable names mentioned) -
SSH above geoid = "/data_20/altitude" - "/data_20/ku/range_ocean" - "/data_01/geoid"
However, the SSH values I am getting are orders of magnitude different than actual values. For example, the values under "mean_dynamic_topography" above geoid (which is the type of product I am looking for, I just need the actual SSH instead of the mean) are in range +-0.0xxxx range but my retrieved values are in the +-xx.xxxx range. I have the following concerns -
1. Am I missing any step somewhere in the process?
2. Do I have to account for the add_offset or the scale_factor present in the altitude and range_ocean variables metadata somewhere in the process? I have tried with adding add_offset and multiplied scale_factor with the variable values, however, the results are still orders of magnitude different from what it should be.
SSH above geoid = "/data_20/altitude" - "/data_20/ku/range_ocean" - "/data_01/geoid"
However, the SSH values I am getting are orders of magnitude different than actual values. For example, the values under "mean_dynamic_topography" above geoid (which is the type of product I am looking for, I just need the actual SSH instead of the mean) are in range +-0.0xxxx range but my retrieved values are in the +-xx.xxxx range. I have the following concerns -
1. Am I missing any step somewhere in the process?
2. Do I have to account for the add_offset or the scale_factor present in the altitude and range_ocean variables metadata somewhere in the process? I have tried with adding add_offset and multiplied scale_factor with the variable values, however, the results are still orders of magnitude different from what it should be.