00001 #ifndef CALIB_H 00002 #define CALIB_H 00003 00004 #include "sundials_types.h" 00005 00006 /* Functions Setting Global Calibration Paramters */ 00007 void setFileName(char *); 00008 00009 // For initialize.c 00010 realtype setsatD_CALIB(); 00011 realtype setbr_CALIB(); 00012 realtype setporos_CALIB(); 00013 realtype seticsat_CALIB(); 00014 realtype setrivEle_CALIB(); 00015 00016 //For et_is.c 00017 realtype setis_CALIB(); 00018 realtype setet0_CALIB(); 00019 realtype setmf_CALIB(); 00020 realtype settf_CALIB(); 00021 00022 //For f.c 00023 realtype setVic_CALIB(); 00024 realtype setrivK_CALIB(); 00025 realtype setKh_CALIB(); 00026 realtype setRec_CALIB(); 00027 realtype setet2_CALIB(); 00028 realtype setet1_CALIB(); 00029 realtype setsat_THRESH(); 00030 realtype setmp_MULTFH(); 00031 realtype setmp_MULTFV(); 00032 realtype setmpArea_CALIB(); 00033 realtype setovl_THRESH_H(); 00034 realtype setovl_THRESH_V(); 00035 realtype setrzd_CALIB(); 00036 00037 realtype setroughEle_CALIB(); 00038 realtype setroughRiv_CALIB(); 00039 realtype setrivCoeff_CALIB(); 00040 realtype setrivDepth_CALIB(); 00041 realtype setalpha_CALIB(); 00042 realtype setset_MP(); 00043 realtype setlai_CALIB(); 00044 realtype setvegfrac_CALIB(); 00045 realtype setalbedo_CALIB(); 00046 00047 #endif