postpest: Extract the optimized parameters from a PEST output file

Description Usage Arguments Details Value Author(s) See Also Examples

Description

PEST writes an outputfile containing the parameters that were optimized. These parameters are not sorted. postpest extracts them and writes them into a matrix that will be written into a file.

Usage

1
2
postpest(NB,wd,PESTfile="standard",outputfile=NULL,
         PP = c("tab1","tvs1","tab2","tvs2","tab4","h1","h2","kbf","beta"))

Arguments

NB

A numeric giving the number of the subbasin that was optimized

wd

A character string giving the working directory

PESTfile

A character string pointing towards the outputfile of PEST. See details

outputfile

A character string pointing towards the outputfile that will be written

PP

A character vector of the parameters that were optimized by PEST

Details

If PESTfile == standard, the standard outputfile of PEST. Normally this does not need to be changed.

Value

Only writes a file containing the parameters opimized by PEST. Nothing is returned to R.

Author(s)

Simon Frey

See Also

prepest

Examples

1
####

freysimon/PestR documentation built on May 16, 2019, 3:25 p.m.