MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwfnpfoptionsmodule::gwfnpfoptionstype Type Reference

Data structure and helper methods for passing NPF options into npf_df, as an alternative to reading those from file. More...

Collaboration diagram for gwfnpfoptionsmodule::gwfnpfoptionstype:
Collaboration graph

Public Member Functions

procedure, pass(this) construct
 
procedure, pass(this) destroy
 

Public Attributes

integer(i4b) icellavg
 same as npf variable More...
 
integer(i4b) ithickstrt
 same as npf variable More...
 
integer(i4b) iperched
 same as npf variable More...
 
integer(i4b) ivarcv
 same as npf variable More...
 
integer(i4b) idewatcv
 same as npf variable More...
 
integer(i4b) irewet
 same as npf variable More...
 
real(dp) wetfct
 same as npf variable More...
 
integer(i4b) iwetit
 same as npf variable More...
 
integer(i4b) ihdwet
 same as npf variable More...
 

Detailed Description

Definition at line 11 of file GwfNpfOptions.f90.

Member Function/Subroutine Documentation

◆ construct()

procedure, pass(this) gwfnpfoptionsmodule::gwfnpfoptionstype::construct

Definition at line 22 of file GwfNpfOptions.f90.

◆ destroy()

procedure, pass(this) gwfnpfoptionsmodule::gwfnpfoptionstype::destroy

Definition at line 23 of file GwfNpfOptions.f90.

Member Data Documentation

◆ icellavg

integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::icellavg

Definition at line 12 of file GwfNpfOptions.f90.

12  integer(I4B) :: icellavg !< same as npf variable

◆ idewatcv

integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::idewatcv

Definition at line 16 of file GwfNpfOptions.f90.

16  integer(I4B) :: idewatcv !< same as npf variable

◆ ihdwet

integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::ihdwet

Definition at line 20 of file GwfNpfOptions.f90.

20  integer(I4B) :: ihdwet !< same as npf variable

◆ iperched

integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::iperched

Definition at line 14 of file GwfNpfOptions.f90.

14  integer(I4B) :: iperched !< same as npf variable

◆ irewet

integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::irewet

Definition at line 17 of file GwfNpfOptions.f90.

17  integer(I4B) :: irewet !< same as npf variable

◆ ithickstrt

integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::ithickstrt

Definition at line 13 of file GwfNpfOptions.f90.

13  integer(I4B) :: ithickstrt !< same as npf variable

◆ ivarcv

integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::ivarcv

Definition at line 15 of file GwfNpfOptions.f90.

15  integer(I4B) :: ivarcv !< same as npf variable

◆ iwetit

integer(i4b) gwfnpfoptionsmodule::gwfnpfoptionstype::iwetit

Definition at line 19 of file GwfNpfOptions.f90.

19  integer(I4B) :: iwetit !< same as npf variable

◆ wetfct

real(dp) gwfnpfoptionsmodule::gwfnpfoptionstype::wetfct

Definition at line 18 of file GwfNpfOptions.f90.

18  real(DP) :: wetfct !< same as npf variable

The documentation for this type was generated from the following file: