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_xp2_xpyp_module.F90 clubb_release/src/CLUBB_core/advance_xp2_xpyp_module.F90
4000,4002d3999
< real ( kind = core_rknd ), dimension(nz) :: &
< tmp_in
<
5267,5270c5264
< tmp_in(1) = 0.0_core_rknd
< tmp_in(2:nz) = coef_wprtp2_implicit(i,2:nz)
< !call stat_update_var( stats_metadata%icoef_wprtp2_implicit, coef_wprtp2_implicit(i,:), & ! intent(in)
< call stat_update_var( stats_metadata%icoef_wprtp2_implicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%icoef_wprtp2_implicit, coef_wprtp2_implicit(i,:), & ! intent(in)
5272,5274c5266
< tmp_in(2:nz) = term_wprtp2_explicit(i,2:nz)
< !call stat_update_var( stats_metadata%iterm_wprtp2_explicit, term_wprtp2_explicit(i,:), & ! intent(in)
< call stat_update_var( stats_metadata%iterm_wprtp2_explicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%iterm_wprtp2_explicit, term_wprtp2_explicit(i,:), & ! intent(in)
5276,5278c5268
< tmp_in(2:nz) = coef_wpthlp2_implicit(i,2:nz)
< !call stat_update_var( stats_metadata%icoef_wpthlp2_implicit, coef_wpthlp2_implicit(i,:), & ! intent(in)
< call stat_update_var( stats_metadata%icoef_wpthlp2_implicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%icoef_wpthlp2_implicit, coef_wpthlp2_implicit(i,:), & ! intent(in)
5280,5282c5270
< tmp_in(2:nz) = term_wpthlp2_explicit(i,2:nz)
< !call stat_update_var( stats_metadata%iterm_wpthlp2_explicit, term_wpthlp2_explicit(i,:), & ! intent(in)
< call stat_update_var( stats_metadata%iterm_wpthlp2_explicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%iterm_wpthlp2_explicit, term_wpthlp2_explicit(i,:), & ! intent(in)
5284,5286c5272
< tmp_in(2:nz) = coef_wprtpthlp_implicit(i,2:nz)
< !call stat_update_var( stats_metadata%icoef_wprtpthlp_implicit, coef_wprtpthlp_implicit(i,:), & ! intent(in)
< call stat_update_var( stats_metadata%icoef_wprtpthlp_implicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%icoef_wprtpthlp_implicit, coef_wprtpthlp_implicit(i,:), & ! intent(in)
5288,5290c5274
< tmp_in(2:nz) = term_wprtpthlp_explicit(i,2:nz)
< !call stat_update_var( stats_metadata%iterm_wprtpthlp_explicit, term_wprtpthlp_explicit(i,:), & ! intent(in)
< call stat_update_var( stats_metadata%iterm_wprtpthlp_explicit, tmp_in, & ! intent(in)
---
> call stat_update_var( stats_metadata%iterm_wprtpthlp_explicit, term_wprtpthlp_explicit(i,:), & ! intent(in)