main Program

Uses

Main program for TFana

This program reads a TOML file with the configuration of a throughflow analysis job and runs the analysis. The program prints a report summary to a screen and saves full results into a matlab/octave compatible file. Optionally, the program can also create plots of the results.


Variables

Type Attributes Name Initial
character(len=:), allocatable :: input_file

Name of the input file

type(tfana_job_t) :: job

Throughflow analysis job


Subroutines

subroutine print_help()

Prints a brief help message

Arguments

None