Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
branch = dtc/develop
[submodule "ccpp-physics"]
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
branch = dtc/develop
url = https://github.com/mjiacono/ccpp-physics
branch = rrtmg-cloud-overlap-updates
6 changes: 4 additions & 2 deletions ccpp/physics_namelists/input_GFS_v15p2.nml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
iems = 1
iaer = 111
ico2 = 2
isubc_sw = 2
isubc_lw = 2
iovr_sw = 1
iovr_lw = 1
isubc_sw = 0
isubc_lw = 0
isol = 2
lwhtr = .true.
swhtr = .true.
Expand Down
8 changes: 4 additions & 4 deletions ccpp/physics_namelists/input_GFS_v16beta.nml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
iems = 1
iaer = 5111
icliq_sw = 2
iovr_lw = 3
iovr_sw = 3
iovr_lw = 1
iovr_sw = 1
ico2 = 2
isubc_sw = 2
isubc_lw = 2
isubc_sw = 0
isubc_lw = 0
isol = 2
lwhtr = .true.
swhtr = .true.
Expand Down
Loading