An open API service indexing awesome lists of open source software.

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

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.