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

Feature 2388 update tci #2550

Merged
merged 32 commits into from
Apr 17, 2024
Merged

Feature 2388 update tci #2550

merged 32 commits into from
Apr 17, 2024

Commits on Oct 31, 2023

  1. Major refactor including elimination of unnecessary imports, only com…

    …puting the index for the season requested instead of all seasons all the time, which also fixes a bug selecting which season the user requested. Results are identical for all seasons for the test data for the use case.
    DanielAdriaansen committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3dcc2e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    6d58b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    841f664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edcb4d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Summation has to have a dimension supplied for the gridded data, but …

    …for pandas the only dimension is time (but it is un-named). Therefore the numerator for the covariance term had to be split out between the fcst and obs case.
    DanielAdriaansen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cd9c2e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    c12c1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b94a64 View commit details
    Browse the repository at this point in the history
  3. Major overhaul to observation Python embedding script for the TCI use…

    … case, to compute TCI from raw observations rather than read pre-computed TCI.
    DanielAdriaansen committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7d65a3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6647c43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29c7ad7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4879955 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91faa59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cf8f28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cc809b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5228f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    7a9fd24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0642ba View commit details
    Browse the repository at this point in the history
  3. Removes old code, somsome reorganization and clarification and settin…

    …g of params, and also switches the fluxnet metadata file to a command line argument instead of an environment variable.
    DanielAdriaansen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7ead6f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Support for environment variables or default options for filtering an…

    …d filename patterns, DEBUG mode added and set to False by default, adjustment of print statements for logging, and refactoring filtering of stations to ensure we don't process a file that we shouldn't by better coupling of filenames and stations.
    DanielAdriaansen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    06b7af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e7db9 View commit details
    Browse the repository at this point in the history
  3. Reorganization of config file, adds environment variables, and update…

    …s comments for use case changes.
    DanielAdriaansen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    db877e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    757f7a6 View commit details
    Browse the repository at this point in the history
  5. Fixes tables.

    DanielAdriaansen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    51d03fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1a640c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0630880 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    d151586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47cc8a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    b867dac View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    05dcedb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f74ea6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fc9b50 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Update docs/use_cases/model_applications/land_surface/PointStat_fcstC…

    …ESM_obsFLUXNET2015_TCI.py
    
    Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
    DanielAdriaansen and georgemccabe authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c28f52d View commit details
    Browse the repository at this point in the history