Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Copyright (C) 2024 Bolding & Bruggeman
This program is used to assure that the sizes of arrays
specified in size.h and the size deducted from fabm.yaml
are in agreement.
Note
The way the include files are formatted does not
allow to be included in F90 free format source code files.
Still to be solved is the issue of getting the variables in mw.h to
double precission - for now mw.h in the base UVic source code folder
has a kind=8 on all real arguments
An alternative method is to provide CMake with options to compile
in 8 (4) byte. This is used for now - and no changes to mw.h
are necessary
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.