Examples: MFmodel.Params <- defineMFmodel() model <- chooseModel() M <- as.data.frame(MFmodel.Params[model,])
definePlotOpts():Define Plot options Returns Plot options as a list: list(matrixSource=matrixSrc, printingOn=printingOn, printAnnualOn=printAnnualOn, Animform=Animform)) exit(msg):Exit Function Arguments: msg Message to display on exit< listBinHeaders(filPtr):Creates list of Budget Term Headers available in Modflow binary cell-by-cell file Returns CBCTermSet as list c(firstHeader$TEXT,firstHeader$K,firstHeader$NR,firstHeader$NC,CBCterms) Arguments: fileptr: file pointer readCBCbinByTerm(filPtr, term, SP_rng, lay):Read budget term by layer Returns bigVector Arguments: fileptr: file pointer term Modflw Budget Term to Read SP_rng List of Stress Periods to read lay Model Layer to Read; readCBCHeader(filPtr):Read cell-by-cell budget header record fileptr: file pointer readgridPoints(Modelgrd.Path, Model.Shape):Read Model Mesh Points Returns ModelGridCoords Data.frame providing model row, column and coordinates Arguments: Modelgrd.Path: path to model mesh shapefile Model.Shape: name of model mesh shapefile readHeadsbin(filPtr, SP_rng):Read Heads by Stress Period Returns bigVector Arguments: fileptr: file pointer SP_rng: List of Stress Periods to read readHeadsbinAtPnts(filPtr, SP_rng, PointVector):Read Heads for a vector of points at specified Stress Periods Returns listOfPnts [with values for stress period range] Arguments: fileptr: file pointer SP_rng: List of Stress Periods to read PointVector readHeadsbinByLay(to.Read, selectLayer, maxSP):Read Heads by Layer Returns bigVector Arguments: to.Read: File name to be assigned to a file pointer (filPtr) selectLayer: Model Layer to read maxSP: Maximum Stress Period to read readHeadsHeader(filPtr):Read Heads header record Returns header as a list c(KSTP,KPER,PERTIM,TOTTIM,TEXT,NC,NR,K) Arguments: fileptr: file pointerAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.