Class GridVertCoord

    • Field Detail

      • typicalRecord

        protected GridRecord typicalRecord
        typical record for this vertical coordinate
      • levelName

        protected String levelName
      • seq

        protected int seq
      • coordValues

        protected double[] coordValues
      • usesBounds

        protected boolean usesBounds
      • isVerticalCoordinate

        protected boolean isVerticalCoordinate
      • factors

        protected double[] factors
        vertical pressure factors
      • units

        protected String units
        units
    • Constructor Detail

      • GridVertCoord

        protected GridVertCoord​(String name)
        Create a new GridVertCoord with the given name. Used by deprecated GridIndex2NC.makeDefinedCoord()
        Parameters:
        name - name
      • GridVertCoord

        protected GridVertCoord​(List<GridRecord> records,
                                String levelName,
                                GridTableLookup lookup,
                                GridHorizCoordSys hcs)
        Create a new GridVertCoord with the appropriate params
        Parameters:
        records - list of GridRecords that make up this coord
        levelName - the name of the level
        lookup - the lookup table
        hcs - Horizontal coordinate
    • Method Detail

      • getVariableName

        public String getVariableName()
        Get the variable name
        Returns:
        the variable name
      • getLevelDesc

        protected String getLevelDesc()
      • addExtraAttributes

        protected void addExtraAttributes​(Variable v)
      • getCoord

        public double getCoord​(int i)