ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_Albedo.H
Go to the documentation of this file.
1
/*------------------------------------------------------------
2
Computes surface albedos
3
For more details , see Briegleb, Bruce P., 1992: Delta-Eddington
4
Approximation for Solar Radiation in the NCAR Community Climate Model,
5
Journal of Geophysical Research, Vol 97, D7, pp7603-7612).
6
7
NOTE: this is the simplest formula for albedo calculation, we have to
8
update to the latest implementation from microphysics output.
9
*/
10
#ifndef ERF_ALBEDO_H_
11
#define ERF_ALBEDO_H_
12
void
set_albedo
(
const
real1d& coszrs, real2d& albedo_dir, real2d& albedo_dif);
13
#endif
set_albedo
void set_albedo(const real1d &coszrs, real2d &albedo_dir, real2d &albedo_dif)
Definition:
ERF_Albedo.cpp:5
Source
Radiation
ERF_Albedo.H
Generated by
1.9.1