Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a8a0def
changing over to our forks for CMEPS, CDEPS and CESM_share
chrisb13 Jan 16, 2026
dcbe86b
Update the CESM_share 1.1.18
anton-seaice Jan 21, 2026
49003b5
first attempt at reverting the patch and extra file change to cdeps (…
chrisb13 Jan 26, 2026
b4ba105
another attempt at reverting the patch and extra file change to cdeps…
chrisb13 Jan 26, 2026
0e4091a
testing CDEPS commit 772409097978b5d140c828a5c1297908972e8bab
chrisb13 Jan 27, 2026
ae17f23
testing build of CDEPS commit 0595593400cae8dd65f50a13d9167fb248be9dfb
chrisb13 Jan 27, 2026
00af802
testing build of CDEPS commit 2400bd594803f4359df74022a2807d75cf5eed10
chrisb13 Jan 27, 2026
718091d
testing build of CDEPS commit 0e5c95588678fe813da249def51920ad3b4fa33b
chrisb13 Jan 27, 2026
bc1ec76
testing build of CDEPS commit 293774652f41d5daf5614135fc41b676e8bc59d8
chrisb13 Jan 27, 2026
124294b
testing build of CDEPS commit 7e51a85aa2f4a645ca6795ff63cd3eaa54e85453
chrisb13 Jan 27, 2026
727f429
testing build of CDEPS commit 8e629741667ea4dd1416d89e69bb385bc85ae82e
chrisb13 Jan 27, 2026
efc334a
testing build of CDEPS commit 87ed584beaf11c0135fcc0c3c84df3d906577344
chrisb13 Jan 27, 2026
fa689c8
testing build of CDEPS commit a2ffcb754a41c9e059eb9e9d2e7cd27ab6a5883d
chrisb13 Jan 27, 2026
48632c2
testing build of CDEPS commit 7d93a2ef3243e054e07151b81a67829385bcc82c
chrisb13 Jan 27, 2026
9f3a1e3
testing build of CDEPS commit 05949dda698e5feee92fba40af1273a42b9498d8
chrisb13 Jan 27, 2026
e615f9e
testing build of CDEPS commit a95f92f6c0979c20681a29a479f2a776c49bc079
chrisb13 Jan 27, 2026
3036294
testing build of CDEPS commit d6a74c252db5e0cee1d00bfc091d26023bb9832a
chrisb13 Jan 27, 2026
a8d38ae
testing build of CDEPS commit d476c0338e5d050434c1b7044962efe9daf13cc5
chrisb13 Jan 27, 2026
876c351
testing build of CDEPS commit 69ca579c28d82408511054ec9a0fcc53a29daa3f
chrisb13 Jan 27, 2026
e6f1aad
testing build of CDEPS commit bdd4317b47c0fc27d7dac468212f8a6c34c53d8c
chrisb13 Jan 27, 2026
9614fde
testing build of CDEPS commit 069321478b2c8733198f0c7e3383fad0a459a3b5
chrisb13 Jan 27, 2026
6087112
testing build of CDEPS commit 3d97bac8ed37de52b4e87256d71b7c8ea20e5ef5
chrisb13 Jan 27, 2026
890f660
testing build of CDEPS commit 6381d84625754001e3c229585d341c14fce046be
chrisb13 Jan 27, 2026
a6cd383
testing build of CDEPS commit 4877267eb7e87640d33fbf3ee1a0324644b60712
chrisb13 Jan 27, 2026
6a42b9e
testing build of CDEPS commit 410ce304ee485207dfa176c6b6d5449ed1978d13
chrisb13 Jan 27, 2026
bdc731e
testing build of CDEPS commit 8a1b5a4c26780ea3e07c75740e0a6e3bd1776205
chrisb13 Jan 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "CMEPS/CMEPS"]
path = CMEPS/CMEPS
url = https://github.com/ESCOMP/CMEPS
url = https://github.com/access-nri/cmeps
[submodule "CDEPS/CDEPS"]
path = CDEPS/CDEPS
url = https://github.com/ESCOMP/CDEPS
url = https://github.com/access-nri/cdeps
[submodule "share/CESM_share"]
path = share/CESM_share
url = https://github.com/ESCOMP/CESM_share.git
url = https://github.com/access-nri/cesm_share
2 changes: 1 addition & 1 deletion CDEPS/CDEPS
Submodule CDEPS updated 73 files
+5 −5 .github/workflows/extbuild.yml
+1 −1 .gitmodules
+60 −5 cime_config/stream_cdeps.py
+5 −1 datm/CMakeLists.txt
+123 −92 datm/atm_comp_nuopc.F90
+1 −1 datm/cime_config/buildnml
+1 −1 datm/cime_config/config_archive.xml
+21 −12 datm/cime_config/config_component.xml
+12 −3 datm/cime_config/namelist_definition_datm.xml
+292 −10 datm/cime_config/stream_definition_datm.xml
+52 −6 datm/cime_config/testdefs/testlist_datm.xml
+9 −89 datm/datm_datamode_clmncep_mod.F90
+9 −49 datm/datm_datamode_core2_mod.F90
+7 −39 datm/datm_datamode_cplhist_mod.F90
+8 −9 datm/datm_datamode_era5_mod.F90
+5 −5 datm/datm_datamode_gefs_mod.F90
+5 −45 datm/datm_datamode_jra_mod.F90
+5 −19 datm/datm_datamode_simple_mod.F90
+172 −0 datm/datm_pres_aero_mod.F90
+98 −0 datm/datm_pres_co2_mod.F90
+113 −0 datm/datm_pres_ndep_mod.F90
+70 −0 datm/datm_pres_o3_mod.F90
+1 −1 dglc/cime_config/config_archive.xml
+6 −8 dglc/cime_config/namelist_definition_dglc.xml
+0 −2 dglc/cime_config/stream_definition_dglc.xml
+10 −11 dglc/cime_config/testdefs/testlist_dglc.xml
+5 −4 dglc/glc_comp_nuopc.F90
+5 −3 dice/cime_config/config_archive.xml
+4 −6 dice/cime_config/namelist_definition_dice.xml
+0 −2 dice/cime_config/stream_definition_dice.xml
+16 −2 dice/cime_config/testdefs/testlist_dice.xml
+9 −8 dice/ice_comp_nuopc.F90
+3 −1 dlnd/CMakeLists.txt
+30 −1 dlnd/cime_config/buildnml
+1 −1 dlnd/cime_config/config_archive.xml
+21 −11 dlnd/cime_config/config_component.xml
+7 −6 dlnd/cime_config/namelist_definition_dlnd.xml
+101 −3 dlnd/cime_config/stream_definition_dlnd.xml
+19 −1 dlnd/cime_config/testdefs/testlist_dlnd.xml
+9 −0 dlnd/cime_config/testdefs/testmods_dirs/dlnd/glc_forcing/shell_commands
+7 −0 dlnd/cime_config/testdefs/testmods_dirs/dlnd/rof_forcing/shell_commands
+206 −0 dlnd/dlnd_datamode_glc_forcing_mod.F90
+274 −0 dlnd/dlnd_datamode_rof_forcing_mod.F90
+70 −176 dlnd/lnd_comp_nuopc.F90
+88 −0 dlnd/stream_definition_dlnd.xml
+6 −0 doc/source/drof.rst
+1 −0 docn/CMakeLists.txt
+1 −1 docn/cime_config/config_archive.xml
+20 −2 docn/cime_config/config_component.xml
+5 −5 docn/cime_config/namelist_definition_docn.xml
+90 −2 docn/cime_config/stream_definition_docn.xml
+18 −0 docn/cime_config/testdefs/testlist_docn.xml
+9 −0 docn/cime_config/testdefs/testmods_dirs/docn/multilev_cplhist/shell_commands
+20 −0 docn/cime_config/testdefs/testmods_dirs/docn/multilev_cplhist/user_nl_cpl
+157 −0 docn/docn_datamode_multilev_cplhist_mod.F90
+68 −49 docn/ocn_comp_nuopc.F90
+1 −1 drof/cime_config/config_archive.xml
+19 −8 drof/cime_config/config_component.xml
+2 −3 drof/cime_config/namelist_definition_drof.xml
+33 −3 drof/cime_config/stream_definition_drof.xml
+26 −12 drof/rof_comp_nuopc.F90
+16 −15 dshr/dshr_dfield_mod.F90
+1 −1 dwav/cime_config/config_archive.xml
+0 −2 dwav/cime_config/namelist_definition_dwav.xml
+0 −2 dwav/cime_config/stream_definition_dwav.xml
+9 −8 dwav/wav_comp_nuopc.F90
+1 −1 fox
+1 −0 share/CMakeLists.txt
+55 −3 share/shr_is_restart_fh_mod.F90
+94 −0 share/shr_lnd2rof_tracers_mod.F90
+27 −3 streams/dshr_methods_mod.F90
+602 −290 streams/dshr_strdata_mod.F90
+361 −230 streams/dshr_stream_mod.F90
6 changes: 4 additions & 2 deletions share/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ target_sources(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 @@ -44,11 +45,11 @@ target_sources(share PRIVATE
CESM_share/src/shr_timer_mod.F90
CESM_share/src/shr_wv_sat_mod.F90
CESM_share/src/water_isotopes/water_isotopes.F90
CESM_share/src/water_isotopes/shr_wtracers_mod.F90

# The following file is a stub.
stubs/mct_mod.F90
CESM_share/src/stubs/access3/mct_mod.F90
)
add_patched_source(share CESM_share/src/shr_const_mod.F90)

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

21 changes: 0 additions & 21 deletions share/patches/shr_const_mod.F90.patch

This file was deleted.

13 changes: 0 additions & 13 deletions share/stubs/mct_mod.F90

This file was deleted.

Loading