Skip to content

Easy way to update priors? #384

@wkitlasten

Description

@wkitlasten

I appreciate the reduction in cognitive load from pst_from. All my pars are multipliers or additioners, which is really convenient. But it does come with some complexity, which I am trying to figure out how to navigate efficiently. Example:

MODFLOW (and other) use space delim, but pst_from adds commas to files written in the "org" dir (for reasons I fully appreciate). So updating the (e.g.) sfr reach data file with a new space delim file requires mimicking what pst_from does to make the "org" dir (xN new files). Not a huge issue, but kind of handy if you are just tweaking priors in those original files.

So is there a method that transforms model input files in original format into the "org" dir, without rerunning all of pst_from? Could that be turned into a stand alone method? For example, pass a list of file names from the model directory and have pyemu reformat/save them to "org?"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions