calib.h File Reference

Calibration function declarations. More...

#include "sundials_types.h"

Include dependency graph for calib.h:

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

Go to the source code of this file.

Functions

void setFileName (char *)
 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 function declarations.

Definition in file calib.h.


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 *   ) 

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