Skip to content

Commit

Permalink
Fix compsets, tests, and externals
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Goldhaber committed Aug 23, 2023
1 parent e36fc61 commit f4e4f16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ required = True

[ccs_config]
protocol = git
tag = ccs_config_noresm0.0.12
tag = ccs_config_noresm0.0.14
repo_url = https://github.com/NorESMhub/ccs_config_noresm.git
local_path = ccs_config
required = True
Expand Down
2 changes: 1 addition & 1 deletion Externals_CAM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ required = True

[camnor_phys]
protocol = git
tag = camnor_noresm_v0.0.1
tag = camnor_noresm_v0.0.3
repo_url = https://github.com/NorESMhub/CAM-Nor-physics
local_path = src/physics/camnor_phys
required = True
Expand Down
4 changes: 2 additions & 2 deletions cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
</compset>

<compset>
<alias>FLTHIST_v0c</alias>
<alias>FLTHIST_v0d</alias>
<lname>HIST_CAM%DEV%GHGMAM4_CLM51%SP_CICE%PRES_DOCN%DOM_MOSART_SGLC_SWAV</lname>
</compset>

<compset>
<alias>FMTHIST_v0c</alias>
<alias>FMTHIST_v0d</alias>
<lname>HIST_CAM%DEV%MT%GHGMAM4_CLM51%SP_CICE%PRES_DOCN%DOM_MOSART_SGLC_SWAV</lname>
</compset>

Expand Down
4 changes: 2 additions & 2 deletions cime_config/testdefs/testlist_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- CAM-Nor test-supported COMPSETS -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->

<test compset="NFLTHIST_v0c" grid="ne3pg3_ne3pg3_mg37" name="ERP_D_Ln9_P36_Vnuopc" testmods="cam/outfrq9s">
<test compset="NFLTHIST_v0d" grid="ne3pg3_ne3pg3_mg37" name="ERP_D_Ln9_P36_Vnuopc" testmods="cam/outfrq9s">
<machines>
<machine name="betzy" compiler="intel" category="aux_cam_noresm"/>
</machines>
Expand Down Expand Up @@ -100,7 +100,7 @@
</options>
</test>

<test compset="FLTHIST_v0c" grid="ne3pg3_ne3pg3_mg37" name="ERP_D_Ln9_P36_Vnuopc" testmods="cam/outfrq9s">
<test compset="FLTHIST_v0d" grid="ne3pg3_ne3pg3_mg37" name="ERP_D_Ln9_P36_Vnuopc" testmods="cam/outfrq9s">
<machines>
<machine name="betzy" compiler="intel" category="aux_cam_noresm"/>
</machines>
Expand Down

0 comments on commit f4e4f16

Please sign in to comment.