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