NCL > What's New | previous releases | current release
What's coming in the next release of NCL
The next release of NCL is planned to be V6.2.0, unless a bug fix release is needed for 6.1.2.
- covcorm - "iopt" behaves the opposite of how it
is described in the documentation:
- iopt=(/0,1/) behaves as if you had set iopt=(/1,0/)
- iopt=(/1,0/) behaves as if you had set iopt=(/0,1/)
- iopt=(/0,0/) or (/1,1/) works as described
This will be fixed in the next release of NCL. We may decided to fix the documentation rather than the function, so that users will not need to change their code after the fix is released. Stay tuned for more information.