-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support integer time #145
Comments
ProblemDue to floating point errors, time can stop incrementing and can become wildly inaccurate BackgroundFor ClimaAtmos, the simulation can be set to run using single-precision or double-precision Requirements for solutionAny solution must support accurate tracking of time. Furthermore, if a different type or Proposed solutionA proposed solution is to use ITime which is defined as a struct with the fields Affected packages
For ClimaTimeSteppers, adding support for ITime necessitates changing the tableaus so that |
Draft. This is in progress
Tasks
The text was updated successfully, but these errors were encountered: