Skip to content

Commit

Permalink
Reset submodules manually to not display as changes from develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
LarissaReames-NOAA committed Jan 3, 2025
1 parent 8a08b00 commit cf594e7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CDEPS-interface/CDEPS
Submodule CDEPS updated 86 files
+46 −0 .github/actions/buildcdeps/action.yaml
+31 −56 .github/workflows/extbuild.yml
+4 −0 .gitignore
+3 −0 .gitmodules
+20 −23 CMakeLists.txt
+1 −1 README.md
+46 −30 cime_config/buildlib
+15 −7 cime_config/buildlib_comps
+267 −131 cime_config/stream_cdeps.py
+2 −1 cime_config/stream_definition_v2.0.xsd
+0 −150 cime_config/testdefs/testlist_cdeps.xml
+16 −6 datm/CMakeLists.txt
+95 −137 datm/atm_comp_nuopc.F90
+18 −11 datm/cime_config/buildnml
+15 −2 datm/cime_config/config_component.xml
+150 −8 datm/cime_config/namelist_definition_datm.xml
+377 −51 datm/cime_config/stream_definition_datm.xml
+39 −34 datm/cime_config/testdefs/testlist_datm.xml
+0 −256 datm/datm_datamode_cfsr_mod.F90
+0 −38 datm/datm_datamode_clmncep_mod.F90
+12 −39 datm/datm_datamode_core2_mod.F90
+2 −41 datm/datm_datamode_cplhist_mod.F90
+167 −84 datm/datm_datamode_era5_mod.F90
+0 −39 datm/datm_datamode_gefs_mod.F90
+0 −230 datm/datm_datamode_gfs_hafs_mod.F90
+0 −255 datm/datm_datamode_gfs_mod.F90
+18 −39 datm/datm_datamode_jra_mod.F90
+340 −0 datm/datm_datamode_simple_mod.F90
+34 −0 dglc/CMakeLists.txt
+1 −0 dglc/cime_config/buildlib
+197 −0 dglc/cime_config/buildnml
+11 −0 dglc/cime_config/config_archive.xml
+92 −0 dglc/cime_config/config_component.xml
+140 −0 dglc/cime_config/namelist_definition_dglc.xml
+49 −0 dglc/cime_config/stream_definition_dglc.xml
+42 −0 dglc/cime_config/testdefs/testlist_dglc.xml
+13 −0 dglc/cime_config/user_nl_dglc
+33 −0 dglc/cime_config/user_nl_dglc_streams
+697 −0 dglc/dglc_datamode_noevolve_mod.F90
+842 −0 dglc/glc_comp_nuopc.F90
+15 −1 dice/CMakeLists.txt
+6 −4 dice/cime_config/testdefs/testlist_dice.xml
+201 −0 dice/dice_datamode_cplhist_mod.F90
+12 −9 dice/dice_datamode_ssmi_mod.F90
+107 −22 dice/ice_comp_nuopc.F90
+14 −1 dlnd/CMakeLists.txt
+3 −2 dlnd/cime_config/testdefs/testlist_dlnd.xml
+36 −17 dlnd/lnd_comp_nuopc.F90
+4 −1 doc/source/datm.rst
+117 −0 doc/source/dglc.rst
+3 −0 doc/source/dice.rst
+1 −0 doc/source/index.rst
+2 −1 doc/source/introduction.rst
+3 −1 doc/source/streams.rst
+16 −1 docn/CMakeLists.txt
+14 −10 docn/cime_config/config_component.xml
+5 −1 docn/cime_config/namelist_definition_docn.xml
+99 −1 docn/cime_config/stream_definition_docn.xml
+10 −7 docn/cime_config/testdefs/testlist_docn.xml
+0 −39 docn/docn_datamode_copyall_mod.F90
+21 −45 docn/docn_datamode_cplhist_mod.F90
+0 −44 docn/docn_datamode_iaf_mod.F90
+221 −0 docn/docn_datamode_multilev_dom_mod.F90
+186 −0 docn/docn_datamode_multilev_mod.F90
+15 −9 docn/docn_datamode_som_mod.F90
+90 −43 docn/ocn_comp_nuopc.F90
+13 −0 drof/CMakeLists.txt
+4 −2 drof/cime_config/config_component.xml
+2 −1 drof/cime_config/namelist_definition_drof.xml
+32 −0 drof/cime_config/stream_definition_drof.xml
+3 −2 drof/cime_config/testdefs/testlist_drof.xml
+31 −18 drof/rof_comp_nuopc.F90
+16 −4 dshr/dshr_dfield_mod.F90
+9 −2 dshr/dshr_fldlist_mod.F90
+17 −24 dshr/dshr_mod.F90
+13 −0 dwav/CMakeLists.txt
+3 −2 dwav/cime_config/testdefs/testlist_dwav.xml
+36 −19 dwav/wav_comp_nuopc.F90
+4 −1 share/CMakeLists.txt
+874 −0 share/nuopc_shr_methods.F90
+1,048 −0 share/shr_file_mod.F90
+88 −0 share/shr_nl_mod.F90
+5 −3 streams/CMakeLists.txt
+6 −3 streams/dshr_methods_mod.F90
+85 −39 streams/dshr_strdata_mod.F90
+48 −18 streams/dshr_stream_mod.F90
2 changes: 1 addition & 1 deletion CICE-interface/CICE
Submodule CICE updated 213 files
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 0 files
2 changes: 1 addition & 1 deletion HYCOM-interface/HYCOM
2 changes: 1 addition & 1 deletion NOAHMP-interface/noahmp

0 comments on commit cf594e7

Please sign in to comment.