MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
TspAdvOptions.f90
Go to the documentation of this file.
2  use kindmodule, only: i4b
3  implicit none
4  private
5 
6  type, public :: tspadvoptionstype
7  integer(I4B) :: iadvscheme !< the advection scheme: 0 = up, 1 = central, 2 = TVD
8  end type tspadvoptionstype
9 
10 end module tspadvoptionsmodule
This module defines variable data types.
Definition: kind.f90:8