From 02e255ffd4f56d8994577af240918e85bf2b335f Mon Sep 17 00:00:00 2001 From: Nick Szapiro Date: Thu, 25 Apr 2024 21:41:33 +0000 Subject: [PATCH] Update CICE for dshr_pio_init call --- CICE-interface/CICE | 2 +- CICE-interface/CMakeLists.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 116fc5b4f6..eaec8c1d02 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 116fc5b4f65325342c421326bb45c2b1c98b0dbe +Subproject commit eaec8c1d02d372279892b7071eb2364fc9b423ed diff --git a/CICE-interface/CMakeLists.txt b/CICE-interface/CMakeLists.txt index 1097dbfcab..ef24873a3d 100644 --- a/CICE-interface/CMakeLists.txt +++ b/CICE-interface/CMakeLists.txt @@ -72,7 +72,8 @@ list(APPEND lib_src_files ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_timer_mod.F90 ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_strdata_mod.F90 ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_stream_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_methods_mod.F90) + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_methods_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_mod.F90) list(APPEND _cice_defs FORTRANUNDERSCORE coupled)