Welcome to FARMS!#
Installing farms#
Option 1: Install from PIP or Conda (recommended for analysts):#
- Create a new environment:
conda create --name farms
- Activate directory:
conda activate farms
- Install farms:
pip install NREL-farms
orconda install nrel-farms --channel=nrel
Option 2: Clone repo (recommended for developers)#
- Create
farms
environment and install package Create a conda env:
conda create -n farms
Run the command:
conda activate farms
cd into the repo cloned in 1.
prior to running
pip
below, make sure the branch is correct (install from master!)Install
farms
and its dependencies by running:pip install .
(orpip install -e .
if running a dev branch or working on the source code)
- Create
Recommended Citation#
Yu Xie, Manajit Sengupta, Jimy Dudhia, “A Fast All-sky Radiation Model for Solar applications (FARMS): Algorithm and performance evaluation”, Solar Energy, Volume 135, 2016, Pages 435-445, ISSN 0038-092X, https://doi.org/10.1016/j.solener.2016.06.003. Science Direct Link.