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.
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.
subroutine output_write_annual! Write out storage/agg annual arrays CSV outputcall output_write_time(3,(/output_month_ix(1)(:4)/),output_agg_hydrotope_annual,&output_agg_subbasin_annual,output_agg_catchment_annual)! Set all storage arrays to 0output_agg_hydrotope_annual=0output_agg_subbasin_annual=0output_agg_catchment_annual=0end subroutine output_write_annual