|
SNOWPACK 20251207.15ac3588
Physically based, energy balance snow cover model
|
#include <snowpack/snowpackCore/VapourTransport.h>#include <snowpack/snowpackCore/WaterTransport.h>#include <snowpack/vanGenuchten.h>#include <snowpack/snowpackCore/Snowpack.h>#include <snowpack/Constants.h>#include <meteoio/meteoLaws/Meteoconst.h>#include <assert.h>#include <sstream>#include <errno.h>#include <meteoio/thirdParty/Eigen/Dense>#include <meteoio/thirdParty/Eigen/Sparse>#include <meteoio/thirdParty/Eigen/IterativeLinearSolvers>#include <meteoio/thirdParty/Eigen/SparseQR>#include <meteoio/thirdParty/Eigen/SparseCholesky>#include <meteoio/thirdParty/Eigen/SparseLU>#include <meteoio/thirdParty/Eigen/Core>Typedefs | |
| typedef Eigen::Triplet< double > | Trip |
| typedef Eigen::Triplet<double> Trip |