scalars boolean to control whether the scalars of the data set is written.
vectors boolean to control whether the vectors of the data set is written.
write! method that performs the writing of data to netCDF file using filename instance variable.
geometry_on!/geometry_off! turn on/off writing of data set geometry.
geometry=value set the value of geometry boolean: != 0 means geometry writing is on.
geometry? get the value of geometry writing instance variable.
scalars_on!/scalars_off! turn on/off writing of data set scalars.
scalars=value set the value of scalars boolean: != 0 means scalars writing is on.
scalars? get the value of geometry writing instance variable.
vectors_on!/vectors_off! turn on/off writing of data set vectors.
vectors=value set the value of vectors boolean: != 0 means vectors writing is on.
vectors? get the value of vectors writing instance variable.