Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

ACME develops many different pieces of software (The ACME model, UV-CDAT, diagnostic scripts). Depending on where the bug is located, there might be a different procedure. They are all described or pointed to here.

Reporting a bug in the ACME model source code

...

  1. Create a new issue in https://github.com/ACME-Climate/ACME/issues
  2. In the issue title, briefly describe what the bug does.
  3. In the body, give more detail on the bug including files involved (if known), the output of "git describe --dirty" and how to reproduce the bug.
  4. Using the "Labels" menu, add the "bug" label to the issue.
  5. Also add a label for what component the bug appears in (atmosphere, land, ocean, etc.).
  6. Using the "Assignee" menu, assign the bug to one of the component integrators.
  7. If necessary, work with the integrator to better describe the bug or how to reproduce it.

See also:

Reporting a bug in UV-CDAT or diagnostic scripts.

...