Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
93aa60d6
Commit
93aa60d6
authored
Oct 19, 2020
by
Uwe Schulzweida
Browse files
Added doc/tex/mod/Pack.
parent
952ac982
Pipeline
#4712
passed with stages
in 16 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/tex/mod/Pack
0 → 100644
View file @
93aa60d6
@BeginModule
@Name = Pack
@Title = Pack data
@Section = File operations
@Class = File operation
@Arguments = infile outfile
@Operators = pack
@BeginDescription
@EndDescription
@EndModule
@BeginOperator_pack
@Title = Pack data
@BeginDescription
Packing reduces the data volume by reducing the precision of the stored numbers.
It is implemented using the NetCDF attributes @env{add_offset} and @env{scale_factor}.
The operator @oper{pack} calculates the attributes @env{add_offset} and @env{scale_factor} for all variables.
The default data type for all variables is automatically changed to 16-bit integer.
Use the CDO option -b to change the data type to a different integer precision, if needed.
Missing values are automatically transformed to the current data type.
@EndDescription
@EndOperator
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment