MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwf-api.f90 File Reference

Go to the source code of this file.

Data Types

type  apimodule::apitype
 

Modules

module  apimodule
 This module contains the API package methods.
 

Functions/Subroutines

subroutine, public apimodule::api_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname)
 @ brief Create a new package object More...
 
subroutine apimodule::api_options (this, option, found)
 @ brief Read additional options for package More...
 
subroutine apimodule::api_rp (this)
 @ brief Read and prepare stress period data for package More...
 
subroutine apimodule::api_fc (this, rhs, ia, idxglo, matrix_sln)
 @ brief Fill A and r for the package More...
 
logical function apimodule::api_obs_supported (this)
 Determine if observations are supported. More...
 
subroutine apimodule::api_df_obs (this)
 Define the observation types available in the package. More...
 

Variables

character(len=lenftype) apimodule::ftype = 'API'
 
character(len=lenpackagename) apimodule::text = ' API'