Currently, the value in Include tag, file attribute is treated differently from the fileName attribute of OutputFile tag. They should be treated the same way for consistency.
E.g. <Include file="NML2_SingleCompHHCell.nml"/> looks for NML2_SingleCompHHCell.nml in the same folder as the LEMS file.
However, <OutputFile fileName="ex5_v.dat"> writes to ex5_v.dat in the folder from where jnml is being executed, which is not necessarily the same one where the LEMS file is located.
Currently, the value in Include tag, file attribute is treated differently from the fileName attribute of OutputFile tag. They should be treated the same way for consistency.
E.g.
<Include file="NML2_SingleCompHHCell.nml"/>looks for NML2_SingleCompHHCell.nml in the same folder as the LEMS file.However,
<OutputFile fileName="ex5_v.dat">writes to ex5_v.dat in the folder from where jnml is being executed, which is not necessarily the same one where the LEMS file is located.