Version 1.5.2 released
New features:
- replace: added support to replace single levels
- remapeta: Changed minimum pressure level for condensation from 1000Pa to 0Pa.
Use the environment variable REMAPETA_PTOP to set the minimum pressure level for condensation.
Above this level the humidity is set to the constant 1.E-6.
- invertlat: bug fix for CURVILINEAR grids
- ymon<stat>: preserve time axis attributes (type and calendar)
- import_binary: added support for OPTION ZREV
- expr/exprf: wrong result for expression 'constant-field' and 'constant/field' (e.g. 1-field)
This bug was introduced in CDO version 1.5.1. - eof, eoftime, eofspatial, eof3d - Empirical Orthogonal Functions:
There was a bug in the calculation of the Frobenius norm, which has only been triggered in some cases
when using a low precision. The normalization has been changed thus that the eigenvectors are not weighted
and their absolute is 1. The default settings for convergence have been changed to be more conservative:
CDO_SVD_MODE=jacobi
MAX_JACOBI_ITER=12
FNORM_PRECISION=1.e-12
Comments