Skip to content
Snippets Groups Projects
Commit 18010114 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Merge branch 'develop' into m214003/develop

parents 6536adff 21407b61
No related branches found
No related tags found
1 merge request!29M214003/develop
Copyright 2002-2023, MPI für Meteorologie
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
2. Redistributions in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
3. Neither the name of the copyright holder nor the names of its contributors may be used
to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright notice
©2002-2023 MPI-M, see list in the AUTHORS file
©2002-2023 MPI-M, see list in the AUTHORS file
......@@ -3,7 +3,7 @@ CDO NEWS
Improvement
Version 2.2.0 (19 April 2023):
Version 2.2.0 (21 April 2023):
New features:
* Add support for NumPy percentile methods: midpoint, inverted_cdf, averaged_inverted_cdf, closest_observation, interpolated_inverted_cdf,
......
@BeginModule
@NewPage
@Name = Ymoncomp
@Title = Multi-year monthly comparison
@Section = Comparison
@Class = Comparison
@Arguments = infile1 infile2 outfile
@Operators = ymoneq ymonne ymonle ymonlt ymonge ymongt
@BeginDescription
This module performs compaisons of a time series and one timestep with the same month of year.
For each field in @file{infile1} the corresponding field of the timestep in @file{infile2} with the same month of year is used.
The resulting field is a mask containing 1 if the comparison is true and 0 if not.
The type of comparison depends on the chosen operator.
The input files need to have the same structure with the same variables.
Usually @file{infile2} is generated by an operator of the module @mod{YMONSTAT}.
@EndDescription
@EndModule
@BeginOperator_ymoneq
@Title = Compare time series with Equal
@BeginDescription
Compares whether a time series is equal to a multi-year monthly time series.
@EndDescription
@EndOperator
@BeginOperator_ymonne
@Title = Compare time series with NotEqual
@BeginDescription
Compares whether a time series is not equal to a multi-year monthly time series.
@EndDescription
@EndOperator
@BeginOperator_ymonle
@Title = Compare time series with LessEqual
@BeginDescription
Compares whether a time series is less than or equal to a multi-year monthly time series.
@EndDescription
@EndOperator
@BeginOperator_ymonlt
@Title = Compares if time series with LessThan
@BeginDescription
Compares whether a time series is less than a multi-year monthly time series.
@EndDescription
@EndOperator
@BeginOperator_ymonge
@Title = Compares if time series with GreaterEqual
@BeginDescription
Compares whether a time series is greater than or equal to a multi-year monthly time series.
@EndDescription
@EndOperator
@BeginOperator_ymongt
@Title = Compares if time series with GreaterThan
@BeginDescription
Compares whether a time series is greater than a multi-year monthly time series.
@EndDescription
@EndOperator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment