Skip to content

chengz2/mom6-tools

 
 

Repository files navigation

Tests Status Documentation Status

Tools to support analysis of CESM/MOM6 model solutions. See documentation for more information.

Installation

  1. Clone the repository from github:

    git clone https://github.com/NCAR/mom6-tools.git
    
  2. Install required packages and mom6-tools in a brand new conda environment:

    cd mom6-tools
    conda env create --file environment.yml
    
  3. Add mom6-tools/mom6_tools to path, e.g., add this line to ~/.bashrc:

    export PATH=$PATH:/glade/work/${USER}/mom6-tools/mom6_tools/
    
  4. Register mom6-tools in ipykernel:

    conda run -n mom6-tools python -m ipykernel install --user --name mom6-tools
    

Notes

  1. Make sure the project account is added to ~/.config/dask/ncar-jobqueue.yaml.
  2. If running on Casper, change casper to casper-dav in ~/.config/dask/ncar-jobqueue.yaml.

About

Tools to support analysis of CESM/MOM6 model solutions (mom6-tools)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 92.6%
  • Jupyter Notebook 7.4%