proc_aqu.f90 Source File


This file depends on

sourcefile~~proc_aqu.f90~~EfferentGraph sourcefile~proc_aqu.f90 proc_aqu.f90 sourcefile~hydrograph_module.f90 hydrograph_module.f90 sourcefile~proc_aqu.f90->sourcefile~hydrograph_module.f90 sourcefile~basin_module.f90 basin_module.f90 sourcefile~hydrograph_module.f90->sourcefile~basin_module.f90 sourcefile~time_module.f90 time_module.f90 sourcefile~hydrograph_module.f90->sourcefile~time_module.f90

Source Code

      subroutine proc_aqu
    
      use hydrograph_module
      
      implicit none

      call aqu_read
      call aqu_initial
      call aqu_read_init
      call aqu_read_init_cs
      
      return
      
      end subroutine proc_aqu