@@ -34,23 +34,18 @@ In order to use the catalog, you will need to have the following:
34
34
35
35
Catalog users will only be able to load data from projects that they have access to.
36
36
37
- #. **An installation of the catalog **: the catalog is pre-installed in the
38
- `CLEX CMS "analysis3" conda environment <http://climate-cms.wikis.unsw.edu.au/Conda >`_ (>=23.04) and
39
- the ACCESS-NRI "access-med" conda environment (all versions). Users are encouraged to use one of these
40
- environments to use the catalog. Alternatively, you can install the catalog into your own environment
37
+ #. **An installation of the catalog **: the catalog is pre-installed in
38
+ the ACCESS-NRI "access-med" conda environment (all versions). Users are encouraged to use this
39
+ environment to use the catalog. Alternatively, you can install the catalog into your own environment
41
40
as described below.
42
41
43
- .. attention ::
44
- In order to use the CLEX CMS conda environments, you will need to also be a member of the
45
- :code: `hh5 ` project
46
-
47
42
.. _installation :
48
43
49
44
Installing the catalog
50
45
^^^^^^^^^^^^^^^^^^^^^^
51
46
52
47
Most users will not need to install the catalog themselves and will instead use the catalog through one
53
- of the public analysis environments provided in either :code: ` hh5 ` or :code: `xp65 ` (see below).
48
+ of the public analysis environments provided in :code: `xp65 ` (see below).
54
49
55
50
Advanced users that want to install the catalog into their own environment can do so in three ways:
56
51
@@ -95,16 +90,16 @@ data it references are available from your session. In particular:
95
90
96
91
.. include:: ../storage_flags.rst
97
92
98
- If you want to use the :code: `hh5 ` analysis environment, you'll also need to add :code: `gdata/hh5 `.
99
-
100
93
.. attention::
101
94
You need to be a member of all projects you enter here. You can see what projects you are part of
102
95
at `https://my.nci.org.au/mancini <https://my.nci.org.au/mancini >`_.
103
96
104
97
* **Setting the environment **: you need to make sure that the catalog is installed in your JupyterLab
105
- session. As mentioned above, the easiest way to do this is to use either the :code: ` hh5 ` or
106
- :code: `xp65 ` public analysis environments . You can activate the :code: `hh5 ` environment within your
98
+ session. As mentioned above, the easiest way to do this is to use the
99
+ :code: `xp65 ` public analysis environment . You can activate the :code: `xp65 ` environment within your
107
100
JupyterLab session using the "Advanced options" to set the "Module directories" to
108
- :code: `/g/data/hh5/public/modules ` and "Modules" to :code: `conda/analysis3-unstable `. Similarly, to use
109
- the :code: `xp65 ` environment, set "Module directories" to :code: `/g/data/xp65/public/modules ` and
110
- "Modules" to :code: `conda/access-med `.
101
+ :code: `/g/data/xp65/public/modules ` and "Modules" to :code: `conda/access-med `.
102
+
103
+ .. note::
104
+ If you are intending to do a multi-threaded catalog build, you will also need to explicitly load
105
+ the :code: `openmpi ` module in "Modules".
0 commit comments