Skip to content

Commit

Permalink
add eopy of NCL environment file for micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
kormichu committed Jul 10, 2024
1 parent f0306eb commit 7d7b127
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/conda/env_NCL_base_micromamba.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: _MDTF_NCL_base
channels:
- conda-forge
dependencies:
- python=3.11
# - openblas=0.3.4 # otherwise ncl 6.5 installs but doesn't function on macs
- ncl=6.6.2
- nco=5.1.7
- pyyaml=6.0.1

0 comments on commit 7d7b127

Please sign in to comment.