MODFLOW 6  version 6.7.0.dev0
USGS Modular Hydrologic Model
spdisworkarraymodule::spdisworkarraytype Type Reference

Helper class with work arrays for the SPDIS calculation in NPF. More...

Collaboration diagram for spdisworkarraymodule::spdisworkarraytype:
Collaboration graph

Public Member Functions

procedure create
 
procedure is_created
 
procedure reset
 
procedure destroy
 

Public Attributes

real(dp), dimension(:), allocatable vi
 
real(dp), dimension(:), allocatable di
 
real(dp), dimension(:), allocatable viz
 
real(dp), dimension(:), allocatable diz
 
real(dp), dimension(:), allocatable nix
 
real(dp), dimension(:), allocatable niy
 
real(dp), dimension(:), allocatable wix
 
real(dp), dimension(:), allocatable wiy
 
real(dp), dimension(:), allocatable wiz
 
real(dp), dimension(:), allocatable bix
 
real(dp), dimension(:), allocatable biy
 

Detailed Description

Definition at line 9 of file SpdisWorkArray.f90.

Member Function/Subroutine Documentation

◆ create()

procedure spdisworkarraymodule::spdisworkarraytype::create

Definition at line 22 of file SpdisWorkArray.f90.

◆ destroy()

procedure spdisworkarraymodule::spdisworkarraytype::destroy

Definition at line 25 of file SpdisWorkArray.f90.

◆ is_created()

procedure spdisworkarraymodule::spdisworkarraytype::is_created

Definition at line 23 of file SpdisWorkArray.f90.

◆ reset()

procedure spdisworkarraymodule::spdisworkarraytype::reset

Definition at line 24 of file SpdisWorkArray.f90.

Member Data Documentation

◆ bix

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::bix

Definition at line 19 of file SpdisWorkArray.f90.

19  real(DP), allocatable, dimension(:) :: bix

◆ biy

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::biy

Definition at line 20 of file SpdisWorkArray.f90.

20  real(DP), allocatable, dimension(:) :: biy

◆ di

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::di

Definition at line 11 of file SpdisWorkArray.f90.

11  real(DP), allocatable, dimension(:) :: di

◆ diz

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::diz

Definition at line 13 of file SpdisWorkArray.f90.

13  real(DP), allocatable, dimension(:) :: diz

◆ nix

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::nix

Definition at line 14 of file SpdisWorkArray.f90.

14  real(DP), allocatable, dimension(:) :: nix

◆ niy

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::niy

Definition at line 15 of file SpdisWorkArray.f90.

15  real(DP), allocatable, dimension(:) :: niy

◆ vi

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::vi

Definition at line 10 of file SpdisWorkArray.f90.

10  real(DP), allocatable, dimension(:) :: vi

◆ viz

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::viz

Definition at line 12 of file SpdisWorkArray.f90.

12  real(DP), allocatable, dimension(:) :: viz

◆ wix

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::wix

Definition at line 16 of file SpdisWorkArray.f90.

16  real(DP), allocatable, dimension(:) :: wix

◆ wiy

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::wiy

Definition at line 17 of file SpdisWorkArray.f90.

17  real(DP), allocatable, dimension(:) :: wiy

◆ wiz

real(dp), dimension(:), allocatable spdisworkarraymodule::spdisworkarraytype::wiz

Definition at line 18 of file SpdisWorkArray.f90.

18  real(DP), allocatable, dimension(:) :: wiz

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