Set zaxis information
setzaxis.Rd
This module modifies the metadata of the vertical grid.
Usage
cdo_genlevelbounds(ifile, zaxis = NULL, zbot = NULL, ztop = NULL, ofile = NULL)
cdo_setzaxis(ifile, zaxis = NULL, zbot = NULL, ztop = NULL, ofile = NULL)
Arguments
- ifile
String with the path to the input file.
- zaxis
STRING - Z-axis description file or name of the target z-axis
- zbot
FLOAT - Specifying the bottom of the vertical column. Must have the same units as z-axis.
- ztop
FLOAT - Specifying the top of the vertical column. Must have the same units as z-axis.
- ofile
String with the path to the output file.