Class GridEnsembleCoord


  • public abstract class GridEnsembleCoord
    extends Object
    Handles the Ensemble coordinate dimension.
    • Constructor Detail

      • GridEnsembleCoord

        public GridEnsembleCoord()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setSequence

        public void setSequence​(int seq)
        Set the sequence number
        Parameters:
        seq - the sequence number
      • getName

        public String getName()
        Get the name
        Returns:
        the name
      • addDimensionsToNetcdfFile

        public void addDimensionsToNetcdfFile​(NetcdfFile ncfile,
                                              Group g)
        Add this as a dimension to a netCDF file
        Parameters:
        ncfile - the netCDF file
        g - the group in the file
      • addToNetcdfFile

        protected void addToNetcdfFile​(NetcdfFile ncfile,
                                       Group g)
      • getNEnsembles

        public int getNEnsembles()
        Get the number of Ensembles
        Returns:
        the number of Ensembles