SURFEX v8.1
General documentation of Surfex
Data Types | Modules | Functions/Subroutines
mode_meb.F90 File Reference

Go to the source code of this file.

Data Types

interface  mode_meb::mebpalphan
 
interface  mode_meb::sfc_heatcap_veg
 
interface  mode_meb::swdown_diff
 
interface  mode_meb::snow_intercept_eff
 
interface  mode_meb::meb_shield_factor
 

Modules

module  mode_meb
 

Functions/Subroutines

real function, dimension(size(psnowdepth, 1), size(psnowdepth, 2), size(psnowdepth, 3)!) mode_meb::mebpalphan_3d (PSNOWDEPTH, PH_VEG)
 
real function, dimension(size(psnowdepth, 1), size(psnowdepth, 2)) mode_meb::mebpalphan_2d (PSNOWDEPTH, PH_VEG)
 
real function, dimension(size(psnowdepth, 1)) mode_meb::mebpalphan_1d (PSNOWDEPTH, PH_VEG)
 
real function mode_meb::mebpalphan_0d (PSNOWDEPTH, PH_VEG)
 
real function mode_meb::sfc_heatcap_veg_0d (PWRN, PWR, PCV)
 
real function, dimension(size(pcv)) mode_meb::sfc_heatcap_veg_1d (PWRN, PWR, PCV)
 
real function, dimension(size(pcv), size(pcv, 2)) mode_meb::sfc_heatcap_veg_2d (PWRN, PWR, PCV)
 
real function, dimension(size(psw_rad, 1), size(psw_rad, 2)) mode_meb::swdown_diff_2d (PSW_RAD, PCOSZENITH)
 
real function, dimension(size(psw_rad)) mode_meb::swdown_diff_1d (PSW_RAD, PCOSZENITH)
 
real function mode_meb::swdown_diff_0d (PSW_RAD, PCOSZENITH)
 
real function mode_meb::snow_intercept_eff_0d (PCHIP, PVELC, PWRVNMAX)
 
real function, dimension(size(pvelc)) mode_meb::snow_intercept_eff_1d (PCHIP, PVELC, PWRVNMAX)
 
real function, dimension(size(pvelc, 1), size(pvelc, 2)) mode_meb::snow_intercept_eff_2d (PCHIP, PVELC, PWRVNMAX)
 
real function mode_meb::meb_shield_factor_0d (PLAI, PPALPHAN)
 
real function, dimension(size(plai, 1)) mode_meb::meb_shield_factor_1d (PLAI, PPALPHAN)
 
real function, dimension(size(plai, 1), size(plai, 2)) mode_meb::meb_shield_factor_2d (PLAI, PPALPHAN)