This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | d_SI |
| struct | d_SO |
Macros | |
| #define | REAL float |
| #define | e_SoiSimFail "Soil Simulation Failed" |
| #define | e_Max1 60 /* degrees in celsius */ |
| #define | e_Max2 275 |
| #define | e_mplus1 14 /* Soil Simulation uses this define */ |
| #define | e_Layers e_mplus1 /* user define for # of Soil Layers */ |
| #define | e_LoaSke "Loamy-Skeletal" |
| #define | e_FinSil "Fine-Silt" |
| #define | e_Fin "Fine" |
| #define | e_CoaSil "Coarse-Silt" |
| #define | e_CoaLoa "Coarse-Loamy" |
| #define | LOAMY_SKELETAL e_LoaSke |
| #define | FINE_SILT e_FinSil |
| #define | FINE e_Fin |
| #define | COARSE_SILT e_CoaSil |
| #define | COARSE_LOAMY e_CoaLoa |
| #define | eC_SoilType 30 |
| #define | e_VeryDry "VeryDry" |
| #define | e_Dry "Dry" |
| #define | e_Moderate "Moderate" |
| #define | e_Wet "Wet" |
| #define | VERY_DRY e_VeryDry |
| #define | DRY e_Dry |
| #define | MODERATE e_Moderate |
| #define | WET e_Wet |
| #define | eC_MoistCond 30 |
| #define | e_LayNone -1 /* tells when no layer reached degree*/ |
| #define | e_SM_Duff "Duff" /* Tells which soil model/simulation */ |
| #define | e_SM_ZDuff "Zero-Duff" /* was used to generate output */ |
Functions | |
| void WINAPI | SI_Init (d_SI *a_SI) |
| void WINAPI | SO_Init (d_SO *a_SO) |
| int WINAPI | SH_Mngr (d_SI *a_SI, d_SO *a_SO, char cr_TmpPth[], char cr_ErrMes[]) |
Macro Definition Documentation
| #define COARSE_LOAMY e_CoaLoa |
| #define COARSE_SILT e_CoaSil |
| #define DRY e_Dry |
| #define e_CoaLoa "Coarse-Loamy" |
| #define e_CoaSil "Coarse-Silt" |
| #define e_Dry "Dry" |
| #define e_Fin "Fine" |
| #define e_FinSil "Fine-Silt" |
| #define e_Layers e_mplus1 /* user define for # of Soil Layers */ |
| #define e_LayNone -1 /* tells when no layer reached degree*/ |
| #define e_LoaSke "Loamy-Skeletal" |
| #define e_Max1 60 /* degrees in celsius */ |
| #define e_Max2 275 |
| #define e_Moderate "Moderate" |
| #define e_mplus1 14 /* Soil Simulation uses this define */ |
| #define e_SM_Duff "Duff" /* Tells which soil model/simulation */ |
| #define e_SM_ZDuff "Zero-Duff" /* was used to generate output */ |
| #define e_SoiSimFail "Soil Simulation Failed" |
| #define e_VeryDry "VeryDry" |
| #define e_Wet "Wet" |
| #define eC_MoistCond 30 |
| #define eC_SoilType 30 |
| #define FINE e_Fin |
| #define FINE_SILT e_FinSil |
| #define LOAMY_SKELETAL e_LoaSke |
| #define MODERATE e_Moderate |
| #define REAL float |
| #define VERY_DRY e_VeryDry |
| #define WET e_Wet |
Function Documentation
Here is the call graph for this function:

Here is the caller graph for this function:

| void WINAPI SI_Init | ( | d_SI * | a_SI | ) |
| void WINAPI SO_Init | ( | d_SO * | a_SO | ) |
Here is the caller graph for this function:
