paul-scott
paul-scott
OK couldn't get either of the above two approaches to work. Although it is not ideal, what will work is to take the third approach, and make sure my code...
Yes I think the main reason is because you would be building ASCEND and the external C in the same mingw environment? We could attempt to build OM under MSYS2,...
Yup. The SolarTherm library is all working through OMEdit (apart from its use of st_wea_to_mo when weather files are in the wrong format, but we might want to change this...
Yes so I haven't ever tested building in the source directory, I always used a build directory: mkdir build cd build cmake .. -D[...] make install I set up cmake...
UsersGuide -> UserGuide Add a Resources folder
Ok sure stick with UsersGuide in that case. Subfolders of Resources like Library and Include are the default locations for external C code. It doesn't include a package.mo file so...
Just letting you know that I'm working on implementing these changes, also fixing up coding style and names for components. Should be finished by the end of the day.
These changes implemented in 42c28e05bd8bcad6e63fa86b3974d316073b61b1 (and later commits with model name adjustments). One difference is that Analysis is used instead of Economics, as it contains Finance calculations and other energy...
I'm reopening because Alberto has some new package structure ideas. Put these here so that we can discuss and implement them in the repository.
One option is to have some form of cleanliness factor c where: c = 0.99^(t/t_month); t represents the time since the last proper clean. t increases with time, but it...