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 timedep!-----------------------------------------------------------------|! |!*** *timedep* calculates ls forcings and surface forcings |! case as a funtion of timee |! |! Roel Neggers K.N.M.I. 01/05/2001 |! |! |! calls |! * timedepz |! calculation of large scale advection, radiation and |! surface fluxes by interpolation between prescribed |! values at certain times |! |! * timedepsurf |! calculation surface fluxes by interpolation |! between prescribed values at certain times |! |! |!-----------------------------------------------------------------|implicit none if(.not.ltimedep)return call timedepsurfcall timedepnudgecall timedeplwcall timedepswend subroutine timedep