Skip to content

Commit

Permalink
Update checked-out modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Goldhaber committed Oct 16, 2024
1 parent e47a038 commit 9304475
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 33 deletions.
25 changes: 2 additions & 23 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -200,29 +200,8 @@ fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/MOSART

[submodule "ww3"]
path = components/ww3
url = https://github.com/NorESMhub/WW3_interface
path = components/ww3
url = https://github.com/NorESMhub/WW3_interface
fxtag = ww3_interface_noresm0.0.15
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/NorESMhub/WW3_interface

[submodule "rtm"]
path = components/rtm
url = https://github.com/ESCOMP/RTM
fxtag = rtm1_0_79
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/RTM

[submodule "mizuRoute"]
path = components/mizuRoute
url = https://github.com/ESCOMP/mizuRoute
fxtag = cesm-coupling.n02_v2.1.2
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/mizuRoute

[submodule "fms"]
path = libraries/FMS
url = https://github.com/ESCOMP/FMS_interface
fxtag = fi_240516
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/FMS_interface
2 changes: 1 addition & 1 deletion cime
Submodule cime updated 83 files
+9 −20 .github/workflows/testing.yml
+1 −1 .gitmodules
+7 −1 CIME/BuildTools/configure.py
+26 −54 CIME/ParamGen/paramgen.py
+4 −4 CIME/Servers/__init__.py
+3 −14 CIME/SystemTests/ers.py
+2 −1 CIME/SystemTests/funit.py
+3 −4 CIME/SystemTests/hommebaseclass.py
+4 −4 CIME/SystemTests/mvk.py
+5 −5 CIME/SystemTests/pgn.py
+1 −1 CIME/SystemTests/restart_tests.py
+71 −2 CIME/SystemTests/system_tests_common.py
+4 −4 CIME/SystemTests/tsc.py
+45 −103 CIME/Tools/Makefile
+94 −60 CIME/Tools/list_e3sm_tests
+75 −9 CIME/Tools/xmlchange
+10 −0 CIME/XML/batch.py
+1 −1 CIME/XML/component.py
+22 −0 CIME/XML/compsets.py
+1 −1 CIME/XML/entry_id.py
+68 −8 CIME/XML/env_batch.py
+2 −1 CIME/XML/files.py
+47 −21 CIME/XML/grids.py
+30 −7 CIME/XML/pes.py
+18 −19 CIME/build.py
+5 −4 CIME/build_scripts/buildlib.mpi-serial
+29 −9 CIME/case/case.py
+8 −4 CIME/case/case_cmpgen_namelists.py
+6 −2 CIME/case/case_run.py
+48 −4 CIME/case/case_setup.py
+6 −5 CIME/case/case_st_archive.py
+5 −1 CIME/case/case_submit.py
+2 −1 CIME/case/case_test.py
+9 −15 CIME/code_checker.py
+2 −1 CIME/compare_test_results.py
+13 −1 CIME/config.py
+39 −68 CIME/data/config/cesm/config_files.xml
+0 −3 CIME/data/config/config_tests.xml
+2 −0 CIME/data/config/xml_schemas/config_workflow.xsd
+77 −0 CIME/data/templates/gitignore.template
+100 −0 CIME/gitinterface.py
+66 −47 CIME/hist_utils.py
+19 −10 CIME/locked_files.py
+1 −1 CIME/non_py/cprnc
+1 −1 CIME/non_py/src/timing/Makefile
+10 −0 CIME/scripts/create_test.py
+270 −365 CIME/scripts/query_config.py
+132 −0 CIME/status.py
+30 −17 CIME/test_scheduler.py
+8 −1 CIME/test_status.py
+3 −3 CIME/tests/base.py
+8 −5 CIME/tests/test_sys_cime_case.py
+12 −19 CIME/tests/test_sys_create_newcase.py
+3 −1 CIME/tests/test_sys_full_system.py
+1 −1 CIME/tests/test_sys_manage_and_query.py
+25 −3 CIME/tests/test_sys_unittest.py
+11 −0 CIME/tests/test_unit_locked_files.py
+1 −1 CIME/tests/test_unit_utils.py
+164 −0 CIME/tests/test_unit_xml_grids.py
+14 −99 CIME/utils.py
+4 −2 CIME/wait_for_tests.py
+1 −10 CMakeLists.txt
+0 −52 Externals.cfg
+0 −7 Externals_cime.cfg
+19 −74 docker/Dockerfile
+29 −0 docker/cime.yaml
+66 −39 docker/entrypoint.sh
+0 −38 tools/load_balancing_tool/LICENSE.TXT
+0 −13 tools/load_balancing_tool/README
+0 −443 tools/load_balancing_tool/layouts.py
+0 −432 tools/load_balancing_tool/load_balancing_solve.py
+0 −396 tools/load_balancing_tool/load_balancing_submit.py
+0 −388 tools/load_balancing_tool/optimize_model.py
+0 −0 tools/load_balancing_tool/tests/__init__.py
+0 −187 tools/load_balancing_tool/tests/atm_lnd.py
+0 −29 tools/load_balancing_tool/tests/example.json
+0 −335 tools/load_balancing_tool/tests/load_balancing_test.py
+0 −39 tools/load_balancing_tool/tests/test.xml
+0 −187 tools/load_balancing_tool/tests/timing/timing_1
+0 −187 tools/load_balancing_tool/tests/timing/timing_2
+0 −187 tools/load_balancing_tool/tests/timing/timing_3
+3 −3 tools/mapping/gen_mapping_files/runoff_to_ocn/INSTALL
+1 −1 tools/mapping/gen_mapping_files/runoff_to_ocn/tools/makdep.c
2 changes: 1 addition & 1 deletion components/cice
2 changes: 1 addition & 1 deletion components/clm
Submodule clm updated 511 files
2 changes: 1 addition & 1 deletion components/cmeps
Submodule cmeps updated 37 files
+2 −2 .github/workflows/extbuild.yml
+9 −6 .github/workflows/srt.yml
+3 −4 cesm/driver/esm.F90
+12 −305 cesm/driver/esm_time_mod.F90
+0 −859 cesm/nuopc_cap_share/nuopc_shr_methods.F90
+0 −2 cesm/nuopc_cap_share/seq_drydep_mod.F90
+222 −0 cesm/nuopc_cap_share/shr_dust_emis_mod.F90
+35 −11 cime_config/buildnml
+27 −52 cime_config/config_component.xml
+69 −24 cime_config/config_component_cesm.xml
+100 −89 cime_config/namelist_definition_drv.xml
+27 −0 cime_config/namelist_definition_drv_flds.xml
+2 −8 cime_config/runseq/driver_config.py
+11 −16 doc/source/addendum/req_attributes_cesm.rst
+1 −1 mediator/CMakeLists.txt
+3 −4 mediator/Makefile
+491 −524 mediator/esmFldsExchange_cesm_mod.F90
+4 −3 mediator/esmFldsExchange_ufs_mod.F90
+48 −38 mediator/fd_cesm.yaml
+12 −8 mediator/med.F90
+38 −15 mediator/med_diag_mod.F90
+118 −31 mediator/med_fraction_mod.F90
+66 −6 mediator/med_internalstate_mod.F90
+69 −30 mediator/med_io_mod.F90
+2 −2 mediator/med_methods_mod.F90
+15 −12 mediator/med_phases_aofluxes_mod.F90
+20 −13 mediator/med_phases_history_mod.F90
+12 −12 mediator/med_phases_post_glc_mod.F90
+334 −17 mediator/med_phases_post_rof_mod.F90
+40 −28 mediator/med_phases_prep_atm_mod.F90
+12 −27 mediator/med_phases_prep_glc_mod.F90
+37 −16 mediator/med_phases_prep_ocn_mod.F90
+40 −12 mediator/med_phases_prep_rof_mod.F90
+9 −5 mediator/med_phases_profile_mod.F90
+4 −8 mediator/med_phases_restart_mod.F90
+0 −302 mediator/med_time_mod.F90
+1 −1 ufs/ccpp/data/MED_typedefs.meta
1 change: 0 additions & 1 deletion components/mizuRoute
Submodule mizuRoute deleted from 81c720
2 changes: 1 addition & 1 deletion components/mosart
Submodule mosart updated 34 files
+10 −10 cime_config/buildnml
+68 −28 cime_config/namelist_definition_mosart.xml
+21 −12 cime_config/testdefs/testlist_mosart.xml
+3 −3 cime_config/testdefs/testmods_dirs/mosart/default/user_nl_mosart
+1 −1 cime_config/testdefs/testmods_dirs/mosart/mosartCold/user_nl_mosart
+1 −1 cime_config/user_nl_mosart
+71 −0 docs/ChangeLog
+112 −141 src/cpl/nuopc/rof_comp_nuopc.F90
+117 −111 src/cpl/nuopc/rof_import_export.F90
+0 −49 src/riverroute/RtmDateTime.F90
+0 −1,798 src/riverroute/RtmHistFile.F90
+0 −186 src/riverroute/RtmHistFlds.F90
+0 −1,936 src/riverroute/RtmIO.F90
+0 −2,266 src/riverroute/RtmMod.F90
+0 −53 src/riverroute/RtmSpmd.F90
+0 −1,090 src/riverroute/RtmTimeManager.F90
+0 −134 src/riverroute/RtmVar.F90
+0 −352 src/riverroute/RunoffMod.F90
+267 −0 src/riverroute/mosart_budget_type.F90
+1,246 −0 src/riverroute/mosart_control_type.F90
+19 −0 src/riverroute/mosart_data.F90
+927 −0 src/riverroute/mosart_driver.F90
+8 −15 src/riverroute/mosart_fileutils.F90
+1,714 −0 src/riverroute/mosart_histfile.F90
+203 −0 src/riverroute/mosart_histflds.F90
+1,935 −0 src/riverroute/mosart_io.F90
+170 −267 src/riverroute/mosart_physics.F90
+130 −120 src/riverroute/mosart_restfile.F90
+30 −0 src/riverroute/mosart_tctl_type.F90
+859 −0 src/riverroute/mosart_timemanager.F90
+33 −0 src/riverroute/mosart_tparameter_type.F90
+677 −0 src/riverroute/mosart_tspatialunit_type.F90
+162 −0 src/riverroute/mosart_tstatusflux_type.F90
+61 −0 src/riverroute/mosart_vars.F90
1 change: 0 additions & 1 deletion components/rtm
Submodule rtm deleted from 88503a
1 change: 1 addition & 0 deletions components/ww3
Submodule ww3 added at 4e0ac3
2 changes: 1 addition & 1 deletion share
Submodule share updated 73 files
+54 −0 .github/actions/buildshare/action.yaml
+108 −0 .github/workflows/extbuild.yml
+0 −177 .github/workflows/srt.yml
+137 −0 CMakeLists.txt
+0 −31 README
+8 −12 buildlib.csm_share
+71 −0 cmake/Compilers.cmake
+147 −0 cmake/FindESMF.cmake
+134 −0 cmake/Sourcelist_utils.cmake
+169 −0 cmake/add_pfunit_ctest.cmake
+90 −0 cmake/genf90_utils.cmake
+10 −17 src/CMakeLists.txt
+0 −19 src/esmf_wrf_timemgr/CMakeLists.txt
+0 −19 src/esmf_wrf_timemgr/ESMF.F90
+0 −102 src/esmf_wrf_timemgr/ESMF_AlarmClockMod.F90
+0 −1,040 src/esmf_wrf_timemgr/ESMF_AlarmMod.F90
+0 −1,089 src/esmf_wrf_timemgr/ESMF_BaseMod.F90
+0 −459 src/esmf_wrf_timemgr/ESMF_BaseTimeMod.F90
+0 −502 src/esmf_wrf_timemgr/ESMF_CalendarMod.F90
+0 −1,247 src/esmf_wrf_timemgr/ESMF_ClockMod.F90
+0 −83 src/esmf_wrf_timemgr/ESMF_FractionMod.F90
+0 −36 src/esmf_wrf_timemgr/ESMF_Macros.inc
+0 −45 src/esmf_wrf_timemgr/ESMF_ShrTimeMod.F90
+0 −167 src/esmf_wrf_timemgr/ESMF_Stubs.F90
+0 −1,739 src/esmf_wrf_timemgr/ESMF_TimeIntervalMod.F90
+0 −45 src/esmf_wrf_timemgr/ESMF_TimeMgr.inc
+0 −1,572 src/esmf_wrf_timemgr/ESMF_TimeMod.F90
+0 −60 src/esmf_wrf_timemgr/Makefile
+0 −65 src/esmf_wrf_timemgr/MeatMod.F90
+0 −19 src/esmf_wrf_timemgr/README
+0 −63 src/esmf_wrf_timemgr/unittests/Makefile
+0 −14 src/esmf_wrf_timemgr/unittests/go.csh
+0 −312 src/esmf_wrf_timemgr/unittests/test.F90
+0 −17 src/esmf_wrf_timemgr/unittests/wrf_stuff.F90
+0 −9 src/esmf_wrf_timemgr/wrf_error_fatal.F90
+0 −5 src/esmf_wrf_timemgr/wrf_message.F90
+1,468 −0 src/m_MergeSorts.F90
+0 −1,242 src/mct_mod.F90
+895 −0 src/nuopc_shr_methods.F90
+1 −1 src/shr_assert_mod.F90.in
+0 −16 src/shr_flds_mod.F90
+0 −3,463 src/shr_map_mod.F90
+0 −860 src/shr_mct_mod.F90
+2 −2 src/shr_mpi_mod.F90
+0 −817 src/shr_pcdf_mod.F90
+54 −23 src/shr_reprosum_mod.F90
+2 −2 src/shr_spfn_mod.F90
+1 −1 src/shr_sys_mod.F90
+0 −403 src/shr_taskmap_mod.F90
+0 −163 test/old_unit_testers/Makefile
+0 −327 test/old_unit_testers/Mkdepends
+0 −60 test/old_unit_testers/Mksrcfiles
+0 −212 test/old_unit_testers/bundle_expected.F90
+0 −7 test/old_unit_testers/config.h
+0 −369 test/old_unit_testers/make.Macros
+0 −10 test/old_unit_testers/namelist
+0 −2 test/old_unit_testers/nl/atm.stdin
+0 −2 test/old_unit_testers/nl/cpl.stdin
+0 −2 test/old_unit_testers/nl/ice.stdin
+0 −2 test/old_unit_testers/nl/lnd.stdin
+0 −2 test/old_unit_testers/nl/ocn.stdin
+0 −96 test/old_unit_testers/run_dshr_bundle_test
+0 −68 test/old_unit_testers/run_file_test
+0 −339 test/old_unit_testers/test_mod.F90
+0 −220 test/old_unit_testers/test_shr_file.F90
+0 −28 test/old_unit_testers/test_shr_log.F90
+0 −291 test/old_unit_testers/test_shr_mpi.F90
+0 −47 test/old_unit_testers/test_shr_orb.F90
+0 −156 test/old_unit_testers/test_shr_scam.F90
+0 −663 test/old_unit_testers/test_shr_streams.F90
+0 −75 test/old_unit_testers/test_shr_sys.F90
+0 −108 test/old_unit_testers/test_shr_tInterp.F90
+3 −6 test/unit/shr_cal_test/CMakeLists.txt
1 change: 1 addition & 0 deletions src/chemistry/oslo_aero
Submodule oslo_aero added at 2414f8
1 change: 1 addition & 0 deletions src/physics/camnor_phys
Submodule camnor_phys added at 1f23c7

0 comments on commit 9304475

Please sign in to comment.