|
subroutine, public | swfzdgmodule::zdg_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath, dis, cxs, unitconv) |
| @ brief Create a new package object More...
|
|
subroutine | swfzdgmodule::zdg_allocate_scalars (this) |
| @ brief Allocate scalars More...
|
|
subroutine | swfzdgmodule::zdg_allocate_arrays (this, nodelist, auxvar) |
| @ brief Allocate arrays More...
|
|
subroutine | swfzdgmodule::zdg_da (this) |
| @ brief Deallocate package memory More...
|
|
subroutine | swfzdgmodule::zdg_options (this) |
| @ brief Source additional options for package More...
|
|
subroutine | swfzdgmodule::log_zdg_options (this, found) |
| @ brief Log SWF specific package options More...
|
|
subroutine | swfzdgmodule::zdg_rp (this) |
| @ brief SWF read and prepare More...
|
|
subroutine | swfzdgmodule::zdg_cf (this) |
| @ brief Formulate the package hcof and rhs terms. More...
|
|
real(dp) function | swfzdgmodule::qcalc (this, i, depth, unitconv) |
|
subroutine | swfzdgmodule::zdg_fc (this, rhs, ia, idxglo, matrix_sln) |
| @ brief Copy hcof and rhs terms into solution. More...
|
|
subroutine | swfzdgmodule::define_listlabel (this) |
| @ brief Define the list label for the package More...
|
|
logical function | swfzdgmodule::zdg_obs_supported (this) |
| Determine if observations are supported. More...
|
|
subroutine | swfzdgmodule::zdg_df_obs (this) |
| Define the observation types available in the package. More...
|
|
subroutine | swfzdgmodule::zdg_bd_obs (this) |
| Save observations for the package. More...
|
|
subroutine | swfzdgmodule::zdg_rp_ts (this) |
| Assign time series links for the package. More...
|
|
real(dp) function | swfzdgmodule::zdg_bound_value (this, col, row) |
| @ brief Return a bound value More...
|
|