fof_sh2.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 /*{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}
5 * Name: fof_sh.c
6 * Desc: Soil Heating
7 *
8 {*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}*/
9 
10 /*.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.*/
11 /* Soil Moisture Values */
12 /* Used to check for Min and Max values...................... */
13 #define e_SMV_Max (float) 25.0
14 #define e_SMV_Min (float) 0.0
15 
16 /* Starting Soil temperature............. */
17 /* Used as input to Duff Sim and Exp Heat, and also need as the starting */
18 /* point when graphing */
19 #define e_StaSoiTem 21
20 
21 
22 REAL InchtoMeter (REAL r_Inch);
23 void SH_Init_LayDis (REAL rrL[], REAL rrD[]);
#define REAL
Definition: fof_sh.h:20
void SH_Init_LayDis(REAL rrL[], REAL rrD[])
Definition: fof_sh.c:186
REAL InchtoMeter(REAL r_Inch)
Definition: fof_sh.c:221