-
Notifications
You must be signed in to change notification settings - Fork 118
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
refactor(tsp): Elevate FMI to generalized transport class #1386
refactor(tsp): Elevate FMI to generalized transport class #1386
Conversation
8bc189f
to
562bcbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emorway-usgs, this looks good. There was only one thing that stuck out for me and that was mention of MST in the TSP code. I will approve and merge but this is something that may need tending.
'Discretization (DIS6 or DISU6) package not specified.' | ||
call store_error(errmsg) | ||
end if | ||
if (inmst == 0) then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should MST be included in TSP?
First step in generalized transport refactor: elevate FMI