Sha256: 750fc37dfc3043bd65675c5a83d67d36357ad8e9a0ae281a1a82f10320af248f
Contents?: true
Size: 927 Bytes
Versions: 8
Compression:
Stored size: 927 Bytes
Contents
gs2crmod ======== GS2 is a gyrokinetic flux tube initial value turbulence code which can be used for fusion or astrophysical plasmas. CodeRunner is a framework for the automated running and analysis of large simulations. This module allows GS2 (and its sister code AstroGK) to harness the power of the CodeRunner framework. Coding Style Guide ================== These bullet points are taken from here: https://github.com/bbatsov/ruby-style-guide * Indentation is strictly two spaces, i.e. not tabs. * Where possible do not exceed 80 columns. This makes the code much more readable. * Do not sign your initials when contributing code, this is what revision control is for. * Avoid unnecessary comments or inline comments, try to write code which is self documenting or have a short comment preceding your code. * Do not use the ';' character to write several statements on one line. * If in doubt refer to the style guide.
Version data entries
8 entries across 8 versions & 1 rubygems