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

Time dependent QDM #226

Merged
merged 26 commits into from
Jul 18, 2024
Merged

Time dependent QDM #226

merged 26 commits into from
Jul 18, 2024

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    a2b5709 View commit details
    Browse the repository at this point in the history
  2. feat: window_mask() method

    A masking for measurements outside the intended time window of interest.
    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    5c24fe5 View commit details
    Browse the repository at this point in the history
  3. feat: window_mask() method directly on QDM

    A masking for measurements outside the intended time window of interest.
    Building it directly in the standard QDM method.
    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    ef8d9d2 View commit details
    Browse the repository at this point in the history
  4. refact: run_single including bias time index

    A requirements to estimate parameters by time window.
    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2adcf42 View commit details
    Browse the repository at this point in the history
  5. feat: Quantiles estimated within moving time windows

    This allows monthly quantiles or any other scales.
    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    0bdea51 View commit details
    Browse the repository at this point in the history
  6. refactor: local_qdm running on time windows

    Expects the CDFs were estimated within time windows and apply the QDM
    correction respecting those.
    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a6265db View commit details
    Browse the repository at this point in the history
  7. feat: Method to guide periods along a year

    This is used to support applying filters and masks.
    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f0cdfd5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1896a5 View commit details
    Browse the repository at this point in the history
  9. clean: Removing WindowedQuantileDeltaMappingCorrection

    A different direction. Instead of that, I generatlized the standard
    QuantileDeltaMappingCorrection to deal with N periods, which N=1 is the
    same behavior of the original function.
    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    67af0c1 View commit details
    Browse the repository at this point in the history
  10. refactor: Using named arguments

    Using named arguments allow more freedom on the functions signatures
    thus more freedom for refactoring. Here we initiated the requirement on
    time to be able to apply QDM on different time scales, such as
    seasonally.
    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    e5d87ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51a2ad6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d1a8b47 View commit details
    Browse the repository at this point in the history
  13. cfg: Updating pixi.lock

    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    679aed3 View commit details
    Browse the repository at this point in the history
  14. doc: window_mask()

    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d02f684 View commit details
    Browse the repository at this point in the history
  15. doc, style: _window_center()

    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2dac48e View commit details
    Browse the repository at this point in the history
  16. style:

    castelao committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    ae993a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. style:

    castelao committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a1da04b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc3f08 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Replacing variable t by idt

    As requested by @grantbuster
    castelao committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    48c66de View commit details
    Browse the repository at this point in the history
  2. refact: Renaming variables

    As requested by @grantbuster
    castelao committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2333502 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. refact, fix: window_mask doesn't need rouding

    In case of a resolution higher than daily, it would make sense using the
    window extent without rounding it. Also fix a sign when after 365.
    castelao committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5bec517 View commit details
    Browse the repository at this point in the history
  2. test: Testing window_mask()

    castelao committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9ab7713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7062884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e6c58b View commit details
    Browse the repository at this point in the history
  5. refact: Renaming time to time_index

    As requested by @bnb32.
    castelao committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4ee8bce View commit details
    Browse the repository at this point in the history
  6. doc: Information on the reference attributes

    As requested by @grantbuster.
    castelao committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b087841 View commit details
    Browse the repository at this point in the history