Skip to content

Commit e89bf7e

Browse files
committed
remove unused argument
1 parent ac2ec23 commit e89bf7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/rrtmgp/radiation.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ subroutine radiation_init(pbuf2d)
481481
pref_edge, nlay, pver, pverp, kdist_sw, kdist_lw, qrl_unused, is_first_step(), use_rad_dt_cosz, &
482482
get_step_size(), get_nstep(), iradsw, dt_avg, irad_always, is_first_restart_step(), masterproc, &
483483
nlwbands, nradgas, gasnamelength, iulog, idx_sw_diag, idx_nir_diag, idx_uv_diag, &
484-
idx_sw_cloudsim, idx_lw_diag, idx_lw_cloudsim, gaslist, nswgpts, nlwgpts, nlayp, &
484+
idx_sw_cloudsim, idx_lw_diag, idx_lw_cloudsim, nswgpts, nlwgpts, nlayp, &
485485
nextsw_cday, get_curr_calday(), band2gpt_sw, errmsg, errflg)
486486
if (errflg /= 0) then
487487
call endrun(sub//': '//errmsg)

0 commit comments

Comments
 (0)