WVForcing
Initialize the base state for a forcing subclass.
Declaration
self = WVForcing(wvt,name,forcingType)
Parameters
wvttransform that owns and evaluates the forcingnameunique forcing registry nameforcingTypeone or moreWVForcingTypeevaluation stages implemented by the subclass
Returns
selfinitializedWVForcingbase instance
Discussion
Subclass constructors call this constructor with their owning transform, unique registry name, and implemented evaluation stages. Users normally construct a concrete supplied subclass.