Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SPINS_main
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Donovan Allum
SPINS_main
Commits
982acc11
Commit
982acc11
authored
11 years ago
by
Christopher Subich
Browse files
Options
Downloads
Patches
Plain Diff
Added ERRATA file for known bugs/misfeatures
parent
0ac8d6e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ERRATA
+15
-0
15 additions, 0 deletions
ERRATA
with
15 additions
and
0 deletions
ERRATA
0 → 100644
+
15
−
0
View file @
982acc11
ERRATA: Known bugs or mis-features in SPINS that are confusing and should ultimately be resolved,
but in the meantime are low-priority.
Design: The fluid velocity is only weakly incompressible near solid, no-slip boundaries. This is
due to the way the pressure projection is handled, in that after-advection-before-diffusion velocities
are used to calculate pressure, then the no-slip/viscosity conditions are applied. A workaround is
possible via a modified (extrapolated) pressure boundary condition, but there has yet been no need
to go that far. Velocities are incompressible up to O(delta t) in a thin region near the boundary,
which decays exponentially into the interior. As a result, near-boundary tracers may not be conserved
because they use u dot grad T formulation for their advection; use of div (T*u) has conservation but
can introduce new max/min, which is a more visible problem.
Grid parallelism: The code does not support MPI configurations where Nproc > min(Nx,Ny), and attempting
such a configuration will cause an assertion error. The error-checking here should be better-presented,
because the cause of the error isn't necessarily obvious.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment