Skip to content

Commit

Permalink
More debugging to run trip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daw538 committed Feb 28, 2023
1 parent 19c4431 commit 424871f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/atmos_spectral/driver/solo/idealized_moist_phys.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1136,8 +1136,8 @@ subroutine idealized_moist_phys(Time, p_half, p_full, z_half, z_full, ug, vg, ps
call interp_temp(z_full(:,:,:,current),z_half(:,:,:,current),tg_interp, Time)
call run_rrtmg(is,js,Time,rad_lat(:,:),rad_lon(:,:),p_full(:,:,:,current),p_half(:,:,:,current), &
albedo,grid_tracers(:,:,:,previous,nsphum),tg_interp,t_surf(:,:),dt_tg(:,:,:), &
coszen,net_surf_sw_down(:,:),surf_lw_down(:,:), cf_rad(:,:,:), reff_rad(:,:,:), &
do_cloud_simple )
coszen,net_surf_sw_down(:,:),surf_lw_down(:,:))!, cf_rad(:,:,:), reff_rad(:,:,:), &
!do_cloud_simple )
endif
#endif

Expand Down

0 comments on commit 424871f

Please sign in to comment.