ocean-transport / argo-intern

Andrew's project
1 stars 1 forks source link

SUMMER 2022: Roadmap/Project Flow #1

Closed andrewfagerheim closed 1 year ago

andrewfagerheim commented 2 years ago

Repo Organization & Project Outline

Daily Tasks:

Project Flow:

  1. Create synthetic example of a signal by combining sin functions as a first exercise
  2. Work with glider data and try to reproduce spectral analysis
  3. Analyze Argo data in this region and hope it displays layering somewhat similar to the glider results
  4. Slowly broaden scope to include more geographic regions once the above code seems to work
jbusecke commented 2 years ago

😍

andrewfagerheim commented 2 years ago

2 June 2022: Intro Meeting w @dhruvbalwada

BROAD CONCEPT: Physical Oceanography

SPECIFIC DATASET: Argo Floats

BASICS OF THIS PROJECT

INFORMATION FLOW

andrewfagerheim commented 2 years ago

3 June 2022: Logistics Meeting w @dhruvbalwada @jbusecke

TODO

ARGO FLOAT COMMS

andrewfagerheim commented 2 years ago

6 June 2022: Meeting w @jbusecke

DISCUSSION:

NEXT STEPS:

WORK DONE AFTER MEETING:

jbusecke commented 2 years ago

8 June 2022: Meeting w @andrewfagerheim

DISCUSSION:

POTENTIAL NEXT STEPS:

ACTION ITEMS:

andrewfagerheim commented 2 years ago

10 June 2022: Progress Update after June 8 Meeting w @jbusecke

PROGRESS:

NEXT GOALS:

andrewfagerheim commented 2 years ago

10 June 2022: Meeting w @jbusecke

NEXT STEPS:

QUESTION: What plots should I return? The options we talked about include:

QUESTION: What things am I looking for in an "interesting" float?

andrewfagerheim commented 2 years ago

13 June 2022: Meeting w @jbusecke @dhruvbalwada

RANDOM NOTES:

GOALS: Short Term (by Wednesday)

GOALS: Long Term (coming weeks)

jbusecke commented 2 years ago

DEOS10

This is actually TEOS10. Here is the python package

andrewfagerheim commented 2 years ago

15 June 2022: First Focusing Session

Questions/Feedback

andrewfagerheim commented 2 years ago

16 June 2022

Notes on selected floats in the Southern Ocean:

Other comments/issues:

andrewfagerheim commented 2 years ago
  • Wanted to know what conservative temperature means from Dhruv's plot

See quick notes in https://github.com/ocean-transport/argo-intern/issues/4#issuecomment-1158989406

It seems like potential temperature is a measurement of temperature adjusted for adiabatic pressure change and conservative temperature is a measurement of enthalpy/internal energy.

andrewfagerheim commented 2 years ago

21 June 2022: Meeting w @dhruvbalwada

NOTES ON float_plot:

ARGO SPECIFICS:

THIS PROJECT:

SPECTRAL ANALYSIS:

FILTERING ANALYSIS:

SHORT-TERM GOALS (by Friday):

LONG-TERM GOALS:

andrewfagerheim commented 2 years ago

22 June 2022: Second Focusing Session

Questions/Feedback:

jbusecke commented 2 years ago

Wondered if climatology even needs to be considered if mixed layer is removed

I would say absolutely. While the mixed layer is the part of the ocean that is in direct contact with the atmosphere, the thermocline beneath it is still very seasonal (affected by lateral processes and vertical mixing).

andrewfagerheim commented 2 years ago

24 June 2022: Meeting w @dhruvbalwada

XARRAY ATTEMPT:

NOTES ON SPECTRAL ANALYSIS:

FILTERING ATTEMPT:

NOTES ON FILTERING:

SHORT-TERM GOALS:

LONG-TERM GOALS:

andrewfagerheim commented 2 years ago

30 June 2022: Meeting w @dhruvbalwada

SPECTRAL NOTES:

FILTERING NOTES:

SHORT-TERM GOALS:

andrewfagerheim commented 2 years ago

1 July 2022: Meeting w @dhruvbalwada @jbusecke

sigma dependent on grid spacing

calculate spectra of filtered signal

see where it falls off

represent sigma in terms of filter length scale, choose filter length scale, determine del(x), think of gridpoints in terms of x

give function filter scale, define length scale in terms of distance increment, how does sigma relate to this

xrft windowing? calculate spectra with window=True, window_correction? see how this impacts orange line

just pick Argo float and try this out now, or glider profile since that already has interesting structure

take filter off of signal itself to create anaomly plot, create variance plots too

read Wiki sites for variance and standard deviation, this will play into

NOTES PLEASE:

SHORT-TERM GOALS:

andrewfagerheim commented 2 years ago

8 July 2020: Meeting w @dhruvbalwada

FILTER SCALE:

ASSUMPTIONS:

SHORT TERM:

andrewfagerheim commented 2 years ago

13 July 2022: Meeting w @dhruvbalwada

QUESTIONS:

andrewfagerheim commented 1 year ago

Closing issue from this summer and opening a new one for the fall