Skip to content

Commit

Permalink
Remove acme1 references and warning about importing module
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jan 28, 2025
1 parent 74cdef3 commit 4186348
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 309 deletions.
5 changes: 0 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ Welcome to the E3SM Diagnostics Package documentation hub.
To change the documentation version, use the version selector in the bottom left-hand corner.
Please note, documentation for versions ``v2.5.0`` are not available in the version selector.

.. warning::
As of ``v2.6.0``, ``e3sm_diags`` should be used as the module name instead of
``acme_diags``. Instances of ``acme_diags`` in the Python import statements should
be replaced accordingly.

.. toctree::
:maxdepth: 2
:caption: Contents:
Expand Down
10 changes: 1 addition & 9 deletions docs/source/quickguides/generate_quick_guides.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
import subprocess

EXPANSIONS = {
'acme1': {
'machine_name': 'Acme1',
'activation_path': '/usr/local/e3sm_unified/envs/load_latest_e3sm_unified_acme1.sh',
'obs_path': '/p/user_pub/e3sm/diagnostics/observations/Atm/',
'test_data_path': '/p/user_pub/e3sm/e3sm_diags_data/test_model_data_for_acme_diags/',
'html_path': '/var/www/acme/acme-diags/<username>/',
'web_address': 'https://acme-viewer.llnl.gov/<username>/',
},
'anvil': {
'machine_name': 'Anvil',
'activation_path': '/lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_anvil.sh',
Expand Down Expand Up @@ -78,7 +70,7 @@ def generate_quick_guides():
else:
expansion = EXPANSIONS[machine_name][expansion_name]
new_line = line.replace(expansion_indicator, expansion)
if multiprocessing and machine_name != 'acme1':
if multiprocessing:
multiprocessing_file = '{d}quick-guide-multiprocessing-{m}.rst'.format(
d=quick_guides_dir, m=machine_name)
with open(multiprocessing_file, 'r') as mpf:
Expand Down
1 change: 0 additions & 1 deletion docs/source/quickguides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Quick Guides
:maxdepth: 2

quick-guide-general
quick-guide-acme1
quick-guide-anvil
quick-guide-chrysalis
quick-guide-compy
Expand Down
273 changes: 0 additions & 273 deletions docs/source/quickguides/quick-guide-acme1.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/quickguides/quick-guide-anvil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Running the annual mean latitude-longitude contour set
Copy and paste the below code into ``run_e3sm_diags.py`` using your favorite text editor.
Adjust any options as you like.

**Tip:** Some of E3SM's analysis machines (**Acme1, Anvil, Compy, Cori**)
**Tip:** Some of E3SM's analysis machines (**Anvil, Compy, Cori**)
have web servers setup to host html results.
On Anvil,
create the directory ``/lcrc/group/e3sm/public_html/diagnostic_output/<username>/`` using your username.
Expand Down
4 changes: 0 additions & 4 deletions docs/source/quickguides/quick-guide-chrysalis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
Chrysalis quick guide for running e3sm_diags v2
=========================================================================

.. warning::
As of ``v2.6.0``, ``e3sm_diags`` should be used as the module name instead of
``acme_diags``. Instances of ``acme_diags`` in the Python import statements should
be replaced accordingly.

1. Installation
-----------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions docs/source/quickguides/quick-guide-compy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
Compy quick guide for running e3sm_diags v2
=========================================================================

.. warning::
As of ``v2.6.0``, ``e3sm_diags`` should be used as the module name instead of
``acme_diags``. Instances of ``acme_diags`` in the Python import statements should
be replaced accordingly.

1. Installation
-----------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions docs/source/quickguides/quick-guide-general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
General quick guide for running e3sm_diags v2
=========================================================================

.. warning::
As of ``v2.6.0``, ``e3sm_diags`` should be used as the module name instead of
``acme_diags``. Instances of ``acme_diags`` in the Python import statements should
be replaced accordingly.

1. Installation
-----------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions docs/source/quickguides/quick-guide-generic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#expand machine_name# quick guide for running e3sm_diags v2
=========================================================================

.. warning::
As of ``v2.6.0``, ``e3sm_diags`` should be used as the module name instead of
``acme_diags``. Instances of ``acme_diags`` in the Python import statements should
be replaced accordingly.

1. Installation
-----------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions docs/source/quickguides/quick-guide-perlmutter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
Perlmutter quick guide for running e3sm_diags v2
=========================================================================

.. warning::
As of ``v2.6.0``, ``e3sm_diags`` should be used as the module name instead of
``acme_diags``. Instances of ``acme_diags`` in the Python import statements should
be replaced accordingly.

1. Installation
-----------------------------------------------------------
Expand Down

0 comments on commit 4186348

Please sign in to comment.