Documentation ¶
Index ¶
- func DbQuestion() (string, *sqlx.DB, error)
- func GJQuestion() (bool, error)
- func MakeFiles(r []database.MfResults, wel bool, rch bool, Rc bool, fileName string, ...) error
- func MakeModflowFiles() error
- func QcResults(myEnv map[string]string) error
- func RechBalanceQuestion() (bool, error)
- func RunModel(debug bool, CSDir *string, mDesc string, sY int, eY int, eF bool, p97 bool, ...) error
- func RunSteadyState(mDesc, CSDir string, StartYr, EndYr, AvgStart, AvgEnd int, oldGrid, mf640 bool, ...) error
- func WellAnnGJQuestion() (bool, error)
- func WellGJQuestion() (bool, error)
- type Answers
- type SliceMfResults
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GJQuestion ¶ added in v1.2.0
func MakeModflowFiles ¶ added in v1.1.0
func MakeModflowFiles() error
func RechBalanceQuestion ¶ added in v1.3.7
func RunSteadyState ¶ added in v1.3.12
func RunSteadyState(mDesc, CSDir string, StartYr, EndYr, AvgStart, AvgEnd int, oldGrid, mf640 bool, myEnv map[string]string) error
RunSteadyState is a function that runs the model in Steady State Mode. This produces the following recharge file, but no well file is produced.
func WellAnnGJQuestion ¶ added in v1.3.7
func WellGJQuestion ¶ added in v1.3.6
Types ¶
type SliceMfResults ¶ added in v1.3.12
func (SliceMfResults) ExcludeResults ¶ added in v1.3.12
func (mr SliceMfResults) ExcludeResults(yrs []int) SliceMfResults
ExcludeResults is a method to return a subset of SliceMfResults that does not have a slice of years present.
func (SliceMfResults) GroupToAnnual ¶ added in v1.3.12
func (mr SliceMfResults) GroupToAnnual() map[int]SliceMfResults
GroupToAnnual is a method of SliceMfResults that will group all items within the slice by node. Make sure there are only one year of data when calling this method.
Click to show internal directories.
Click to hide internal directories.