WVObservingSystem

A WVObservingSystem is an abstract class that defines different ways of observing the model


Declaration

WVObservingSystem < handle

Overview

Topics

  • Initializing
  • Properties
    • model reference to the WVModel being used
    • nFluxComponents number of components that need to be integrated in time.
    • name of the observing system
    • wvt reference to the WVModel being used
  • Required subclass overrides
    • initializeStorage called once to allow the observing system to initialize its storage space in the NetCDFGroup
    • writeTimeStepToFile called at each time for the observing system to write to file
  • Required subclass overrides for integrated (fluxed) components
  • Initialization
  • Other


This site uses Just the Docs, a documentation theme for Jekyll.