Skip to content

Remove support for multi-site mode (breaks default behavior) #80

Description

@Alomir

As stated in PARAMETERS.md, we no longer support multi-site mode - at least on paper. Let's actually remove that support, which should clean up the codebase nicely. This should primarily affect sipnet.c|h and frontend.c, though there may be traces elsewhere.

UPDATE: spatial param handling is affected too, as there will no longer be a need for 'spatially varying'. Spatial params can be greatly simplified. It might be wise to do #83 at the same time as this one.

Remember to:

  • Search for references to multi-site mode in the *.md files
  • Update the changelog

BIG NOTE: with this change, we really no longer need a 'location' value in sipnet, which will have significant impact if we just drop it (which would be really nice). Discussions are ensuing on how to handle this (the other main option is a compatibility mode that still reads and writes location, and probably errors if any location is not zero).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions