R/rns.r

rns <-
  function(sol_rad,albedo=0.23) {
    rns <- (1-albedo)*sol_rad
    rns
  }

Try the sirad package in your browser

Any scripts or data that you put into this service are public.

sirad documentation built on May 1, 2019, 7:42 p.m.