Skip to content

Commit

Permalink
Update .gitmodules and submodule pointers for GFDL_atmos_cubed_sphere…
Browse files Browse the repository at this point in the history
…, ccpp-framework, ccpp-physics for code review and testing
  • Loading branch information
climbfuji committed Apr 14, 2020
1 parent 9b5a420 commit bfaccc9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
18 changes: 12 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[submodule "atmos_cubed_sphere"]
path = atmos_cubed_sphere
url = https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere
branch = dev/emc
#url = https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere
#branch = dev/emc
url = https://github.com/climbfuji/GFDL_atmos_cubed_sphere
branch = update_dev_emc_from_dtc_develop_20200414
[submodule "ccpp/framework"]
path = ccpp/framework
url = https://github.com/NCAR/ccpp-framework
branch = master
#url = https://github.com/NCAR/ccpp-framework
#branch = master
url = https://github.com/climbfuji/ccpp-framework
branch = update_master_from_dtc_develop_20200414
[submodule "ccpp/physics"]
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
branch = master
#url = https://github.com/NCAR/ccpp-physics
#branch = master
url = https://github.com/climbfuji/ccpp-physics
branch = update_master_from_dtc_develop_20200414
2 changes: 1 addition & 1 deletion atmos_cubed_sphere
2 changes: 1 addition & 1 deletion ccpp/physics
Submodule physics updated 62 files
+4 −0 .gitmodules
+26 −47 CMakeLists.txt
+15 −2 README.md
+2 −2 physics/GFS_PBL_generic.meta
+1 −2 physics/GFS_phys_time_vary.fv3.F90
+2 −1 physics/GFS_phys_time_vary.scm.F90
+12 −6 physics/GFS_rrtmg_post.F90
+233 −0 physics/GFS_rrtmgp_lw_post.F90
+199 −0 physics/GFS_rrtmgp_lw_post.meta
+783 −0 physics/GFS_rrtmgp_pre.F90
+375 −0 physics/GFS_rrtmgp_pre.meta
+610 −0 physics/GFS_rrtmgp_setup.F90
+343 −0 physics/GFS_rrtmgp_setup.meta
+307 −0 physics/GFS_rrtmgp_sw_post.F90
+258 −0 physics/GFS_rrtmgp_sw_post.meta
+155 −0 physics/GFS_rrtmgp_sw_pre.F90
+194 −0 physics/GFS_rrtmgp_sw_pre.meta
+2 −2 physics/GFS_suite_interstitial.meta
+4 −5 physics/GFS_surface_composites.F90
+36 −37 physics/aerinterp.F90
+4 −4 physics/dcyc2.meta
+2 −2 physics/m_micro.meta
+2 −2 physics/module_MYNNPBL_wrapper.meta
+2 −2 physics/moninedmf.meta
+2 −2 physics/moninedmf_hafs.meta
+4 −4 physics/mp_thompson.F90
+71 −71 physics/radiation_aerosols.f
+2 −2 physics/radlw_main.meta
+6 −0 physics/radlw_param.meta
+2 −2 physics/radsw_main.meta
+6 −0 physics/radsw_param.meta
+821 −0 physics/rrtmg_lw_cloud_optics.F90
+2 −2 physics/rrtmg_lw_post.meta
+2,412 −0 physics/rrtmg_sw_cloud_optics.F90
+2 −2 physics/rrtmg_sw_post.meta
+23 −0 physics/rrtmgp_aux.F90
+103 −0 physics/rrtmgp_lw_aerosol_optics.F90
+183 −0 physics/rrtmgp_lw_aerosol_optics.meta
+372 −0 physics/rrtmgp_lw_cloud_optics.F90
+285 −0 physics/rrtmgp_lw_cloud_optics.meta
+128 −0 physics/rrtmgp_lw_cloud_sampling.F90
+114 −0 physics/rrtmgp_lw_cloud_sampling.meta
+338 −0 physics/rrtmgp_lw_gas_optics.F90
+210 −0 physics/rrtmgp_lw_gas_optics.meta
+91 −0 physics/rrtmgp_lw_pre.F90
+134 −0 physics/rrtmgp_lw_pre.meta
+170 −0 physics/rrtmgp_lw_rte.F90
+191 −0 physics/rrtmgp_lw_rte.meta
+121 −0 physics/rrtmgp_sw_aerosol_optics.F90
+199 −0 physics/rrtmgp_sw_aerosol_optics.meta
+370 −0 physics/rrtmgp_sw_cloud_optics.F90
+278 −0 physics/rrtmgp_sw_cloud_optics.meta
+135 −0 physics/rrtmgp_sw_cloud_sampling.F90
+130 −0 physics/rrtmgp_sw_cloud_sampling.meta
+371 −0 physics/rrtmgp_sw_gas_optics.F90
+244 −0 physics/rrtmgp_sw_gas_optics.meta
+215 −0 physics/rrtmgp_sw_rte.F90
+243 −0 physics/rrtmgp_sw_rte.meta
+1 −0 physics/rte-rrtmgp
+2 −2 physics/satmedmfvdif.meta
+2 −2 physics/satmedmfvdifq.meta
+2 −2 physics/ysuvdif.meta

0 comments on commit bfaccc9

Please sign in to comment.