Skip to content

Commit ed7680e

Browse files
committed
Update to CMEPS 1.1.31
1 parent 4daf043 commit ed7680e

5 files changed

Lines changed: 10 additions & 60 deletions

File tree

CMEPS/CMEPS

Submodule CMEPS updated 42 files

CMEPS/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ if(OpenMP_Fortran_FOUND)
1414
target_link_libraries(ACCESS3_cmeps PRIVATE OpenMP::OpenMP_Fortran)
1515
endif()
1616
target_sources(ACCESS3_cmeps PRIVATE
17+
CMEPS/cesm/share_wrappers/wtracers_mod.F90
1718
CMEPS/cesm/flux_atmocn/shr_flux_mod.F90
19+
CMEPS/cesm/flux_atmocn/flux_atmocn_COARE_mod.F90
20+
CMEPS/cesm/flux_atmocn/flux_atmocn_Diurnal_mod.F90
21+
CMEPS/cesm/flux_atmocn/flux_atmocn_Large.F90
22+
CMEPS/cesm/flux_atmocn/flux_atmocn_UA_mod.F90
23+
CMEPS/cesm/flux_atmocn/flux_atmocn_driver_mod.F90
1824
CMEPS/mediator/med_phases_history_mod.F90
1925
CMEPS/mediator/med_phases_restart_mod.F90
2026
CMEPS/mediator/med_map_mod.F90
@@ -49,6 +55,7 @@ target_sources(ACCESS3_cmeps PRIVATE
4955
CMEPS/mediator/med_phases_post_glc_mod.F90
5056
CMEPS/mediator/med_phases_post_rof_mod.F90
5157
CMEPS/mediator/med_phases_post_wav_mod.F90
58+
CMEPS/mediator/med_field_info_mod.F90
5259
)
5360

5461
## NUOPC cap share
@@ -62,6 +69,7 @@ target_sources(ACCESS3_nuopc_cap_share PRIVATE
6269
CMEPS/cesm/nuopc_cap_share/driver_pio_mod.F90
6370
CMEPS/cesm/nuopc_cap_share/esm_utils_mod.F90
6471
CMEPS/cesm/nuopc_cap_share/glc_elevclass_mod.F90
72+
CMEPS/cesm/nuopc_cap_share/shr_lnd2rof_tracers_mod.F90
6573
)
6674

6775

@@ -114,3 +122,4 @@ install(EXPORT Access3Sharenuopc_cap_share_Targets
114122
NAMESPACE Access3::
115123
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/Access3Share
116124
)
125+

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ include(GNUInstallDirs)
4040

4141
# Include some custom cmake modules
4242
include(FortranLib)
43-
include(AddPatchedSource)
4443

4544
# Common compiler flags and definitions
4645
if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU")

cmake/AddPatchedSource.cmake

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

cmake/PatchFile.cmake

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

0 commit comments

Comments
 (0)