Skip to content
Snippets Groups Projects
  1. May 13, 2022
  2. May 12, 2022
  3. May 11, 2022
  4. May 10, 2022
  5. May 09, 2022
  6. May 08, 2022
  7. May 06, 2022
  8. May 03, 2022
  9. Apr 24, 2022
  10. Apr 23, 2022
    • Brian Groenke's avatar
      Fix sfcc allocations, refactor heat methods, etc · 800616be
      Brian Groenke authored
      This commit accidentally ended up accumulating way too many changes, some of which are from implementing snow on the other branch. This is bad practice... do not do this.
      
      Summary of changes:
      - Fixes some weird performance/allocation issues with the SFCC newton solver
      - Re-adds the process type parameter to BoundaryProcess; this is to prevent ambiguous method dispatches between different layer interactions
      - Adds 'thickness' and 'midpoints' methods to model interface to generalize distance calculations for fluxes; this allows some layers/processes (e.g. snow) to override the default cell width calculations
      - Adds a top-level 'grid' field to layer state to support variable-independent grid operations
      - Re-adds layer-only diagnosticstep
      - Adds utility methods to support other changes
      800616be
  11. Apr 15, 2022
  12. Apr 13, 2022
  13. Apr 12, 2022
  14. Apr 11, 2022
  15. Apr 07, 2022
  16. Apr 06, 2022
  17. Apr 05, 2022
  18. Apr 01, 2022
Loading