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

Generate climatology on the fly for AutoAssess soil moisture #3197

Merged
merged 29 commits into from
Jun 20, 2023

Commits on Dec 18, 2022

  1. Add ORCID

    alistairsellar committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    a982577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5cb14 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Try adding CCI obs

    alistairsellar committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    874bbb3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    413311a View commit details
    Browse the repository at this point in the history
  2. Decouple metrics script from autoassess wrapper

    Required in order to access preprocessed obs via main esmvaltool config,
    and in any case our strategy is now to port autoassess metrics as
    "native" esmvaltool code.
    Component changes:
    - name diag_script directly in recipe
    - add main() function to handle config and extract filenames
    - update land_sm_top() to use these preprocessed files
    alistairsellar committed May 10, 2023
    Configuration menu
    Copy the full SHA
    50c4d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e7d3e View commit details
    Browse the repository at this point in the history
  4. Fix provenance

    alistairsellar committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e93d2a3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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

Commits on Jun 2, 2023

  1. Fix the easy Codacy errors

    Last one requires a minor refactor
    alistairsellar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    adb36fd View commit details
    Browse the repository at this point in the history
  2. Break provenance into own function for pylint

    Fixes problem of too-many-locals
    (Alternative approach would be to find another pub?)
    alistairsellar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8ff4a01 View commit details
    Browse the repository at this point in the history
  3. Fix new style error

    alistairsellar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5ab7e63 View commit details
    Browse the repository at this point in the history
  4. Remove doc mention of autoassess_area_base...

    ...since diag_script is called directly
    alistairsellar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    686ea3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2efbc26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f7e6d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Use correct references key

    Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl>
    alistairsellar and bouweandela authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    50812a9 View commit details
    Browse the repository at this point in the history
  2. Correct documentation

    alistairsellar committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    57e55d8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'autoassess_soilmoisture_obs_fly' of github.com:ESMValGr…

    …oup/ESMValTool into autoassess_soilmoisture_obs_fly
    alistairsellar committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cbd7c85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cad172 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    6f79a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    332392b View commit details
    Browse the repository at this point in the history
  3. Document new argument

    alistairsellar committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4e8d4e3 View commit details
    Browse the repository at this point in the history
  4. Add provenance for AutoAssess metrics plots

    Use share save_figure() instead of plt.savefig()
    alistairsellar committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f266afc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aa65b1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'autoassess_soilmoisture_obs_fly' of github.com:ESMValGr…

    …oup/ESMValTool into autoassess_soilmoisture_obs_fly
    alistairsellar committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c2c6104 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    473af6d View commit details
    Browse the repository at this point in the history
  2. Move unit conversion into its own function

    To keep pylint happy
    alistairsellar committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e8cebfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64225ed View commit details
    Browse the repository at this point in the history
  4. Fix style error

    alistairsellar committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e64ee64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10cb722 View commit details
    Browse the repository at this point in the history