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

Go to the source code of this file.
Defines | |
| #define | EPSILON 0.05 |
Functions | |
| realtype | Interpolation (TSD *Data, realtype t) |
| void | calIS (realtype t, realtype stepsize, void *DS, N_Vector VY) |
| void | calET (realtype t, realtype stepsize, N_Vector VY, void *DS) |
Variables | |
| realtype | is_CALIB |
| realtype | et0_CALIB |
| realtype | mf_CALIB |
| realtype | tf_CALIB |
| void calET | ( | realtype | t, | |
| realtype | stepsize, | |||
| N_Vector | VY, | |||
| void * | DS | |||
| ) |
| void calIS | ( | realtype | t, | |
| realtype | stepsize, | |||
| void * | DS, | |||
| N_Vector | VY | |||
| ) |
Bhatt
Definition at line 54 of file et_is.cpp.
References element_type::Albedo, model_data_structure::Ele, model_data_structure::Ele2IS, model_data_structure::EleET, model_data_structure::EleIS, model_data_structure::EleISmax, model_data_structure::EleNetPrep, model_data_structure::ElePrep, model_data_structure::EleSnow, model_data_structure::EleTF, et0_CALIB, element_type::humidity, Interpolation(), is_CALIB, element_type::LAImax, element_type::LC, mf_CALIB, model_data_structure::NumEle, element_type::prep, element_type::pressure, element_type::Rn, setet0_CALIB(), setis_CALIB(), setmf_CALIB(), settf_CALIB(), model_data_structure::SIFactor, element_type::temp, tf_CALIB, model_data_structure::TSD_DH, model_data_structure::TSD_Humidity, model_data_structure::TSD_LAI, model_data_structure::TSD_MeltF, model_data_structure::TSD_Prep, model_data_structure::TSD_Pressure, model_data_structure::TSD_Rn, model_data_structure::TSD_Temp, model_data_structure::TSD_WindVel, element_type::VegFrac, element_type::windH, element_type::WindVel, and element_type::zmax.
Here is the call graph for this function:

| realtype Interpolation | ( | TSD * | Data, | |
| realtype | t | |||
| ) |
1.5.2