Skip to content
Tomas Torsvik edited this page Jun 5, 2020 · 9 revisions

Welcome to the BLOM wiki!

This wiki is mainly documenting how to work with the BLOM repository with git and GitHub.

See NorESM documentation for BLOM/iHAMOCC user documentation.


Contributing to BLOM/iHAMOCC

We welcome contributions to the BLOM/iHAMOCC model system, including bug reports and fixes, suggestions/contributions for code improvements, and suggestions for feature enhancements or inclusion of new features.

  1. Create an issue to describe the problem and/or suggested fix.
    • In case of feature enhancements or new features, discuss if a separate feature branch should be created.
  2. Fork the repository if you wish to contribute code.
  3. Submit changes for review through pull requests.
    • Check that the pull request does not create conflicts. In case of conflicts, try to fix this in the pull request, or ask a maintainer for advice.
    • Changes to the master branch should be reviewed by at least one of the maintainers (other than the one submitting the pull request)

Please refer to the gitHub help pages for instructions on how to create issues, how to fork or clone a repository, and how to create a pull request.

Please review and follow the coding guidelines for BLOM/iHAMOCC when contributing to the repository.