Skip to content
Snippets Groups Projects
  1. Mar 20, 2025
  2. Mar 19, 2025
    • Bouvry Arnaud's avatar
      Merge branch... · e3cfb813
      Bouvry Arnaud authored
      Merge branch '116-feature-add-tregenza-sky-discretization-scheme-and-optionnal-bre-cie' into 'develop'
      
      Resolve "[feature] Add Tregenza/Reinhart sky discretization scheme"
      
      See merge request !23
      e3cfb813
    • Bouvry Arnaud's avatar
      [feature] New module sky_model with Reinhart sky discretization scheme · 2d9a9855
      Bouvry Arnaud authored
      * Reinhart sky discretization scheme is in a new module sky_model in a new class ReinhartSky. 
      Its only input is multiplying factor MF, that is used to multiply the 145 patches from the "original" Tregenza sky subdivision scheme into as many patches (e.g. MF = 4 subdivides each of the patches of the Tregenza scheme in 4). 
      Only the top patch is not subdivided like the others, but its size decreases as MF increases.
      
      * Conversion function from spherical to cartesian coordinates is in new file conversion_functions.py.
      Inputs are documented in the function docstring.
      Conversion functions should be stored there and reused as much as possible to reduce risks of errors.
      
      
      Closes #116
      2d9a9855
  3. Mar 12, 2025
    • Bouvry Arnaud's avatar
      Merge branch '87-feature-apv-central-visualization-early-in-the-main-script' into 'develop' · ff28edf3
      Bouvry Arnaud authored
      Resolve "[feature] APV central visualization early in the main script", closes #87
      
      See merge request !31
      ff28edf3
    • Bouvry Arnaud's avatar
      [feature] Temporary - crop yield map display in a conditional and automate... · 268ac834
      Bouvry Arnaud authored
      [feature] Temporary - crop yield map display in a conditional and automate crop yield display as last simulation year
      
      The input of the function used to display results in the main and example scripts is not called identically for the different crop models, so I put a conditional to avoid having to manually adapt the scripts every time we switch crop models.
      
      Also automatically select the last simulation year to display the crop yield, based on the parameters dictionary. Until now, it was hard coded. It made it so the user could run into an error when the hard-coded year did not match the time range of the simulation. Advanced users can still edit the date of the yield map display as needed.
      268ac834
  4. Mar 11, 2025
  5. Mar 05, 2025
  6. Feb 27, 2025
  7. Feb 11, 2025
  8. Feb 10, 2025
  9. Jan 31, 2025
  10. Jan 24, 2025
    • Bouvry Arnaud's avatar
      [chore] Upload issue templates · 2906e502
      Bouvry Arnaud authored
      Upload 2 templates :
      - feature request
      - bugfix request
      
      Those templates are used when creating an issue. Predefined sections make it easier to describe an issue (summary, current behavior, desired behavior, related things, sources, etc.)
      2906e502
  11. Dec 05, 2024
  12. Nov 28, 2024
Loading