Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smoothing and inter/extrapolating gps coordinates #253

Closed

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    1ae5cb1 View commit details
    Browse the repository at this point in the history
  2. make get_l3 where toL3 is run on merged L2 data

    + some renaming
    + moving some necessary steps (like directional wind speed calculation to the L1toL2 step
    BaptisteVandecrux committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d4541a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59aa133 View commit details
    Browse the repository at this point in the history
  4. typo fix

    BaptisteVandecrux committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    228f0b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59bf8dd View commit details
    Browse the repository at this point in the history
  6. Simplified turbulent fluxes calculation

    - `calcHumid` renamed to `calcSpHumid` for clarity
    - `cleanHeatFlux` and `cleanSpHumid` were just removing NaNs, so it is now done at the end of `calcHeatFlux` and `calcSpHumid`
    - `rho_atm`, `nu` were only used in `calcSpHumid` so they are calculated inside the function rather than outside
    BaptisteVandecrux committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    02befb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a74ce35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb0f43a View commit details
    Browse the repository at this point in the history
  9. fixed indentation

    BaptisteVandecrux committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bb7c4c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    5d140cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc3b4bd View commit details
    Browse the repository at this point in the history