Skip to content

Requirements

Ashutosh Sharma edited this page Nov 24, 2020 · 8 revisions

Introduction:

"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.

Purpose:

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.

Intended Audience:

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 Needs:

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.

This software provides GUI interface for two operations:

  • Forward modelling
  • Parameter estimation

Working of the software:

The user requires input dat files and after computation, it will generate output files, plot and will estimate parameters. Working of the software

The detailed step by step working can be found on working pdf.

Required dat files for the software:

Both forward modeling and parameter estimation requires the following files:

  1. in_1.dat file
  2. in_2.dat file
  3. in_3.dat file
  4. test.exe: To run executables of the Fortran program.

Note: Input file formats are specified in Input Files Format.