Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
tornadobox [2025/04/13 07:51] – admin | tornadobox [2025/04/13 07:58] (current) – admin |
---|
| |
The coding style evolved from a program passed down to Prof. Fiedler by his dissertation adviser, in the late 1970s. Notable ancient features are the Fortran 77 style, for the ''.f'' files, and the use of deprecated common blocks. Incidentally, the name of the array used to store all the parameters also has ancient roots: ''ap'' comes from the dissertation adviser. Feel free to | The coding style evolved from a program passed down to Prof. Fiedler by his dissertation adviser, in the late 1970s. Notable ancient features are the Fortran 77 style, for the ''.f'' files, and the use of deprecated common blocks. Incidentally, the name of the array used to store all the parameters also has ancient roots: ''ap'' comes from the dissertation adviser. Feel free to |
see the Fortran code at [[https://12characters.net/tornadoboxbrowser/ | tornadobox browser]]. | see the Fortran code at [[https://12characters.net/tornadoboxbrowser/ | tornadobox browser]]. |
| |
=== FORTRAN === | === FORTRAN === |
| |
The program ''cubit'' was used in the past as a needed precursor to interpolating to the Cartesian grids that were required by the deprecated [[https://en.wikipedia.org/wiki/Vis5D | Vis5d]], which had been used for the renderings. Here we used ''python'' and the module ''pyvista'' for the renderings. | The program ''cubit'' was used in the past as a needed precursor to interpolating to the Cartesian grids that were required by the deprecated [[https://en.wikipedia.org/wiki/Vis5D | Vis5d]], which had been used for the renderings. Here we used ''python'' and the module ''pyvista'' for the renderings. |
| |
| Make your own browser with [[https://github.com/bfiedler/f90tohtml|f90tohtml]]: |
| <code> |
| f90tohtml tornadobox.f2h |
| </code> |
| |
=== An example case === | === An example case === |