Skip to content

Commit

Permalink
sync components
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Sep 4, 2024
1 parent 72e6406 commit 0071462
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CICE-interface/CICE
Submodule CICE updated 40 files
+1 −2 .github/workflows/test-cice.yml
+51 −4 cicecore/cicedyn/analysis/ice_history.F90
+53 −11 cicecore/cicedyn/analysis/ice_history_shared.F90
+8 −2 cicecore/cicedyn/general/ice_flux.F90
+1 −1 cicecore/cicedyn/general/ice_init.F90
+22 −20 cicecore/cicedyn/general/ice_step_mod.F90
+8 −8 cicecore/cicedyn/infrastructure/io/io_binary/ice_history_write.F90
+97 −93 cicecore/cicedyn/infrastructure/io/io_netcdf/ice_history_write.F90
+87 −83 cicecore/cicedyn/infrastructure/io/io_pio2/ice_history_write.F90
+1 −1 cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90
+5 −3 cicecore/drivers/direct/hadgem3/CICE_RunMod.F90
+5 −3 cicecore/drivers/direct/nemo_concepts/CICE_RunMod.F90
+6 −4 cicecore/drivers/mct/cesm1/CICE_RunMod.F90
+6 −6 cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90
+1 −1 cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90
+42 −8 cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
+6 −0 cicecore/drivers/nuopc/cmeps/ice_import_export.F90
+27 −28 cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90
+6 −4 cicecore/drivers/nuopc/dmi/CICE_RunMod.F90
+6 −4 cicecore/drivers/standalone/cice/CICE_RunMod.F90
+2 −1 cicecore/drivers/unittest/opticep/CICE_InitMod.F90
+6 −4 cicecore/drivers/unittest/opticep/CICE_RunMod.F90
+22 −20 cicecore/drivers/unittest/opticep/ice_step_mod.F90
+1 −1 configuration/scripts/cice.batch.csh
+20 −0 configuration/scripts/cice.launch.csh
+8 −0 configuration/scripts/ice_in
+60 −0 configuration/scripts/machines/Macros.carpenter_cray
+69 −0 configuration/scripts/machines/Macros.carpenter_gnu
+69 −0 configuration/scripts/machines/Macros.carpenter_gnuimpi
+59 −0 configuration/scripts/machines/Macros.carpenter_intel
+59 −0 configuration/scripts/machines/Macros.carpenter_intelimpi
+2 −1 configuration/scripts/machines/Macros.conda_macos
+54 −0 configuration/scripts/machines/env.carpenter_cray
+58 −0 configuration/scripts/machines/env.carpenter_gnu
+58 −0 configuration/scripts/machines/env.carpenter_gnuimpi
+57 −0 configuration/scripts/machines/env.carpenter_intel
+57 −0 configuration/scripts/machines/env.carpenter_intelimpi
+1 −0 configuration/scripts/options/set_nml.histinst
+1 −1 doc/source/user_guide/ug_case_settings.rst
+75 −75 doc/source/user_guide/ug_implementation.rst
2 changes: 1 addition & 1 deletion CMEPS-interface/CMEPS
Submodule CMEPS updated 37 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
+4 −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
+1 −1 ufs/ccpp/data/MED_typedefs.meta
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 86 files
+5 −0 .github/pull_request_template.md
+41 −11 .github/workflows/GCC.yml
+13 −1 CMakeLists.txt
+1 −1 atmos_cubed_sphere
+571 −506 atmos_model.F90
+4 −2 ccpp/CMakeLists.txt
+16 −12 ccpp/config/ccpp_prebuild_config.py
+29 −5 ccpp/data/CCPP_data.F90
+52 −10 ccpp/data/CCPP_data.meta
+30 −0 ccpp/data/CCPP_typedefs.F90
+68 −20 ccpp/data/CCPP_typedefs.meta
+162 −107 ccpp/data/GFS_typedefs.F90
+835 −861 ccpp/data/GFS_typedefs.meta
+20 −19 ccpp/driver/CCPP_driver.F90
+464 −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
+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
+1 −1 cpl/module_cplscalars.F90
+37 −10 fv3_cap.F90
+51 −49 io/fv3atm_clm_lake_io.F90
+3 −2 io/fv3atm_history_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
+31 −29 io/module_fv3_io_def.F90
+1 −1 io/module_write_internal_state.F90
+189 −170 io/module_wrt_grid_comp.F90
+270 −93 io/post_fv3.F90
+45 −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
+132 −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 HYCOM-interface/HYCOM
2 changes: 1 addition & 1 deletion MOM6-interface/MOM6
Submodule MOM6 updated 156 files
2 changes: 1 addition & 1 deletion WW3
2 changes: 1 addition & 1 deletion stochastic_physics

0 comments on commit 0071462

Please sign in to comment.