Hi!
Here it goes a toy model to illustrate this issue. Three files are attached to this post: one model file (Modelo.cps) and two INI files. When COPASI runs the model, a file named "output" is produced by its "Time Course" task. The model has 3 species: A, B and C, with their initial concentrations set to 1. The "output" file has 3 columns: time, A, B and C.
When I run
CopasiSE --reparameterize params_1.ini Modelo.cps
the value for A in the first line of the report file is 20, while B and C remain unchanged (=1). The first line in params_1.ini specifies a new value for A (=20).
On the other hand, the first line in params_2.ini is a new value for B (=30). When I run
CopasiSE --reparameterize params_2.ini Modelo.cps
the value for B initial concentration changes (=30), while A and C remain unchanged (=1).
So, COPASI does get the initial concentration value specified in an INI file for a species. However, it just considers the INI file's first line.
Best Regards,
Alexandre.