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:
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).
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|handfrontend.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:
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).