post_process: Postprocessing of adapted solar irradiance

Description Usage Arguments Value References

View source: R/post_process.R

Description

Postprocessing of adapted solar irradiance

Usage

1
2
3
4
5
6
post_process(
  df_daytime,
  subset_target_period_high_elev,
  GHI_threshold,
  DNI_threshold
)

Arguments

df_daytime

Dataframe object with daytime adapted solar radiation series including time (with same time zone as subset_target_period_high_elev)

subset_target_period_high_elev

Dataframe object with daytime modeled solar radiation series including time (with same time zone as df_daytime)

GHI_threshold

GHI threshold value, in the same units that modeled and adapted datasets. Default value is -99

DNI_threshold

GHI threshold value, in the same units that modeled and adapted datasets. Default value is -99

Value

Dataframe object including time and site adapted solar irradiance series without inconsistencies

References

Fernández-Peruchena, C.M.; Polo, J.; Martín, L.; Mazorra, L. Site-Adaptation of Modeled Solar Radiation Data: The SiteAdapt Procedure. Remote Sens. 2020, 12, 2127.


SiteAdapt documentation built on Jan. 13, 2021, 9:48 a.m.