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