MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
mf6.f90
Go to the documentation of this file.
1 !> @brief MODFLOW 6 main entry point
2 !!
3 !! This is the main entry point for the MODFLOW 6 program.
4 !!
5 !<
6 program mf6
7  ! -- modules
8  use mf6coremodule
9  !
10  ! -- run
11  call mf6run()
12 
13 end program
program mf6
MODFLOW 6 main entry point.
Definition: mf6.f90:6
Core MODFLOW 6 module.
Definition: mf6core.f90:8
subroutine mf6run
Main controller.
Definition: mf6core.f90:33