From 4319e26a3ca9c3356ac02b56f1b9499ea279bf1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Aug 2023 19:50:31 +0000 Subject: [PATCH] deploy: 02fad90a379cdbd3c1106cbd63324480f0bf7a22 --- .../html/CIME_api/CIME.SystemTests.html | 2 +- versions/master/html/CIME_api/CIME.XML.html | 8 ++++++ versions/master/html/CIME_api/CIME.html | 23 +++++++++++++++++- versions/master/html/CIME_api/CIME.tests.html | 10 ++++++++ versions/master/html/CIME_api/modules.html | 3 +++ .../html/Tools_user/advanced-py-prof.html | 8 +++--- .../html/Tools_user/bless_test_results.html | 2 +- .../master/html/Tools_user/case.build.html | 3 ++- .../html/Tools_user/compare_test_results.html | 2 +- .../master/html/Tools_user/create_test.html | 5 ++-- .../master/html/Tools_user/query_config.html | 2 +- .../CIME/SystemTests/system_tests_common.html | 13 ++++++++++ .../CIME/Tools/standard_script_setup.html | 1 - .../html/_modules/CIME/XML/env_batch.html | 16 ++++++++++-- .../html/_modules/CIME/XML/env_build.html | 17 ++++++++++++- .../master/html/_modules/CIME/XML/grids.html | 4 +++ .../html/_modules/CIME/XML/machines.html | 5 +++- versions/master/html/_modules/CIME/build.html | 13 ++++++---- .../_modules/CIME/case/case_st_archive.html | 6 +++-- .../_modules/CIME/scripts/create_newcase.html | 2 ++ .../_modules/CIME/scripts/create_test.html | 2 +- .../_modules/CIME/scripts/query_config.html | 14 ++++++++--- .../html/_modules/CIME/test_status.html | 11 +++++++++ .../CIME/tests/test_unit_test_status.html | 14 +++++++++++ .../CIME/tests/test_unit_xml_machines.html | 4 +-- versions/master/html/_modules/CIME/utils.html | 9 +++++++ .../_modules/Tools/standard_script_setup.html | 1 - .../users_guide/create-a-case.rst.txt | 11 +++++++++ versions/master/html/genindex.html | 22 +++++++++++++---- versions/master/html/objects.inv | Bin 16288 -> 16336 bytes versions/master/html/searchindex.js | 2 +- .../html/users_guide/create-a-case.html | 9 +++++++ 32 files changed, 206 insertions(+), 38 deletions(-) diff --git a/versions/master/html/CIME_api/CIME.SystemTests.html b/versions/master/html/CIME_api/CIME.SystemTests.html index e25083553cf..1b061538294 100644 --- a/versions/master/html/CIME_api/CIME.SystemTests.html +++ b/versions/master/html/CIME_api/CIME.SystemTests.html @@ -759,7 +759,7 @@

Submodulesobject

-build(sharedlib_only=False, model_only=False, ninja=False, dry_run=False, separate_builds=False)[source]
+build(sharedlib_only=False, model_only=False, ninja=False, dry_run=False, separate_builds=False, skip_submit=False)[source]

Do NOT override this method, this method is the framework that controls the build phase. build_phase is the extension point that subclasses should use.

diff --git a/versions/master/html/CIME_api/CIME.XML.html b/versions/master/html/CIME_api/CIME.XML.html index 65ced41acbb..5b1304a2681 100644 --- a/versions/master/html/CIME_api/CIME.XML.html +++ b/versions/master/html/CIME_api/CIME.XML.html @@ -781,6 +781,14 @@

Submodules class CIME.XML.env_build.EnvBuild(case_root=None, infile='env_build.xml', components=None, read_only=False)[source]

Bases: EnvBase

+
+
+set_value(vid, value, subgroup=None, ignore_type=False)[source]
+

Set the value of an entry-id field to value +Returns the value or None if not found +subgroup is ignored in the general routine and applied in specific methods

+
+

diff --git a/versions/master/html/CIME_api/CIME.html b/versions/master/html/CIME_api/CIME.html index 49972fe05d7..856416d43df 100644 --- a/versions/master/html/CIME_api/CIME.html +++ b/versions/master/html/CIME_api/CIME.html @@ -266,6 +266,7 @@
  • copy_globs()
  • copy_local_macros_to_dir()
  • copyifnewer()
  • +
  • deprecate_action()
  • does_file_have_string()
  • expect()
  • file_contains_python_function()
  • @@ -927,7 +928,10 @@

    SubpackagesCIME.XML.env_build module
  • CIME.XML.env_case module