10-05-2016, 04:43 PM
You can name your location and tariff location file pairs in a certain pattern, e.g. loc1.idf/tariff1.idf, loc2.idf/tariff2.idf and so on.
In the main model, now must be a .imf file, put the include lines like:
##include loc@@id@@.idf
##include tariff@@id@@.idf
In your project, define a parameter for @@id@@, and give it a list of values such as [1:1:20]...
In the main model, now must be a .imf file, put the include lines like:
##include loc@@id@@.idf
##include tariff@@id@@.idf
In your project, define a parameter for @@id@@, and give it a list of values such as [1:1:20]...