In GAMS, it’s very conveniently possible to add metadata in the form of a message about a parameter, eg.
parameter variableC variable operating costs;
Is there a way to access this from the Python api, or even when dumping out to SQL is there a way of spitting all parameter names into a table with their long form descriptions?
Many thanks