Skip to content

Commit 10ebeba

Browse files
committed
update argument list to match atmos phys
1 parent 711767c commit 10ebeba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
[submodule "atmos_phys"]
3030
path = src/atmos_phys
31-
url = https://github.com/ESCOMP/atmospheric_physics
32-
fxtag = atmos_phys0_18_002
31+
url = https://github.com/peverwhee/atmospheric_physics
32+
fxtag = 9b5ec5e8d501bd80ac64766730ab70ad968e8640
3333
fxrequired = AlwaysRequired
3434
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
3535

src/atmos_phys

src/physics/rrtmgp/radiation.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ subroutine radiation_tend( &
11721172
! Prepare state variables, daylit columns, albedos for RRTMGP
11731173
! Also calculate modified cloud fraction
11741174
call rrtmgp_inputs_run(dosw, dolw, associated(cldfsnow), associated(cldfgrau), &
1175-
masterproc, iulog, is_mpas, state%pmid(:ncol,:), state%pint(:ncol,:), state%t(:ncol,:), &
1175+
is_mpas, state%pmid(:ncol,:), state%pint(:ncol,:), state%t(:ncol,:), &
11761176
nday, idxday, cldfprime(:ncol,:), coszrs(:ncol), kdist_sw, t_sfc, &
11771177
emis_sfc, t_rad, pmid_rad, pint_rad, t_day, pmid_day, &
11781178
pint_day, coszrs_day, alb_dir, alb_dif, cam_in%lwup(:ncol), stebol, &

0 commit comments

Comments
 (0)