-
Notifications
You must be signed in to change notification settings - Fork 11
read_the_code
A complete graph of the interdependency of each module, subroutine and variable in FVCOM is available. This is the output of an analysis with doxygen and shows how FVCOM is structured. This is useful to find where a variable is defined and which subroutines are called by what.
As a general rule, if you don't know what a variable name contains (and it's not defined in the local namespace), check the ALL_VARS
module in mod_main.F
or the MOD_TYPES
module in mod_types.F
.
I have copied my doxygen configuration file here for future reference should you choose to run it on your own code. This uses the Twitter Bootstrap theme which requires these header.html and footer.html files.
For questions regarding FVCOM, to contribute to the wiki please subscribe to the mailing list uk-fvcom mailing list If you would like to cite FVCOM, please refer to its main publication and/or URLs.
Background
=== FVCOM Wiki ===
User guide
-
Additional information of less frequent usage in no particular order