README.md 694 Bytes
Newer Older
Amirpasha Mozaffari's avatar
Amirpasha Mozaffari committed
# land_surface_vegetation_conda

This repository includes the general land surface and vegetation Conda environment available for use on MN5 and Nord3v2.
Amirpasha Mozaffari's avatar
Amirpasha Mozaffari committed

In the "build" directory, you will find a YAML file that includes the list of Python packages installed. In the "packages" directory, there is a text file listing all the Python packages included in each Conda environment.
Amirpasha Mozaffari's avatar
Amirpasha Mozaffari committed

You can load the latest environment by using the following command:
Amirpasha Mozaffari's avatar
Amirpasha Mozaffari committed

```bash
conda activate /gpfs/projects/bsc32/repository/apps/conda_envs/LAND_may2024_v1
```


To test the installation of the environment by running the test script as below: 

```
python scripts/test_conda_env.py [path_to_land_may2024_v1.yml]