Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
73780894
Commit
73780894
authored
2 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Added docu Ymoncomp
parent
bc7f6a27
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tex/mod/Ymoncomp
+72
-0
72 additions, 0 deletions
doc/tex/mod/Ymoncomp
with
72 additions
and
0 deletions
doc/tex/mod/Ymoncomp
0 → 100644
+
72
−
0
View file @
73780894
@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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment