Regarding the code block commented "Then fill in the rest from the 'axis' attributes" in method dim_axes, @jameshiebert commented in a recent PR:
I'm a bit concerned about conflating the conditionals of "variable exists" and "axis attribute exists". I.e. if the variable exists, but doesn't have an axis attribute, then this script will just skip it. However, I would want the script to either error out or raise a really loud warning. We should probably write an issue for this and defer.
Regarding the code block commented "Then fill in the rest from the 'axis' attributes" in method
dim_axes, @jameshiebert commented in a recent PR: