<!-- Thank you for taking the time to suggest a feature. Before submitting, please reread your description to ensure that other readers can reasonably understand the motivation and proposed solution. IMPORTANT NOTES 1. Leave all HTML comments in place (formatted like this large block so it won't show up in your Feature Request text.) 2. Use GH flavored markdown: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax, especially for code snippets, which should look like the following: ```python a = 1 b = 2 print(a + b) ``` 3. Please be as thorough as possible when describing what the proposed enhancement or feature should do, including any finer details to guide implementation. --> <!--The title should clearly define the feature request/enhancement succinctly.--> # Establish dt range for all models There are already several models that are variable dt compatible, but to start we just need to establish the bounds variable for all models. <!-- Describe the desired enhancement. --> ## Proposed solution <!-- Please include pseudocode (markdown-formatted), images, or any other visual aids to communicate the idea. --> ## Alternatives considered <!-- Describe workarounds or alternatives even if hacky or incomplete. Sometimes these are the best solution! --> ## Additional context <!-- Provide anything else that helps to communicate the idea here. -->
Establish dt range for all models
There are already several models that are variable dt compatible, but to start we just need to establish the bounds variable for all models.
Proposed solution
Alternatives considered
Additional context