Console Output
+ diff --exclude=.git --exclude=version_clubb_core.txt --exclude=version_silhs.txt -r clubb clubb_release
diff '--exclude=.git' '--exclude=version_clubb_core.txt' '--exclude=version_silhs.txt' -r clubb/src/CLUBB_core/advance_xm_wpxp_module.F90 clubb_release/src/CLUBB_core/advance_xm_wpxp_module.F90
2169,2170d2168
< real( kind = core_rknd ), dimension(nz) :: tmp_in
<
2564,2566c2562
< tmp_in(1) = 0.0_core_rknd
< tmp_in(2:nz) = coef_wp2rtp_implicit(i,2:nz)
< call stat_update_var( stats_metadata%icoef_wp2rtp_implicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%icoef_wp2rtp_implicit, coef_wp2rtp_implicit(i,:), & ! intent(in)
2568,2569c2564
< tmp_in(2:nz) = term_wp2rtp_explicit(i,2:nz)
< call stat_update_var( stats_metadata%iterm_wp2rtp_explicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%iterm_wp2rtp_explicit, term_wp2rtp_explicit(i,:), & ! intent(in)
2571,2572c2566
< tmp_in(2:nz) = coef_wp2thlp_implicit(i,2:nz)
< call stat_update_var( stats_metadata%icoef_wp2thlp_implicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%icoef_wp2thlp_implicit, coef_wp2thlp_implicit(i,:), & ! intent(in)
2574,2575c2568
< tmp_in(2:nz) = term_wp2thlp_explicit(i,2:nz)
< call stat_update_var( stats_metadata%iterm_wp2thlp_explicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%iterm_wp2thlp_explicit, term_wp2thlp_explicit(i,:), & ! intent(in)