Toggle navigation
Open-FVS
Dashboard
Settings
Profile
Help
Main Page
Modules
Data Types List
Files
File List
File Members
fire
fofem
src
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[]);
REAL
#define REAL
Definition:
fof_sh.h:20
SH_Init_LayDis
void SH_Init_LayDis(REAL rrL[], REAL rrD[])
Definition:
fof_sh.c:186
InchtoMeter
REAL InchtoMeter(REAL r_Inch)
Definition:
fof_sh.c:221