Skip to content

Commit

Permalink
Update .gitmodules and submodule pointer for fv3atm for code review a…
Browse files Browse the repository at this point in the history
…nd testing
  • Loading branch information
climbfuji committed May 14, 2020
1 parent 76e1bf9 commit 8be42ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NCAR/fv3atm
branch = dtc/hwrf-physics
#url = https://github.com/NCAR/fv3atm
#branch = dtc/hwrf-physics
url = https://github.com/climbfuji/fv3atm
branch = update_dtc_hwrf_physics_from_hafs_community_and_fix_FA_table_initialization
[submodule "NEMS"]
path = NEMS
url = https://github.com/NOAA-EMC/NEMS
Expand Down
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 56 files
+4 −2 .gitmodules
+1 −3 CMakeLists.txt
+1 −1 atmos_cubed_sphere
+2 −2 atmos_model.F90
+3 −23 ccpp/CMakeLists.txt
+9 −51 ccpp/build_ccpp.sh
+114 −4 ccpp/config/ccpp_prebuild_config.py
+4 −115 ccpp/driver/CCPP_driver.F90
+1 −1 ccpp/framework
+1 −1 ccpp/physics
+7 −0 ccpp/set_compilers.sh
+95 −0 ccpp/suites/suite_FV3_GFS_2017_RRTMGP.xml
+86 −0 ccpp/suites/suite_FV3_GFS_2017_stretched_FA.xml
+2 −2 ccpp/suites/suite_FV3_GFS_rasmgshoc.xml
+0 −1 ccpp/suites/suite_FV3_GFS_v15_ras.xml
+88 −0 ccpp/suites/suite_FV3_GFS_v15p2_FA.xml
+0 −1 ccpp/suites/suite_FV3_GFS_v15plusras.xml
+93 −0 ccpp/suites/suite_FV3_GFS_v16_csawmg.xml
+2 −1 ccpp/suites/suite_HAFS_v0_gfdlmp.xml
+89 −0 ccpp/suites/suite_HAFS_v0_gfdlmp_nogwdps.xml
+88 −0 ccpp/suites/suite_HAFS_v0_hwrf.xml
+84 −0 ccpp/suites/suite_HAFS_v0_hwrf_nogwdps.xml
+27 −20 cpl/module_cap_cpl.F90
+2 −2 cpl/module_cplfields.F90
+14 −3 fv3_cap.F90
+0 −6 gfsphysics/CMakeLists.txt
+78 −1 gfsphysics/GFS_layer/GFS_diagnostics.F90
+7 −28 gfsphysics/GFS_layer/GFS_driver.F90
+130 −116 gfsphysics/GFS_layer/GFS_physics_driver.F90
+14 −29 gfsphysics/GFS_layer/GFS_radiation_driver.F90
+358 −71 gfsphysics/GFS_layer/GFS_typedefs.F90
+720 −37 gfsphysics/GFS_layer/GFS_typedefs.meta
+7 −16 gfsphysics/makefile
+8 −8 gfsphysics/physics/aerclm_def.f
+160 −166 gfsphysics/physics/aerinterp.f90
+5 −3 gfsphysics/physics/cs_conv.F90
+1 −1 gfsphysics/physics/iccninterp.f90
+25 −31 gfsphysics/physics/m_micro_driver.F90
+6 −5 gfsphysics/physics/micro_mg2_0.F90
+8 −7 gfsphysics/physics/micro_mg3_0.F90
+25 −50 gfsphysics/physics/module_sf_noahmplsm.f90
+854 −2,013 gfsphysics/physics/radiation_aerosols.f
+2 −2 gfsphysics/physics/satmedmfvdifq.f
+17 −8 gfsphysics/physics/sfc_diff.f
+8 −24 gfsphysics/physics/sfc_noahmp_drv.f
+68 −61 gfsphysics/physics/sflx.f
+15 −12 gfsphysics/physics/ugwp_driver_v0.f
+4 −0 io/CMakeLists.txt
+42 −26 io/FV3GFS_io.F90
+3 −0 io/module_write_netcdf.F90
+7 −2 io/module_write_netcdf_parallel.F90
+106 −30 io/module_wrt_grid_comp.F90
+0 −1 io/post_gfs.F90
+4 −0 ipd/CMakeLists.txt
+5 −5 module_fcst_grid_comp.F90
+4 −0 stochastic_physics/CMakeLists.txt
11 changes: 9 additions & 2 deletions README_HWRF_PHYSICS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ PRs pulled into the dtc/hwrf-physics branches
The following PRs were pulled into these branches on the given dates
and with the given hashes (further down is later). Additional commits
were made by @climbfuji as required for changing the target branch
(from dtc/develop to dtc/hwrf-physics), bug fixes, cleanup, and as
a result of the code review processes.
(from dtc/develop to dtc/hwrf-physics), pulling in updates from
upstream (i.e. the hafs-community repositories), bug fixes, cleanup,
and as a result of the code review processes.

ccpp-physics
------------
Expand Down Expand Up @@ -49,6 +50,9 @@ ccpp-physics
04/16/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/405 -> https://github.com/NCAR/ccpp-physics/pull/435
(entire PR)

05/14/2020 FA MP updates https://github.com/NCAR/ccpp-physics/pull/450 -> https://github.com/NCAR/ccpp-physics/pull/453
(entire PR)

fv3atm
------

Expand All @@ -68,6 +72,9 @@ fv3atm
04/16/2020 FA MP updates https://github.com/NCAR/fv3atm/pull/28 -> https://github.com/NCAR/fv3atm/pull/43
(entire PR)

05/14/2020 SDFs for HWRF physics test https://github.com/NCAR/fv3atm/pull/44 -> https://github.com/NCAR/fv3atm/pull/50
(entire PR)

ufs-weather-model
-----------------

Expand Down

0 comments on commit 8be42ad

Please sign in to comment.