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.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Source Code
subroutine hru_lum_init_alluse hru_module,only:hruuse hydrograph_module,only:sp_obimplicit noneinteger::iihru=0! |hru numberdo iihru=1,sp_ob%hruhru(iihru)%land_use_mgt=hru(iihru)%dbs%land_use_mgtcall hru_lum_init(iihru)end do return end subroutine hru_lum_init_all