|
Public Member Functions |
| | LUSEtabletype (int index) |
| | LUSEtabletype () |
| | ~LUSEtabletype () |
| void | initialize (ostream *WSstream, string row, int version) |
| void | initialize (ostream *WSstream, string row, string sVersion) |
| void | initializeKcEmpty () |
| void | deallocateKcStruct () |
| float | getFormPar () |
| float | getReduParDry () |
| float | getReduParWet () |
| float | getLimitReduWet () |
| float | getIntercepStor () |
| char * | getName () |
| int | getCode () |
| void | setCode (int code) |
| void | printContent () |
| bool | getIsActivity () |
| void | printKcMonthlyValuesStruct () |
| int | getActivityNumberInMPMAS () |
| void | extractActivityNumberFromName () |
| void | readKcMonthlyValuesStruct (FILE *steuer) |
| double | getMonthlyKcValue (int m) |
| double | getCutoffFactor () |
| float | GetRsc (int iJulDay, float height=0.0) |
| float | GetRsc (int iMonthDay, int iMonth, int iYear, float height=0.0) |
| float | GetRsi (int iJulDay, float height=0.0) |
| float | GetRsi (int iMonthDay, int iMonth, int iYear, float height=0.0) |
| float | GetRse (int iJulDay, float height=0.0) |
| float | GetRse (int iMonthDay, int iMonth, int iYear, float height=0.0) |
| float | GetZ0 (int iJulDay, float height=0.0) |
| float | GetZ0 (int iMonthDay, int iMonth, int iYear, float height=0.0) |
| float | GetLAI (int iJulDay, float height=0.0) |
| float | GetLAI (int iMonthDay, int iMonth, int iYear, float height=0.0) |
| float | GetVbg (int iJulDay, float height=0.0) |
| float | GetVbg (int iMonthDay, int iMonth, int iYear, float height=0.0) |
| float | GetWurz (int iJulDay, float height=0.0) |
| float | GetWurz (int iMonthDay, int iMonth, int iYear, float height=0.0) |
| float | GetAlbedo (int iJulDay, float height) |
| float | GetAlbedo (int iMonthDay, int iMonth, int iYear, float height=0.0) |
Private Member Functions |
| float | interpolate (double x1, double y1, double x2, double y2, double x) |
| int | GetJulDay (int iMonthDay, int iMonth, int iYear) |
| void | AltitudeCorrection (float dhm) |
| int | GetFixPoint (int iJulDay, float height) |
| void | stripParameters (string &row, string sWhatParam, float *param, int maxIndex) |
| void | stripParametersJulDays (string &row) |
Private Attributes |
| int | method |
| int | ID_cropwatTable |
| bool | flag_useCropwatTable |
| KcMonthlyValuesStruct | kcMonthly |
| int | iNumFixPoints |
| int * | days |
| int * | daystemp |
| float * | rsc |
| float * | rsi |
| float * | rse |
| float * | albedo |
| float * | LAI |
| float * | z0 |
| float * | Vbg |
| float * | Wurz |
| float * | AltDep |
| float | form_par |
| float | redu_parDry |
| float | redu_parWet |
| float | LimitReduWet |
| float | m_fIntercepStor |
| int | mon [14] |