#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "sundials_types.h"#include "ihm.h"#include "calib.h"Include dependency graph for read_alloc.cpp:

Go to the source code of this file.
Functions | |
| void | read_alloc (char *filename, Model_Data DS, Control_Data *CS) |
Variables | |
| realtype | roughEle_CALIB |
| realtype | roughRiv_CALIB |
| realtype | rivCoeff_CALIB |
| realtype | rivDepth_CALIB |
| realtype | alpha_CALIB |
| realtype | set_MP |
| realtype | lai_CALIB |
| realtype | vegfrac_CALIB |
| realtype | albedo_CALIB |
| void read_alloc | ( | char * | filename, | |
| Model_Data | DS, | |||
| Control_Data * | CS | |||
| ) |
Definition at line 54 of file read_alloc.cpp.
References albedo_CALIB, soils_type::Alpha, alpha_CALIB, soils_type::base, element_type::BC, soils_type::Beta, model_data_structure::Ele, model_data_structure::Ele_IC, element_type::G, soils_type::gama, element_type::humidity, TSD_type::index, soils_type::index, nodes_type::index, element_type::index, soils_type::Inf, element_IC_type::interception, soils_type::Ksat, lai_CALIB, element_type::LC, TSD_type::length, soils_type::Macropore, element_type::nabr, TSD_type::name, element_type::node, model_data_structure::Node, NULL, model_data_structure::NumEle, model_data_structure::NumInc, model_data_structure::NumNode, model_data_structure::NumSoil, element_type::prep, element_type::pressure, rivCoeff_CALIB, rivDepth_CALIB, element_type::Rn, roughEle_CALIB, roughRiv_CALIB, soils_type::RzD, element_IC_type::sat, set_MP, setalbedo_CALIB(), setalpha_CALIB(), setlai_CALIB(), setrivCoeff_CALIB(), setrivDepth_CALIB(), setroughEle_CALIB(), setroughRiv_CALIB(), setset_MP(), setvegfrac_CALIB(), soils_type::Sf, soils_type::SitaR, soils_type::SitaS, element_IC_type::snow, model_data_structure::Soil, element_type::soil, element_type::source, element_IC_type::surf, element_type::temp, TSD_type::TS, model_data_structure::TSD_Inc, element_IC_type::unsat, vegfrac_CALIB, element_type::WindVel, nodes_type::x, nodes_type::y, nodes_type::zmax, and nodes_type::zmin.
Here is the call graph for this function:

| realtype albedo_CALIB |
Definition at line 51 of file read_alloc.cpp.
| realtype alpha_CALIB |
Definition at line 47 of file read_alloc.cpp.
| realtype lai_CALIB |
Definition at line 49 of file read_alloc.cpp.
| realtype rivCoeff_CALIB |
Definition at line 45 of file read_alloc.cpp.
| realtype rivDepth_CALIB |
Definition at line 46 of file read_alloc.cpp.
| realtype roughEle_CALIB |
Definition at line 43 of file read_alloc.cpp.
| realtype roughRiv_CALIB |
Definition at line 44 of file read_alloc.cpp.
| realtype set_MP |
Definition at line 48 of file read_alloc.cpp.
| realtype vegfrac_CALIB |
Definition at line 50 of file read_alloc.cpp.
1.5.2