Appendix A. CRBasic Programming Instructions
A.2.3.2 Multiple-Source
ETsz
Stores evapotranspiration (ETsz) and solar radiation (RSo).
Syntax
ETsz(Temp, RH, uZ, Rs, Longitude, Latitude, Altitude, Zw, Sz,
DataType, DisableVar)
RainFlowSample
Stores a sample of the CDM_VW300RainFlow into a data table.
Syntax
RainFlowSampe(Source, DataType)
WindVector
Processes wind speed and direction from either polar or orthogonal sensors. To
save processing time, only calculations resulting in the requested data are
performed.
Syntax
WindVector(Repetitions, Speed/East, Direction/North,
DataType, DisableVar, Subinterval, SensorType, OutputOpt)
Read More See Wind Vector (p. 296).
A.3 Single Execution at Compile
The following instructions reside between the BeginProg and Scan() instructions.
ESSInitialize
Initialize ESS variables at compile time. Used in conjunction with
ESSVariables.
Syntax
ESSInitialize
MovePrecise
Used in conjunction with AddPrecise. Moves a high precision variable into
another variable.
Syntax
MovePrecise(PrecisionVariable, X)
PulseCountReset
Resets the pulse counters and the running averages used in the pulse count
instruction. A mostly obsolete instruction. Used only in very specialized code.
544