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_monthly! Write out storage/agg monthly arrays CSV outputcall output_write_time(2,output_month_ix,output_agg_hydrotope_monthly,&output_agg_subbasin_monthly,output_agg_catchment_monthly)! Set all storage arrays to 0output_agg_hydrotope_monthly=0output_agg_subbasin_monthly=0output_agg_catchment_monthly=0end subroutine output_write_monthly