MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
swf-cdb.f90 File Reference

Go to the source code of this file.

Data Types

type  swfcdbmodule::swfcdbtype
 

Modules

module  swfcdbmodule
 This module contains the CDB package methods.
 

Functions/Subroutines

subroutine, public swfcdbmodule::cdb_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath, dis, cxs, lengthconv, timeconv)
 @ brief Create a new package object More...
 
subroutine swfcdbmodule::cdb_allocate_scalars (this)
 @ brief Allocate scalars More...
 
subroutine swfcdbmodule::cdb_allocate_arrays (this, nodelist, auxvar)
 @ brief Allocate arrays More...
 
subroutine swfcdbmodule::cdb_da (this)
 @ brief Deallocate package memory More...
 
subroutine swfcdbmodule::cdb_options (this)
 @ brief Source additional options for package More...
 
subroutine swfcdbmodule::log_cdb_options (this, found)
 @ brief Log SWF specific package options More...
 
subroutine swfcdbmodule::cdb_rp (this)
 @ brief SWF read and prepare More...
 
subroutine swfcdbmodule::cdb_cf (this)
 @ brief Formulate the package hcof and rhs terms. More...
 
real(dp) function swfcdbmodule::qcalc (this, i, depth)
 Calculate critical depth boundary flow. More...
 
subroutine swfcdbmodule::cdb_fc (this, rhs, ia, idxglo, matrix_sln)
 @ brief Copy hcof and rhs terms into solution. More...
 
subroutine swfcdbmodule::define_listlabel (this)
 @ brief Define the list label for the package More...
 
logical function swfcdbmodule::cdb_obs_supported (this)
 Determine if observations are supported. More...
 
subroutine swfcdbmodule::cdb_df_obs (this)
 Define the observation types available in the package. More...
 
subroutine swfcdbmodule::cdb_bd_obs (this)
 Save observations for the package. More...
 
subroutine swfcdbmodule::cdb_rp_ts (this)
 Assign time series links for the package. More...
 
real(dp) function swfcdbmodule::cdb_bound_value (this, col, row)
 @ brief Return a bound value More...
 

Variables

character(len=lenftype) swfcdbmodule::ftype = 'CDB'
 package ftype More...
 
character(len=16) swfcdbmodule::text = ' CDB'
 package flow text string More...