Skip to content

Commit

Permalink
Incorporate upstream fix for missing #ifdef timing in CESM_share
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Dec 9, 2024
1 parent 0309ff6 commit 5830636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion share/CESM_share
3 changes: 2 additions & 1 deletion share/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ target_sources(OM3_share PRIVATE
CESM_share/src/nuopc_shr_methods.F90
CESM_share/src/shr_abort_mod.F90
CESM_share/src/shr_cal_mod.F90
CESM_share/src/shr_const_mod.F90
CESM_share/src/shr_file_mod.F90
CESM_share/src/shr_kind_mod.F90
CESM_share/src/shr_log_mod.F90
Expand All @@ -34,6 +35,7 @@ target_sources(OM3_share PRIVATE
CESM_share/src/shr_orb_mod.F90
CESM_share/src/shr_pio_mod.F90
CESM_share/src/shr_precip_mod.F90
CESM_share/src/shr_reprosum_mod.F90
CESM_share/src/shr_reprosumx86.c
CESM_share/src/shr_strconvert_mod.F90
CESM_share/src/shr_string_mod.F90
Expand All @@ -46,7 +48,6 @@ target_sources(OM3_share PRIVATE
stubs/mct_mod.F90
)
add_patched_source(OM3_share CESM_share/src/shr_const_mod.F90)
add_patched_source(OM3_share CESM_share/src/shr_reprosum_mod.F90)

if(CMAKE_Fortran_COMPILER_ID MATCHES "Intel")
# CESM reduces the precision and increases speed for the following file
Expand Down
15 changes: 0 additions & 15 deletions share/patches/shr_reprosum_mod.F90.patch

This file was deleted.

0 comments on commit 5830636

Please sign in to comment.