Skip to content

Commit dac84a2

Browse files
committed
Update to cmeps1.0.25
1 parent ed9e08b commit dac84a2

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

Diff for: CMEPS/CMEPS

Submodule CMEPS updated 54 files

Diff for: CMEPS/CMakeLists.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if(OpenMP_Fortran_FOUND)
1212
endif()
1313
target_sources(OM3_cmeps PRIVATE
1414
CMEPS/cesm/flux_atmocn/shr_flux_mod.F90
15+
CMEPS/mediator/med_phases_history_mod.F90
1516
CMEPS/mediator/med_phases_restart_mod.F90
1617
CMEPS/mediator/med_map_mod.F90
1718
CMEPS/mediator/med_methods_mod.F90
@@ -31,7 +32,6 @@ target_sources(OM3_cmeps PRIVATE
3132
CMEPS/mediator/med_phases_prep_ocn_mod.F90
3233
CMEPS/mediator/esmFlds.F90
3334
CMEPS/mediator/med.F90
34-
CMEPS/mediator/med_time_mod.F90
3535
CMEPS/mediator/med_phases_ocnalb_mod.F90
3636
CMEPS/mediator/med_phases_prep_wav_mod.F90
3737
CMEPS/mediator/med_utils_mod.F90
@@ -48,8 +48,6 @@ target_sources(OM3_cmeps PRIVATE
4848
CMEPS/mediator/med_phases_post_wav_mod.F90
4949
)
5050

51-
add_patched_source(OM3_cmeps CMEPS/mediator/med_phases_history_mod.F90)
52-
5351
## NUOPC cap share
5452
add_fortran_library(OM3_nuopc_cap_share mod/nuopc_cap_share STATIC)
5553
add_library(AccessOM3::nuopc_cap_share ALIAS OM3_nuopc_cap_share)
@@ -61,7 +59,6 @@ target_sources(OM3_nuopc_cap_share PRIVATE
6159
CMEPS/cesm/nuopc_cap_share/driver_pio_mod.F90
6260
CMEPS/cesm/nuopc_cap_share/esm_utils_mod.F90
6361
CMEPS/cesm/nuopc_cap_share/glc_elevclass_mod.F90
64-
CMEPS/cesm/nuopc_cap_share/nuopc_shr_methods.F90
6562
)
6663

6764

Diff for: CMEPS/patches/med_phases_history_mod.F90.patch

-13
This file was deleted.

0 commit comments

Comments
 (0)