I have a file which calls other gams files like so:
$call gams “Filename.gms” --scenario=worlda --variableA=low --variableB=medium --variableC=medium
$call gams “Filename.gms” --scenario=worldb --variableA=low --variableB=high --variableC=medium
$call gams “Filename.gms” --scenario=worldc --variableA=medium --variableB=medium --variableC=high
There are a lot of calls and a lot of string substitutions.
Is there any way I could shorten this? For example, is it possible to set it up so the string substitutions for each call appear in a different row of a table listed at the beginning of the file?
–
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.