Alpine3D
20241222.625fd38
SnowBRDF.h
Go to the documentation of this file.
1
#ifndef SNOWBRDF_H
2
#define SNOWBRDF_H
3
4
#include <meteoio/MeteoIO.h>
5
6
class
SnowBRDF
{
7
8
public
:
9
SnowBRDF
(){};
10
SnowBRDF
(
const
mio::Config& cfg);
11
~SnowBRDF
();
12
13
double
get_RF
(
double
cth_i,
double
cphi,
double
cth_v);
14
bool
albedo_inc
=
false
;
15
16
private
:
17
18
void
initialize(
const
mio::Config& cfg);
19
double
BRDF_data[33][120][60];
20
};
21
22
#endif
SnowBRDF
Definition:
SnowBRDF.h:6
SnowBRDF::albedo_inc
bool albedo_inc
Definition:
SnowBRDF.h:14
SnowBRDF::~SnowBRDF
~SnowBRDF()
Definition:
SnowBRDF.cc:31
SnowBRDF::SnowBRDF
SnowBRDF()
Definition:
SnowBRDF.h:9
SnowBRDF::get_RF
double get_RF(double cth_i, double cphi, double cth_v)
Definition:
SnowBRDF.cc:60
alpine3d
ebalance
SnowBRDF.h
Generated on Sun Dec 22 2024 00:13:38 for Alpine3D by
1.9.4