Skip to content

Commit

Permalink
Merge branch 'main' into feature/fix_mpas_input
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b authored May 16, 2024
2 parents 4070e0a + 7a522c8 commit 0875610
Show file tree
Hide file tree
Showing 19 changed files with 770 additions and 165 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
CPPFLAGS: "-I/usr/include -I/usr/local/include "
LDFLAGS: "-L/usr/lib/x86_64-linux-gnu "
# Versions of all dependencies can be updated here - these match tag names in the github repo
ESMF_VERSION: v8.5.0
ParallelIO_VERSION: pio2_6_0
ESMF_VERSION: v8.6.1
ParallelIO_VERSION: pio2_6_2
steps:
- id: checkout-CDEPS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- id: load-env
Expand All @@ -37,7 +37,7 @@ jobs:
sudo apt-get install autotools-dev autoconf
- name: Cache PARALLELIO
id: cache-PARALLELIO
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${GITHUB_WORKSPACE}/pio
key: ${{ runner.os }}-${{ env.ParallelIO_VERSION }}-parallelio2
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,5 @@
*.out
*.app

# Externals
fox
share/genf90

# ignore pycache
__pycache__
16 changes: 16 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This is a git-fleximod adapted .gitmodules file. Any field with a name starting in fx is a git-fleximod
# specific field. See https://github.com/ESMCI/git-fleximod for details.

[submodule "fox"]
path = fox
url = https://github.com/ESMCI/fox.git
fxtag = 4.1.2.1
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESMCI/fox.git

[submodule "genf90"]
path = share/genf90
url = https://github.com/PARALLELIO/genf90
fxtag = 4816965
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/PARALLELIO/genf90
4 changes: 2 additions & 2 deletions dglc/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</desc>
</entry>

<entry id="DGLC_USE_GREENLAND">
<entry id="GLC_USE_GREENLAND">
<type>logical</type>
<default_value>FALSE</default_value>
<group>run_component_dglc</group>
Expand All @@ -58,7 +58,7 @@
</desc>
</entry>

<entry id="DGLC_USE_ANTARCTICA">
<entry id="GLC_USE_ANTARCTICA">
<type>logical</type>
<default_value>FALSE</default_value>
<group>run_component_dglc</group>
Expand Down
6 changes: 3 additions & 3 deletions dglc/cime_config/testdefs/testlist_dglc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<testlist version="2.0">

<test compset="2000_SATM_SLND_SICE_SGLC_SROF_DGLC%NOEVOLVE_SWAV" grid="f10_f10_ais8gris4_mg37" name="SMS_Ln5">
<test compset="2000_SATM_SLND_SICE_SGLC_SROF_DGLC%NOEVOLVE_SWAV" grid="f10_f10_ais8gris4_mg37" name="SMS_Ly3">
<machines>
<machine name="derecho" compiler="intel" category="aux_cdeps"/>
<machine name="betzy" compiler="intel" category="aux_cdeps_noresm"/>
Expand All @@ -10,7 +10,7 @@
<option name="wallclock"> 00:10:00 </option>
</options>
</test>
<test compset="2000_SATM_SLND_SICE_SGLC_SROF_DGLC%NOEVOLVE_SWAV" grid="f10_f10_ais8_mg37" name="SMS_Ln5">
<test compset="2000_SATM_SLND_SICE_SGLC_SROF_DGLC%NOEVOLVE_SWAV" grid="f10_f10_ais8_mg37" name="SMS_Ly3">
<machines>
<machine name="derecho" compiler="intel" category="aux_cdeps"/>
<machine name="betzy" compiler="intel" category="aux_cdeps_noresm"/>
Expand All @@ -19,7 +19,7 @@
<option name="wallclock"> 00:10:00 </option>
</options>
</test>
<test compset="2000_SATM_SLND_SICE_SGLC_SROF_DGLC%NOEVOLVE_SWAV" grid="f19_g17_gris4" name="SMS_Ln5">
<test compset="2000_SATM_SLND_SICE_SGLC_SROF_DGLC%NOEVOLVE_SWAV" grid="f19_g17_gris4" name="SMS_Ly3">
<machines>
<machine name="derecho" compiler="intel" category="aux_cdeps"/>
<machine name="betzy" compiler="intel" category="aux_cdeps_noresm"/>
Expand Down
Loading

0 comments on commit 0875610

Please sign in to comment.