#include "nvector_serial.h"
#include "sundials_types.h"
#include "ihm.h"
Include dependency graph for et_is.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | calIS (realtype t, realtype stepsize, void *DS, N_Vector VY) |
void | calET (realtype t, realtype stepsize, N_Vector VY, void *DS) |
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: