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.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
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.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
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.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Source Code
subroutine driverchunkreaduse modglobal,only:timee,ibrank,idriver,lchunkreaduse modinletdata,only:storetdriver,chunkread_euse modmpi,only:myid! if (idriver==2 .and. lchunkread .and. timee > storetdriver(chunkread_e)) then! if (myid==0) then! write(6,*) 'Current timee = ', timee, '; last read storetdriver = ', storetdriver(chunkread_e), &! 'at driver step = ',chunkread_e,'. Hence, next driver chunk will be read now.'! end if! if (ibrank) call readdriverfile_chunk! end ifdo while(timee>storetdriver(chunkread_e))if(myid==0)then write(6,*)'Current timee = ',timee,'; last read storetdriver = ',storetdriver(chunkread_e),&'at driver step = ',chunkread_e,'. Hence, next driver chunk will be read now.'end if if(ibrank)call readdriverfile_chunkend do end subroutine driverchunkread