-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boundary(...)%uphase is used in openboundary_tend but was set in subroutine openboundary_phasevelocity, called in the time loop *after* openboundary_tend. For now fixed by calling openboundary_phasevelocity near the end of startup(). Note the placement is tricky, because it has to be after rhobf has been initialized. Also moved the allocation and initialization of rhointi from initopenboundary to startup, so that it's done before the first openboundary_phasevelocity but after rhobf.
- Loading branch information
Showing
2 changed files
with
24 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters