-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ The Kerchunk builder will soon be updated to version 1.0.1, which you can clone | |
|
||
:: | ||
git clone [email protected]:cedadev/kerchunk-builder.git --branch v1.0.1 | ||
:: | ||
|
||
Step 1: Set up Virtual Environment | ||
---------------------------------- | ||
|
||
|
@@ -19,7 +19,7 @@ Step 1 is to create a virtual environment and install the necessary packages wit | |
python -m venv name_of_venv; | ||
source name_of_venv/bin/activate; | ||
pip install -r requirements.txt; | ||
:: | ||
|
||
|
||
Step 2: Environment configuration | ||
--------------------------------- | ||
|
@@ -30,6 +30,6 @@ Create a config file to set necessary environment variables. (Suggested to place | |
export GROUPDIR=/gws/nopw/j04/cmip6_prep_vol1/kerchunk-pipeline/groups/CMIP6_rel1_6233; | ||
export SRCDIR=/home/users/dwest77/Documents/kerchunk_dev/kerchunk-builder; | ||
export KVENV=/home/users/dwest77/Documents/kerchunk_dev/kerchunk-builder/build_venv; | ||
:: | ||
|
||
|
||
Now you should be set up to run the pipeline properly. For any of the pipeline scripts, running ```python <script>.py -h # or --help``` will bring up a list of options to use for that script as well as the required parameters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.