#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 | |||
) |
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.