Skip to content

Modify control data in pst from create from PstFrom object #401

@RyanConway91

Description

@RyanConway91

I want to add stuff to my control_data section. However, when I try the code below:

pst = pf.build_pst()
#add stuff to pass pestchek
d = {pst.control_data.numcom:1}
for k,v in d.items():
    k = v
pst.write(pst_dir+"\\freyberg_mf6_cln.pst")

The new pst file does not have the added "numcom" parameter

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions