Skip to content

Commit

Permalink
debug github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 14, 2024
1 parent 43bd7bf commit 3cc308f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/srt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
git checkout main
cd ../cime
git checkout master
git status
if [[ ! -e "${PWD}/.gitmodules.bak" ]]
then
echo "Converting [email protected] to https://github.com urls in ${PWD}/.gitmodules"
Expand Down
18 changes: 4 additions & 14 deletions cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,18 +233,6 @@
</values>
</entry>

<!-- not yet fully implemented, set to false -->
<entry id="write_restart_at_endofrun">
<type>logical</type>
<category>nuopc</category>
<group>ALLCOMP_attributes</group>
<values>
<value>.false.</value>
<value rest_option='none'>.false.</value>
<value rest_option='never'>.false.</value>
</values>
</entry>

<entry id="Profiling" modify_via_xml="ESMF_PROFILING_LEVEL">
<type>char</type>
<category>nuopc</category>
Expand Down Expand Up @@ -2862,7 +2850,7 @@
</values>
</entry>

<entry id="end_restart">
<entry id="write_restart_at_endofrun">
<type>logical</type>
<category>time</category>
<group>CLOCK_attributes</group>
Expand All @@ -2874,7 +2862,9 @@
default: false
</desc>
<values>
<value>.false.</value>
<value>.true.</value>
<value rest_option='none'>.false.</value>
<value rest_option='never'>.false.</value>
</values>
</entry>

Expand Down

0 comments on commit 3cc308f

Please sign in to comment.