splash_solar: Calculate solar declination Calculate solar declination angle...

Description Usage Arguments

View source: R/utils-splash.R

Description

Calculate solar declination Calculate solar declination angle in degrees using SPLASH V1.0: https://doi.org/10.5281/zenodo.376293.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
splash_solar(
  filename,
  elv,
  sf,
  tmp,
  year,
  lat = NULL,
  lon = NULL,
  cpus = 2,
  overwrite = TRUE
)

Arguments

filename

String with the output filename (.nc).

elv

2D structure with elevation data.

sf

3D structure with sunshine fraction data.

tmp

3D structure with daily temperature data.

year

Numeric value with the year.

lat

List with latitude data and variable id.

lon

List with longitude data and variable id.

cpus

Number of CPUs to use for the computation.

overwrite

Boolean flag to indicate if the output file should be overwritten (if it exists).


special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.