Developer Tools
Several scripts have been written to assist in developing and documenting SIROCCO.
Documentation
Generates .yml format descriptions of the parameters in the C files. |
|
Converts .yml format parameter descriptions to .rst files. |
|
Check whether c routines have proper dox headers, and if not write a new file with a dummy dox header for the user to update |
|
Determine which files lack doxygen commments |
Development
The purpose of this routine is to add a new parameter to an existing parameter file. |
|
Use this script to (mass) update either the name of a parameter or to update the value of a parameter. |
|
Indent in a controlled manner the .c files used by Python |
|
Create a .c file which initializes all of the externs in a .h file. |
|
Create a simple rtheta import file that can be used with Sirocco. |
|
Checks if .pf files in a directory need modification. |
|
Summarize an atomic data file in order to see how large arrays defined in atomic.h must be |
|
Run multiple commits on the same .pf file to see where changes arose. |