Skip to content

uva-hydroinformatics/SUMMA_Singularity_In_Rivanna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Singularity in Local (Approach 4) for the reproducibility of SUMMA modeling

Instruction

  1. Install Singularity in Ubuntu os.
  1. Create a Definition file to create a Singularity image
  1. Create the Singularity image
sudo singularity build summa3_singularity.sif summa_singularity.def
  1. You can find summa_singularity.sif singularity image in the HS resource and download it in your local environment.

  2. Download kernel.json file from this GitHub to your local environment

  1. Create SUMMA Jupyter Kernel
mkdir -p ~/.local/share/jupyter/kernels/summa
mv kernel.json ~/.local/share/jupyter/kernels/summa
  1. Start JupyterLab and select summa Kernel

If you don't want to create a Singularity image, you can use kernel_copy.json in this GitHub

  1. Download kernel_copy.json in your local computer.

  2. Change the name of kernel_copy.json to kernel.json

  3. After that, follow step 6 above

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published