boutproject / BOUT-dev

BOUT++: Plasma fluid finite-difference simulation code in curvilinear coordinate systems
http://boutproject.github.io/
GNU Lesser General Public License v3.0
183 stars 95 forks source link

READMEs for examples #390

Open ZedThree opened 7 years ago

ZedThree commented 7 years ago

Every example should have a README.md that explains:

  1. What it does
  2. How it works
  3. Expected output
ZedThree commented 7 years ago

An example of a good README.md is IMEX/drift-wave-constraint/README.md

It describes what it does, what equations it solves, what the expected output should look like, as well as some additional information for modifying the input parameters.

loeiten commented 7 years ago

Would it be an idea to put a README.md in the examples folder as well, briefly describing each example?

d7919 commented 7 years ago

That sounds like it could be a good idea; maybe each readme should have a one line summary, which is included in the examples/README.md?

ZedThree commented 7 years ago

There actually is already one there, it's just a bit out of date.

dschwoerer commented 7 years ago

It would be nice if the one in examples is auto generated.

d7919 commented 7 years ago

Update for v4.1?