record TEvtSurfDepthRecord
Unit
ModflowEvtUnit
Declaration
type TEvtSurfDepthRecord = record
Description
  TEvtSurfDepthRecord = record
    Cell: TCellLocation;
    EvapotranspirationSurface: double;
    EvapotranspirationDepth: double;
    StartingTime: double;
    EndingTime: double;
    EvapotranspirationSurfaceAnnotation: string;
    EvapotranspirationDepthAnnotation: string;
  end;
   
 TEvtSurfDepthRecord stores the location, time, evaporation surface and evaporation depth for a cell.
Overview
Fields
Methods
procedure Cache(Comp: TCompressionStream; Strings: TStringList); | 
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList); | 
procedure RecordStrings(Strings: TStringList); | 
Description
Fields
EvapotranspirationSurface: double; | 
| 
  | 
EvapotranspirationDepth: double; | 
| 
  | 
EvapotranspirationSurfaceAnnotation: string; | 
| 
  | 
EvapotranspirationDepthAnnotation: string; | 
| 
  | 
Methods
procedure Cache(Comp: TCompressionStream; Strings: TStringList); | 
| 
  | 
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList); | 
| 
  | 
procedure RecordStrings(Strings: TStringList); | 
| 
  | 
Generated by PasDoc 0.12.1 on 2013-05-13 15:41:45