Skip to content

Commit

Permalink
Updated FV3 and submodules to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
LarissaReames-NOAA committed Jan 2, 2025
1 parent 4506017 commit b9c8de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 93 files
+5 −0 .github/pull_request_template.md
+91 −20 .github/workflows/GCC.yml
+17 −2 CMakeLists.txt
+1 −1 atmos_cubed_sphere
+940 −489 atmos_model.F90
+4 −2 ccpp/CMakeLists.txt
+25 −12 ccpp/config/ccpp_prebuild_config.py
+29 −5 ccpp/data/CCPP_data.F90
+52 −10 ccpp/data/CCPP_data.meta
+33 −50 ccpp/data/CCPP_typedefs.F90
+79 −40 ccpp/data/CCPP_typedefs.meta
+496 −320 ccpp/data/GFS_typedefs.F90
+1,206 −936 ccpp/data/GFS_typedefs.meta
+36 −19 ccpp/driver/CCPP_driver.F90
+818 −588 ccpp/driver/GFS_diagnostics.F90
+28 −39 ccpp/driver/GFS_init.F90
+92 −102 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
+2 −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
+2 −4 ccpp/suites/suite_FV3_HAFS_v1_thompson.xml
+2 −4 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
+3 −1 ccpp/suites/suite_RRFSens_phy1.xml
+1 −1 ccpp/suites/suite_RRFSens_phy2.xml
+1 −1 ccpp/suites/suite_RRFSens_phy3.xml
+3 −1 ccpp/suites/suite_RRFSens_phy4.xml
+1 −1 ccpp/suites/suite_RRFSens_phy5.xml
+1 −3 ccpp/suites_not_used/suite_FV3_HAFS_v1_thompson_noahmp.xml
+1 −3 ccpp/suites_not_used/suite_FV3_HAFS_v1_thompson_noahmp_nonsst.xml
+8 −5 ci/spack.yaml
+188 −126 cpl/module_block_data.F90
+167 −46 cpl/module_cap_cpl.F90
+49 −19 cpl/module_cplfields.F90
+203 −0 cpl/module_cplscalars.F90
+82 −4 fv3_cap.F90
+51 −49 io/fv3atm_clm_lake_io.F90
+83 −35 io/fv3atm_history_io.F90
+40 −37 io/fv3atm_oro_io.F90
+260 −220 io/fv3atm_restart_io.F90
+52 −43 io/fv3atm_rrfs_sd_io.F90
+721 −321 io/fv3atm_sfc_io.F90
+31 −29 io/module_fv3_io_def.F90
+2 −1 io/module_write_internal_state.F90
+198 −72 io/module_write_netcdf.F90
+4 −4 io/module_write_restart_netcdf.F90
+220 −175 io/module_wrt_grid_comp.F90
+356 −99 io/post_fv3.F90
+73 −6 module_fcst_grid_comp.F90
+3 −2 module_fv3_config.F90
+7 −7 moving_nest/fv_moving_nest.F90
+35 −29 moving_nest/fv_moving_nest_main.F90
+327 −282 moving_nest/fv_moving_nest_physics.F90
+12 −1 moving_nest/fv_moving_nest_types.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

0 comments on commit b9c8de3

Please sign in to comment.