Skip to content

Commit

Permalink
Update .gitmodules, CDEPS,CICE,CMEPS, FV3 and MOM6.
Browse files Browse the repository at this point in the history
  • Loading branch information
binli2337 committed Oct 19, 2024
1 parent c80b582 commit ad30a80
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
22 changes: 13 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
[submodule "FV3"]
path = FV3
#url = https://github.com/hafs-community/fv3atm
#branch = feature/hafs.v2.0.1
url = https://github.com/binli2337/fv3atm
branch = feature/ocean_wave_coupling
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
[submodule "WW3"]
path = WW3
#url = https://github.com/hafs-community/WW3
#branch = feature/hafs.v2.0.1
url = https://github.com/NOAA-EMC/WW3
branch = dev/ufs-weather-model
[submodule "stochastic_physics"]
Expand All @@ -20,8 +16,8 @@
branch = develop
[submodule "CMEPS"]
path = CMEPS-interface/CMEPS
url = https://github.com/binli2337/CMEPS
branch = feature/ocean_wave_update
url = https://github.com/NOAA-EMC/CMEPS
branch = emc/develop
[submodule "HYCOM"]
path = HYCOM-interface/HYCOM
url = https://github.com/NOAA-EMC/HYCOM-src
Expand All @@ -33,7 +29,7 @@
[submodule "CICE"]
path = CICE-interface/CICE
url = https://github.com/NOAA-EMC/CICE
branch = emc/develop
branch = develop
[submodule "CDEPS"]
path = CDEPS-interface/CDEPS
url = https://github.com/NOAA-EMC/CDEPS
Expand All @@ -50,3 +46,11 @@
path = NOAHMP-interface/noahmp
url = https://github.com/NOAA-EMC/noahmp
branch = develop
[submodule "LM4-driver"]
path = LM4-driver
url = https://github.com/NOAA-GFDL/LM4-NUOPC-driver
branch = develop
[submodule "fire_behavior"]
path = fire_behavior
url = https://github.com/NOAA-EMC/fire_behavior
branch = emc/develop
2 changes: 1 addition & 1 deletion CICE-interface/CICE
Submodule CICE updated 106 files
2 changes: 1 addition & 1 deletion CMEPS-interface/CMEPS
Submodule CMEPS updated 39 files
+15 −11 .github/workflows/extbuild.yml
+32 −50 .github/workflows/srt.yml
+3 −4 cesm/driver/esm.F90
+14 −3 cesm/flux_atmocn/shr_flux_mod.F90
+0 −2 cesm/nuopc_cap_share/seq_drydep_mod.F90
+222 −0 cesm/nuopc_cap_share/shr_dust_emis_mod.F90
+4 −2 cime_config/buildexe
+4 −4 cime_config/buildnml
+0 −56 cime_config/config_component.xml
+70 −10 cime_config/config_component_cesm.xml
+144 −246 cime_config/namelist_definition_drv.xml
+27 −0 cime_config/namelist_definition_drv_flds.xml
+7 −1 cime_config/runseq/driver_config.py
+4 −2 cime_config/runseq/runseq_TG.py
+22 −19 cime_config/runseq/runseq_general.py
+522 −483 mediator/esmFldsExchange_cesm_mod.F90
+1 −62 mediator/esmFldsExchange_hafs_mod.F90
+36 −3 mediator/esmFldsExchange_ufs_mod.F90
+505 −398 mediator/fd_cesm.yaml
+8 −3 mediator/med.F90
+53 −19 mediator/med_diag_mod.F90
+118 −31 mediator/med_fraction_mod.F90
+67 −7 mediator/med_internalstate_mod.F90
+69 −30 mediator/med_io_mod.F90
+2 −2 mediator/med_methods_mod.F90
+16 −4 mediator/med_phases_aofluxes_mod.F90
+2 −3 mediator/med_phases_cdeps_mod.F90
+34 −13 mediator/med_phases_history_mod.F90
+12 −12 mediator/med_phases_post_glc_mod.F90
+1 −0 mediator/med_phases_post_ocn_mod.F90
+334 −17 mediator/med_phases_post_rof_mod.F90
+40 −28 mediator/med_phases_prep_atm_mod.F90
+70 −51 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
+5 −4 mediator/med_phases_profile_mod.F90
+4 −3 mediator/med_phases_restart_mod.F90
+8 −0 ufs/ccpp/data/MED_typedefs.F90
+20 −0 ufs/ccpp/data/MED_typedefs.meta
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 84 files
+5 −0 .github/pull_request_template.md
+39 −8 .github/workflows/GCC.yml
+6 −8 .gitmodules
+5 −0 CMakeLists.txt
+1 −1 atmos_cubed_sphere
+588 −498 atmos_model.F90
+16 −12 ccpp/config/ccpp_prebuild_config.py
+29 −5 ccpp/data/CCPP_data.F90
+52 −10 ccpp/data/CCPP_data.meta
+161 −108 ccpp/data/GFS_typedefs.F90
+870 −829 ccpp/data/GFS_typedefs.meta
+13 −16 ccpp/driver/CCPP_driver.F90
+477 −465 ccpp/driver/GFS_diagnostics.F90
+28 −39 ccpp/driver/GFS_init.F90
+86 −86 ccpp/driver/GFS_restart.F90
+1 −1 ccpp/framework
+1 −1 ccpp/physics
+1 −1 ccpp/suites/suite_FV3_GFS_v15_thompson_mynn_lam3km.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v15p2.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16_csawmg.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16_flake.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16_fv3wam.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v16_ras.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_coupled_p8.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_coupled_p8_c3.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_coupled_p8_sfcocn.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_coupled_p8_ugwpv1.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_p8.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_p8_c3.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_p8_mynn.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_p8_rrtmgp.xml
+1 −1 ccpp/suites/suite_FV3_GFS_v17_p8_ugwpv1.xml
+1 −1 ccpp/suites/suite_FV3_HAFS_v1_gfdlmp_tedmf.xml
+1 −1 ccpp/suites/suite_FV3_HAFS_v1_gfdlmp_tedmf_nonsst.xml
+1 −1 ccpp/suites/suite_FV3_HAFS_v1_thompson.xml
+1 −1 ccpp/suites/suite_FV3_HAFS_v1_thompson_nonsst.xml
+1 −1 ccpp/suites/suite_FV3_HAFS_v1_thompson_tedmf_gfdlsf.xml
+0 −90 ccpp/suites/suite_FV3_HAFS_v1_thompson_tiedtke.xml
+0 −88 ccpp/suites/suite_FV3_HAFS_v1_thompson_tiedtke_nonsst.xml
+1 −1 ccpp/suites/suite_FV3_HRRR.xml
+1 −1 ccpp/suites/suite_FV3_HRRR_c3.xml
+1 −1 ccpp/suites/suite_FV3_HRRR_gf.xml
+1 −1 ccpp/suites/suite_FV3_HRRR_gf_nogwd.xml
+1 −1 ccpp/suites/suite_FV3_RAP.xml
+1 −1 ccpp/suites/suite_FV3_RAP_cires_ugwp.xml
+1 −1 ccpp/suites/suite_FV3_RAP_clm_lake.xml
+1 −1 ccpp/suites/suite_FV3_RAP_flake.xml
+1 −1 ccpp/suites/suite_FV3_RAP_noah.xml
+1 −1 ccpp/suites/suite_FV3_RAP_noah_sfcdiff_cires_ugwp.xml
+1 −1 ccpp/suites/suite_FV3_RAP_sfcdiff.xml
+1 −1 ccpp/suites/suite_FV3_RAP_unified_ugwp.xml
+1 −1 ccpp/suites/suite_FV3_RRFS_v1beta.xml
+1 −1 ccpp/suites/suite_FV3_RRFS_v1nssl.xml
+1 −1 ccpp/suites/suite_FV3_WoFS_v0.xml
+1 −1 ccpp/suites/suite_FV3_global_nest_v1.xml
+1 −1 ccpp/suites/suite_RRFSens_phy1.xml
+1 −1 ccpp/suites/suite_RRFSens_phy2.xml
+1 −1 ccpp/suites/suite_RRFSens_phy3.xml
+1 −1 ccpp/suites/suite_RRFSens_phy4.xml
+1 −1 ccpp/suites/suite_RRFSens_phy5.xml
+8 −5 ci/spack.yaml
+182 −120 cpl/module_block_data.F90
+167 −45 cpl/module_cap_cpl.F90
+9 −3 cpl/module_cplfields.F90
+1 −1 cpl/module_cplscalars.F90
+20 −10 fv3_cap.F90
+51 −49 io/fv3atm_clm_lake_io.F90
+40 −37 io/fv3atm_oro_io.F90
+245 −218 io/fv3atm_restart_io.F90
+49 −42 io/fv3atm_rrfs_sd_io.F90
+394 −352 io/fv3atm_sfc_io.F90
+188 −33 io/post_fv3.F90
+7 −2 module_fcst_grid_comp.F90
+7 −7 moving_nest/fv_moving_nest.F90
+35 −29 moving_nest/fv_moving_nest_main.F90
+301 −292 moving_nest/fv_moving_nest_physics.F90
+3 −3 moving_nest/fv_tracker.F90
+131 −67 stochastic_physics/stochastic_physics_wrapper.F90
+29 −0 tests/CMakeLists.txt
+20 −0 tests/data/post_namelist.nml
+4 −0 tests/data/post_namelist_empty.nml
+55 −0 tests/test_post_nems_routines.F90
+1 −1 upp
2 changes: 1 addition & 1 deletion MOM6-interface/MOM6
Submodule MOM6 updated 171 files

0 comments on commit ad30a80

Please sign in to comment.