Skip to contents

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.

Details

setzaxis        Set z-axis
                This operator sets the z-axis description of all variables with the same number of level as the new z-axis.
genlevelbounds  Generate level bounds
                Generates the layer bounds of the z-axis.