GEOS-ESM / evagram_input

evagram inputs
Apache License 2.0
0 stars 0 forks source link

Evagram Input

Getting Started

Prerequisites

The prerequisite modules required to install are the psycopg2-binary and python-dotenv libraries, and the evagram_input module.

pip install psycopg2-binary python-dotenv evagram_input

Note: Make sure you are running in a Linux environment for usage.

Usage

Import the evagram_input module into your workflow:

from evagram_input import *

The central endpoint to the module is through the input_data function. An example of usage is shown here:

input_data(owner='postgres', experiment='experiment1', eva_directory='tests/eva')