MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
prt-prp.f90 File Reference

Go to the source code of this file.

Data Types

type  prtprpmodule::prtprptype
 Particle release point (PRP) package. More...
 

Modules

module  prtprpmodule
 

Functions/Subroutines

subroutine, public prtprpmodule::prp_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath, fmi)
 Create a new particle release point package. More...
 
subroutine prtprpmodule::prp_da (this)
 Deallocate memory. More...
 
subroutine prtprpmodule::prp_set_pointers (this, ibound, izone, trackfilectl)
 @ brief Set pointers to model variables More...
 
subroutine prtprpmodule::prp_allocate_arrays (this, nodelist, auxvar)
 Allocate arrays. More...
 
subroutine prtprpmodule::prp_allocate_scalars (this)
 Allocate scalars. More...
 
subroutine prtprpmodule::prp_ar (this)
 @ brief Allocate and read period data More...
 
subroutine prtprpmodule::prp_ad (this)
 Advance a time step and release particles if appropriate. More...
 
subroutine prtprpmodule::prp_rp (this)
 @ brief Read and prepare period data for particle input More...
 
subroutine prtprpmodule::prp_cq_simrate (this, hnew, flowja, imover)
 @ brief Calculate flow between package and model. More...
 
subroutine prtprpmodule::define_listlabel (this)
 @ brief Define list heading written with PRINT_INPUT option More...
 
logical function prtprpmodule::prp_obs_supported (this)
 Indicates whether observations are supported. More...
 
subroutine prtprpmodule::prp_df_obs (this)
 Store supported observations. More...
 
subroutine prtprpmodule::prp_options (this, option, found)
 Set options specific to PrtPrpType. More...
 
subroutine prtprpmodule::prp_read_packagedata (this)
 Read the packagedata for this package. More...
 
subroutine prtprpmodule::prp_read_dimensions (this)
 Read package dimensions. More...
 

Variables

character(len=lenftype) prtprpmodule::ftype = 'PRP'
 
character(len=16) prtprpmodule::text = ' PRP'