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.
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 subbasin_allocate_obs_dischargeuse input,only:has_columninteger knqobs=0do k=1,size(station_ids)if(has_column(station_ids(k),discharge_input_file_id))thennqobs=nqobs+1end if end do allocate(obs_discharge(366,nqobs))end subroutine subbasin_allocate_obs_discharge