Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
09c3a0e
Cleanup/bugfix: move convective tranport tracer logic from GFS_SCNV_g…
climbfuji Oct 1, 2021
9661759
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into clea…
climbfuji Oct 5, 2021
ed86ff1
Add debugging routine GFS_checktracers to physics/GFS_debug.{F90,meta}
climbfuji Oct 5, 2021
6e520f9
fix inconsistent types and log functions
uturuncoglu Oct 6, 2021
47e7bbd
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into ccpp…
climbfuji Oct 18, 2021
98a69ea
Correct spelling of janic in CCPP standard names, must be janjic
climbfuji Oct 19, 2021
b63905d
Remove optional attribute and several optional variable arguments fro…
climbfuji Oct 25, 2021
7564797
Remove optional computation of cloud effective radii from Thompson wr…
climbfuji Oct 25, 2021
fd5d752
Update .gitmodules and submodule pointer for rte-rrtmgp for code revi…
climbfuji Oct 25, 2021
075bb25
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into remo…
climbfuji Oct 25, 2021
211b196
Remove optional attributes that were introduced by merging with NCAR …
climbfuji Oct 25, 2021
3d0c7e8
Resolve merge conflicts
climbfuji Oct 25, 2021
a1752cb
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into ccpp…
climbfuji Oct 26, 2021
095a115
Merge branch 'hotfix/data_types' of https://github.com/uturuncoglu/cc…
climbfuji Oct 28, 2021
35fc189
fix spacing issue
uturuncoglu Oct 28, 2021
f448107
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into ccpp…
climbfuji Oct 28, 2021
f342fdb
Merge branch 'hotfix/data_types' of https://github.com/uturuncoglu/cc…
climbfuji Oct 28, 2021
9bffa41
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into remo…
climbfuji Oct 29, 2021
55e3943
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into ccpp…
climbfuji Oct 29, 2021
1c0776a
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into remo…
climbfuji Oct 29, 2021
400c44f
Merge branch 'remove_optional_arguments_from_ccpp' of https://github.…
climbfuji Nov 2, 2021
cc49c8f
Revert change to .gitmodules and update submodule pointer for ccpp-ph…
climbfuji Nov 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "physics/rte-rrtmgp"]
path = physics/rte-rrtmgp
url = https://github.com/earth-system-radiation/rte-rrtmgp
branch = dtc/ccpp
path = physics/rte-rrtmgp
url = https://github.com/earth-system-radiation/rte-rrtmgp
branch = dtc/ccpp
Loading