calib.c File Reference

Calibration parameters and function definitions. More...

#include "sundials_types.h"

Include dependency graph for calib.c:

Go to the source code of this file.

Defines

#define FileName   "rhode";
#define satD_CALIB   0.0
#define br_CALIB   5.0
#define poros_CALIB   0.35
#define icsat_CALIB   0.45
#define rivEle_CALIB   0.45
#define is_CALIB   20.0
#define et0_CALIB   9.0
#define mf_CALIB   1.50
#define tf_CALIB   1.0
#define Vic_CALIB   0.5
#define rivK_CALIB   50.0
#define Kh_CALIB   1.0
#define Rec_CALIB   1.0
#define et2_CALIB   1.0
#define et1_CALIB   1.0
#define sat_THRESH   0.685
#define mp_MULTFH   3000000.0
#define mp_MULTFV   3000000.0
#define mpArea_CALIB   0.00
#define ovl_THRESH_H   -1.0
#define ovl_THRESH_V   0.0
#define rzd_CALIB   0.20
#define roughEle_CALIB   1.0
#define roughRiv_CALIB   1.0
#define rivCoeff_CALIB   1.0
#define rivDepth_CALIB   2.5
#define alpha_CALIB   1.0
#define set_MP   0.0
#define lai_CALIB   1.00
#define vegfrac_CALIB   1.00
#define albedo_CALIB   1.25

Functions

void setFileName (char *fileName)
 Input File Name ID ("test" => test.mesh test.att ...).
realtype setsatD_CALIB ()
realtype setbr_CALIB ()
realtype setporos_CALIB ()
 Calibration factor for soil porosity parameter.
realtype seticsat_CALIB ()
 Inital saturation of elements.
realtype setrivEle_CALIB ()
 Inital saturation of elements near river segments.
realtype setis_CALIB ()
 Calibration factor for maximum interception storage capacity.
realtype setet0_CALIB ()
 Calibration factor cum Switch for ET0 (Evaporation from Cannopy).
realtype setmf_CALIB ()
 Calibration factor for melt factor (rate).
realtype settf_CALIB ()
 Calibration factor cum Switch for through-fall.
realtype setVic_CALIB ()
 Calibration fraction for Variable rate of infiltration.
realtype setrivK_CALIB ()
 Calibration factor for hydraulic conductivity at river-element interface.
realtype setKh_CALIB ()
 Calibration factor for horizontal hydraulic conductivity.
realtype setRec_CALIB ()
 Calibration factor for recharge rate.
realtype setet2_CALIB ()
 Calibration factor cum Switch for ET2.
realtype setet1_CALIB ()
 Calibration factor cum Switch for ET1.
realtype setsat_THRESH ()
 Saturation value above which macropore plays role.
realtype setmp_MULTFH ()
 Horizontal Hydraulic conductivity factor for macropore zones.
realtype setmp_MULTFV ()
 Vertical Hydraulic conductivity factor for macropore zones.
realtype setmpArea_CALIB ()
 Fraction of area governed by macropore behavior.
realtype setovl_THRESH_H ()
realtype setovl_THRESH_V ()
realtype setrzd_CALIB ()
 Uniform value for Root Zone Depth.
realtype setroughEle_CALIB ()
 Calibration factor for the manning's roughness coefficient of elements.
realtype setroughRiv_CALIB ()
 Calibration factor for the manning's roughness coefficient of river segments.
realtype setrivCoeff_CALIB ()
 Calibration factor for width of the river segments.
realtype setrivDepth_CALIB ()
 Calibration factor for depth of the river segments.
realtype setalpha_CALIB ()
 Calibration factor for soil alpha paramter.
realtype setset_MP ()
 Switch to turn Macropore behavior ON/OFF.
realtype setlai_CALIB ()
 Calibration factor for Leaf Area Indices.
realtype setvegfrac_CALIB ()
 Calibration factor for vegetation fractions.
realtype setalbedo_CALIB ()
 Calibration factor for albedo.


Detailed Description

Calibration parameters and function definitions.

Definition in file calib.c.


Define Documentation

#define albedo_CALIB   1.25

Definition at line 60 of file calib.c.

Referenced by read_alloc(), and setalbedo_CALIB().

#define alpha_CALIB   1.0

Definition at line 56 of file calib.c.

Referenced by read_alloc(), and setalpha_CALIB().

#define br_CALIB   5.0

Definition at line 28 of file calib.c.

Referenced by initialize(), and setbr_CALIB().

#define et0_CALIB   9.0

Definition at line 34 of file calib.c.

Referenced by calET_IS(), and setet0_CALIB().

#define et1_CALIB   1.0

Definition at line 43 of file calib.c.

Referenced by f(), and setet1_CALIB().

#define et2_CALIB   1.0

Definition at line 42 of file calib.c.

Referenced by f(), and setet2_CALIB().

#define FileName   "rhode";

Definition at line 25 of file calib.c.

Referenced by setFileName().

#define icsat_CALIB   0.45

Definition at line 30 of file calib.c.

Referenced by initialize(), and seticsat_CALIB().

#define is_CALIB   20.0

Definition at line 33 of file calib.c.

Referenced by calET_IS(), and setis_CALIB().

#define Kh_CALIB   1.0

Definition at line 40 of file calib.c.

Referenced by f(), and setKh_CALIB().

#define lai_CALIB   1.00

Definition at line 58 of file calib.c.

Referenced by read_alloc(), and setlai_CALIB().

#define mf_CALIB   1.50

Definition at line 35 of file calib.c.

Referenced by calET_IS(), and setmf_CALIB().

#define mp_MULTFH   3000000.0

Definition at line 45 of file calib.c.

Referenced by f(), and setmp_MULTFH().

#define mp_MULTFV   3000000.0

Definition at line 46 of file calib.c.

Referenced by f(), and setmp_MULTFV().

#define mpArea_CALIB   0.00

Definition at line 47 of file calib.c.

Referenced by f(), and setmpArea_CALIB().

#define ovl_THRESH_H   -1.0

Definition at line 48 of file calib.c.

Referenced by f(), and setovl_THRESH_H().

#define ovl_THRESH_V   0.0

Definition at line 49 of file calib.c.

Referenced by f(), and setovl_THRESH_V().

#define poros_CALIB   0.35

Definition at line 29 of file calib.c.

Referenced by initialize(), and setporos_CALIB().

#define Rec_CALIB   1.0

Definition at line 41 of file calib.c.

Referenced by f(), and setRec_CALIB().

#define rivCoeff_CALIB   1.0

Definition at line 54 of file calib.c.

Referenced by read_alloc(), and setrivCoeff_CALIB().

#define rivDepth_CALIB   2.5

Definition at line 55 of file calib.c.

Referenced by read_alloc(), and setrivDepth_CALIB().

#define rivEle_CALIB   0.45

Definition at line 31 of file calib.c.

Referenced by initialize(), and setrivEle_CALIB().

#define rivK_CALIB   50.0

Definition at line 39 of file calib.c.

Referenced by f(), GWflowFromEleToRiv(), and setrivK_CALIB().

#define roughEle_CALIB   1.0

Definition at line 52 of file calib.c.

Referenced by read_alloc(), and setroughEle_CALIB().

#define roughRiv_CALIB   1.0

Definition at line 53 of file calib.c.

Referenced by read_alloc(), and setroughRiv_CALIB().

#define rzd_CALIB   0.20

Definition at line 50 of file calib.c.

Referenced by f(), and setrzd_CALIB().

#define sat_THRESH   0.685

Definition at line 44 of file calib.c.

Referenced by f(), and setsat_THRESH().

#define satD_CALIB   0.0

Definition at line 27 of file calib.c.

Referenced by initialize(), and setsatD_CALIB().

#define set_MP   0.0

Definition at line 57 of file calib.c.

Referenced by read_alloc(), and setset_MP().

#define tf_CALIB   1.0

Definition at line 36 of file calib.c.

Referenced by calET_IS(), and settf_CALIB().

#define vegfrac_CALIB   1.00

Definition at line 59 of file calib.c.

Referenced by read_alloc(), and setvegfrac_CALIB().

#define Vic_CALIB   0.5

Definition at line 38 of file calib.c.

Referenced by f(), and setVic_CALIB().


Function Documentation

realtype setalbedo_CALIB (  ) 

Calibration factor for albedo.

Definition at line 217 of file calib.c.

References albedo_CALIB.

Referenced by read_alloc().

realtype setalpha_CALIB (  ) 

Calibration factor for soil alpha paramter.

Definition at line 197 of file calib.c.

References alpha_CALIB.

Referenced by read_alloc().

realtype setbr_CALIB (  ) 

Definition at line 73 of file calib.c.

References br_CALIB.

Referenced by initialize().

realtype setet0_CALIB (  ) 

Calibration factor cum Switch for ET0 (Evaporation from Cannopy).

Definition at line 97 of file calib.c.

References et0_CALIB.

Referenced by calET_IS().

realtype setet1_CALIB (  ) 

Calibration factor cum Switch for ET1.

Definition at line 139 of file calib.c.

References et1_CALIB.

Referenced by f().

realtype setet2_CALIB (  ) 

Calibration factor cum Switch for ET2.

Definition at line 134 of file calib.c.

References et2_CALIB.

Referenced by f().

void setFileName ( char *  fileName  ) 

Input File Name ID ("test" => test.mesh test.att ...).

Definition at line 62 of file calib.c.

References FileName.

Referenced by FPrintInit(), FPrintInitFile(), and main().

realtype seticsat_CALIB (  ) 

Inital saturation of elements.

Definition at line 81 of file calib.c.

References icsat_CALIB.

Referenced by initialize().

realtype setis_CALIB (  ) 

Calibration factor for maximum interception storage capacity.

Definition at line 92 of file calib.c.

References is_CALIB.

Referenced by calET_IS().

realtype setKh_CALIB (  ) 

Calibration factor for horizontal hydraulic conductivity.

Definition at line 124 of file calib.c.

References Kh_CALIB.

Referenced by f().

realtype setlai_CALIB (  ) 

Calibration factor for Leaf Area Indices.

Definition at line 207 of file calib.c.

References lai_CALIB.

Referenced by read_alloc().

realtype setmf_CALIB (  ) 

Calibration factor for melt factor (rate).

Definition at line 102 of file calib.c.

References mf_CALIB.

Referenced by calET_IS().

realtype setmp_MULTFH (  ) 

Horizontal Hydraulic conductivity factor for macropore zones.

Definition at line 149 of file calib.c.

References mp_MULTFH.

Referenced by f().

realtype setmp_MULTFV (  ) 

Vertical Hydraulic conductivity factor for macropore zones.

Definition at line 154 of file calib.c.

References mp_MULTFV.

Referenced by f().

realtype setmpArea_CALIB (  ) 

Fraction of area governed by macropore behavior.

Definition at line 159 of file calib.c.

References mpArea_CALIB.

Referenced by f().

realtype setovl_THRESH_H (  ) 

Definition at line 164 of file calib.c.

References ovl_THRESH_H.

Referenced by f().

realtype setovl_THRESH_V (  ) 

Definition at line 167 of file calib.c.

References ovl_THRESH_V.

Referenced by f().

realtype setporos_CALIB (  ) 

Calibration factor for soil porosity parameter.

Definition at line 76 of file calib.c.

References poros_CALIB.

Referenced by initialize().

realtype setRec_CALIB (  ) 

Calibration factor for recharge rate.

Definition at line 129 of file calib.c.

References Rec_CALIB.

Referenced by f().

realtype setrivCoeff_CALIB (  ) 

Calibration factor for width of the river segments.

Definition at line 187 of file calib.c.

References rivCoeff_CALIB.

Referenced by read_alloc().

realtype setrivDepth_CALIB (  ) 

Calibration factor for depth of the river segments.

Definition at line 192 of file calib.c.

References rivDepth_CALIB.

Referenced by read_alloc().

realtype setrivEle_CALIB (  ) 

Inital saturation of elements near river segments.

Definition at line 86 of file calib.c.

References rivEle_CALIB.

Referenced by initialize().

realtype setrivK_CALIB (  ) 

Calibration factor for hydraulic conductivity at river-element interface.

Definition at line 119 of file calib.c.

References rivK_CALIB.

Referenced by f().

realtype setroughEle_CALIB (  ) 

Calibration factor for the manning's roughness coefficient of elements.

Definition at line 177 of file calib.c.

References roughEle_CALIB.

Referenced by read_alloc().

realtype setroughRiv_CALIB (  ) 

Calibration factor for the manning's roughness coefficient of river segments.

Definition at line 182 of file calib.c.

References roughRiv_CALIB.

Referenced by read_alloc().

realtype setrzd_CALIB (  ) 

Uniform value for Root Zone Depth.

Definition at line 170 of file calib.c.

References rzd_CALIB.

Referenced by f().

realtype setsat_THRESH (  ) 

Saturation value above which macropore plays role.

Definition at line 144 of file calib.c.

References sat_THRESH.

Referenced by f().

realtype setsatD_CALIB (  ) 

Definition at line 70 of file calib.c.

References satD_CALIB.

Referenced by initialize().

realtype setset_MP (  ) 

Switch to turn Macropore behavior ON/OFF.

Definition at line 202 of file calib.c.

References set_MP.

Referenced by read_alloc().

realtype settf_CALIB (  ) 

Calibration factor cum Switch for through-fall.

Definition at line 107 of file calib.c.

References tf_CALIB.

Referenced by calET_IS().

realtype setvegfrac_CALIB (  ) 

Calibration factor for vegetation fractions.

Definition at line 212 of file calib.c.

References vegfrac_CALIB.

Referenced by read_alloc().

realtype setVic_CALIB (  ) 

Calibration fraction for Variable rate of infiltration.

Definition at line 114 of file calib.c.

References Vic_CALIB.

Referenced by f().


Generated on Thu Jul 12 14:34:19 2007 for PIHM by  doxygen 1.5.2