Skip to content

Commit

Permalink
Merge pull request #494 from jedwards4b/add_case_git_repository
Browse files Browse the repository at this point in the history
add CASE_GIT_REPOSITORY variable
  • Loading branch information
jedwards4b authored Aug 7, 2024
2 parents 6c5b8fb + 2fba8e8 commit 7585948
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2412,6 +2412,19 @@
</entry>

<!-- ===================================================================== -->
<!-- optionally connect the case to a remote git repository, -->
<!-- the branch is the case name and must be unique in remote -->
<!-- ===================================================================== -->

<entry id="CASE_GIT_REPOSITORY">
<type>char</type>
<default_value></default_value>
<group>case_git</group>
<file>env_build.xml</file>
<desc>Remote git repository used for this case</desc>
</entry>

<!-- ===================================================================== -->
<!-- Include the AOFLUX calculation for this compset -->
<!-- ===================================================================== -->

Expand Down

0 comments on commit 7585948

Please sign in to comment.