I have just released the artemide v2.04. In addition to the usual bug fixing and new options, this update contains an essential structural change. Namely, starting from v2.04 the model-files, are separate FORTRAN-modules. Their public interface is fixed (you can find it in manual, or in the head of models included in the artemide).
This change is critically important for future development. In fact, modular-structure for models should have been done from the very beginning (just I was not experienced enough during the initial architecture planing 3 years ago). I think you will enjoy this change because now the interfacing of models is much simpler, and complicated models could be implemented (e.g. with neural networks, or spline grids, or whatever). Unfortunately, it means that you will need to update your model-files (if you use your own). The update should not be complicated. I have updated all models included in the distribution (SV19, BSV19, Vpion19).
For those who like to modify the code of artemide: I have changed the paradigm of code storage. Now the code for a single module is stored in several files according to the logic of routines (in directory Code/ModuleName/). So far it is done only for a few modules, but in the future, I will turn all of them in such a form. The reason is simple: with the increase of functionality some modules became HUGE (literally thousands of lines), and it became very difficult to navigate them.