Metadata-Version: 2.4
Name: CQL3DUI
Version: 0.0.1
Summary: A small UI for running CQL3D
Author-email: Matthew Poulos <poulos@compxco.com>
Project-URL: Homepage, https://github.com/username/my_package
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: netCDF4
Requires-Dist: PyYAML
Requires-Dist: f90nml
Requires-Dist: ttkbootstrap
Requires-Dist: darkdetect


To install and use follow the simple instructions:

(1) In a terminal, navigate to the folder cqlgui and type -> pip install -r requirements.txt

(2) In the folder cqlgui open python GUI by typing -> python cqlgui.py

(3) Click the "Load Namelist" button on top left of GUI, navigate to the folder cqlgui, and select "cqlinput (example)", then click "open"

(4) Navigate through the cqlinput file using GUI tabs. Hover cursor over any of the namelist variables to see a short description of its usage. Edit any of the variables as desired.
Click the button "View Current" to see the current namelist and click "Save Namelist" to save the namelist file.

(5) Click "Select CQL3D Executable" button in lower right corner, and navigate to the fortran executable for CQL3D.

(6) Click "Run CQL3D" to run CQL3D in the current folder "cqlgui". The current namelist will automatically be stored as cqlinput in the current directory before executing the program.

(7) View the postscript file found in the current folder "cqlgui"
