https://github.com/tarankalra1/doxygen_coawst
Doxygen documentation of COAWST that helps in graphically looking at how different modules are communicating in the Fortran code
https://github.com/tarankalra1/doxygen_coawst
Last synced: 3 months ago
JSON representation
Doxygen documentation of COAWST that helps in graphically looking at how different modules are communicating in the Fortran code
- Host: GitHub
- URL: https://github.com/tarankalra1/doxygen_coawst
- Owner: tarankalra1
- Created: 2018-07-11T17:31:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T04:00:24.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T20:52:40.213Z (5 months ago)
- Language: Fortran
- Size: 86.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Doxygen tool to generate the graphical documentation
of COAWST. Plotting diagrams require installation of the graph visulaiztion kit **Graphviz** and adding it to system path.Thank you to Nishan Jain and Zafer Defne.
Input
1. Compiled the COAWST model for the Veg_test case. Deleted .mod and .o files and remaining files are all in .f90.
2. Installed Doxygen and Graphivz.
3. Generated Doxyfile using the command
"Doxygen -g Doxyfile"
4. Edited the file and renamed it Doxyfile_COAWST.