Nodes of different colours represent the following:
Solid arrows point from a file to a file which it depends on. A file is dependent upon another if the latter must be compiled before the former can be.
MODULE radopt_mod_h IMPLICIT NONE; PRIVATE PUBLIC levoigt, novlp, kaer LOGICAL LEVOIGT PARAMETER (LEVOIGT = .FALSE.) INTEGER NOVLP PARAMETER (NOVLP = 1) INTEGER KAER PARAMETER (KAER = 0) END MODULE radopt_mod_h