UMR-CNRM / pyft

Python FORTRAN tool
Other
1 stars 2 forks source link

Python-fortran-tool

This set of tools is primarily designed to be applied on the PHYEX repository. But they are normally generic enough to be used in other contexts.

The tools can be used with the command line (the pyft_tool.py utility can be found in the bin directory) or as a python package (src/pyft directory). The documentation is in the doc directory and some examples are in the examples directory.

The fxtran binary is needed to use pyft. You can:

To use the python package or the pfpt_tool.py command line tool, you must source the env.sh file (in the bin directory). E.g. '. \<path to the current directory>/bin/env.sh'.

Prerequisites:

Quick Start Guide: