I have a model in ModelBuilder that I eventually want to run as a tool. The problem I'm having is I have the Contour interval parameter from the Contour tool set and I am also using this as an inline variable to name outputs. If I call it "Contour interval" it shows up nicely in the tool, but when I try and use ContourLines%Contour interval%m_ID to update a field name I get Error 000313: The length of Field Name must not be larger than 31. Even though the interval will never be more than 3 digits. If I shorten the variable name to ConInt it works, but then it shows up in the tool as ConInt and I want the full text of "Contour interval".
On the Parameters tab of the Tool Properties for the model I can see each parameter has a Label and a Name, but I can not find anywhere that lets me edit these.
Is there a way to change this in ModelBuilder?