Why is it that some units need to be included in the units block but other don't?
MH
ex. why does "(cm2) = (centimeter squared)" not have to be placed in the units block but it is used in the PARAMETER and ASSIGNED blocks? (see ex. 8.4.4.1 in The NEURON Book)
Also, what is "(mol) = 1" in the units block in that same example?
question about the units block
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
To gain a proper understanding of the role of units declarations in NEURON, please readWhy is it that some units need to be included in the units block but other don't?
the following in The NEURON Book:
9.2.2 Variable declaration blocks on pages 211-212
9.5.2 The UNITS block on page 222
Does it? I haven't seen the statementex. why does "(cm2) = (centimeter squared)" not have to be placed in the units block but it is used in the PARAMETER and ASSIGNED blocks? (see ex. 8.4.4.1 in The NEURON Book)
(cm2) = (centimeter squared)
in any NMODL code anywhere, let alone in The NEURON Book.
See if reading 9.5.2 The UNITS block on page 222 of The NEURON Book answerswhat is "(mol) = 1" in the units block in that same example?
the question.