CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1300 : status = nf90_def_var( ncid_zt, "columns", NF90_DOUBLE, (/column_id_zt/), column_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1301 : status = nf90_def_var( ncid_zt, "altitude", NF90_DOUBLE, (/vertical_id_zt/), vertical_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1302 : status = nf90_def_var( ncid_zt, "time", NF90_DOUBLE, (/time_id_zt/), time_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1381 : status = nf90_put_var( ncid_zm, ind_zm(1), wpthlp, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1382 : status = nf90_put_var( ncid_zm, ind_zm(2), wprtp, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1383 : status = nf90_put_var( ncid_zm, ind_zm(3), wp2, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1384 : status = nf90_put_var( ncid_zm, ind_zm(4), thlp2, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1385 : status = nf90_put_var( ncid_zm, ind_zm(5), rtp2, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1386 : status = nf90_put_var( ncid_zm, ind_zm(6), rtpthlp, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1387 : status = nf90_put_var( ncid_zm, ind_zm(7), upwp, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1388 : status = nf90_put_var( ncid_zm, ind_zm(8), vpwp, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1389 : status = nf90_put_var( ncid_zm, ind_zm(9), up2, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1390 : status = nf90_put_var( ncid_zm, ind_zm(10), vp2, (/1,1,n_calls/), (/ngrdcol,nzm,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1393 : status = nf90_put_var( ncid_zt, ind_zt(1), wp3, (/1,1,n_calls/), (/ngrdcol,nzt,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1394 : status = nf90_put_var( ncid_zt, ind_zt(2), rcm, (/1,1,n_calls/), (/ngrdcol,nzt,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1395 : status = nf90_put_var( ncid_zt, ind_zt(3), cloud_frac, (/1,1,n_calls/), (/ngrdcol,nzt,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1396 : status = nf90_put_var( ncid_zt, ind_zt(4), rtm, (/1,1,n_calls/), (/ngrdcol,nzt,1/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1397 : status = nf90_put_var( ncid_zt, ind_zt(5), thlm, (/1,1,n_calls/), (/ngrdcol,nzt,1/) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/output_netcdf.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
739 : ! MONOFLUX TEST COMMENT DO NOT REMOVE if( any(wpxp_net_adjust /= 0.0) ) write(fstderr,*) "MONOFLUX: wpxp adjusted "
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/mono_flux_limiter.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1647 : !$acc data copyin( C_uu_shr_zeros, C_uu_shr_plus_one, C11_Skw_fnc_zeros, C11_Skw_fnc_plus_one ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1673 : lhs_wp3_pr2_term ) ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2842 : !$acc data copyin( C_uu_buoy_zeros, C_uu_buoy_plus_one, C11_Skw_fnc_zeros, C11_Skw_fnc_plus_one ) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_wp2_wp3_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
709 : call stats_zero( stats_zt(i)%ii, stats_zt(i)%jj, stats_zt(i)%kk, stats_zt(i)%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
710 : stats_zt(i)%accum_field_values, stats_zt(i)%accum_num_samples, stats_zt(i)%l_in_update ) ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
738 : call open_netcdf_for_writing( nlat, nlon, fdir, fname, 1, stats_zt(1)%kk, stats_zt(1)%z, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
817 : allocate( stats_lh_zt(i)%l_in_update( stats_lh_zt(i)%ii, stats_lh_zt(i)%jj, stats_lh_zt(i)%kk, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1148 : call stats_zero( stats_zm(i)%ii, stats_zm(i)%jj, stats_zm(i)%kk, stats_zm(i)%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1149 : stats_zm(i)%accum_field_values, stats_zm(i)%accum_num_samples, stats_zm(i)%l_in_update ) ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1174 : call open_netcdf_for_writing( nlat, nlon, fdir, fname, 1, stats_zm(1)%kk, stats_zm(1)%z, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1238 : stats_rad_zt(i)%accum_num_samples, stats_rad_zt(i)%l_in_update )! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1325 : stats_rad_zm(i)%accum_num_samples, stats_rad_zm(i)%l_in_update ) ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1415 : call stats_zero( stats_sfc(i)%ii, stats_sfc(i)%jj, stats_sfc(i)%kk, stats_sfc(i)%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1416 : stats_sfc(i)%accum_field_values, stats_sfc(i)%accum_num_samples, stats_sfc(i)%l_in_update ) ! out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1440 : call open_netcdf_for_writing( nlat, nlon, fdir, fname, 1, stats_sfc(1)%kk, stats_sfc(1)%z, & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_clubb_utilities.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2037 : rhs_bp ) ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2042 : call wpxp_terms_bp_pr3_rhs( nzm, ngrdcol, C7_Skw_fnc_plus_one, thv_ds_zm, xpthvp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2043 : rhs_pr3 ) ! intent(out)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xm_wpxp_module.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/Benchmark_cases/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/KK_microphys/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/SILHS/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/G_unit_test_types/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run GPU_OMP)
[Pipeline] sh
+ source /etc/profile.d/larson-group.sh
++ export GIT_EDITOR=vi
++ GIT_EDITOR=vi
++ export SVN_EDITOR=vi
++ SVN_EDITOR=vi
++ export OMP_STACKSIZE=1048579
++ OMP_STACKSIZE=1048579
++ export LMOD_ROOT=/opt/lmod/
++ LMOD_ROOT=/opt/lmod/
++ source /opt/lmod//lmod/lmod/init/bash
+++ '[' -z '' ']'
+++ case "$-" in
+++ __lmod_vx=x
+++ '[' -n x ']'
+++ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ module load nvhpc netcdf-fortran
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_sh_dbg=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output
Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ run_scripts/run_scm.bash -p ../clubb_params_multi_col.in -e arm
Running arm
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
iteration = 1; time = 41460.0
iteration = 2; time = 41520.0
iteration = 3; time = 41580.0
iteration = 4; time = 41640.0
iteration = 5; time = 41700.0
iteration = 6; time = 41760.0
iteration = 7; time = 41820.0
iteration = 8; time = 41880.0
iteration = 9; time = 41940.0
iteration = 10; time = 42000.0
iteration = 11; time = 42060.0
iteration = 12; time = 42120.0
iteration = 13; time = 42180.0
iteration = 14; time = 42240.0
iteration = 15; time = 42300.0
iteration = 16; time = 42360.0
iteration = 17; time = 42420.0
iteration = 18; time = 42480.0
iteration = 19; time = 42540.0
iteration = 20; time = 42600.0
iteration = 21; time = 42660.0
iteration = 22; time = 42720.0
iteration = 23; time = 42780.0
iteration = 24; time = 42840.0
iteration = 25; time = 42900.0
iteration = 26; time = 42960.0
iteration = 27; time = 43020.0
iteration = 28; time = 43080.0
iteration = 29; time = 43140.0
iteration = 30; time = 43200.0
iteration = 31; time = 43260.0
iteration = 32; time = 43320.0
iteration = 33; time = 43380.0
iteration = 34; time = 43440.0
iteration = 35; time = 43500.0
iteration = 36; time = 43560.0
iteration = 37; time = 43620.0
iteration = 38; time = 43680.0
iteration = 39; time = 43740.0
iteration = 40; time = 43800.0
iteration = 41; time = 43860.0
iteration = 42; time = 43920.0
iteration = 43; time = 43980.0
iteration = 44; time = 44040.0
iteration = 45; time = 44100.0
iteration = 46; time = 44160.0
iteration = 47; time = 44220.0
iteration = 48; time = 44280.0
iteration = 49; time = 44340.0
iteration = 50; time = 44400.0
iteration = 51; time = 44460.0
iteration = 52; time = 44520.0
iteration = 53; time = 44580.0
iteration = 54; time = 44640.0
iteration = 55; time = 44700.0
iteration = 56; time = 44760.0
iteration = 57; time = 44820.0
iteration = 58; time = 44880.0
iteration = 59; time = 44940.0
iteration = 60; time = 45000.0
iteration = 61; time = 45060.0
iteration = 62; time = 45120.0
iteration = 63; time = 45180.0
iteration = 64; time = 45240.0
iteration = 65; time = 45300.0
iteration = 66; time = 45360.0
iteration = 67; time = 45420.0
iteration = 68; time = 45480.0
iteration = 69; time = 45540.0
iteration = 70; time = 45600.0
iteration = 71; time = 45660.0
iteration = 72; time = 45720.0
iteration = 73; time = 45780.0
iteration = 74; time = 45840.0
iteration = 75; time = 45900.0
iteration = 76; time = 45960.0
iteration = 77; time = 46020.0
iteration = 78; time = 46080.0
iteration = 79; time = 46140.0
iteration = 80; time = 46200.0
iteration = 81; time = 46260.0
iteration = 82; time = 46320.0
iteration = 83; time = 46380.0
iteration = 84; time = 46440.0
iteration = 85; time = 46500.0
iteration = 86; time = 46560.0
iteration = 87; time = 46620.0
iteration = 88; time = 46680.0
iteration = 89; time = 46740.0
iteration = 90; time = 46800.0
iteration = 91; time = 46860.0
iteration = 92; time = 46920.0
iteration = 93; time = 46980.0
iteration = 94; time = 47040.0
iteration = 95; time = 47100.0
iteration = 96; time = 47160.0
iteration = 97; time = 47220.0
iteration = 98; time = 47280.0
iteration = 99; time = 47340.0
iteration = 100; time = 47400.0
iteration = 101; time = 47460.0
iteration = 102; time = 47520.0
iteration = 103; time = 47580.0
iteration = 104; time = 47640.0
iteration = 105; time = 47700.0
iteration = 106; time = 47760.0
iteration = 107; time = 47820.0
iteration = 108; time = 47880.0
iteration = 109; time = 47940.0
iteration = 110; time = 48000.0
iteration = 111; time = 48060.0
iteration = 112; time = 48120.0
iteration = 113; time = 48180.0
iteration = 114; time = 48240.0
iteration = 115; time = 48300.0
iteration = 116; time = 48360.0
iteration = 117; time = 48420.0
iteration = 118; time = 48480.0
iteration = 119; time = 48540.0
iteration = 120; time = 48600.0
iteration = 121; time = 48660.0
iteration = 122; time = 48720.0
iteration = 123; time = 48780.0
iteration = 124; time = 48840.0
iteration = 125; time = 48900.0
iteration = 126; time = 48960.0
iteration = 127; time = 49020.0
iteration = 128; time = 49080.0
iteration = 129; time = 49140.0
iteration = 130; time = 49200.0
iteration = 131; time = 49260.0
iteration = 132; time = 49320.0
iteration = 133; time = 49380.0
iteration = 134; time = 49440.0
iteration = 135; time = 49500.0
iteration = 136; time = 49560.0
iteration = 137; time = 49620.0
iteration = 138; time = 49680.0
iteration = 139; time = 49740.0
iteration = 140; time = 49800.0
iteration = 141; time = 49860.0
iteration = 142; time = 49920.0
iteration = 143; time = 49980.0
iteration = 144; time = 50040.0
iteration = 145; time = 50100.0
iteration = 146; time = 50160.0
iteration = 147; time = 50220.0
iteration = 148; time = 50280.0
iteration = 149; time = 50340.0
iteration = 150; time = 50400.0
iteration = 151; time = 50460.0
iteration = 152; time = 50520.0
iteration = 153; time = 50580.0
iteration = 154; time = 50640.0
iteration = 155; time = 50700.0
iteration = 156; time = 50760.0
iteration = 157; time = 50820.0
iteration = 158; time = 50880.0
iteration = 159; time = 50940.0
iteration = 160; time = 51000.0
iteration = 161; time = 51060.0
iteration = 162; time = 51120.0
iteration = 163; time = 51180.0
iteration = 164; time = 51240.0
iteration = 165; time = 51300.0
iteration = 166; time = 51360.0
iteration = 167; time = 51420.0
iteration = 168; time = 51480.0
iteration = 169; time = 51540.0
iteration = 170; time = 51600.0
iteration = 171; time = 51660.0
iteration = 172; time = 51720.0
iteration = 173; time = 51780.0
iteration = 174; time = 51840.0
iteration = 175; time = 51900.0
iteration = 176; time = 51960.0
iteration = 177; time = 52020.0
iteration = 178; time = 52080.0
iteration = 179; time = 52140.0
iteration = 180; time = 52200.0
iteration = 181; time = 52260.0
iteration = 182; time = 52320.0
iteration = 183; time = 52380.0
iteration = 184; time = 52440.0
iteration = 185; time = 52500.0
iteration = 186; time = 52560.0
iteration = 187; time = 52620.0
iteration = 188; time = 52680.0
iteration = 189; time = 52740.0
iteration = 190; time = 52800.0
iteration = 191; time = 52860.0
iteration = 192; time = 52920.0
iteration = 193; time = 52980.0
iteration = 194; time = 53040.0
iteration = 195; time = 53100.0
iteration = 196; time = 53160.0
iteration = 197; time = 53220.0
iteration = 198; time = 53280.0
iteration = 199; time = 53340.0
iteration = 200; time = 53400.0
iteration = 201; time = 53460.0
iteration = 202; time = 53520.0
iteration = 203; time = 53580.0
iteration = 204; time = 53640.0
iteration = 205; time = 53700.0
iteration = 206; time = 53760.0
iteration = 207; time = 53820.0
iteration = 208; time = 53880.0
iteration = 209; time = 53940.0
iteration = 210; time = 54000.0
iteration = 211; time = 54060.0
iteration = 212; time = 54120.0
iteration = 213; time = 54180.0
iteration = 214; time = 54240.0
iteration = 215; time = 54300.0
iteration = 216; time = 54360.0
iteration = 217; time = 54420.0
iteration = 218; time = 54480.0
iteration = 219; time = 54540.0
iteration = 220; time = 54600.0
iteration = 221; time = 54660.0
iteration = 222; time = 54720.0
iteration = 223; time = 54780.0
iteration = 224; time = 54840.0
iteration = 225; time = 54900.0
iteration = 226; time = 54960.0
iteration = 227; time = 55020.0
iteration = 228; time = 55080.0
iteration = 229; time = 55140.0
iteration = 230; time = 55200.0
iteration = 231; time = 55260.0
iteration = 232; time = 55320.0
iteration = 233; time = 55380.0
iteration = 234; time = 55440.0
iteration = 235; time = 55500.0
iteration = 236; time = 55560.0
iteration = 237; time = 55620.0
iteration = 238; time = 55680.0
iteration = 239; time = 55740.0
iteration = 240; time = 55800.0
iteration = 241; time = 55860.0
iteration = 242; time = 55920.0
iteration = 243; time = 55980.0
iteration = 244; time = 56040.0
iteration = 245; time = 56100.0
iteration = 246; time = 56160.0
iteration = 247; time = 56220.0
iteration = 248; time = 56280.0
iteration = 249; time = 56340.0
iteration = 250; time = 56400.0
iteration = 251; time = 56460.0
iteration = 252; time = 56520.0
iteration = 253; time = 56580.0
iteration = 254; time = 56640.0
iteration = 255; time = 56700.0
iteration = 256; time = 56760.0
iteration = 257; time = 56820.0
iteration = 258; time = 56880.0
iteration = 259; time = 56940.0
iteration = 260; time = 57000.0
iteration = 261; time = 57060.0
iteration = 262; time = 57120.0
iteration = 263; time = 57180.0
iteration = 264; time = 57240.0
iteration = 265; time = 57300.0
iteration = 266; time = 57360.0
iteration = 267; time = 57420.0
iteration = 268; time = 57480.0
iteration = 269; time = 57540.0
iteration = 270; time = 57600.0
iteration = 271; time = 57660.0
iteration = 272; time = 57720.0
iteration = 273; time = 57780.0
iteration = 274; time = 57840.0
iteration = 275; time = 57900.0
iteration = 276; time = 57960.0
iteration = 277; time = 58020.0
iteration = 278; time = 58080.0
iteration = 279; time = 58140.0
iteration = 280; time = 58200.0
iteration = 281; time = 58260.0
iteration = 282; time = 58320.0
iteration = 283; time = 58380.0
iteration = 284; time = 58440.0
iteration = 285; time = 58500.0
iteration = 286; time = 58560.0
iteration = 287; time = 58620.0
iteration = 288; time = 58680.0
iteration = 289; time = 58740.0
iteration = 290; time = 58800.0
iteration = 291; time = 58860.0
iteration = 292; time = 58920.0
iteration = 293; time = 58980.0
iteration = 294; time = 59040.0
iteration = 295; time = 59100.0
iteration = 296; time = 59160.0
iteration = 297; time = 59220.0
iteration = 298; time = 59280.0
iteration = 299; time = 59340.0
iteration = 300; time = 59400.0
iteration = 301; time = 59460.0
iteration = 302; time = 59520.0
iteration = 303; time = 59580.0
iteration = 304; time = 59640.0
iteration = 305; time = 59700.0
iteration = 306; time = 59760.0
iteration = 307; time = 59820.0
iteration = 308; time = 59880.0
iteration = 309; time = 59940.0
iteration = 310; time = 60000.0
iteration = 311; time = 60060.0
iteration = 312; time = 60120.0
iteration = 313; time = 60180.0
iteration = 314; time = 60240.0
iteration = 315; time = 60300.0
iteration = 316; time = 60360.0
iteration = 317; time = 60420.0
iteration = 318; time = 60480.0
iteration = 319; time = 60540.0
iteration = 320; time = 60600.0
iteration = 321; time = 60660.0
iteration = 322; time = 60720.0
iteration = 323; time = 60780.0
iteration = 324; time = 60840.0
iteration = 325; time = 60900.0
iteration = 326; time = 60960.0
iteration = 327; time = 61020.0
iteration = 328; time = 61080.0
iteration = 329; time = 61140.0
iteration = 330; time = 61200.0
iteration = 331; time = 61260.0
iteration = 332; time = 61320.0
iteration = 333; time = 61380.0
iteration = 334; time = 61440.0
iteration = 335; time = 61500.0
iteration = 336; time = 61560.0
iteration = 337; time = 61620.0
iteration = 338; time = 61680.0
iteration = 339; time = 61740.0
iteration = 340; time = 61800.0
iteration = 341; time = 61860.0
iteration = 342; time = 61920.0
iteration = 343; time = 61980.0
iteration = 344; time = 62040.0
iteration = 345; time = 62100.0
iteration = 346; time = 62160.0
iteration = 347; time = 62220.0
iteration = 348; time = 62280.0
iteration = 349; time = 62340.0
iteration = 350; time = 62400.0
iteration = 351; time = 62460.0
iteration = 352; time = 62520.0
iteration = 353; time = 62580.0
iteration = 354; time = 62640.0
iteration = 355; time = 62700.0
iteration = 356; time = 62760.0
iteration = 357; time = 62820.0
iteration = 358; time = 62880.0
iteration = 359; time = 62940.0
iteration = 360; time = 63000.0
iteration = 361; time = 63060.0
iteration = 362; time = 63120.0
iteration = 363; time = 63180.0
iteration = 364; time = 63240.0
iteration = 365; time = 63300.0
iteration = 366; time = 63360.0
iteration = 367; time = 63420.0
iteration = 368; time = 63480.0
iteration = 369; time = 63540.0
iteration = 370; time = 63600.0
iteration = 371; time = 63660.0
iteration = 372; time = 63720.0
iteration = 373; time = 63780.0
iteration = 374; time = 63840.0
iteration = 375; time = 63900.0
iteration = 376; time = 63960.0
iteration = 377; time = 64020.0
iteration = 378; time = 64080.0
iteration = 379; time = 64140.0
iteration = 380; time = 64200.0
iteration = 381; time = 64260.0
iteration = 382; time = 64320.0
iteration = 383; time = 64380.0
iteration = 384; time = 64440.0
iteration = 385; time = 64500.0
iteration = 386; time = 64560.0
iteration = 387; time = 64620.0
iteration = 388; time = 64680.0
iteration = 389; time = 64740.0
iteration = 390; time = 64800.0
iteration = 391; time = 64860.0
iteration = 392; time = 64920.0
iteration = 393; time = 64980.0
iteration = 394; time = 65040.0
iteration = 395; time = 65100.0
iteration = 396; time = 65160.0
iteration = 397; time = 65220.0
iteration = 398; time = 65280.0
iteration = 399; time = 65340.0
iteration = 400; time = 65400.0
iteration = 401; time = 65460.0
iteration = 402; time = 65520.0
iteration = 403; time = 65580.0
iteration = 404; time = 65640.0
iteration = 405; time = 65700.0
iteration = 406; time = 65760.0
iteration = 407; time = 65820.0
iteration = 408; time = 65880.0
iteration = 409; time = 65940.0
iteration = 410; time = 66000.0
iteration = 411; time = 66060.0
iteration = 412; time = 66120.0
iteration = 413; time = 66180.0
iteration = 414; time = 66240.0
iteration = 415; time = 66300.0
iteration = 416; time = 66360.0
iteration = 417; time = 66420.0
iteration = 418; time = 66480.0
iteration = 419; time = 66540.0
iteration = 420; time = 66600.0
iteration = 421; time = 66660.0
iteration = 422; time = 66720.0
iteration = 423; time = 66780.0
iteration = 424; time = 66840.0
iteration = 425; time = 66900.0
iteration = 426; time = 66960.0
iteration = 427; time = 67020.0
iteration = 428; time = 67080.0
iteration = 429; time = 67140.0
iteration = 430; time = 67200.0
iteration = 431; time = 67260.0
iteration = 432; time = 67320.0
iteration = 433; time = 67380.0
iteration = 434; time = 67440.0
iteration = 435; time = 67500.0
iteration = 436; time = 67560.0
iteration = 437; time = 67620.0
iteration = 438; time = 67680.0
iteration = 439; time = 67740.0
iteration = 440; time = 67800.0
iteration = 441; time = 67860.0
iteration = 442; time = 67920.0
iteration = 443; time = 67980.0
iteration = 444; time = 68040.0
iteration = 445; time = 68100.0
iteration = 446; time = 68160.0
iteration = 447; time = 68220.0
iteration = 448; time = 68280.0
iteration = 449; time = 68340.0
iteration = 450; time = 68400.0
iteration = 451; time = 68460.0
iteration = 452; time = 68520.0
iteration = 453; time = 68580.0
iteration = 454; time = 68640.0
iteration = 455; time = 68700.0
iteration = 456; time = 68760.0
iteration = 457; time = 68820.0
iteration = 458; time = 68880.0
iteration = 459; time = 68940.0
iteration = 460; time = 69000.0
iteration = 461; time = 69060.0
iteration = 462; time = 69120.0
iteration = 463; time = 69180.0
iteration = 464; time = 69240.0
iteration = 465; time = 69300.0
iteration = 466; time = 69360.0
iteration = 467; time = 69420.0
iteration = 468; time = 69480.0
iteration = 469; time = 69540.0
iteration = 470; time = 69600.0
iteration = 471; time = 69660.0
iteration = 472; time = 69720.0
iteration = 473; time = 69780.0
iteration = 474; time = 69840.0
iteration = 475; time = 69900.0
iteration = 476; time = 69960.0
iteration = 477; time = 70020.0
iteration = 478; time = 70080.0
iteration = 479; time = 70140.0
iteration = 480; time = 70200.0
iteration = 481; time = 70260.0
iteration = 482; time = 70320.0
iteration = 483; time = 70380.0
iteration = 484; time = 70440.0
iteration = 485; time = 70500.0
iteration = 486; time = 70560.0
iteration = 487; time = 70620.0
iteration = 488; time = 70680.0
iteration = 489; time = 70740.0
iteration = 490; time = 70800.0
iteration = 491; time = 70860.0
iteration = 492; time = 70920.0
iteration = 493; time = 70980.0
iteration = 494; time = 71040.0
iteration = 495; time = 71100.0
iteration = 496; time = 71160.0
iteration = 497; time = 71220.0
iteration = 498; time = 71280.0
iteration = 499; time = 71340.0
iteration = 500; time = 71400.0
iteration = 501; time = 71460.0
iteration = 502; time = 71520.0
iteration = 503; time = 71580.0
iteration = 504; time = 71640.0
iteration = 505; time = 71700.0
iteration = 506; time = 71760.0
iteration = 507; time = 71820.0
iteration = 508; time = 71880.0
iteration = 509; time = 71940.0
iteration = 510; time = 72000.0
iteration = 511; time = 72060.0
iteration = 512; time = 72120.0
iteration = 513; time = 72180.0
iteration = 514; time = 72240.0
iteration = 515; time = 72300.0
iteration = 516; time = 72360.0
iteration = 517; time = 72420.0
iteration = 518; time = 72480.0
iteration = 519; time = 72540.0
iteration = 520; time = 72600.0
iteration = 521; time = 72660.0
iteration = 522; time = 72720.0
iteration = 523; time = 72780.0
iteration = 524; time = 72840.0
iteration = 525; time = 72900.0
iteration = 526; time = 72960.0
iteration = 527; time = 73020.0
iteration = 528; time = 73080.0
iteration = 529; time = 73140.0
iteration = 530; time = 73200.0
iteration = 531; time = 73260.0
iteration = 532; time = 73320.0
iteration = 533; time = 73380.0
iteration = 534; time = 73440.0
iteration = 535; time = 73500.0
iteration = 536; time = 73560.0
iteration = 537; time = 73620.0
iteration = 538; time = 73680.0
iteration = 539; time = 73740.0
iteration = 540; time = 73800.0
iteration = 541; time = 73860.0
iteration = 542; time = 73920.0
iteration = 543; time = 73980.0
iteration = 544; time = 74040.0
iteration = 545; time = 74100.0
iteration = 546; time = 74160.0
iteration = 547; time = 74220.0
iteration = 548; time = 74280.0
iteration = 549; time = 74340.0
iteration = 550; time = 74400.0
iteration = 551; time = 74460.0
iteration = 552; time = 74520.0
iteration = 553; time = 74580.0
iteration = 554; time = 74640.0
iteration = 555; time = 74700.0
iteration = 556; time = 74760.0
iteration = 557; time = 74820.0
iteration = 558; time = 74880.0
iteration = 559; time = 74940.0
iteration = 560; time = 75000.0
iteration = 561; time = 75060.0
iteration = 562; time = 75120.0
iteration = 563; time = 75180.0
iteration = 564; time = 75240.0
iteration = 565; time = 75300.0
iteration = 566; time = 75360.0
iteration = 567; time = 75420.0
iteration = 568; time = 75480.0
iteration = 569; time = 75540.0
iteration = 570; time = 75600.0
iteration = 571; time = 75660.0
iteration = 572; time = 75720.0
iteration = 573; time = 75780.0
iteration = 574; time = 75840.0
iteration = 575; time = 75900.0
iteration = 576; time = 75960.0
iteration = 577; time = 76020.0
iteration = 578; time = 76080.0
iteration = 579; time = 76140.0
iteration = 580; time = 76200.0
iteration = 581; time = 76260.0
iteration = 582; time = 76320.0
iteration = 583; time = 76380.0
iteration = 584; time = 76440.0
iteration = 585; time = 76500.0
iteration = 586; time = 76560.0
iteration = 587; time = 76620.0
iteration = 588; time = 76680.0
iteration = 589; time = 76740.0
iteration = 590; time = 76800.0
iteration = 591; time = 76860.0
iteration = 592; time = 76920.0
iteration = 593; time = 76980.0
iteration = 594; time = 77040.0
iteration = 595; time = 77100.0
iteration = 596; time = 77160.0
iteration = 597; time = 77220.0
iteration = 598; time = 77280.0
iteration = 599; time = 77340.0
iteration = 600; time = 77400.0
iteration = 601; time = 77460.0
iteration = 602; time = 77520.0
iteration = 603; time = 77580.0
iteration = 604; time = 77640.0
iteration = 605; time = 77700.0
iteration = 606; time = 77760.0
iteration = 607; time = 77820.0
iteration = 608; time = 77880.0
iteration = 609; time = 77940.0
iteration = 610; time = 78000.0
iteration = 611; time = 78060.0
iteration = 612; time = 78120.0
iteration = 613; time = 78180.0
iteration = 614; time = 78240.0
iteration = 615; time = 78300.0
iteration = 616; time = 78360.0
iteration = 617; time = 78420.0
iteration = 618; time = 78480.0
iteration = 619; time = 78540.0
iteration = 620; time = 78600.0
iteration = 621; time = 78660.0
iteration = 622; time = 78720.0
iteration = 623; time = 78780.0
iteration = 624; time = 78840.0
iteration = 625; time = 78900.0
iteration = 626; time = 78960.0
iteration = 627; time = 79020.0
iteration = 628; time = 79080.0
iteration = 629; time = 79140.0
iteration = 630; time = 79200.0
iteration = 631; time = 79260.0
iteration = 632; time = 79320.0
iteration = 633; time = 79380.0
iteration = 634; time = 79440.0
iteration = 635; time = 79500.0
iteration = 636; time = 79560.0
iteration = 637; time = 79620.0
iteration = 638; time = 79680.0
iteration = 639; time = 79740.0
iteration = 640; time = 79800.0
iteration = 641; time = 79860.0
iteration = 642; time = 79920.0
iteration = 643; time = 79980.0
iteration = 644; time = 80040.0
iteration = 645; time = 80100.0
iteration = 646; time = 80160.0
iteration = 647; time = 80220.0
iteration = 648; time = 80280.0
iteration = 649; time = 80340.0
iteration = 650; time = 80400.0
iteration = 651; time = 80460.0
iteration = 652; time = 80520.0
iteration = 653; time = 80580.0
iteration = 654; time = 80640.0
iteration = 655; time = 80700.0
iteration = 656; time = 80760.0
iteration = 657; time = 80820.0
iteration = 658; time = 80880.0
iteration = 659; time = 80940.0
iteration = 660; time = 81000.0
iteration = 661; time = 81060.0
iteration = 662; time = 81120.0
iteration = 663; time = 81180.0
iteration = 664; time = 81240.0
iteration = 665; time = 81300.0
iteration = 666; time = 81360.0
iteration = 667; time = 81420.0
iteration = 668; time = 81480.0
iteration = 669; time = 81540.0
iteration = 670; time = 81600.0
iteration = 671; time = 81660.0
iteration = 672; time = 81720.0
iteration = 673; time = 81780.0
iteration = 674; time = 81840.0
iteration = 675; time = 81900.0
iteration = 676; time = 81960.0
iteration = 677; time = 82020.0
iteration = 678; time = 82080.0
iteration = 679; time = 82140.0
iteration = 680; time = 82200.0
iteration = 681; time = 82260.0
iteration = 682; time = 82320.0
iteration = 683; time = 82380.0
iteration = 684; time = 82440.0
iteration = 685; time = 82500.0
iteration = 686; time = 82560.0
iteration = 687; time = 82620.0
iteration = 688; time = 82680.0
iteration = 689; time = 82740.0
iteration = 690; time = 82800.0
iteration = 691; time = 82860.0
iteration = 692; time = 82920.0
iteration = 693; time = 82980.0
iteration = 694; time = 83040.0
iteration = 695; time = 83100.0
iteration = 696; time = 83160.0
iteration = 697; time = 83220.0
iteration = 698; time = 83280.0
iteration = 699; time = 83340.0
iteration = 700; time = 83400.0
iteration = 701; time = 83460.0
iteration = 702; time = 83520.0
iteration = 703; time = 83580.0
iteration = 704; time = 83640.0
iteration = 705; time = 83700.0
iteration = 706; time = 83760.0
iteration = 707; time = 83820.0
iteration = 708; time = 83880.0
iteration = 709; time = 83940.0
iteration = 710; time = 84000.0
iteration = 711; time = 84060.0
iteration = 712; time = 84120.0
iteration = 713; time = 84180.0
iteration = 714; time = 84240.0
iteration = 715; time = 84300.0
iteration = 716; time = 84360.0
iteration = 717; time = 84420.0
iteration = 718; time = 84480.0
iteration = 719; time = 84540.0
iteration = 720; time = 84600.0
iteration = 721; time = 84660.0
iteration = 722; time = 84720.0
iteration = 723; time = 84780.0
iteration = 724; time = 84840.0
iteration = 725; time = 84900.0
iteration = 726; time = 84960.0
iteration = 727; time = 85020.0
iteration = 728; time = 85080.0
iteration = 729; time = 85140.0
iteration = 730; time = 85200.0
iteration = 731; time = 85260.0
iteration = 732; time = 85320.0
iteration = 733; time = 85380.0
iteration = 734; time = 85440.0
iteration = 735; time = 85500.0
iteration = 736; time = 85560.0
iteration = 737; time = 85620.0
iteration = 738; time = 85680.0
iteration = 739; time = 85740.0
iteration = 740; time = 85800.0
iteration = 741; time = 85860.0
iteration = 742; time = 85920.0
iteration = 743; time = 85980.0
iteration = 744; time = 86040.0
iteration = 745; time = 86100.0
iteration = 746; time = 86160.0
iteration = 747; time = 86220.0
iteration = 748; time = 86280.0
iteration = 749; time = 86340.0
iteration = 750; time = 86400.0
iteration = 751; time = 86460.0
iteration = 752; time = 86520.0
iteration = 753; time = 86580.0
iteration = 754; time = 86640.0
iteration = 755; time = 86700.0
iteration = 756; time = 86760.0
iteration = 757; time = 86820.0
iteration = 758; time = 86880.0
iteration = 759; time = 86940.0
iteration = 760; time = 87000.0
iteration = 761; time = 87060.0
iteration = 762; time = 87120.0
iteration = 763; time = 87180.0
iteration = 764; time = 87240.0
iteration = 765; time = 87300.0
iteration = 766; time = 87360.0
iteration = 767; time = 87420.0
iteration = 768; time = 87480.0
iteration = 769; time = 87540.0
iteration = 770; time = 87600.0
iteration = 771; time = 87660.0
iteration = 772; time = 87720.0
iteration = 773; time = 87780.0
iteration = 774; time = 87840.0
iteration = 775; time = 87900.0
iteration = 776; time = 87960.0
iteration = 777; time = 88020.0
iteration = 778; time = 88080.0
iteration = 779; time = 88140.0
iteration = 780; time = 88200.0
iteration = 781; time = 88260.0
iteration = 782; time = 88320.0
iteration = 783; time = 88380.0
iteration = 784; time = 88440.0
iteration = 785; time = 88500.0
iteration = 786; time = 88560.0
iteration = 787; time = 88620.0
iteration = 788; time = 88680.0
iteration = 789; time = 88740.0
iteration = 790; time = 88800.0
iteration = 791; time = 88860.0
iteration = 792; time = 88920.0
iteration = 793; time = 88980.0
iteration = 794; time = 89040.0
iteration = 795; time = 89100.0
iteration = 796; time = 89160.0
iteration = 797; time = 89220.0
iteration = 798; time = 89280.0
iteration = 799; time = 89340.0
iteration = 800; time = 89400.0
iteration = 801; time = 89460.0
iteration = 802; time = 89520.0
iteration = 803; time = 89580.0
iteration = 804; time = 89640.0
iteration = 805; time = 89700.0
iteration = 806; time = 89760.0
iteration = 807; time = 89820.0
iteration = 808; time = 89880.0
iteration = 809; time = 89940.0
iteration = 810; time = 90000.0
iteration = 811; time = 90060.0
iteration = 812; time = 90120.0
iteration = 813; time = 90180.0
iteration = 814; time = 90240.0
iteration = 815; time = 90300.0
iteration = 816; time = 90360.0
iteration = 817; time = 90420.0
iteration = 818; time = 90480.0
iteration = 819; time = 90540.0
iteration = 820; time = 90600.0
iteration = 821; time = 90660.0
iteration = 822; time = 90720.0
iteration = 823; time = 90780.0
iteration = 824; time = 90840.0
iteration = 825; time = 90900.0
iteration = 826; time = 90960.0
iteration = 827; time = 91020.0
iteration = 828; time = 91080.0
iteration = 829; time = 91140.0
iteration = 830; time = 91200.0
iteration = 831; time = 91260.0
iteration = 832; time = 91320.0
iteration = 833; time = 91380.0
iteration = 834; time = 91440.0
iteration = 835; time = 91500.0
iteration = 836; time = 91560.0
iteration = 837; time = 91620.0
iteration = 838; time = 91680.0
iteration = 839; time = 91740.0
iteration = 840; time = 91800.0
iteration = 841; time = 91860.0
iteration = 842; time = 91920.0
iteration = 843; time = 91980.0
iteration = 844; time = 92040.0
iteration = 845; time = 92100.0
iteration = 846; time = 92160.0
iteration = 847; time = 92220.0
iteration = 848; time = 92280.0
iteration = 849; time = 92340.0
iteration = 850; time = 92400.0
iteration = 851; time = 92460.0
iteration = 852; time = 92520.0
iteration = 853; time = 92580.0
iteration = 854; time = 92640.0
iteration = 855; time = 92700.0
iteration = 856; time = 92760.0
iteration = 857; time = 92820.0
iteration = 858; time = 92880.0
iteration = 859; time = 92940.0
iteration = 860; time = 93000.0
iteration = 861; time = 93060.0
iteration = 862; time = 93120.0
iteration = 863; time = 93180.0
iteration = 864; time = 93240.0
iteration = 865; time = 93300.0
iteration = 866; time = 93360.0
iteration = 867; time = 93420.0
iteration = 868; time = 93480.0
iteration = 869; time = 93540.0
Program exited normally
iteration = 870; time = 93600.0
CLUBB-TIMER time_loop_init = 13.7341
CLUBB-TIMER time_clubb_advance = 114.5448
CLUBB-TIMER time_clubb_pdf = 0.5504
CLUBB-TIMER time_SILHS = 0.0004
CLUBB-TIMER time_microphys_scheme = 3.3908
CLUBB-TIMER time_microphys_advance = 1.8374
CLUBB-TIMER time_loop_end = 6.2485
CLUBB-TIMER time_total = 140.3085
+ run_scripts/run_scm.bash -p ../clubb_params_multi_col.in -e cobra
Running cobra
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
iteration = 1; time = 57660.0
iteration = 2; time = 57720.0
iteration = 3; time = 57780.0
iteration = 4; time = 57840.0
iteration = 5; time = 57900.0
iteration = 6; time = 57960.0
iteration = 7; time = 58020.0
iteration = 8; time = 58080.0
iteration = 9; time = 58140.0
iteration = 10; time = 58200.0
iteration = 11; time = 58260.0
iteration = 12; time = 58320.0
iteration = 13; time = 58380.0
iteration = 14; time = 58440.0
iteration = 15; time = 58500.0
iteration = 16; time = 58560.0
iteration = 17; time = 58620.0
iteration = 18; time = 58680.0
iteration = 19; time = 58740.0
iteration = 20; time = 58800.0
iteration = 21; time = 58860.0
iteration = 22; time = 58920.0
iteration = 23; time = 58980.0
iteration = 24; time = 59040.0
iteration = 25; time = 59100.0
iteration = 26; time = 59160.0
iteration = 27; time = 59220.0
iteration = 28; time = 59280.0
iteration = 29; time = 59340.0
iteration = 30; time = 59400.0
iteration = 31; time = 59460.0
iteration = 32; time = 59520.0
iteration = 33; time = 59580.0
iteration = 34; time = 59640.0
iteration = 35; time = 59700.0
iteration = 36; time = 59760.0
iteration = 37; time = 59820.0
iteration = 38; time = 59880.0
iteration = 39; time = 59940.0
iteration = 40; time = 60000.0
iteration = 41; time = 60060.0
iteration = 42; time = 60120.0
iteration = 43; time = 60180.0
iteration = 44; time = 60240.0
iteration = 45; time = 60300.0
iteration = 46; time = 60360.0
iteration = 47; time = 60420.0
iteration = 48; time = 60480.0
iteration = 49; time = 60540.0
iteration = 50; time = 60600.0
iteration = 51; time = 60660.0
iteration = 52; time = 60720.0
iteration = 53; time = 60780.0
iteration = 54; time = 60840.0
iteration = 55; time = 60900.0
iteration = 56; time = 60960.0
iteration = 57; time = 61020.0
iteration = 58; time = 61080.0
iteration = 59; time = 61140.0
iteration = 60; time = 61200.0
iteration = 61; time = 61260.0
iteration = 62; time = 61320.0
iteration = 63; time = 61380.0
iteration = 64; time = 61440.0
iteration = 65; time = 61500.0
iteration = 66; time = 61560.0
iteration = 67; time = 61620.0
iteration = 68; time = 61680.0
iteration = 69; time = 61740.0
iteration = 70; time = 61800.0
iteration = 71; time = 61860.0
iteration = 72; time = 61920.0
iteration = 73; time = 61980.0
iteration = 74; time = 62040.0
iteration = 75; time = 62100.0
iteration = 76; time = 62160.0
iteration = 77; time = 62220.0
iteration = 78; time = 62280.0
iteration = 79; time = 62340.0
iteration = 80; time = 62400.0
iteration = 81; time = 62460.0
iteration = 82; time = 62520.0
iteration = 83; time = 62580.0
iteration = 84; time = 62640.0
iteration = 85; time = 62700.0
iteration = 86; time = 62760.0
iteration = 87; time = 62820.0
iteration = 88; time = 62880.0
iteration = 89; time = 62940.0
iteration = 90; time = 63000.0
iteration = 91; time = 63060.0
iteration = 92; time = 63120.0
iteration = 93; time = 63180.0
iteration = 94; time = 63240.0
iteration = 95; time = 63300.0
iteration = 96; time = 63360.0
iteration = 97; time = 63420.0
iteration = 98; time = 63480.0
iteration = 99; time = 63540.0
iteration = 100; time = 63600.0
iteration = 101; time = 63660.0
iteration = 102; time = 63720.0
iteration = 103; time = 63780.0
iteration = 104; time = 63840.0
iteration = 105; time = 63900.0
iteration = 106; time = 63960.0
iteration = 107; time = 64020.0
iteration = 108; time = 64080.0
iteration = 109; time = 64140.0
iteration = 110; time = 64200.0
iteration = 111; time = 64260.0
iteration = 112; time = 64320.0
iteration = 113; time = 64380.0
iteration = 114; time = 64440.0
iteration = 115; time = 64500.0
iteration = 116; time = 64560.0
iteration = 117; time = 64620.0
iteration = 118; time = 64680.0
iteration = 119; time = 64740.0
iteration = 120; time = 64800.0
iteration = 121; time = 64860.0
iteration = 122; time = 64920.0
iteration = 123; time = 64980.0
iteration = 124; time = 65040.0
iteration = 125; time = 65100.0
iteration = 126; time = 65160.0
iteration = 127; time = 65220.0
iteration = 128; time = 65280.0
iteration = 129; time = 65340.0
iteration = 130; time = 65400.0
iteration = 131; time = 65460.0
iteration = 132; time = 65520.0
iteration = 133; time = 65580.0
iteration = 134; time = 65640.0
iteration = 135; time = 65700.0
iteration = 136; time = 65760.0
iteration = 137; time = 65820.0
iteration = 138; time = 65880.0
iteration = 139; time = 65940.0
iteration = 140; time = 66000.0
iteration = 141; time = 66060.0
iteration = 142; time = 66120.0
iteration = 143; time = 66180.0
iteration = 144; time = 66240.0
iteration = 145; time = 66300.0
iteration = 146; time = 66360.0
iteration = 147; time = 66420.0
iteration = 148; time = 66480.0
iteration = 149; time = 66540.0
iteration = 150; time = 66600.0
iteration = 151; time = 66660.0
iteration = 152; time = 66720.0
iteration = 153; time = 66780.0
iteration = 154; time = 66840.0
iteration = 155; time = 66900.0
iteration = 156; time = 66960.0
iteration = 157; time = 67020.0
iteration = 158; time = 67080.0
iteration = 159; time = 67140.0
iteration = 160; time = 67200.0
iteration = 161; time = 67260.0
iteration = 162; time = 67320.0
iteration = 163; time = 67380.0
iteration = 164; time = 67440.0
iteration = 165; time = 67500.0
iteration = 166; time = 67560.0
iteration = 167; time = 67620.0
iteration = 168; time = 67680.0
iteration = 169; time = 67740.0
iteration = 170; time = 67800.0
iteration = 171; time = 67860.0
iteration = 172; time = 67920.0
iteration = 173; time = 67980.0
iteration = 174; time = 68040.0
iteration = 175; time = 68100.0
iteration = 176; time = 68160.0
iteration = 177; time = 68220.0
iteration = 178; time = 68280.0
iteration = 179; time = 68340.0
iteration = 180; time = 68400.0
iteration = 181; time = 68460.0
iteration = 182; time = 68520.0
iteration = 183; time = 68580.0
iteration = 184; time = 68640.0
iteration = 185; time = 68700.0
iteration = 186; time = 68760.0
iteration = 187; time = 68820.0
iteration = 188; time = 68880.0
iteration = 189; time = 68940.0
iteration = 190; time = 69000.0
iteration = 191; time = 69060.0
iteration = 192; time = 69120.0
iteration = 193; time = 69180.0
iteration = 194; time = 69240.0
iteration = 195; time = 69300.0
iteration = 196; time = 69360.0
iteration = 197; time = 69420.0
iteration = 198; time = 69480.0
iteration = 199; time = 69540.0
iteration = 200; time = 69600.0
iteration = 201; time = 69660.0
iteration = 202; time = 69720.0
iteration = 203; time = 69780.0
iteration = 204; time = 69840.0
iteration = 205; time = 69900.0
iteration = 206; time = 69960.0
iteration = 207; time = 70020.0
iteration = 208; time = 70080.0
iteration = 209; time = 70140.0
iteration = 210; time = 70200.0
iteration = 211; time = 70260.0
iteration = 212; time = 70320.0
iteration = 213; time = 70380.0
iteration = 214; time = 70440.0
iteration = 215; time = 70500.0
iteration = 216; time = 70560.0
iteration = 217; time = 70620.0
iteration = 218; time = 70680.0
iteration = 219; time = 70740.0
iteration = 220; time = 70800.0
iteration = 221; time = 70860.0
iteration = 222; time = 70920.0
iteration = 223; time = 70980.0
iteration = 224; time = 71040.0
iteration = 225; time = 71100.0
iteration = 226; time = 71160.0
iteration = 227; time = 71220.0
iteration = 228; time = 71280.0
iteration = 229; time = 71340.0
iteration = 230; time = 71400.0
iteration = 231; time = 71460.0
iteration = 232; time = 71520.0
iteration = 233; time = 71580.0
iteration = 234; time = 71640.0
iteration = 235; time = 71700.0
iteration = 236; time = 71760.0
iteration = 237; time = 71820.0
iteration = 238; time = 71880.0
iteration = 239; time = 71940.0
iteration = 240; time = 72000.0
iteration = 241; time = 72060.0
iteration = 242; time = 72120.0
iteration = 243; time = 72180.0
iteration = 244; time = 72240.0
iteration = 245; time = 72300.0
iteration = 246; time = 72360.0
iteration = 247; time = 72420.0
iteration = 248; time = 72480.0
iteration = 249; time = 72540.0
iteration = 250; time = 72600.0
iteration = 251; time = 72660.0
iteration = 252; time = 72720.0
iteration = 253; time = 72780.0
iteration = 254; time = 72840.0
iteration = 255; time = 72900.0
iteration = 256; time = 72960.0
iteration = 257; time = 73020.0
iteration = 258; time = 73080.0
iteration = 259; time = 73140.0
iteration = 260; time = 73200.0
iteration = 261; time = 73260.0
iteration = 262; time = 73320.0
iteration = 263; time = 73380.0
iteration = 264; time = 73440.0
iteration = 265; time = 73500.0
iteration = 266; time = 73560.0
iteration = 267; time = 73620.0
iteration = 268; time = 73680.0
iteration = 269; time = 73740.0
iteration = 270; time = 73800.0
iteration = 271; time = 73860.0
iteration = 272; time = 73920.0
iteration = 273; time = 73980.0
iteration = 274; time = 74040.0
iteration = 275; time = 74100.0
iteration = 276; time = 74160.0
iteration = 277; time = 74220.0
iteration = 278; time = 74280.0
iteration = 279; time = 74340.0
iteration = 280; time = 74400.0
iteration = 281; time = 74460.0
iteration = 282; time = 74520.0
iteration = 283; time = 74580.0
iteration = 284; time = 74640.0
iteration = 285; time = 74700.0
iteration = 286; time = 74760.0
iteration = 287; time = 74820.0
iteration = 288; time = 74880.0
iteration = 289; time = 74940.0
iteration = 290; time = 75000.0
iteration = 291; time = 75060.0
iteration = 292; time = 75120.0
iteration = 293; time = 75180.0
iteration = 294; time = 75240.0
iteration = 295; time = 75300.0
iteration = 296; time = 75360.0
iteration = 297; time = 75420.0
iteration = 298; time = 75480.0
iteration = 299; time = 75540.0
iteration = 300; time = 75600.0
iteration = 301; time = 75660.0
iteration = 302; time = 75720.0
iteration = 303; time = 75780.0
iteration = 304; time = 75840.0
iteration = 305; time = 75900.0
iteration = 306; time = 75960.0
iteration = 307; time = 76020.0
iteration = 308; time = 76080.0
iteration = 309; time = 76140.0
iteration = 310; time = 76200.0
iteration = 311; time = 76260.0
iteration = 312; time = 76320.0
iteration = 313; time = 76380.0
iteration = 314; time = 76440.0
iteration = 315; time = 76500.0
iteration = 316; time = 76560.0
iteration = 317; time = 76620.0
iteration = 318; time = 76680.0
iteration = 319; time = 76740.0
iteration = 320; time = 76800.0
iteration = 321; time = 76860.0
iteration = 322; time = 76920.0
iteration = 323; time = 76980.0
iteration = 324; time = 77040.0
iteration = 325; time = 77100.0
iteration = 326; time = 77160.0
iteration = 327; time = 77220.0
iteration = 328; time = 77280.0
iteration = 329; time = 77340.0
iteration = 330; time = 77400.0
iteration = 331; time = 77460.0
iteration = 332; time = 77520.0
iteration = 333; time = 77580.0
iteration = 334; time = 77640.0
iteration = 335; time = 77700.0
iteration = 336; time = 77760.0
iteration = 337; time = 77820.0
iteration = 338; time = 77880.0
iteration = 339; time = 77940.0
iteration = 340; time = 78000.0
iteration = 341; time = 78060.0
iteration = 342; time = 78120.0
iteration = 343; time = 78180.0
iteration = 344; time = 78240.0
iteration = 345; time = 78300.0
iteration = 346; time = 78360.0
iteration = 347; time = 78420.0
iteration = 348; time = 78480.0
iteration = 349; time = 78540.0
iteration = 350; time = 78600.0
iteration = 351; time = 78660.0
iteration = 352; time = 78720.0
iteration = 353; time = 78780.0
iteration = 354; time = 78840.0
iteration = 355; time = 78900.0
iteration = 356; time = 78960.0
iteration = 357; time = 79020.0
iteration = 358; time = 79080.0
iteration = 359; time = 79140.0
iteration = 360; time = 79200.0
iteration = 361; time = 79260.0
iteration = 362; time = 79320.0
iteration = 363; time = 79380.0
iteration = 364; time = 79440.0
iteration = 365; time = 79500.0
iteration = 366; time = 79560.0
iteration = 367; time = 79620.0
iteration = 368; time = 79680.0
iteration = 369; time = 79740.0
iteration = 370; time = 79800.0
iteration = 371; time = 79860.0
iteration = 372; time = 79920.0
iteration = 373; time = 79980.0
iteration = 374; time = 80040.0
iteration = 375; time = 80100.0
iteration = 376; time = 80160.0
iteration = 377; time = 80220.0
iteration = 378; time = 80280.0
iteration = 379; time = 80340.0
iteration = 380; time = 80400.0
iteration = 381; time = 80460.0
iteration = 382; time = 80520.0
iteration = 383; time = 80580.0
iteration = 384; time = 80640.0
iteration = 385; time = 80700.0
iteration = 386; time = 80760.0
iteration = 387; time = 80820.0
iteration = 388; time = 80880.0
iteration = 389; time = 80940.0
iteration = 390; time = 81000.0
iteration = 391; time = 81060.0
iteration = 392; time = 81120.0
iteration = 393; time = 81180.0
iteration = 394; time = 81240.0
iteration = 395; time = 81300.0
iteration = 396; time = 81360.0
iteration = 397; time = 81420.0
iteration = 398; time = 81480.0
iteration = 399; time = 81540.0
iteration = 400; time = 81600.0
iteration = 401; time = 81660.0
iteration = 402; time = 81720.0
iteration = 403; time = 81780.0
iteration = 404; time = 81840.0
iteration = 405; time = 81900.0
iteration = 406; time = 81960.0
iteration = 407; time = 82020.0
iteration = 408; time = 82080.0
iteration = 409; time = 82140.0
iteration = 410; time = 82200.0
iteration = 411; time = 82260.0
iteration = 412; time = 82320.0
iteration = 413; time = 82380.0
iteration = 414; time = 82440.0
iteration = 415; time = 82500.0
iteration = 416; time = 82560.0
iteration = 417; time = 82620.0
iteration = 418; time = 82680.0
iteration = 419; time = 82740.0
iteration = 420; time = 82800.0
iteration = 421; time = 82860.0
iteration = 422; time = 82920.0
iteration = 423; time = 82980.0
iteration = 424; time = 83040.0
iteration = 425; time = 83100.0
iteration = 426; time = 83160.0
iteration = 427; time = 83220.0
iteration = 428; time = 83280.0
iteration = 429; time = 83340.0
iteration = 430; time = 83400.0
iteration = 431; time = 83460.0
iteration = 432; time = 83520.0
iteration = 433; time = 83580.0
iteration = 434; time = 83640.0
iteration = 435; time = 83700.0
iteration = 436; time = 83760.0
iteration = 437; time = 83820.0
iteration = 438; time = 83880.0
iteration = 439; time = 83940.0
iteration = 440; time = 84000.0
iteration = 441; time = 84060.0
iteration = 442; time = 84120.0
iteration = 443; time = 84180.0
iteration = 444; time = 84240.0
iteration = 445; time = 84300.0
iteration = 446; time = 84360.0
iteration = 447; time = 84420.0
iteration = 448; time = 84480.0
iteration = 449; time = 84540.0
iteration = 450; time = 84600.0
iteration = 451; time = 84660.0
iteration = 452; time = 84720.0
iteration = 453; time = 84780.0
iteration = 454; time = 84840.0
iteration = 455; time = 84900.0
iteration = 456; time = 84960.0
iteration = 457; time = 85020.0
iteration = 458; time = 85080.0
iteration = 459; time = 85140.0
iteration = 460; time = 85200.0
iteration = 461; time = 85260.0
iteration = 462; time = 85320.0
iteration = 463; time = 85380.0
iteration = 464; time = 85440.0
iteration = 465; time = 85500.0
iteration = 466; time = 85560.0
iteration = 467; time = 85620.0
iteration = 468; time = 85680.0
iteration = 469; time = 85740.0
iteration = 470; time = 85800.0
iteration = 471; time = 85860.0
iteration = 472; time = 85920.0
iteration = 473; time = 85980.0
iteration = 474; time = 86040.0
iteration = 475; time = 86100.0
iteration = 476; time = 86160.0
iteration = 477; time = 86220.0
iteration = 478; time = 86280.0
iteration = 479; time = 86340.0
iteration = 480; time = 86400.0
iteration = 481; time = 86460.0
iteration = 482; time = 86520.0
iteration = 483; time = 86580.0
iteration = 484; time = 86640.0
iteration = 485; time = 86700.0
iteration = 486; time = 86760.0
iteration = 487; time = 86820.0
iteration = 488; time = 86880.0
iteration = 489; time = 86940.0
iteration = 490; time = 87000.0
iteration = 491; time = 87060.0
iteration = 492; time = 87120.0
iteration = 493; time = 87180.0
iteration = 494; time = 87240.0
iteration = 495; time = 87300.0
iteration = 496; time = 87360.0
iteration = 497; time = 87420.0
iteration = 498; time = 87480.0
iteration = 499; time = 87540.0
Program exited normally
iteration = 500; time = 87600.0
CLUBB-TIMER time_loop_init = 0.8222
CLUBB-TIMER time_clubb_advance = 69.4222
CLUBB-TIMER time_clubb_pdf = 0.3675
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 1.0224
CLUBB-TIMER time_microphys_advance = 1.4319
CLUBB-TIMER time_loop_end = 3.1165
CLUBB-TIMER time_total = 76.1840
+ mv output omp_output
+ mkdir output
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compare CPU vs ACC)
[Pipeline] sh
+ run_scripts/check_multi_col_error.py cpu_output/arm_multi_col_zm.nc acc_output/arm_multi_col_zm.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
------- -------------- ------------ ---------------- -------------- -----------------------------------------
wpthlp 3.2687e-09 0.00299295 6.08955e-06 1.63234e-12 (array([629]), array([47]), array([1]))
wprtp 6.55235e-12 9.90324e-05 1.32869e-08 3.56163e-15 (array([679]), array([41]), array([3]))
wp2 1.75447e-08 1.1404e-05 2.89052e-05 7.74822e-12 (array([641]), array([46]), array([1]))
thlp2 1.94295e-09 7.15907e-06 3.98061e-06 1.06703e-12 (array([596]), array([47]), array([1]))
rtp2 8.5123e-15 5.20292e-06 1.75236e-11 4.69731e-18 (array([596]), array([47]), array([1]))
rtpthlp 4.98987e-12 2.89449e-06 8.0369e-09 2.15434e-15 (array([620]), array([39]), array([1]))
upwp 9.81361e-10 0.000113913 1.71799e-06 4.60518e-13 (array([676]), array([37]), array([3]))
vpwp 1.23841e-09 0.000732182 2.31924e-06 6.21688e-13 (array([679]), array([41]), array([3]))
up2 3.0241e-09 5.68972e-06 7.82746e-06 2.0982e-12 (array([629]), array([47]), array([1]))
vp2 3.13591e-09 5.68972e-06 7.76356e-06 2.08107e-12 (array([629]), array([47]), array([1]))
PASSED: The average absolute difference does not excede 1e-10 for any field.
[Pipeline] sh
+ run_scripts/check_multi_col_error.py cpu_output/arm_multi_col_zt.nc acc_output/arm_multi_col_zt.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
---------- -------------- ------------ ---------------- -------------- -----------------------------------------
wp3 1.13386e-07 1.55315e-05 9.43696e-05 2.54866e-11 (array([629]), array([47]), array([1]))
rcm 4.97402e-13 1.40123e-05 7.46571e-10 2.01628e-16 (array([680]), array([41]), array([3]))
cloud_frac 1.69244e-09 8.58113e-05 2.11346e-06 5.70786e-13 (array([675]), array([38]), array([3]))
rtm 1.92696e-11 1.16023e-07 8.73626e-08 2.35942e-14 (array([679]), array([41]), array([3]))
thlm 8.53947e-09 2.77292e-09 4.05383e-05 1.09483e-11 (array([679]), array([41]), array([3]))
PASSED: The average absolute difference does not excede 1e-10 for any field.
[Pipeline] sh
+ run_scripts/check_multi_col_error.py cpu_output/cobra_multi_col_zm.nc acc_output/cobra_multi_col_zm.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
------- -------------- ------------ ---------------- -------------- -----------------------------------------
wpthlp 1.79429e-12 1.9102e-05 3.34345e-08 2.06897e-14 (array([56]), array([25]), array([3]))
wprtp 1.46154e-15 9.77907e-09 8.81372e-12 5.45403e-18 (array([56]), array([24]), array([3]))
wp2 8.23501e-11 4.7983e-09 3.56564e-07 2.20646e-13 (array([56]), array([24]), array([3]))
thlp2 4.83873e-13 6.785e-09 6.20192e-09 3.83782e-15 (array([25]), array([54]), array([26]))
rtp2 9.8542e-20 0 5.88803e-16 3.64358e-22 (array([56]), array([24]), array([3]))
rtpthlp 1.20224e-16 8.44945e-09 1.69859e-12 1.05111e-18 (array([57]), array([23]), array([3]))
upwp 1.18665e-11 2.15886e-07 7.07509e-08 4.37815e-14 (array([56]), array([24]), array([3]))
vpwp 1.80694e-11 3.56374e-08 1.04875e-07 6.48981e-14 (array([56]), array([24]), array([3]))
up2 2.04845e-11 2.82921e-09 1.64245e-07 1.01637e-13 (array([56]), array([24]), array([3]))
vp2 2.62941e-11 3.99465e-09 2.01455e-07 1.24663e-13 (array([56]), array([24]), array([3]))
PASSED: The average absolute difference does not excede 1e-10 for any field.
[Pipeline] sh
+ run_scripts/check_multi_col_error.py cpu_output/cobra_multi_col_zt.nc acc_output/cobra_multi_col_zt.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
---------- -------------- ------------ ---------------- -------------- ------------------------------------------------------------------
wp3 2.45275e-11 1.2486e-06 2.79124e-07 1.74452e-13 (array([56]), array([23]), array([3]))
rcm 2.03463e-17 5.50596e-09 3.39339e-14 2.12087e-20 (array([27]), array([46]), array([4]))
cloud_frac 5.2898e-13 1.26569e-07 5.26145e-10 3.2884e-16 (array([27]), array([46]), array([4]))
rtm 1.00137e-15 3.13311e-11 2.95951e-11 1.8497e-17 (array([56]), array([23]), array([3]))
thlm 3.58114e-12 1.23213e-12 3.65915e-07 2.28697e-13 (array([395, 396, 397]), array([59, 59, 59]), array([12, 12, 12]))
PASSED: The average absolute difference does not excede 1e-10 for any field.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compare CPU vs OMP)
[Pipeline] sh
+ run_scripts/check_multi_col_error.py cpu_output/arm_multi_col_zm.nc omp_output/arm_multi_col_zm.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
------- -------------- ------------ ---------------- -------------- -----------------------------------------
wpthlp 3.2687e-09 0.00299295 6.08955e-06 1.63234e-12 (array([629]), array([47]), array([1]))
wprtp 6.55235e-12 9.90324e-05 1.32869e-08 3.56163e-15 (array([679]), array([41]), array([3]))
wp2 1.75447e-08 1.1404e-05 2.89052e-05 7.74822e-12 (array([641]), array([46]), array([1]))
thlp2 1.94295e-09 7.15907e-06 3.98061e-06 1.06703e-12 (array([596]), array([47]), array([1]))
rtp2 8.5123e-15 5.20292e-06 1.75236e-11 4.69731e-18 (array([596]), array([47]), array([1]))
rtpthlp 4.98987e-12 2.89449e-06 8.0369e-09 2.15434e-15 (array([620]), array([39]), array([1]))
upwp 9.81361e-10 0.000113913 1.71799e-06 4.60518e-13 (array([676]), array([37]), array([3]))
vpwp 1.23841e-09 0.000732182 2.31924e-06 6.21688e-13 (array([679]), array([41]), array([3]))
up2 3.0241e-09 5.68972e-06 7.82746e-06 2.0982e-12 (array([629]), array([47]), array([1]))
vp2 3.13591e-09 5.68972e-06 7.76356e-06 2.08107e-12 (array([629]), array([47]), array([1]))
PASSED: The average absolute difference does not excede 1e-10 for any field.
[Pipeline] sh
+ run_scripts/check_multi_col_error.py cpu_output/arm_multi_col_zt.nc omp_output/arm_multi_col_zt.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
---------- -------------- ------------ ---------------- -------------- -----------------------------------------
wp3 1.13386e-07 1.55315e-05 9.43696e-05 2.54866e-11 (array([629]), array([47]), array([1]))
rcm 4.97402e-13 1.40123e-05 7.46571e-10 2.01628e-16 (array([680]), array([41]), array([3]))
cloud_frac 1.69244e-09 8.58113e-05 2.11346e-06 5.70786e-13 (array([675]), array([38]), array([3]))
rtm 1.92696e-11 1.16023e-07 8.73626e-08 2.35942e-14 (array([679]), array([41]), array([3]))
thlm 8.53947e-09 2.77292e-09 4.05383e-05 1.09483e-11 (array([679]), array([41]), array([3]))
PASSED: The average absolute difference does not excede 1e-10 for any field.
[Pipeline] sh
+ run_scripts/check_multi_col_error.py cpu_output/cobra_multi_col_zm.nc omp_output/cobra_multi_col_zm.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
------- -------------- ------------ ---------------- -------------- -----------------------------------------
wpthlp 1.79429e-12 1.9102e-05 3.34345e-08 2.06897e-14 (array([56]), array([25]), array([3]))
wprtp 1.46154e-15 9.77907e-09 8.81372e-12 5.45403e-18 (array([56]), array([24]), array([3]))
wp2 8.23501e-11 4.7983e-09 3.56564e-07 2.20646e-13 (array([56]), array([24]), array([3]))
thlp2 4.83873e-13 6.785e-09 6.20192e-09 3.83782e-15 (array([25]), array([54]), array([26]))
rtp2 9.8542e-20 0 5.88803e-16 3.64358e-22 (array([56]), array([24]), array([3]))
rtpthlp 1.20224e-16 8.44945e-09 1.69859e-12 1.05111e-18 (array([57]), array([23]), array([3]))
upwp 1.18665e-11 2.15886e-07 7.07509e-08 4.37815e-14 (array([56]), array([24]), array([3]))
vpwp 1.80694e-11 3.56374e-08 1.04875e-07 6.48981e-14 (array([56]), array([24]), array([3]))
up2 2.04845e-11 2.82921e-09 1.64245e-07 1.01637e-13 (array([56]), array([24]), array([3]))
vp2 2.62941e-11 3.99465e-09 2.01455e-07 1.24663e-13 (array([56]), array([24]), array([3]))
PASSED: The average absolute difference does not excede 1e-10 for any field.
[Pipeline] sh
+ run_scripts/check_multi_col_error.py cpu_output/cobra_multi_col_zt.nc omp_output/cobra_multi_col_zt.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
---------- -------------- ------------ ---------------- -------------- ------------------------------------------------------------------
wp3 2.45275e-11 1.2486e-06 2.79124e-07 1.74452e-13 (array([56]), array([23]), array([3]))
rcm 2.03463e-17 5.50596e-09 3.39339e-14 2.12087e-20 (array([27]), array([46]), array([4]))
cloud_frac 5.2898e-13 1.26569e-07 5.26145e-10 3.2884e-16 (array([27]), array([46]), array([4]))
rtm 1.00137e-15 3.13311e-11 2.95951e-11 1.8497e-17 (array([56]), array([23]), array([3]))
thlm 3.58114e-12 1.23213e-12 3.65915e-07 2.28697e-13 (array([395, 396, 397]), array([59, 59, 59]), array([12, 12, 12]))
PASSED: The average absolute difference does not excede 1e-10 for any field.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS