public class SnowModule : ISnowModule, IModelStateReadWrite| SnowModule | Initializes a new instance of the SnowModule class |
| SnowMeltCoefficient | Snow melt coefficient. Note: the snow melt coefficient is not in SI unit, because the temperature is assumed to be in degrees Celcius. Unit: [m/degCelcius/s] |
| SnowStorage | Snow storage at time N+1. Unit: [m] |
| SnowStorageOld | Snow storage at previous time N. Unit: [m] |
| Clone | Clone the current ISnowModule. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| PerformTimeStep | Apply snow module calculations. |
| ReadState | Read state and apply to module. Returns true if state was successfully read. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WriteState | Write current state of module |