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
function copy_platform_nckeys(a,rc)type(obs_platform)::copy_platform_nckeystype(obs_platform),intent(in)::ainteger,optional,intent(out)::rccopy_platform_nckeys%index_name_x=a%index_name_xcopy_platform_nckeys%var_name_lon=a%var_name_loncopy_platform_nckeys%var_name_lat=a%var_name_latcopy_platform_nckeys%var_name_time=a%var_name_timecopy_platform_nckeys%nentry_name=a%nentry_name_RETURN(_SUCCESS)end function copy_platform_nckeys