MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
GweInputData.f90 File Reference

Go to the source code of this file.

Data Types

type  gweinputdatamodule::gweinputdatatype
 Data for sharing among multiple packages. Originally read in from. More...
 

Modules

module  gweinputdatamodule
 

Functions/Subroutines

subroutine, public gweinputdatamodule::gweshared_dat_cr (gwe_dat)
 Allocate the shared data. More...
 
subroutine, public gweinputdatamodule::gweshared_dat_df (this, nodes)
 Define the shared data. More...
 
subroutine gweinputdatamodule::allocate_shared_vars (this, nodes)
 Define the information this object holds. More...
 
subroutine, public gweinputdatamodule::set_gwe_dat_ptrs (this, gwerhow, gwecpw, gwerhos, gwecps, gwelatheatvap)
 Allocate and read data from EST. More...
 
subroutine gweinputdatamodule::set_gwe_shared_scalars (this, gwerhow, gwecpw, gwelatheatvap)
 Set pointers to scalars read by the EST package for use by other packages. More...
 
subroutine gweinputdatamodule::set_gwe_shared_arrays (this, gwerhos, gwecps)
 Set pointers to data arrays read by the EST package for use by other packages. More...
 
subroutine gweinputdatamodule::gweshared_dat_da (this)
 @ brief Deallocate memory More...