mikestaub / sea-surface-temperature-analysis

Analyzes and visualizes global sea surface temperature using Argo float data
0 stars 0 forks source link

mimic climatereanalyzer graph #1

Open mikestaub opened 2 weeks ago

mikestaub commented 2 weeks ago

I want to make this project as similar as possible to this graph: https://climatereanalyzer.org/clim/sst_daily/

It's not clear if that is possible with only the Argo datasets from https://github.com/euroargodev/argopy

@gmaze do you have suggestions?

gmaze commented 1 week ago

Hi @mikestaub argopy can surely help in retrieving near-surface temperature data from Argo but:

and

In https://github.com/mikestaub/sea-surface-temperature-analysis/blob/3cb90c4d04345ecda5418f54429c350ec2ffa825/plot-argo-data.py#L60 you take the daily global mean without considering the un-even spatial distribution of the data, for a more reliable average, you may consider to remove profiles "too" close to each others. Another intermediate solution, more reliable and statistically correct, would be to bin the data by 1x1, 2x2 or 3x3 degrees before taking a latitude weighted mean