Skip to contents

Returns the selected level value (if any) and a suitable java structure. This is a subroutine of loadGridDataset, whose output is passed to makeSubset.

Usage

getVerticalLevelPars(grid, level)

Arguments

grid

A grid object as returned from loadGridData.

level

Vertical level. Passed by loadGridDataset, obtained via findVerticalLevel

Value

A list with the level value and either a java Range or a java null reference defining the index of the vertical axis (null if no vertical levels exist)

Details

The function opens the grid and checks all possible level values.

Author

J. Bedia