Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove AMWG task #432

Merged
merged 2 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/source/dev_guide/testing_e3sm_unified.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ ref_final_yr = 2016
climo_diurnal_subsection = "atm_monthly_diurnal_8xdaily_180x360_aave"
climo_monthly_frequency = "diurnal_8xdaily"

[amwg]
active = False

[mpas_analysis]
active = True
walltime = "24:00:00"
Expand Down
3 changes: 0 additions & 3 deletions docs/source/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ be overridden by parameters set in a ``[[subsection]``.
.. warning::
Note that some parameters will be overriden by defaults if you define them too high up in the inheritance hierarchy.

.. warning::
The ``amwg`` section is user-contributed and is not officially supported/documented!

See `parameter defaults <https://github.com/E3SM-Project/zppy/blob/cdd11e983a52ca54e81168de199be611e42d49f8/zppy/templates/default.ini>`_
on GitHub for a complete list of parameters and their default values.
3 changes: 0 additions & 3 deletions docs/source/post.mysimulation.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ ts_num_years = 10
# This is for tropical cyclone diags
tc_obs = '/lcrc/group/e3sm/public_html/diagnostics/observations/Atm/tc-analysis/'

[amwg]
active = False

# MPAS-Analysis
[mpas_analysis]
active = True
Expand Down
3 changes: 0 additions & 3 deletions docs/source/post.rrm_simulation.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,5 @@ climo_years ="1-50",
mesh = "WC14to60E2r3"
partition = compute

[amwg]
active = False

[global_time_series]
active = False
3 changes: 0 additions & 3 deletions tests/test_sections.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ active = False

#[mpas_analysis]
#active = False

#[amwg]
#active = False
4 changes: 0 additions & 4 deletions zppy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from mache import MachineInfo
from validate import Validator

from zppy.amwg import amwg
from zppy.bundle import Bundle, predefined_bundles
from zppy.climo import climo
from zppy.e3sm_diags import e3sm_diags
Expand Down Expand Up @@ -191,9 +190,6 @@ def main(): # noqa: C901
# e3sm_diags tasks
existing_bundles = e3sm_diags(config, scriptDir, existing_bundles, job_ids_file)

# amwg tasks
existing_bundles = amwg(config, scriptDir, existing_bundles, job_ids_file)

# mpas_analysis tasks
existing_bundles = mpas_analysis(config, scriptDir, existing_bundles, job_ids_file)

Expand Down
91 changes: 0 additions & 91 deletions zppy/amwg.py

This file was deleted.

Loading