Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DassHydro/smash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0-rc1
Choose a base ref
...
head repository: DassHydro/smash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0-rc2
Choose a head ref
  • 12 commits
  • 38 files changed
  • 7 contributors

Commits on Nov 6, 2024

  1. Copy the full SHA
    9a5587a View commit details

Commits on Nov 19, 2024

  1. Copy the full SHA
    3becd34 View commit details
  2. Fix missing return lcurve pnd (#344)

    * Fix grc structure (model for reunion). remove leaking from slow transfert reservoir cl, because the model calibration was done with this structure
    
    * Fix return wjreg_approx in the lcurve_wjreg return dictionnary. wjreg_approx can be used instead of the full lcurve. Returning this weight paramter helps to evaluate the method
    
    * Document function optimize.py with the new returned float wjreg_approx
    Correctly order the returned lcurve dictionary
    
    * Revert "Fix grc structure (model for reunion). remove leaking from slow transfert reservoir cl, because the model calibration was done with this structure"
    
    This reverts commit b0fff3f.
    
    ---------
    
    Co-authored-by: Apolline Elbaz <aelbaz@localhost.localdomain>
    maximejay and Apolline Elbaz authored Nov 19, 2024
    Copy the full SHA
    c871818 View commit details

Commits on Nov 20, 2024

  1. Fix grc structure (model for reunion) (#343)

    * Fix grc structure (model for reunion). remove leaking from slow transfert reservoir cl, because the model calibration was done with this structure
    
    * Generate adjoint after change in grc structure
    
    * update baseline
    
    * update doc figure
    
    ---------
    
    Co-authored-by: Apolline Elbaz <aelbaz@localhost.localdomain>
    maximejay and Apolline Elbaz authored Nov 20, 2024
    Copy the full SHA
    1d1483a View commit details
  2. Copy the full SHA
    effe281 View commit details
  3. Copy the full SHA
    d2a1ba9 View commit details
  4. Fix: initialise wjreg_fast before return the result (#350)

    * Fix: initialise wjreg_fast before return the result
    
    * FIX: run make format
    
    ---------
    
    Co-authored-by: ngo-nghi-truyen.huynh <ngo-nghi-truyen.huynh@inrae.fr>
    maximejay and nghi-truyen authored Nov 20, 2024
    Copy the full SHA
    0a1fab5 View commit details

Commits on Nov 21, 2024

  1. Copy the full SHA
    7e9c6be View commit details

Commits on Nov 27, 2024

  1. MAINT: Developer guide and pyproject.toml (#354)

    * MAINT: Developer guide and pyproject.toml
    
    - Update build from sources
    - Add backporting section
    - Update pyproject email adress
    - update pyproject skip Python 3.13 wheel
    
    * MAINT: Ruff v0.8.0 update
    inoelloc authored Nov 27, 2024
    Copy the full SHA
    4e833ea View commit details

Commits on Dec 12, 2024

  1. Fix wrong slice size on model.response_data.q when checking available…

    … discharges before optimize (missing last time-step). (#361)
    maximejay authored Dec 12, 2024
    Copy the full SHA
    cbd39e6 View commit details

Commits on Dec 13, 2024

  1. GR with imperviousness (#349)

    * imperviousness reading, cell imperviousness rate accounting in gr models
    
    * merge rainfall intensity and imperviousness
    
    * fix parameters bounds of rainfall intensity models
    
    * add imperviousness on  ps / es 
    
    * optimized bounds alpha1 alpha2
    
    Co-authored-by: Ngo Nghi Truyen Huynh <129378719+nghi-truyen@users.noreply.github.com>
    
    * Update smash/_constant.py
    
    Co-authored-by: Ngo Nghi Truyen Huynh <129378719+nghi-truyen@users.noreply.github.com>
    
    * Apply suggestions on access to imperviousness by OMP in private
    
    Co-authored-by: Ngo Nghi Truyen Huynh <129378719+nghi-truyen@users.noreply.github.com>
    
    * generate tapenade
    
    * add warning on masked values of imperviousness
    
    ---------
    
    Co-authored-by: Garambois Pierre Andre <pierre-andre.garambois@irstea.fr>
    Co-authored-by: Apolline Elbaz <aelbaz@localhost.localdomain>
    Co-authored-by: Ngo Nghi Truyen Huynh <129378719+nghi-truyen@users.noreply.github.com>
    4 people authored Dec 13, 2024
    Copy the full SHA
    cf5b731 View commit details
  2. ENH: add implcit neural ode solver for gr4 model (#358)

    * ENH: add implcit neural ode solver for gr4 model
    
    * FIX: fix line format Fortran
    nghi-truyen authored Dec 13, 2024
    Copy the full SHA
    bf88195 View commit details
Loading