-
Notifications
You must be signed in to change notification settings - Fork 3
Requirements
"GUI-for-fortran-programs" software allows users to modify parameters values and run Fortran programs with an ease of a click. Here you can generate plots and take important insights from the data. The graphs are fully scalable and you can easily edit the parameters stored in the dat file with the GUI.
The purpose of this software is to provide a graphical user interface to visualize and get the necessary insights from the chemical solutions data. The users just have to select the mode for forward modelling and parameter estimation from the GUI and they can easily get their desired work done.
The intended audience for this software is the students and faculty members who work on collecting time-series data and need to visualize it.
User wanted a software which can change the parameter values stored in the data files with GUI and can generate plot fro the time series data. User also wanted to get the parameter values from the given data.
- Forward modelling
- Parameter estimation
The user requires input dat files and after computation, it will generate output files, plot and will estimate parameters.
The detailed step by step working can be found on working pdf.
Both forward modeling and parameter estimation requires the following files:
- in_1.dat file
- in_2.dat file
- in_3.dat file
- test.exe: To run executables of the Fortran program.
Note: Input file formats are specified in Input Files Format.