Skip to content

Commit

Permalink
Update testlist entry for izumi and update to CICE6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Nov 18, 2024
1 parent 88c084d commit f283ede
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "src"]
path = src
url = https://github.com/ESCOMP/CICE
fxtag = cice6_5_0_20241108
fxtag = cice6_6_0_20241120
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/CICE

2 changes: 1 addition & 1 deletion cime_config/testdefs/testlist_cice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<machine name="mira" compiler="ibm" category="prebeta"/>
</machines>
</test>
<test name="ERS_Ld5" grid="f19_g17" compset="E1850TEST" testmods="cice/default">
<test name="ERS_D_Ld5" grid="f19_g17" compset="E1850TEST" testmods="cice/default">
<machines>
<machine name="edison" compiler="intel" category="prebeta"/>
<machine name="izumi" compiler="nag" category="prealpha"/>
Expand Down
2 changes: 1 addition & 1 deletion src
Submodule src updated 35 files
+1 −1 .gitmodules
+1 −1 cicecore/cicedyn/general/ice_flux.F90
+0 −2 cicecore/cicedyn/general/ice_forcing.F90
+18 −4 cicecore/cicedyn/general/ice_init.F90
+21 −29 cicecore/cicedyn/general/ice_step_mod.F90
+1 −2 cicecore/cicedyn/infrastructure/ice_domain.F90
+142 −192 cicecore/cicedyn/infrastructure/ice_grid.F90
+49 −106 cicecore/cicedyn/infrastructure/ice_read_write.F90
+1 −1 cicecore/cicedyn/infrastructure/io/io_netcdf/ice_restart.F90
+6 −0 cicecore/cicedyn/infrastructure/io/io_pio2/ice_history_write.F90
+22 −0 cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90
+1 −0 cicecore/cicedyn/infrastructure/io/io_pio2/ice_restart.F90
+10 −12 cicecore/drivers/mct/cesm1/CICE_InitMod.F90
+4 −4 cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90
+1 −0 cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
+4 −4 cicecore/drivers/nuopc/dmi/CICE_InitMod.F90
+4 −4 cicecore/drivers/standalone/cice/CICE_InitMod.F90
+4 −4 cicecore/drivers/unittest/gridavgchk/CICE_InitMod.F90
+4 −4 cicecore/drivers/unittest/halochk/CICE_InitMod.F90
+4 −4 cicecore/drivers/unittest/opticep/CICE_InitMod.F90
+1 −4 cicecore/drivers/unittest/opticep/ice_init_column.F90
+13 −18 cicecore/drivers/unittest/opticep/ice_step_mod.F90
+4 −4 cicecore/drivers/unittest/sumchk/CICE_InitMod.F90
+1 −4 cicecore/shared/ice_init_column.F90
+1 −1 cicecore/version.txt
+11 −0 configuration/scripts/cice.batch.csh
+0 −1 configuration/scripts/ice_in
+2 −2 configuration/scripts/machines/Macros.gadi_intel
+8 −0 configuration/scripts/options/set_nml.histhrly
+9 −13 configuration/scripts/tests/base_suite.ts
+3 −0 configuration/scripts/tests/io_suite.ts
+2 −2 doc/source/conf.py
+0 −1 doc/source/user_guide/ug_case_settings.rst
+17 −8 doc/source/user_guide/ug_implementation.rst
+1 −1 icepack

0 comments on commit f283ede

Please sign in to comment.