cape
cape copied to clipboard
Project Name Issue When Using Hooks
When using CAPE and pyfun
, I prefer not to use a template fun3d.nml. This actually works quite well, as I can use Python "hooks" to populate the entire FUN3D namelist file for a given simulation / case. However, I've had some difficulty pertaining to the project_rootname
field in the &project
namelist. I've tried to define it in my namelist Python hook, but it keeps getting overwritten such that project_rootname = "pyfun"
. Is this a bug?