Skip to content

matt-long/sno-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNO Analysis

Conda environment

Install conda from script found here: https://docs.conda.io/en/latest/miniconda.html

To create the kernel for this project:

conda env create -f environment.yml

To update the environment:

conda env update -f environment.yml

We are using conda-lock to ensure a reproducible environment. Please update the conda-lock files when updating the environment.

To create an environment from the lock file

conda create -n sno --file environment/conda-linux-64.lock

To add user to the project directory on Cheyenne:

setfacl --modify default:user:USERNAME:rwx ${project_dir}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages