Giter Site home page Giter Site logo

rjhanes / rev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nrel/rev

0.0 0.0 0.0 368.48 MB

Renewable Energy Potential (reV) Model

Home Page: https://nrel.github.io/reV/

License: BSD 3-Clause "New" or "Revised" License

Shell 0.01% Python 66.11% Tcl 0.05% PowerBuilder 33.82% Dockerfile 0.01%

rev's Introduction

Welcome to the Renewable Energy Potential (reV) Model!

https://codecov.io/gh/nrel/reV/branch/main/graph/badge.svg?token=U4ZU9F0K0Z

Recommended Citation

Please cite both the technical paper and the software with the version and DOI you used:

Maclaurin, Galen J., Nicholas W. Grue, Anthony J. Lopez, Donna M. Heimiller, Michael Rossol, Grant Buster, and Travis Williams. 2019. β€œThe Renewable Energy Potential (reV) Model: A Geospatial Platform for Technical Potential and Supply Curve Modeling.” Golden, Colorado, United States: National Renewable Energy Laboratory. NREL/TP-6A20-73067. https://doi.org/10.2172/1563140.

Michael Rossol, Grant Buster, Mike Bannister, Robert Spencer, and Travis Williams. The Renewable Energy Potential Model (reV). https://github.com/NREL/reV (version v0.5.0), 2021. https://doi.org/10.5281/zenodo.4711470.

reV command line tools

Using Eagle Env

If you would like to run reV on Eagle (NREL's HPC) you can use a pre-compiled conda env:

conda activate /shared-projects/rev/modulefiles/conda/envs/rev/

or

source activate /shared-projects/rev/modulefiles/conda/envs/rev/

Launching a run

Tips

reV -c "/scratch/user/rev/config_pipeline.json" pipeline
  • Running simply generation or econ can just be done from the console:
reV -c "/scratch/user/rev/config_gen.json" generation

General Run times and Node configuration on Eagle

  • WTK Conus: 10-20 nodes per year walltime 1-4 hours
  • NSRDB Conus: 5 nodes walltime 2 hours

Eagle node requests

Installing reV

NOTE: The installation instruction below assume that you have python installed on your machine and are using conda as your package/environment manager.

Option 1: Install from PIP or Conda (recommended for analysts):

  1. Create a new environment:
    conda create --name rev python=3.7
  2. Activate directory:
    conda activate rev
  3. Install reV:
    1. pip install NREL-reV or
    2. conda install nrel-rev --channel=nrel
      • NOTE: If you install using conda and want to use HSDS you will also need to install h5pyd manually: pip install h5pyd

Option 2: Clone repo (recommended for developers)

  1. from home dir, git clone [email protected]:NREL/reV.git

  2. Create reV environment and install package
    1. Create a conda env: conda create -n rev
    2. Run the command: conda activate rev
    3. cd into the repo cloned in 1.
    4. prior to running pip below, make sure the branch is correct (install from main!)
    5. Install reV and its dependencies by running: pip install . (or pip install -e . if running a dev branch or working on the source code)
  3. Check that reV was installed successfully
    1. From any directory, run the following commands. This should return the help pages for the CLI's.

      • reV

rev's People

Contributors

grantbuster avatar mrossol avatar ppinchuk avatar rspencer019 avatar bnb32 avatar mikebannis avatar williamstravis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.