insol: Finds solar radiation reaching the ground surface

View source: R/FMC.R

insolR Documentation

Finds solar radiation reaching the ground surface

Description

Finds solar radiation reaching the ground surface

Usage

insol(
  lat = -32,
  hr = 12,
  month = "December",
  aspect = 0,
  slope = 0,
  LAI = 3,
  cloud = 0
)

Arguments

lat

Latitude in degrees

hr

Hour of the day, 0-24, decimal format

month

Name of the month, capitalised (e.g. "January")

aspect

Aspect in degrees

slope

Slope in degrees

LAI

Leaf Area Index

cloud

Proportion cloud cover (0-1)


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.