fab.mo#
A temporary place for some Met Office specific logic which, for now, needs to be integrated into Fab’s internals.
Functions
|
Handle dependencies from Met Office "DEPENDS ON:" code comments which refer to a c file. |
- fab.mo.add_mo_commented_file_deps(source_tree)#
Handle dependencies from Met Office “DEPENDS ON:” code comments which refer to a c file. These are the comments which refer to a .o file and not those which just refer to symbols.
- Parameters:
source_tree (
Dict
[Path
,AnalysedDependent
]) – The source tree of analysed files.