OpenGGCM development

From OpenGGCM

First things first: How to build the OpenGGCM development version

The above is all you need to help in testing, which is desperately needed. Of course there are caveats in working with a development version, but we will try to ensure that the head development version will not break existing runs. You can help, by testing it and letting us know if anything looks fishy or just different from before!

If you are working on improving OpenGGCM, the model has slightly changed. Whenever you work on complex changes, you should do so on a private branch. This way you can be sure that noone else is breaking your version (while still being able to benefit from a version management tool, in particular being able to go back and find when/how you broke something). Also, anyone else, in particular testers and other developers, can be sure that you are not breaking their code. Please read the HowTo, which should tell you all you need to know.