User Tools

Site Tools


other:uvcdat:cdat_conda:cdat_8_0_py2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:uvcdat:cdat_conda:cdat_8_0_py2 [2019/03/07 10:04]
jypeter [Installing CLIMAF]
other:uvcdat:cdat_conda:cdat_8_0_py2 [2021/02/26 16:03]
jypeter Updated the Miniconda3 install instructions
Line 17: Line 17:
  
 ==== Installing Miniconda3 ====  ==== Installing Miniconda3 ==== 
 +
 +  * You don't need to be //root// when you install Miniconda3 (actually **you should not be //root//**)
 +  * If you are installing Miniconda3 in a Linux environment on a [[other:​win10wsl|Windows 10 computer using Windows Subsystem for Linux (WSL)]], pay special attention to the instructions on the **WSL** lines
  
 We have installed a new version of Miniconda3 (steps below adapted from the [[other:​uvcdat:​conda_notes#​installing_miniconda|installing miniconda]] instructions) We have installed a new version of Miniconda3 (steps below adapted from the [[other:​uvcdat:​conda_notes#​installing_miniconda|installing miniconda]] instructions)
  
-  * Get the [[https://​repo.continuum.io/​miniconda/​Miniconda3-latest-Linux-x86_64.sh|Python 3.Linux 64-bit (bash installer)]] (unless there is a [[https://​conda.io/​miniconda.html|more recent version?​]]) +  * Get the [[https://​repo.anaconda.com/​miniconda/​Miniconda3-latest-Linux-x86_64.sh|Python 3.Linux 64-bit (bash installer)]] (unless there is a [[https://​conda.io/​miniconda.html|more recent version?​]]) 
-    * Find some temporary space on Linux or Windows +    * Find some temporary space on Linux (or Windows, if you are using WSL) 
-      * Linux:''​cd /​home/​scratch01/​jypeter''​ +      * e.g. Linux at LSCE:\\ ''​cd /​home/​scratch01/​<​your_login>​''​ 
-      * WSL: ''​cd /​mnt/​h/​Scratch/​jypeter/''​ (assuming that there is a ''​H:\Scratch\jypeter''​ directory) +      * e.g. WSLassuming that there is a ''​C:\Scratch\<​your_login>​''​ directory:\\ ''​cd /​mnt/​c/​Scratch/<​your_login>''​ 
-    * ''​wget https://​repo.continuum.io/​miniconda/​Miniconda3-latest-Linux-x86_64.sh''​ (67 Mo15 Feb 2019)+    * Use ''​wget''​ to download the installer:​\\ ​''​wget https://​repo.anaconda.com/​miniconda/​Miniconda3-latest-Linux-x86_64.sh''​ (90 Mb26 Feb 2021)
   * Execute the installer   * Execute the installer
     * ''​bash Miniconda3-latest-Linux-x86_64.sh''​     * ''​bash Miniconda3-latest-Linux-x86_64.sh''​
Line 382: Line 385:
     * ''​conda install -n cdatm17_py2 -c stefraynaud -c conda-forge spanlib''​     * ''​conda install -n cdatm17_py2 -c stefraynaud -c conda-forge spanlib''​
     * Test: ''​python -c 'from spanlib.analyzer import Analyzer'​ ''​     * Test: ''​python -c 'from spanlib.analyzer import Analyzer'​ ''​
 +  ​
 +  * [[https://​climaf.readthedocs.io/​en/​latest/​|CliMAF]]:​ a Climate Model Assessment Framework
 +    * [[other:​uvcdat:​cdat_conda:​climaf_install|Installation notes]]
  
 ==== TODO ==== ==== TODO ====
Line 391: Line 397:
  
   * [[http://​wrf-python.readthedocs.io/​en/​latest/​|wrf-python]]:​ A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model   * [[http://​wrf-python.readthedocs.io/​en/​latest/​|wrf-python]]:​ A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model
-    * ''​conda install -n cdatm15 ​-c conda-forge wrf-python''​+    * ''​conda install -n cdatxxx ​-c conda-forge wrf-python''​
    
   * [[https://​glances.readthedocs.io/​en/​stable/​index.html|glances]]:​ a cross-platform monitoring tool (similar to ''​top''​)   * [[https://​glances.readthedocs.io/​en/​stable/​index.html|glances]]:​ a cross-platform monitoring tool (similar to ''​top''​)
-    * ''​conda install -n cdatm15 ​-c conda-forge glances''​+    * ''​conda install -n cdatxxx ​-c conda-forge glances''​
     * [[https://​github.com/​nicolargo/​glances|glances@github]]     * [[https://​github.com/​nicolargo/​glances|glances@github]]
  
Line 408: Line 414:
  
   * [[https://​cmor.llnl.gov/​|CMOR]]   * [[https://​cmor.llnl.gov/​|CMOR]]
-    * Update with: ''​conda update -n cdatm15 ​-c conda-forge -c pcmdi -c uvcdat cmor''​+    * Update with: ''​conda update -n cdatxxx ​-c conda-forge -c pcmdi -c uvcdat cmor''​
       * Get version number with: ''​python -c 'from cmor import *; print CMOR_VERSION_MAJOR,​ CMOR_VERSION_MINOR,​ CMOR_VERSION_PATCH'​ ''​       * Get version number with: ''​python -c 'from cmor import *; print CMOR_VERSION_MAJOR,​ CMOR_VERSION_MINOR,​ CMOR_VERSION_PATCH'​ ''​
  
Line 516: Line 522:
  
 ^  Environment\\ name  ^  Server ​ ^  ''​conda list'' ​ ^ ^  Environment\\ name  ^  Server ​ ^  ''​conda list'' ​ ^
-| cdat-8.0_py2 |  LSCE\\ ciclad ​ | | +| cdat-8.0_py2 |  LSCE  | | 
-| cdatm17_py2 |  LSCE\\ ciclad  ​| |+| cdatm17_py2 |  LSCE | |
 | cdat-nightly_py2 |  LSCE\\ ciclad ​ | | | cdat-nightly_py2 |  LSCE\\ ciclad ​ | |
 | cdatm-nightly_py2 |  LSCE\\ ciclad ​ | | | cdatm-nightly_py2 |  LSCE\\ ciclad ​ | |
other/uvcdat/cdat_conda/cdat_8_0_py2.txt · Last modified: 2021/02/27 13:55 by jypeter