Skip to content

Commit dcbe86b

Browse files
committed
Update the CESM_share 1.1.18
1 parent a8a0def commit dcbe86b

File tree

4 files changed

+5
-37
lines changed

4 files changed

+5
-37
lines changed

share/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ target_sources(share PRIVATE
2727
CESM_share/src/nuopc_shr_methods.F90
2828
CESM_share/src/shr_abort_mod.F90
2929
CESM_share/src/shr_cal_mod.F90
30+
CESM_share/src/shr_const_mod.F90
3031
CESM_share/src/shr_file_mod.F90
3132
CESM_share/src/shr_kind_mod.F90
3233
CESM_share/src/shr_log_mod.F90
@@ -44,11 +45,11 @@ target_sources(share PRIVATE
4445
CESM_share/src/shr_timer_mod.F90
4546
CESM_share/src/shr_wv_sat_mod.F90
4647
CESM_share/src/water_isotopes/water_isotopes.F90
48+
CESM_share/src/water_isotopes/shr_wtracers_mod.F90
4749

4850
# The following file is a stub.
49-
stubs/mct_mod.F90
51+
CESM_share/src/stubs/access3/mct_mod.F90
5052
)
51-
add_patched_source(share CESM_share/src/shr_const_mod.F90)
5253

5354
if(CMAKE_Fortran_COMPILER_ID MATCHES "Intel")
5455
# CESM reduces the precision and increases speed for the following file
@@ -129,3 +130,4 @@ install(EXPORT Access3Sharetiming_Targets
129130
NAMESPACE Access3::
130131
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/Access3Share
131132
)
133+

share/patches/shr_const_mod.F90.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

share/stubs/mct_mod.F90

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)