Skip to content

User guide on time in MUSE - #1515

Draft
tsmbland wants to merge 2 commits into
mainfrom
time_guide
Draft

User guide on time in MUSE#1515
tsmbland wants to merge 2 commits into
mainfrom
time_guide

Conversation

@tsmbland

Copy link
Copy Markdown
Collaborator

Description

Please include a summary of the change and which issue is fixed (if any). Please also
include relevant motivation and context. List any dependencies that are required for
this change.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change to fix an issue)
  • New feature (non-breaking change to add functionality)
  • Refactoring (non-breaking, non-functional change to improve maintainability)
  • Optimization (non-breaking change to speed up the code)
  • Breaking change (whatever its nature)
  • Documentation (improve or add documentation)

Key checklist

  • All tests pass: $ cargo test
  • The documentation builds and looks OK: $ cargo doc
  • Update release notes for the latest release if this PR adds a new feature or fixes a bug
    present in the previous release

Further checks

  • Code is commented, particularly in hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.35%. Comparing base (ed1209c) to head (0c42ecb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1515   +/-   ##
=======================================
  Coverage   90.35%   90.35%           
=======================================
  Files          61       61           
  Lines        8850     8850           
  Branches     8850     8850           
=======================================
  Hits         7996     7996           
  Misses        529      529           
  Partials      325      325           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a dedicated “Time” section to the Model Description documentation, explaining how MUSE2 represents time across the long-term horizon (milestone years) and within-year operational resolution (seasons/time slices). This improves discoverability and provides a single reference point for time-slice concepts used throughout model configuration and constraints.

Changes:

  • Added new documentation page docs/model/time.md describing milestone years, seasons/time slices, and time-slice selections.
  • Linked the new “Time” page into the documentation navigation (docs/SUMMARY.md) and referenced it from the model overview (docs/model/README.md).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docs/SUMMARY.md Adds “Time” to the Model Description section of the docs navigation.
docs/model/time.md New detailed documentation page describing MUSE2’s time representation and configuration.
docs/model/README.md Adds a pointer directing readers to the new “Time” page for more detail.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants