Skip to content
Success

Console Output

Started by an SCM change
Obtained jenkins_tests/clubb_openmp_gfortran_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/clubb_openmp_gfortran_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
 > git init /home/jenkins/workspace/clubb_openmp_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision b622e32ad405141f1bb36bd9ef41b5e066c95061 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b622e32ad405141f1bb36bd9ef41b5e066c95061 # timeout=10
Commit message: "Fixing fire tuner"
 > git rev-list --no-walk 3d4d74a0d0295936253484c54693f9eac230f604 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compile)
[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 gcc 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
Lmod Warning:
-------------------------------------------------------------------------------
The following dependent module(s) are not currently loaded:
gcc-runtime/13.1.0-gzedt3f (required by: mpich/4.2.1, hdf5/1.14.3-42x3zrv,
netcdf-c/4.9.2, netcdf-fortran/4.5.3)
-------------------------------------------------------------------------------



Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ ./compile.py -debug -openmp
-- The Fortran compiler identification is GNU 13.1.0
-- The C compiler identification is GNU 13.1.0
-- The CXX compiler identification is GNU 13.1.0
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gfortran - skipped
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling with double precision
-- Found PkgConfig: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/pkgconf-2.2.0-5yfc5u2idq4y27sxxkurcul66iyq7axu/bin/pkg-config (found version "2.2.0") 
-- Checking for module 'netcdf-fortran'
--   Found netcdf-fortran, version 4.5.3
-- netcdf-fortran found via pkg-config
-- Include dirs: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/include;/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-c-4.9.2-vfbwjy5rcwhozcnzui7joyfxgxpytu5a/include
-- Libraries:    netcdff
-- Derived NetCDFFortran_ROOT = /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir
-- Found OpenMP_Fortran: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5") found components: Fortran 
-- OpenMP Fortran support found
-- Flags:    -fopenmp
-- Includes: 
-- Libraries:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/lib64/libgomp.so;/lib/x86_64-linux-gnu/libpthread.a
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jenkins/workspace/clubb_openmp_gfortran_test/build/gfortran_DEBUG_PRECdouble
Setting CLUBB installation dir: /home/jenkins/workspace/clubb_openmp_gfortran_test/build/gfortran_DEBUG_PRECdouble
Setting CLUBB installation dir: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble
Using inferred toolchain file: /home/jenkins/workspace/clubb_openmp_gfortran_test/cmake/toolchains/linux_x86_64_gfortran.cmake
about to cmnake /home/jenkins/workspace/clubb_openmp_gfortran_test/build/gfortran_DEBUG_PRECdouble
Running CMake configure...
[1/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90-pp.f90
[2/915] Building Fortran preprocessed src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90-pp.f90
[3/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90-pp.f90
[4/915] Building Fortran preprocessed src/CMakeFiles/text_writer_lib.dir/text_writer.F90-pp.f90
[5/915] Building Fortran preprocessed src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90-pp.f90
[6/915] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/soil_vegetation.F90-pp.f90
[7/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90-pp.f90
[8/915] Building Fortran preprocessed src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90-pp.f90
[9/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90-pp.f90
[10/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90-pp.f90
[11/915] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90-pp.f90
[12/915] Building Fortran preprocessed src/CMakeFiles/clubb_tuner.dir/error.F90-pp.f90
[13/915] Building Fortran preprocessed src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90-pp.f90
[14/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90-pp.f90
[15/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90-pp.f90
[16/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90-pp.f90
[17/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F-pp.f
[18/915] Building Fortran preprocessed src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90-pp.f90
[19/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90-pp.f90
[20/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F-pp.f
[21/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90-pp.f90
[22/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F-pp.f
[23/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F-pp.f
[24/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F-pp.f
[25/915] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90-pp.f90
[26/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F-pp.f
[27/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F-pp.f
[28/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90-pp.f90
[29/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F-pp.f
[30/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90-pp.f90
[31/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90-pp.f90
[32/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F-pp.f
[33/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F-pp.f
[34/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F-pp.f
[35/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90-pp.f90
[36/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F-pp.f
[37/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F-pp.f
[38/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F-pp.f
[39/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90-pp.f90
[40/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90-pp.f90
[41/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/variables_radiation_module.F90-pp.f90
[42/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90-pp.f90
[43/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90-pp.f90
[44/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90-pp.f90
[45/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90-pp.f90
[46/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90-pp.f90
[47/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90-pp.f90
[48/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90-pp.f90
[49/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90-pp.f90
[50/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90-pp.f90
[51/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90-pp.f90
[52/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90-pp.f90
[53/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90-pp.f90
[54/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90-pp.f90
[55/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90-pp.f90
[56/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90-pp.f90
[57/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90-pp.f90
[58/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90-pp.f90
[59/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90-pp.f90
[60/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90-pp.f90
[61/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90-pp.f90
[62/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90-pp.f90
[63/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90-pp.f90
[64/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90-pp.f90
[65/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90-pp.f90
[66/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90-pp.f90
[67/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjmlt.F-pp.f
[68/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90-pp.f90
[69/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90-pp.f90
[70/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F-pp.f
[71/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90-pp.f90
[72/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/conice.F-pp.f
[73/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F-pp.f
[74/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F-pp.f
[75/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F-pp.f
[76/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F-pp.f
[77/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F-pp.f
[78/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjtq.F-pp.f
[79/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F-pp.f
[80/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F-pp.f
[81/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F-pp.f
[82/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F-pp.f
[83/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F-pp.f
[84/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90-pp.f90
[85/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F-pp.f
[86/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F-pp.f
[87/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F-pp.f
[88/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F-pp.f
[89/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F-pp.f
[90/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F-pp.f
[91/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F-pp.f
[92/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F-pp.f
[93/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F-pp.f
[94/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F-pp.f
[95/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F-pp.f
[96/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F-pp.f
[97/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F-pp.f
[98/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F-pp.f
[99/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F-pp.f
[100/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F-pp.f
[101/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F-pp.f
[102/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F-pp.f
[103/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F-pp.f
[104/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F-pp.f
[105/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F-pp.f
[106/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F-pp.f
[107/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F-pp.f
[108/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F-pp.f
[109/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F-pp.f
[110/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F-pp.f
[111/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F-pp.f
[112/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F-pp.f
[113/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F-pp.f
[114/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F-pp.f
[115/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F-pp.f
[116/915] Building Fortran preprocessed src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90-pp.f90
[117/915] Building Fortran preprocessed src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/microphys_stats_vars_module.F90-pp.f90
[118/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F-pp.f
[119/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F-pp.f
[120/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90-pp.f90
[121/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90-pp.f90
[122/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90-pp.f90
[123/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90-pp.f90
[124/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90-pp.f90
[125/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90-pp.f90
[126/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90-pp.f90
[127/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90-pp.f90
[128/915] Building Fortran preprocessed src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90-pp.f90
[129/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90-pp.f90
[130/915] Generating Fortran dyndep file src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/Fortran.dd
[131/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90-pp.f90
[132/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90-pp.f90
[133/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90-pp.f90
[134/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90-pp.f90
[135/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f-pp.f
[136/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90-pp.f90
[137/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90-pp.f90
[138/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90-pp.f90
[139/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90-pp.f90
[140/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f-pp.f
[141/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90-pp.f90
[142/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90-pp.f90
[143/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90-pp.f90
[144/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90-pp.f90
[145/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90-pp.f90
[146/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90-pp.f90
[147/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90-pp.f90
[148/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90-pp.f90
[149/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90-pp.f90
[150/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90-pp.f90
[151/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90-pp.f90
[152/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90-pp.f90
[153/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90-pp.f90
[154/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90-pp.f90
[155/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90-pp.f90
[156/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90-pp.f90
[157/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90-pp.f90
[158/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90-pp.f90
[159/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90-pp.f90
[160/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90-pp.f90
[161/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_clubb_core_module.F90-pp.f90
[162/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90-pp.f90
[163/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90-pp.f90
[164/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90-pp.f90
[165/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90-pp.f90
[166/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90-pp.f90
[167/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90-pp.f90
[168/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90-pp.f90
[169/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90-pp.f90
[170/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90-pp.f90
[171/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90-pp.f90
[172/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_wp2_wp3_module.F90-pp.f90
[173/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90-pp.f90
[174/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90-pp.f90
[175/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90-pp.f90
[176/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_api_module.F90-pp.f90
[177/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_module.F90-pp.f90
[178/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90-pp.f90
[179/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90-pp.f90
[180/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90-pp.f90
[181/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90-pp.f90
[182/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90-pp.f90
[183/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90-pp.f90
[184/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90-pp.f90
[185/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90-pp.f90
[186/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90-pp.f90
[187/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90
[188/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90-pp.f90
[189/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90-pp.f90
[190/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90-pp.f90
[191/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90-pp.f90
[192/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90-pp.f90
[193/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90-pp.f90
[194/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90-pp.f90
[195/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90-pp.f90
[196/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90-pp.f90
[197/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90-pp.f90
[198/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90-pp.f90
[199/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90-pp.f90
[200/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90-pp.f90
[201/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90-pp.f90
[202/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90-pp.f90
[203/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90-pp.f90
[204/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_netcdf.F90-pp.f90
[205/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_parameter_module.F90-pp.f90
[206/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90-pp.f90
[207/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90-pp.f90
[208/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90-pp.f90
[209/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90-pp.f90
[210/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90-pp.f90
[211/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90-pp.f90
[212/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90-pp.f90
[213/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90-pp.f90
[214/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90-pp.f90
[215/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_closure_module.F90-pp.f90
[216/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90-pp.f90
[217/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/setup_clubb_pdf_params.F90-pp.f90
[218/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90-pp.f90
[219/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90-pp.f90
[220/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90-pp.f90
[221/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90-pp.f90
[222/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90-pp.f90
[223/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f-pp.f
[224/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90-pp.f90
[225/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f-pp.f
[226/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f-pp.f
[227/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90-pp.f90
[228/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f-pp.f
[229/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f-pp.f
[230/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f-pp.f
[231/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f-pp.f
[232/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90-pp.f90
[233/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f-pp.f
[234/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f-pp.f
[235/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f-pp.f
[236/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f-pp.f
[237/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f-pp.f
[238/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f-pp.f
[239/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f-pp.f
[240/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f-pp.f
[241/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f-pp.f
[242/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f-pp.f
[243/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f-pp.f
[244/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f-pp.f
[245/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f-pp.f
[246/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f-pp.f
[247/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f-pp.f
[248/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f-pp.f
[249/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f-pp.f
[250/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f-pp.f
[251/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f-pp.f
[252/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f-pp.f
[253/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f-pp.f
[254/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f-pp.f
[255/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f-pp.f
[256/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f-pp.f
[257/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f-pp.f
[258/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f-pp.f
[259/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f-pp.f
[260/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f-pp.f
[261/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f-pp.f
[262/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f-pp.f
[263/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f-pp.f
[264/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f-pp.f
[265/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f-pp.f
[266/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f-pp.f
[267/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f-pp.f
[268/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f-pp.f
[269/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f-pp.f
[270/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f-pp.f
[271/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f-pp.f
[272/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f-pp.f
[273/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f-pp.f
[274/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f-pp.f
[275/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f-pp.f
[276/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f-pp.f
[277/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f-pp.f
[278/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f-pp.f
[279/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f-pp.f
[280/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f-pp.f
[281/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f-pp.f
[282/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f-pp.f
[283/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f-pp.f
[284/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f-pp.f
[285/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f-pp.f
[286/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f-pp.f
[287/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f-pp.f
[288/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f-pp.f
[289/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f-pp.f
[290/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f-pp.f
[291/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f-pp.f
[292/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f-pp.f
[293/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f-pp.f
[294/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f-pp.f
[295/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f-pp.f
[296/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f-pp.f
[297/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f-pp.f
[298/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f-pp.f
[299/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f-pp.f
[300/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f-pp.f
[301/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f-pp.f
[302/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f-pp.f
[303/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f-pp.f
[304/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f-pp.f
[305/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f-pp.f
[306/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f-pp.f
[307/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f-pp.f
[308/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f-pp.f
[309/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f-pp.f
[310/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f-pp.f
[311/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f-pp.f
[312/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f-pp.f
[313/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f-pp.f
[314/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f-pp.f
[315/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f-pp.f
[316/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f-pp.f
[317/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f-pp.f
[318/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f-pp.f
[319/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f-pp.f
[320/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f-pp.f
[321/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f-pp.f
[322/915] Generating Fortran dyndep file src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/Fortran.dd
[323/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f-pp.f
[324/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f-pp.f
[325/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f-pp.f
[326/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f-pp.f
[327/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f-pp.f
[328/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f-pp.f
[329/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f-pp.f
[330/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f-pp.f
[331/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f-pp.f
[332/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f-pp.f
[333/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f-pp.f
[334/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f-pp.f
[335/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f-pp.f
[336/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f-pp.f
[337/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f-pp.f
[338/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f-pp.f
[339/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f-pp.f
[340/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f-pp.f
[341/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f-pp.f
[342/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f-pp.f
[343/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f-pp.f
[344/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f-pp.f
[345/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f-pp.f
[346/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f-pp.f
[347/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f-pp.f
[348/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f-pp.f
[349/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f-pp.f
[350/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f-pp.f
[351/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f-pp.f
[352/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f-pp.f
[353/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f.o
[354/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ilaslr.f:107:34:

  107 |       ELSEIF( A(M, 1).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
      |                                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ilaslr.f:107:14:

  107 |       ELSEIF( A(M, 1).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
      |              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ilaslr.f:114:22:

  114 |             DO WHILE((A(MAX(I,1),J).EQ.ZERO).AND.(I.GE.1))
      |                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[355/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ilaslc.f:107:35:

  107 |       ELSE IF( A(1, N).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
      |                                   1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ilaslc.f:107:15:

  107 |       ELSE IF( A(1, N).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ilaslc.f:113:19:

  113 |                IF( A(I, ILASLC).NE.ZERO ) RETURN
      |                   1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[356/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f.o
[357/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f.o
[358/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f.o
[359/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f.o
[360/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/saxpy.f:114:10:

  114 |       IF (SA.EQ.0.0) RETURN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[361/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f.o
[362/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f.o
[363/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f.o
[364/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtcon.f:209:15:

  209 |       ELSE IF( ANORM.EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtcon.f:216:13:

  216 |          IF( D( I ).EQ.ZERO )
      |             1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtcon.f:248:9:

  248 |       IF( AINVNM.NE.ZERO )
      |         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[365/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f.o
[366/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbcon.f:221:15:

  221 |       ELSE IF( ANORM.EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbcon.f:292:12:

  292 |          IF( SCALE.NE.ONE ) THEN
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbcon.f:294:54:

  294 |             IF( SCALE.LT.ABS( WORK( IX ) )*SMLNUM .OR. SCALE.EQ.ZERO )
      |                                                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbcon.f:303:9:

  303 |       IF( AINVNM.NE.ZERO )
      |         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[367/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbequ.f:249:9:

  249 |       IF( RCMIN.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbequ.f:254:15:

  254 |             IF( R( I ).EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbequ.f:297:9:

  297 |       IF( RCMIN.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbequ.f:302:15:

  302 |             IF( C( J ).EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[368/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sger.f:184:39:

  184 |       IF ((M.EQ.0) .OR. (N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
      |                                       1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sger.f:196:18:

  196 |               IF (Y(JY).NE.ZERO) THEN
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sger.f:211:18:

  211 |               IF (Y(JY).NE.ZERO) THEN
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[369/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f.o
[370/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f.o
[371/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbtf2.f:242:12:

  242 |          IF( AB( KV+JP, J ).NE.ZERO ) THEN
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[372/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f.o
[373/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemv.f:219:33:

  219 |      +    ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |                                 1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemv.f:219:12:

  219 |      +    ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |            1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemv.f:247:10:

  247 |       IF (BETA.NE.ONE) THEN
      |          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemv.f:249:18:

  249 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemv.f:260:18:

  260 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemv.f:273:10:

  273 |       IF (ALPHA.EQ.ZERO) RETURN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[374/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbmv.f:252:33:

  252 |      +    ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |                                 1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbmv.f:252:12:

  252 |      +    ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |            1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbmv.f:280:10:

  280 |       IF (BETA.NE.ONE) THEN
      |          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbmv.f:282:18:

  282 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbmv.f:293:18:

  293 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbmv.f:306:10:

  306 |       IF (ALPHA.EQ.ZERO) RETURN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[375/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgttrf.f:184:15:

  184 |             IF( D( I ).NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgttrf.f:207:15:

  207 |             IF( D( I ).NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgttrf.f:226:12:

  226 |          IF( D( I ).EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[376/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slacn2.f:187:72:

  187 |       GO TO ( 20, 40, 70, 110, 140 )ISAVE( 1 )
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slacn2.f:260:11:

  260 |       IF( ( X( JLAST ).NE.ABS( X( ISAVE( 2 ) ) ) ) .AND.
      |           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[377/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slaisnan.f:89:18:

   89 |       SLAISNAN = (SIN1.NE.SIN2)
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[378/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbrfs.f:455:12:

  455 |          IF( LSTRES.NE.ZERO )
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[379/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slaev2.f:220:12:

  220 |          IF( AB.EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[380/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slamch.f:103:9:

  103 |       IF( ONE.EQ.RND ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[381/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:275:48:

  275 |      +    (((ALPHA.EQ.ZERO).OR. (K.EQ.0)).AND. (BETA.EQ.ONE))) RETURN
      |                                                1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:275:13:

  275 |      +    (((ALPHA.EQ.ZERO).OR. (K.EQ.0)).AND. (BETA.EQ.ONE))) RETURN
      |             1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:279:10:

  279 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:280:14:

  280 |           IF (BETA.EQ.ZERO) THEN
      |              1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:304:22:

  304 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:308:27:

  308 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:330:26:

  330 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:344:22:

  344 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:348:27:

  348 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgemm.f:370:26:

  370 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[382/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbsvx.f:565:15:

  565 |             IF( RPVGRW.EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbsvx.f:586:9:

  586 |       IF( RPVGRW.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[383/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slapy2.f:109:12:

  109 |          IF( Z.EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[384/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f.o
[385/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f.o
[386/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f.o
[387/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarf.f:164:9:

  164 |       IF( TAU.NE.ZERO ) THEN
      |         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarf.f:178:35:

  178 |          DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
      |                                   1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[388/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarfg.f:151:9:

  151 |       IF( XNORM.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[389/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f.o
[390/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f.o
[391/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtrfs.f:465:12:

  465 |          IF( LSTRES.NE.ZERO )
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[392/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f.o
[393/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f.o
[394/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slartg.f:147:9:

  147 |       IF( G.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slartg.f:151:15:

  151 |       ELSE IF( F.EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[395/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f.o
[396/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f.o
[397/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f.o
[398/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgbtrf.f:306:18:

  306 |                IF( AB( KV+JP, JJ ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[399/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/snrm2.f:114:18:

  114 |               IF (X(IX).NE.ZERO) THEN
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[400/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtsv.f:182:18:

  182 |                IF( D( I ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtsv.f:210:18:

  210 |                IF( D( I ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtsv.f:229:12:

  229 |          IF( D( N ).EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtsv.f:239:18:

  239 |                IF( D( I ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtsv.f:271:18:

  271 |                IF( D( I ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/sgtsv.f:294:12:

  294 |          IF( D( N ).EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[401/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slascl.f:208:15:

  208 |       ELSE IF( CFROM.EQ.ZERO .OR. SISNAN(CFROM) ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slascl.f:253:9:

  253 |       IF( CFROM1.EQ.CFROMC ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slascl.f:261:12:

  261 |          IF( CTO1.EQ.CTOC ) THEN
      |            1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slascl.f:267:52:

  267 |          ELSE IF( ABS( CFROM1 ).GT.ABS( CTOC ) .AND. CTOC.NE.ZERO ) THEN
      |                                                    1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[402/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f.o
[403/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f.o
[404/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f.o
[405/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f.o
[406/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarft.f:206:15:

  206 |             IF( TAU( I ).EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarft.f:220:25:

  220 |                      IF( V( LASTV, I ).NE.ZERO ) EXIT
      |                         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarft.f:235:25:

  235 |                      IF( V( I, LASTV ).NE.ZERO ) EXIT
      |                         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarft.f:264:15:

  264 |             IF( TAU( I ).EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarft.f:279:28:

  279 |                         IF( V( LASTV, I ).NE.ZERO ) EXIT
      |                            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slarft.f:294:28:

  294 |                         IF( V( I, LASTV ).NE.ZERO ) EXIT
      |                            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[407/915] Building Fortran object src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:549:11:

  549 |     wtmp = tmp * x(i) + wm
      |           1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:187:12:

  187 |       noup= log(updr/lowup)/log(highup/lowup)*(res2-1.)
      |            1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:190:14:

  190 |       nomass= log(tmass/lowmass2)/log(highmass2/lowmass2)*(res2-1.)
      |              1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:193:15:

  193 |       nomass2= log(tmass2/lowmass3)/log(highmass3/lowmass3)*(res2-1.)
      |               1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:196:15:

  196 |       nomass3= log(tmass3/lowmass4)/log(highmass4/lowmass4)*(res2-1.)
      |               1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:199:15:

  199 |       nomass4= log(tmass4/lowmass5)/log(highmass5/lowmass5)*(res2-1.)
      |               1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:212:12:

  212 |       noup= log(updr/lowup2)/log(highup2/lowup2)*(res-1.)
      |            1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:215:14:

  215 |       nomass= log(tmass/lowmass2)/log(highmass2/lowmass2)*(res-1.)
      |              1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:218:15:

  218 |       nomass2= log(tmass2/lowmass3)/log(highmass3/lowmass3)*(res-1.)
      |               1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:221:15:

  221 |       nomass3= log(tmass3/lowmass4)/log(highmass4/lowmass4)*(res-1.)
      |               1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:224:15:

  224 |       nomass4= log(tmass4/lowmass5)/log(highmass5/lowmass5)*(res-1.)
      |               1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:558:9:

  558 |   drop = sum1 / sum2
      |         1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:422:11:

  422 |     wtmp = tmp * x(i) + wm
      |           1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:431:9:

  431 |   drop = sum1 / sum2
      |         1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:14:29:

   14 | character(len=128) :: tagname = '$Name: siena_201203 $'
      |                             1
Warning: Unused PRIVATE module variable 'tagname' declared at (1) [-Wunused-value]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:13:29:

   13 | character(len=128) :: version = '$Id: aer_ccn_act_k.F90,v 19.0 2012/01/06 20:31:36 fms Exp $'
      |                             1
Warning: Unused PRIVATE module variable 'version' declared at (1) [-Wunused-value]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:129:32:

  129 | subroutine aer_ccn_act_k (T1, P1, Updraft1, TotalMass, tym,      &
      |                                1
Warning: Unused dummy argument 'p1' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/SCM_Activation/aer_ccn_act_k.F90:129:28:

  129 | subroutine aer_ccn_act_k (T1, P1, Updraft1, TotalMass, tym,      &
      |                            1
Warning: Unused dummy argument 't1' at (1) [-Wunused-dummy-argument]
[408/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/srscl.f:141:43:

  141 |       IF( ABS( CDEN1 ).GT.ABS( CNUM ) .AND. CNUM.NE.ZERO ) THEN
      |                                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[409/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f.o
[410/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f.o
[411/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f.o
[412/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f.o
[413/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f.o
[414/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slagtm.f:183:9:

  183 |       IF( BETA.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slagtm.f:189:15:

  189 |       ELSE IF( BETA.EQ.-ONE ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slagtm.f:197:9:

  197 |       IF( ALPHA.EQ.ONE ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slagtm.f:235:15:

  235 |       ELSE IF( ALPHA.EQ.-ONE ) THEN
      |               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[415/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f.o
[416/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f.o
[417/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f.o
[418/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f.o
[419/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f-pp.f
[420/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f-pp.f
[421/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f-pp.f
[422/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f-pp.f
[423/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f-pp.f
[424/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f-pp.f
[425/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f-pp.f
[426/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f-pp.f
[427/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:206:25:

  206 |       IF ((N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
      |                         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:236:43:

  236 |                   IF ((X(J).NE.ZERO) .OR. (Y(J).NE.ZERO)) THEN
      |                                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:236:23:

  236 |                   IF ((X(J).NE.ZERO) .OR. (Y(J).NE.ZERO)) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:246:44:

  246 |                   IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN
      |                                            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:246:23:

  246 |                   IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:267:43:

  267 |                   IF ((X(J).NE.ZERO) .OR. (Y(J).NE.ZERO)) THEN
      |                                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:267:23:

  267 |                   IF ((X(J).NE.ZERO) .OR. (Y(J).NE.ZERO)) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:277:44:

  277 |                   IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN
      |                                            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2.f:277:23:

  277 |                   IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[428/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f-pp.f
[429/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f-pp.f
[430/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f.o
[431/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssymv.f:211:47:

  211 |       IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |                                               1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssymv.f:211:26:

  211 |       IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssymv.f:232:10:

  232 |       IF (BETA.NE.ONE) THEN
      |          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssymv.f:234:18:

  234 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssymv.f:245:18:

  245 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssymv.f:258:10:

  258 |       IF (ALPHA.EQ.ZERO) RETURN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[432/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slatbs.f:386:12:

  386 |          IF( TSCAL.NE.ONE ) THEN
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slatbs.f:461:12:

  461 |          IF( TSCAL.NE.ONE ) THEN
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slatbs.f:550:22:

  550 |                   IF( TSCAL.EQ.ONE )
      |                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slatbs.f:696:18:

  696 |                IF( USCAL.EQ.ONE ) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slatbs.f:728:18:

  728 |                IF( USCAL.EQ.TSCAL ) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slatbs.f:742:25:

  742 |                      IF( TSCAL.EQ.ONE )
      |                         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slatbs.f:804:9:

  804 |       IF( TSCAL.NE.ONE ) THEN
      |         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[433/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f-pp.f
[434/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f.o
[435/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f-pp.f
[436/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f-pp.f
[437/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f-pp.f
[438/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssterf.f:191:10:

  191 |       IF( ANORM.EQ.ZERO )
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssterf.f:285:15:

  285 |             IF( C.NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssterf.f:371:15:

  371 |             IF( C.NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssterf.f:410:12:

  410 |          IF( E( I ).NE.ZERO )
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[439/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f.o
[440/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f-pp.f
[441/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f-pp.f
[442/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f-pp.f
[443/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssytd2.f:246:15:

  246 |             IF( TAUI.NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssytd2.f:287:15:

  287 |             IF( TAUI.NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[444/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f-pp.f
[445/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f-pp.f
[446/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f-pp.f
[447/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f-pp.f
[448/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f-pp.f
[449/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f-pp.f
[450/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f-pp.f
[451/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f-pp.f
[452/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:273:45:

  273 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:273:23:

  273 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:285:45:

  285 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:285:23:

  285 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:299:45:

  299 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:299:23:

  299 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:311:45:

  311 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:311:23:

  311 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:325:45:

  325 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:325:23:

  325 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:337:45:

  337 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:337:23:

  337 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:356:45:

  356 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:356:23:

  356 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:368:45:

  368 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:368:23:

  368 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:382:45:

  382 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:382:23:

  382 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:394:45:

  394 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:394:23:

  394 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:408:45:

  408 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:408:23:

  408 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:420:45:

  420 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/slasr.f:420:23:

  420 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[453/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:241:26:

  241 |      +    (K.EQ.0)).AND. (BETA.EQ.ONE))) RETURN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:240:27:

  240 |       IF ((N.EQ.0) .OR. (((ALPHA.EQ.ZERO).OR.
      |                           1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:245:10:

  245 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:247:18:

  247 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:261:18:

  261 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:286:22:

  286 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:290:27:

  290 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:296:26:

  296 |                       IF (A(J,L).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:306:22:

  306 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:310:27:

  310 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:316:26:

  316 |                       IF (A(J,L).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:336:26:

  336 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyrk.f:350:26:

  350 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[454/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f-pp.f
[455/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/stbsv.f:277:26:

  277 |                       IF (X(J).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/stbsv.f:291:26:

  291 |                       IF (X(JX).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/stbsv.f:307:26:

  307 |                       IF (X(J).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/stbsv.f:320:26:

  320 |                       IF (X(JX).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[456/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f-pp.f
[457/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f-pp.f
[458/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f-pp.f
[459/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f-pp.f
[460/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f-pp.f
[461/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f-pp.f
[462/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:266:26:

  266 |      +    (K.EQ.0)).AND. (BETA.EQ.ONE))) RETURN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:265:27:

  265 |       IF ((N.EQ.0) .OR. (((ALPHA.EQ.ZERO).OR.
      |                           1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:270:10:

  270 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:272:18:

  272 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:286:18:

  286 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:311:22:

  311 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:315:27:

  315 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:321:49:

  321 |                       IF ((A(J,L).NE.ZERO) .OR. (B(J,L).NE.ZERO)) THEN
      |                                                 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:321:27:

  321 |                       IF ((A(J,L).NE.ZERO) .OR. (B(J,L).NE.ZERO)) THEN
      |                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:333:22:

  333 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:337:27:

  337 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:343:49:

  343 |                       IF ((A(J,L).NE.ZERO) .OR. (B(J,L).NE.ZERO)) THEN
      |                                                 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:343:27:

  343 |                       IF ((A(J,L).NE.ZERO) .OR. (B(J,L).NE.ZERO)) THEN
      |                           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:367:26:

  367 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssyr2k.f:384:26:

  384 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[463/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssteqr.f:247:16:

  247 |             IF( TST.EQ.ZERO )
      |                1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssteqr.f:271:10:

  271 |       IF( ANORM.EQ.ZERO )
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/ssteqr.f:531:12:

  531 |          IF( E( I ).NE.ZERO )
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[464/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmv.f:232:26:

  232 |                       IF (X(J).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmv.f:243:26:

  243 |                       IF (X(JX).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmv.f:258:26:

  258 |                       IF (X(J).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmv.f:270:26:

  270 |                       IF (X(JX).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[465/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f-pp.f
[466/915] Building Fortran preprocessed src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f-pp.f
[467/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f-pp.f
[468/915] Building Fortran preprocessed src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f-pp.f
[469/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f-pp.f
[470/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f-pp.f
[471/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f-pp.f
[472/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90-pp.f90
[473/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90-pp.f90
[474/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90-pp.f90
[475/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90-pp.f90
[476/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90-pp.f90
[477/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90-pp.f90
[478/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90-pp.f90
[479/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90-pp.f90
[480/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90-pp.f90
[481/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90-pp.f90
[482/915] Linking Fortran static library src/Microphys/SCM_Activation/libscm_activation_lib.a
[483/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_grads.F90-pp.f90
[484/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90-pp.f90
[485/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90-pp.f90
[486/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90-pp.f90
[487/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90-pp.f90
[488/915] Generating Fortran dyndep file src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/Fortran.dd
[489/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90-pp.f90
[490/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90-pp.f90
[491/915] Generating Fortran dyndep file src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/Fortran.dd
[492/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90-pp.f90
[493/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90-pp.f90
[494/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90-pp.f90
[495/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90-pp.f90
[496/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90-pp.f90
[497/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90-pp.f90
[498/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90-pp.f90
[499/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90-pp.f90
[500/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90-pp.f90
[501/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90-pp.f90
[502/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90-pp.f90
[503/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90-pp.f90
[504/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:258:10:

  258 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:277:30:

  277 |                           IF (B(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:290:30:

  290 |                           IF (B(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:342:30:

  342 |                           IF (A(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:358:30:

  358 |                           IF (A(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:374:30:

  374 |                           IF (A(J,K).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:383:26:

  383 |                       IF (TEMP.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:392:30:

  392 |                           IF (A(J,K).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strmm.f:401:26:

  401 |                       IF (TEMP.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[505/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90-pp.f90
[506/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90-pp.f90
[507/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90-pp.f90
[508/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90-pp.f90
[509/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90-pp.f90
[510/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90-pp.f90
[511/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90-pp.f90
[512/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90-pp.f90
[513/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90-pp.f90
[514/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90-pp.f90
[515/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90-pp.f90
[516/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90-pp.f90
[517/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90-pp.f90
[518/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90-pp.f90
[519/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90-pp.f90
[520/915] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f.o
[521/915] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f.o
[522/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:262:10:

  262 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:280:26:

  280 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:286:30:

  286 |                           IF (B(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:296:26:

  296 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:302:30:

  302 |                           IF (B(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:346:26:

  346 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:352:30:

  352 |                           IF (A(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:367:26:

  367 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:373:30:

  373 |                           IF (A(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:400:30:

  400 |                           IF (A(J,K).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:407:26:

  407 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:422:30:

  422 |                           IF (A(J,K).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_single/strsm.f:429:26:

  429 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
[523/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f.o
[524/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f.o
[525/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f.o
[526/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f.o
[527/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f.o
[528/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/daxpy.f:114:10:

  114 |       IF (DA.EQ.0.0d0) RETURN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[529/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f.o
[530/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f.o
[531/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbcon.f:221:15:

  221 |       ELSE IF( ANORM.EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbcon.f:292:12:

  292 |          IF( SCALE.NE.ONE ) THEN
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbcon.f:294:54:

  294 |             IF( SCALE.LT.ABS( WORK( IX ) )*SMLNUM .OR. SCALE.EQ.ZERO )
      |                                                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbcon.f:303:9:

  303 |       IF( AINVNM.NE.ZERO )
      |         1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[532/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtcon.f:209:15:

  209 |       ELSE IF( ANORM.EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtcon.f:216:13:

  216 |          IF( D( I ).EQ.ZERO )
      |             1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtcon.f:248:9:

  248 |       IF( AINVNM.NE.ZERO )
      |         1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[533/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f.o
[534/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbequ.f:249:9:

  249 |       IF( RCMIN.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbequ.f:254:15:

  254 |             IF( R( I ).EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbequ.f:297:9:

  297 |       IF( RCMIN.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbequ.f:302:15:

  302 |             IF( C( J ).EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[535/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dger.f:184:39:

  184 |       IF ((M.EQ.0) .OR. (N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
      |                                       1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dger.f:196:18:

  196 |               IF (Y(JY).NE.ZERO) THEN
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dger.f:211:18:

  211 |               IF (Y(JY).NE.ZERO) THEN
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[536/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbmv.f:252:33:

  252 |      +    ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |                                 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbmv.f:252:12:

  252 |      +    ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbmv.f:280:10:

  280 |       IF (BETA.NE.ONE) THEN
      |          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbmv.f:282:18:

  282 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbmv.f:293:18:

  293 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbmv.f:306:10:

  306 |       IF (ALPHA.EQ.ZERO) RETURN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[537/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbtf2.f:242:12:

  242 |          IF( AB( KV+JP, J ).NE.ZERO ) THEN
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[538/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f.o
[539/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f.o
[540/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f.o
[541/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f.o
[542/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemv.f:219:33:

  219 |      +    ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |                                 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemv.f:219:12:

  219 |      +    ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemv.f:247:10:

  247 |       IF (BETA.NE.ONE) THEN
      |          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemv.f:249:18:

  249 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemv.f:260:18:

  260 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemv.f:273:10:

  273 |       IF (ALPHA.EQ.ZERO) RETURN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[543/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlaisnan.f:89:18:

   89 |       DLAISNAN = (DIN1.NE.DIN2)
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[544/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgttrf.f:184:15:

  184 |             IF( D( I ).NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgttrf.f:207:15:

  207 |             IF( D( I ).NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgttrf.f:226:12:

  226 |          IF( D( I ).EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[545/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlacn2.f:187:72:

  187 |       GO TO ( 20, 40, 70, 110, 140 )ISAVE( 1 )
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlacn2.f:260:11:

  260 |       IF( ( X( JLAST ).NE.ABS( X( ISAVE( 2 ) ) ) ) .AND.
      |           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[546/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlaev2.f:220:12:

  220 |          IF( AB.EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[547/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbrfs.f:455:12:

  455 |          IF( LSTRES.NE.ZERO )
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[548/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlamch.f:99:9:

   99 |       IF( ONE.EQ.RND ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[549/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlapy2.f:106:12:

  106 |          IF( Z.EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[550/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f.o
[551/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbsvx.f:563:15:

  563 |             IF( RPVGRW.EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbsvx.f:584:9:

  584 |       IF( RPVGRW.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[552/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:275:48:

  275 |      +    (((ALPHA.EQ.ZERO).OR. (K.EQ.0)).AND. (BETA.EQ.ONE))) RETURN
      |                                                1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:275:13:

  275 |      +    (((ALPHA.EQ.ZERO).OR. (K.EQ.0)).AND. (BETA.EQ.ONE))) RETURN
      |             1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:279:10:

  279 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:280:14:

  280 |           IF (BETA.EQ.ZERO) THEN
      |              1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:304:22:

  304 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:308:27:

  308 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:330:26:

  330 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:344:22:

  344 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:348:27:

  348 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgemm.f:370:26:

  370 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[553/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f.o
[554/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f.o
[555/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarf.f:164:9:

  164 |       IF( TAU.NE.ZERO ) THEN
      |         1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarf.f:178:35:

  178 |          DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
      |                                   1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[556/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f.o
[557/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f.o
[558/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f.o
[559/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f.o
[560/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarfg.f:151:9:

  151 |       IF( XNORM.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[561/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlartg.f:147:9:

  147 |       IF( G.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlartg.f:151:15:

  151 |       ELSE IF( F.EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[562/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtrfs.f:465:12:

  465 |          IF( LSTRES.NE.ZERO )
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[563/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f.o
[564/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f.o
[565/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dnrm2.f:114:18:

  114 |               IF (X(IX).NE.ZERO) THEN
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[566/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f.o
[567/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f.o
[568/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f.o
[569/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlascl.f:208:15:

  208 |       ELSE IF( CFROM.EQ.ZERO .OR. DISNAN(CFROM) ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlascl.f:253:9:

  253 |       IF( CFROM1.EQ.CFROMC ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlascl.f:261:12:

  261 |          IF( CTO1.EQ.CTOC ) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlascl.f:267:52:

  267 |          ELSE IF( ABS( CFROM1 ).GT.ABS( CTOC ) .AND. CTOC.NE.ZERO ) THEN
      |                                                    1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[570/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f.o
[571/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f.o
[572/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgbtrf.f:306:18:

  306 |                IF( AB( KV+JP, JJ ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[573/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/drscl.f:141:43:

  141 |       IF( ABS( CDEN1 ).GT.ABS( CNUM ) .AND. CNUM.NE.ZERO ) THEN
      |                                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[574/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f.o
[575/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f.o
[576/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtsv.f:182:18:

  182 |                IF( D( I ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtsv.f:210:18:

  210 |                IF( D( I ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtsv.f:229:12:

  229 |          IF( D( N ).EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtsv.f:239:18:

  239 |                IF( D( I ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtsv.f:271:18:

  271 |                IF( D( I ).NE.ZERO ) THEN
      |                  1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dgtsv.f:294:12:

  294 |          IF( D( N ).EQ.ZERO ) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[577/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f.o
[578/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f.o
[579/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarft.f:206:15:

  206 |             IF( TAU( I ).EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarft.f:220:25:

  220 |                      IF( V( LASTV, I ).NE.ZERO ) EXIT
      |                         1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarft.f:235:25:

  235 |                      IF( V( I, LASTV ).NE.ZERO ) EXIT
      |                         1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarft.f:264:15:

  264 |             IF( TAU( I ).EQ.ZERO ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarft.f:279:28:

  279 |                         IF( V( LASTV, I ).NE.ZERO ) EXIT
      |                            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlarft.f:294:28:

  294 |                         IF( V( I, LASTV ).NE.ZERO ) EXIT
      |                            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[580/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f.o
[581/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlagtm.f:183:9:

  183 |       IF( BETA.EQ.ZERO ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlagtm.f:189:15:

  189 |       ELSE IF( BETA.EQ.-ONE ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlagtm.f:197:9:

  197 |       IF( ALPHA.EQ.ONE ) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlagtm.f:235:15:

  235 |       ELSE IF( ALPHA.EQ.-ONE ) THEN
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[582/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f.o
[583/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f.o
[584/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f.o
[585/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90-pp.f90
[586/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:206:25:

  206 |       IF ((N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
      |                         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:236:43:

  236 |                   IF ((X(J).NE.ZERO) .OR. (Y(J).NE.ZERO)) THEN
      |                                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:236:23:

  236 |                   IF ((X(J).NE.ZERO) .OR. (Y(J).NE.ZERO)) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:246:44:

  246 |                   IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN
      |                                            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:246:23:

  246 |                   IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:267:43:

  267 |                   IF ((X(J).NE.ZERO) .OR. (Y(J).NE.ZERO)) THEN
      |                                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:267:23:

  267 |                   IF ((X(J).NE.ZERO) .OR. (Y(J).NE.ZERO)) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:277:44:

  277 |                   IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN
      |                                            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2.f:277:23:

  277 |                   IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[587/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsymv.f:211:47:

  211 |       IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |                                               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsymv.f:211:26:

  211 |       IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsymv.f:232:10:

  232 |       IF (BETA.NE.ONE) THEN
      |          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsymv.f:234:18:

  234 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsymv.f:245:18:

  245 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsymv.f:258:10:

  258 |       IF (ALPHA.EQ.ZERO) RETURN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[588/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f.o
[589/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f.o
[590/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iladlr.f:107:35:

  107 |       ELSE IF( A(M, 1).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
      |                                   1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iladlr.f:107:15:

  107 |       ELSE IF( A(M, 1).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iladlr.f:114:22:

  114 |             DO WHILE((A(MAX(I,1),J).EQ.ZERO).AND.(I.GE.1))
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[591/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iladlc.f:107:35:

  107 |       ELSE IF( A(1, N).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
      |                                   1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iladlc.f:107:15:

  107 |       ELSE IF( A(1, N).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iladlc.f:113:19:

  113 |                IF( A(I, ILADLC).NE.ZERO ) RETURN
      |                   1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[592/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsytd2.f:247:15:

  247 |             IF( TAUI.NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsytd2.f:288:15:

  288 |             IF( TAUI.NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[593/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ieeeck.f:117:9:

  117 |       IF( NEGZRO.NE.ZERO ) THEN
      |         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ieeeck.f:129:9:

  129 |       IF( NEWZRO.NE.ZERO ) THEN
      |         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ieeeck.f:172:9:

  172 |       IF( NAN1.EQ.NAN1 ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ieeeck.f:177:9:

  177 |       IF( NAN2.EQ.NAN2 ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ieeeck.f:182:9:

  182 |       IF( NAN3.EQ.NAN3 ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ieeeck.f:187:9:

  187 |       IF( NAN4.EQ.NAN4 ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ieeeck.f:192:9:

  192 |       IF( NAN5.EQ.NAN5 ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ieeeck.f:197:9:

  197 |       IF( NAN6.EQ.NAN6 ) THEN
      |         1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
[594/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iparmq.f:223:68:

  223 |       INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
      |                                                                    1
Warning: Unused dummy argument 'lwork' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iparmq.f:223:51:

  223 |       INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
      |                                                   1
Warning: Unused dummy argument 'n' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/iparmq.f:223:48:

  223 |       INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
      |                                                1
Warning: Unused dummy argument 'opts' at (1) [-Wunused-dummy-argument]
[595/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlatbs.f:386:12:

  386 |          IF( TSCAL.NE.ONE ) THEN
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlatbs.f:461:12:

  461 |          IF( TSCAL.NE.ONE ) THEN
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlatbs.f:550:22:

  550 |                   IF( TSCAL.EQ.ONE )
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlatbs.f:696:18:

  696 |                IF( USCAL.EQ.ONE ) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlatbs.f:728:18:

  728 |                IF( USCAL.EQ.TSCAL ) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlatbs.f:742:25:

  742 |                      IF( TSCAL.EQ.ONE )
      |                         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlatbs.f:804:9:

  804 |       IF( TSCAL.NE.ONE ) THEN
      |         1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[596/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f.o
[597/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f.o
[598/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:273:45:

  273 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:273:23:

  273 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:285:45:

  285 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:285:23:

  285 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:299:45:

  299 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:299:23:

  299 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:311:45:

  311 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:311:23:

  311 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:325:45:

  325 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:325:23:

  325 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:337:45:

  337 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:337:23:

  337 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:356:45:

  356 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:356:23:

  356 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:368:45:

  368 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:368:23:

  368 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:382:45:

  382 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:382:23:

  382 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:394:45:

  394 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:394:23:

  394 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:408:45:

  408 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:408:23:

  408 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:420:45:

  420 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                                             1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dlasr.f:420:23:

  420 |                   IF( ( CTEMP.NE.ONE ) .OR. ( STEMP.NE.ZERO ) ) THEN
      |                       1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[599/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsterf.f:192:10:

  192 |       IF( ANORM.EQ.ZERO )
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsterf.f:286:15:

  286 |             IF( C.NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsterf.f:372:15:

  372 |             IF( C.NE.ZERO ) THEN
      |               1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsterf.f:411:12:

  411 |          IF( E( I ).NE.ZERO )
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[600/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtbsv.f:277:26:

  277 |                       IF (X(J).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtbsv.f:291:26:

  291 |                       IF (X(JX).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtbsv.f:307:26:

  307 |                       IF (X(J).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtbsv.f:320:26:

  320 |                       IF (X(JX).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[601/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:241:26:

  241 |      +    (K.EQ.0)).AND. (BETA.EQ.ONE))) RETURN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:240:27:

  240 |       IF ((N.EQ.0) .OR. (((ALPHA.EQ.ZERO).OR.
      |                           1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:245:10:

  245 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:247:18:

  247 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:261:18:

  261 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:286:22:

  286 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:290:27:

  290 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:296:26:

  296 |                       IF (A(J,L).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:306:22:

  306 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:310:27:

  310 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:316:26:

  316 |                       IF (A(J,L).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:336:26:

  336 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyrk.f:350:26:

  350 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[602/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:266:26:

  266 |      +    (K.EQ.0)).AND. (BETA.EQ.ONE))) RETURN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:265:27:

  265 |       IF ((N.EQ.0) .OR. (((ALPHA.EQ.ZERO).OR.
      |                           1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:270:10:

  270 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:272:18:

  272 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:286:18:

  286 |               IF (BETA.EQ.ZERO) THEN
      |                  1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:311:22:

  311 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:315:27:

  315 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:321:49:

  321 |                       IF ((A(J,L).NE.ZERO) .OR. (B(J,L).NE.ZERO)) THEN
      |                                                 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:321:27:

  321 |                       IF ((A(J,L).NE.ZERO) .OR. (B(J,L).NE.ZERO)) THEN
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:333:22:

  333 |                   IF (BETA.EQ.ZERO) THEN
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:337:27:

  337 |                   ELSE IF (BETA.NE.ONE) THEN
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:343:49:

  343 |                       IF ((A(J,L).NE.ZERO) .OR. (B(J,L).NE.ZERO)) THEN
      |                                                 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:343:27:

  343 |                       IF ((A(J,L).NE.ZERO) .OR. (B(J,L).NE.ZERO)) THEN
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:367:26:

  367 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsyr2k.f:384:26:

  384 |                       IF (BETA.EQ.ZERO) THEN
      |                          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[603/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsteqr.f:247:16:

  247 |             IF( TST.EQ.ZERO )
      |                1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsteqr.f:271:10:

  271 |       IF( ANORM.EQ.ZERO )
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dsteqr.f:531:12:

  531 |          IF( E( I ).NE.ZERO )
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[604/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmv.f:232:26:

  232 |                       IF (X(J).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmv.f:243:26:

  243 |                       IF (X(JX).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmv.f:258:26:

  258 |                       IF (X(J).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmv.f:270:26:

  270 |                       IF (X(JX).NE.ZERO) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[605/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ilaenv.f:192:72:

  192 |      $        130, 140, 150, 160, 160, 160, 160, 160)ISPEC
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/ilaenv.f:262:72:

  262 |       GO TO ( 50, 60, 70 )ISPEC
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
[606/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:262:10:

  262 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:280:26:

  280 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:286:30:

  286 |                           IF (B(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:296:26:

  296 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:302:30:

  302 |                           IF (B(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:346:26:

  346 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:352:30:

  352 |                           IF (A(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:367:26:

  367 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:373:30:

  373 |                           IF (A(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:400:30:

  400 |                           IF (A(J,K).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:407:26:

  407 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:422:30:

  422 |                           IF (A(J,K).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrsm.f:429:26:

  429 |                       IF (ALPHA.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[607/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:258:10:

  258 |       IF (ALPHA.EQ.ZERO) THEN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:277:30:

  277 |                           IF (B(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:290:30:

  290 |                           IF (B(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:342:30:

  342 |                           IF (A(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:358:30:

  358 |                           IF (A(K,J).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:374:30:

  374 |                           IF (A(J,K).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:383:26:

  383 |                       IF (TEMP.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:392:30:

  392 |                           IF (A(J,K).NE.ZERO) THEN
      |                              1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Lapack/Lapack_double/dtrmm.f:401:26:

  401 |                       IF (TEMP.NE.ONE) THEN
      |                          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[608/915] Linking Fortran static library src/Lapack/liblapack_lib.a
[609/915] Generating Fortran dyndep file src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Fortran.dd
[610/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90.o
[611/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90.o
[612/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90.o
[613/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90.o
[614/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90.o
[615/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90.o
[616/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90.o
[617/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90.o
[618/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90.o
[619/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90.o
[620/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90.o
[621/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90.o
[622/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90.o
[623/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90.o
[624/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90.o
[625/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90.o
[626/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90.o
[627/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90.o
[628/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/hydromet_pdf_parameter_module.F90:126:8:

  126 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'zero' which has been explicitly imported at (1) [-Wunused-parameter]
[629/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90.o
[630/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90.o
[631/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90.o
[632/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90.o
[633/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90.o
[634/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90.o
[635/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90.o
[636/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/penta_bicgstab_solver.F90:140:10:

  140 |       if ( norm_rhs == 0.0) then
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/penta_bicgstab_solver.F90:367:16:

  367 |     integer :: j, k, i, b    ! Loop Variables
      |                1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/penta_bicgstab_solver.F90:292:19:

  292 |     integer :: i, j, k
      |                   1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/penta_bicgstab_solver.F90:127:22:

  127 |     integer :: iter, j, k, i    ! Loop Variables
      |                      1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
[637/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90.o
[638/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90.o
[639/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90.o
[640/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/matrix_solver_wrapper.F90:258:16:

  258 |     integer :: i, k, j, its
      |                1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/matrix_solver_wrapper.F90:258:19:

  258 |     integer :: i, k, j, its
      |                   1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/matrix_solver_wrapper.F90:118:16:

  118 |     integer :: i, k, its
      |                1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/matrix_solver_wrapper.F90:118:19:

  118 |     integer :: i, k, its
      |                   1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
[641/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90.o
[642/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90.o
[643/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90.o
[644/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90.o
[645/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90.o
[646/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90.o
[647/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90.o
[648/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90.o
[649/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90.o
[650/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90.o
[651/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/remapping_module.F90:1210:43:

 1210 |             if(f(i,k+1)*f(i,k-1)<zero .and. df2(i,k)/=zero) then
      |                                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/remapping_module.F90:1104:15:

 1104 |             if(dm(i) == zero) then
      |               1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[652/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90.o
[653/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/pdf_utilities.F90:1400:7:

 1400 |       m
      |       1
Warning: Unused variable 'm' declared at (1) [-Wunused-variable]
[654/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/parameters_tunable.F90:720:8:

  720 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'fstderr' which has been explicitly imported at (1) [-Wunused-parameter]
[655/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_parameter_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/pdf_parameter_module.F90:375:8:

  375 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'zero' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/pdf_parameter_module.F90:192:8:

  192 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'zero' which has been explicitly imported at (1) [-Wunused-parameter]
[656/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90.o
[657/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_netcdf.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1663:64:

 1663 |   subroutine stats_finalize_budget_2d( name, values, stats, icol, l_count_sample )
      |                                                                1
Warning: Unused dummy argument 'icol' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1479:62:

 1479 |   subroutine stats_update_budget_2d( name, values, stats, icol, level )
      |                                                              1
Warning: Unused dummy argument 'icol' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1479:69:

 1479 |   subroutine stats_update_budget_2d( name, values, stats, icol, level )
      |                                                                     1
Warning: Unused dummy argument 'level' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1429:69:

 1429 |   subroutine stats_update_budget_1d( name, values, stats, icol, level )
      |                                                                     1
Warning: Unused dummy argument 'level' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1334:61:

 1334 |   subroutine stats_begin_budget_2d( name, values, stats, icol )
      |                                                             1
Warning: Unused dummy argument 'icol' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1172:55:

 1172 |   subroutine stats_update_2d( name, values, stats, icol, level )
      |                                                       1
Warning: Unused dummy argument 'icol' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1172:62:

 1172 |   subroutine stats_update_2d( name, values, stats, icol, level )
      |                                                              1
Warning: Unused dummy argument 'level' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1112:62:

 1112 |   subroutine stats_update_1d( name, values, stats, icol, level )
      |                                                              1
Warning: Unused dummy argument 'level' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90:1001:64:

 1001 |   subroutine stats_end_timestep_api( time_value, stats, err_info )
      |                                                                1
Warning: Unused dummy argument 'err_info' at (1) [-Wunused-dummy-argument]
[658/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90.o
[659/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90.o
[660/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/clip_explicit.F90:882:16:

  882 |     integer :: i
      |                1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
[661/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90.o
[662/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90.o
[663/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/mono_flux_limiter.F90:1307:16:

 1307 |     integer :: i
      |                1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/mono_flux_limiter.F90:451:9:

  451 |       tmp, &
      |         1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
[664/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/numerical_check.F90:1358:10:

 1358 |       use model_flags, only: &
      |          1
Warning: Unused parameter 'ipdf_post_advance_fields' which has been explicitly imported at (1) [-Wunused-parameter]
[665/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:23:21:

   23 |   integer :: ret_code
      |                     1
Warning: Unused PRIVATE module variable 'ret_code' declared at (1) [-Wunused-value]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:1412:8:

 1412 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'eps' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:1146:8:

 1146 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'eps' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:885:8:

  885 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'eps' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:885:8:

  885 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'one' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:719:8:

  719 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'eps' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:719:8:

  719 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'num_hf_draw_points' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:291:8:

  291 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'num_hf_draw_points' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:291:8:

  291 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'one' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:52:8:

   52 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'eps' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:52:8:

   52 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'num_hf_draw_points' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90:52:8:

   52 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'one' which has been explicitly imported at (1) [-Wunused-parameter]
[666/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_clubb_utilities.F90:54:8:

   54 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'fstderr' which has been explicitly imported at (1) [-Wunused-parameter]
[667/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90.o
[668/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_windm_edsclrm_module.F90:1672:16:

 1672 |     integer :: i, j
      |                1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_windm_edsclrm_module.F90:1672:19:

 1672 |     integer :: i, j
      |                   1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
[669/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90.o
[670/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_wp2_wp3_module.F90.o
[671/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/setup_clubb_pdf_params.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/setup_clubb_pdf_params.F90:3952:62:

 3952 |     integer :: ivar, jvar, hm_idx, hm_idx_ivar, hm_idx_jvar, i  ! Indices
      |                                                              1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
[672/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xm_wpxp_module.F90:4678:20:

 4678 |       tmp_cols_stats
      |                    1
Warning: Unused variable 'tmp_cols_stats' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xm_wpxp_module.F90:4384:16:

 4384 |     integer :: i, ivar
      |                1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xm_wpxp_module.F90:4384:22:

 4384 |     integer :: i, ivar
      |                      1
Warning: Unused variable 'ivar' declared at (1) [-Wunused-variable]
[673/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xp2_xpyp_module.F90:6116:7:

 6116 |       i
      |       1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xp2_xpyp_module.F90:2802:16:

 2802 |     integer :: i
      |                1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xp2_xpyp_module.F90:2804:16:

 2804 |     integer :: j
      |                1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xp2_xpyp_module.F90:2056:11:

 2056 |       zeros
      |           1
Warning: Unused variable 'zeros' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xp2_xpyp_module.F90:1627:11:

 1627 |       zeros
      |           1
Warning: Unused variable 'zeros' declared at (1) [-Wunused-variable]
[674/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_closure_module.F90.o
[675/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_clubb_core_module.F90.o
[676/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_api_module.F90.o
[677/915] Linking Fortran static library src/CLUBB_core/libclubb_core_lib.a
[678/915] Generating Fortran dyndep file src/CMakeFiles/text_writer_lib.dir/Fortran.dd
[679/915] Generating Fortran dyndep file src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/Fortran.dd
[680/915] Generating Fortran dyndep file src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/Fortran.dd
[681/915] Generating Fortran dyndep file src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/Fortran.dd
[682/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90.o
[683/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa19.F:1:44:

    1 |       subroutine eqa19(pconv,qi,rho,conci,tt,pcut,cimass,delt,len)
      |                                            1
Warning: Unused dummy argument 'tt' at (1) [-Wunused-dummy-argument]
[684/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa22.F:13:19:

   13 |       integer iflag
      |                   1
Warning: Unused variable 'iflag' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa22.F:1:63:

    1 |       subroutine eqa22(psacw,qc,qs,tt,termb,esc,pcut,delt,tzero,len)
      |                                                               1
Warning: Unused dummy argument 'tzero' at (1) [-Wunused-dummy-argument]
[685/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F.o
[686/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F.o
[687/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa21g.F:29:18:

   29 |       integer npts
      |                  1
Warning: Unused variable 'npts' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa21g.F:1:43:

    1 |       subroutine eqa21g(pgacrm,pgacr,tt,rho,qg,tzero
      |                                           1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
[688/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F.o
[689/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa22g.F:29:18:

   29 |       integer npts
      |                  1
Warning: Unused variable 'npts' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa22g.F:1:43:

    1 |       subroutine eqa22g(pgacwm,pgacw,tt,rho,qg,tzero
      |                                           1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
[690/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F.o
[691/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa27.F:2:47:

    2 |      1                ,snzero,tzero,pcut,delt,j,len)
      |                                               1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
[692/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa11g.F:16:15:

   16 |       real cmax
      |               1
Warning: Unused variable 'cmax' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa11g.F:17:15:

   17 |       real cmin
      |               1
Warning: Unused variable 'cmin' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa11g.F:1:38:

    1 |       subroutine eqa11g(pgacw,qg,qc,tt,sg,sggi,icomp,pterm4,tzero
      |                                      1
Warning: Unused dummy argument 'tt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa11g.F:1:65:

    1 |       subroutine eqa11g(pgacw,qg,qc,tt,sg,sggi,icomp,pterm4,tzero
      |                                                                 1
Warning: Unused dummy argument 'tzero' at (1) [-Wunused-dummy-argument]
[693/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F.o
[694/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F.o
[695/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F.o
[696/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90.o
[697/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F.o
[698/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa18.F:2:46:

    2 |      1                ,appbpp,tice,delt,pcut,j,icon,len)
      |                                              1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
[699/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa13g.F:1:38:

    1 |       subroutine eqa13g(pgacr,qr,qg,tt,rho,fallr,fallg
      |                                      1
Warning: Unused dummy argument 'tt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa13g.F:4:29:

    4 |      2       ,delt,pcut,tzero,len)
      |                             1
Warning: Unused dummy argument 'tzero' at (1) [-Wunused-dummy-argument]
[700/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F.o
[701/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F.o
[702/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F.o
[703/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F.o
[704/915] Building Fortran object src/CMakeFiles/text_writer_lib.dir/text_writer.F90.o
[705/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:2:36:

    2 |      1               ,iwx1,heatlv,cp,delt,pcut,j,len)
      |                                    1
Warning: Unused dummy argument 'cp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:2:33:

    2 |      1               ,iwx1,heatlv,cp,delt,pcut,j,len)
      |                                 1
Warning: Unused dummy argument 'heatlv' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:39:18:

   39 |       integer iter
      |                  1
Warning: Unused variable 'iter' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:2:48:

    2 |      1               ,iwx1,heatlv,cp,delt,pcut,j,len)
      |                                                1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:1:56:

    1 |       subroutine eqa6(pcond,tt,qadj,qv,qc,qsatv,qsati,pp,w1,w2
      |                                                        1
Warning: Unused dummy argument 'pp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:1:53:

    1 |       subroutine eqa6(pcond,tt,qadj,qv,qc,qsatv,qsati,pp,w1,w2
      |                                                     1
Warning: Unused dummy argument 'qsati' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:1:30:

    1 |       subroutine eqa6(pcond,tt,qadj,qv,qc,qsatv,qsati,pp,w1,w2
      |                              1
Warning: Unused dummy argument 'tt' at (1) [-Wunused-dummy-argument]
[706/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F.o
[707/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F.o
[708/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F.o
[709/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F.o
[710/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/newexp.F90:8:6:

    8 |       function exp(x) result(val)
      |      1
Warning: 'exp' declared at (1) may shadow the intrinsic of the same name.  In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow]
[711/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F.o
[712/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/variables_radiation_module.F90.o
[713/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F.o
[714/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F.o
[715/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esati.F:55:14:

   55 |         i1(i)=t(i)
      |              1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
[716/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F.o
[717/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esatv.F:55:14:

   55 |         i1(i)=t(i)
      |              1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
[718/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F.o
[719/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F.o
[720/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F.o
[721/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F.o
[722/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F.o
[723/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/conice.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/conice.F:63:22:

   63 |       real cnn   (len)
      |                      1
Warning: Unused variable 'cnn' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/conice.F:70:13:

   70 |       real dt
      |             1
Warning: Unused variable 'dt' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/conice.F:73:13:

   73 |       real f3
      |             1
Warning: Unused variable 'f3' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/conice.F:75:14:

   75 |       real ftp
      |              1
Warning: Unused variable 'ftp' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/conice.F:82:13:

   82 |       real mc
      |             1
Warning: Unused variable 'mc' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/conice.F:83:14:

   83 |       real n12
      |              1
Warning: Unused variable 'n12' declared at (1) [-Wunused-variable]
[724/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90.o
[725/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa9.F:1:51:

    1 |       subroutine eqa9(pracw,qc,qr,pterm4,sr,sri,rho,nc,icomp,pi,erc
      |                                                   1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa9.F:36:14:

   36 |       real rvc
      |              1
Warning: Unused variable 'rvc' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa9.F:37:16:

   37 |       real rvcof
      |                1
Warning: Unused variable 'rvcof' declared at (1) [-Wunused-variable]
[726/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa12.F:55:16:

   55 |       real qcond
      |                1
Warning: Unused variable 'qcond' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa12.F:56:16:

   56 |       real qevap
      |                1
Warning: Unused variable 'qevap' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa12.F:35:16:

   35 |       real twodt
      |                1
Warning: Unused variable 'twodt' declared at (1) [-Wunused-variable]
[727/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloudg.F:152:24:

  152 |              cm = cmplx(cnr,-cni)
      |                        1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloudg.F:154:43:

  154 |                um   = 2.*xm*(cnr-1.)*cmplx(0.d0,1.d0)
      |                                           1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloudg.F:166:43:

  166 |                um    = 2.*xm*(cm-1.)*cmplx(0.d0,1.d0)
      |                                           1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
[728/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjmlt.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:72:16:

   72 |        real abs8
      |                1
Warning: Unused variable 'abs8' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:73:16:

   73 |        real abs9
      |                1
Warning: Unused variable 'abs9' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:5:48:

    5 |      4             ,twodt,pcut,tzero,lgrpl,ary1d,maxpt1d,kmax
      |                                                1
Warning: Unused dummy argument 'ary1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:6:42:

    6 |      5             ,maxvr1d,n1d,i1dflg,i1d,j1d,j,icomp,m,len)
      |                                          1
Warning: Unused dummy argument 'i1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:6:38:

    6 |      5             ,maxvr1d,n1d,i1dflg,i1d,j1d,j,icomp,m,len)
      |                                      1
Warning: Unused dummy argument 'i1dflg' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:6:54:

    6 |      5             ,maxvr1d,n1d,i1dflg,i1d,j1d,j,icomp,m,len)
      |                                                      1
Warning: Unused dummy argument 'icomp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:14:17:

   14 |        integer ip
      |                 1
Warning: Unused variable 'ip' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:6:48:

    6 |      5             ,maxvr1d,n1d,i1dflg,i1d,j1d,j,icomp,m,len)
      |                                                1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:6:46:

    6 |      5             ,maxvr1d,n1d,i1dflg,i1d,j1d,j,icomp,m,len)
      |                                              1
Warning: Unused dummy argument 'j1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:16:17:

   16 |        integer jp
      |                 1
Warning: Unused variable 'jp' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:63:16:

   63 |        integer k
      |                1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:22:17:

   22 |        integer np
      |                 1
Warning: Unused variable 'np' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:84:15:

   84 |        real tp3
      |               1
Warning: Unused variable 'tp3' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjmlt.F:83:15:

   83 |        real tst
      |               1
Warning: Unused variable 'tst' declared at (1) [-Wunused-variable]
[729/915] Linking Fortran static library src/libtext_writer_lib.a
[730/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqg.F:30:16:

   30 |       real pfact
      |                1
Warning: Unused variable 'pfact' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqg.F:32:13:

   32 |       real x6
      |             1
Warning: Unused variable 'x6' declared at (1) [-Wunused-variable]
[731/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F.o
[732/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:3:42:

    3 |      2            ,lsocp,tzero,lgrpl,ary1d,maxpt1d,kmax,maxvr1d,n1d
      |                                          1
Warning: Unused dummy argument 'ary1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:52:

    4 |      3            ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
      |                                                    1
Warning: Unused dummy argument 'conci' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:29:

    4 |      3            ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
      |                             1
Warning: Unused dummy argument 'i1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:25:

    4 |      3            ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
      |                         1
Warning: Unused dummy argument 'i1dflg' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:41:

    4 |      3            ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
      |                                         1
Warning: Unused dummy argument 'icomp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:12:17:

   12 |        integer ip
      |                 1
Warning: Unused variable 'ip' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:35:

    4 |      3            ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
      |                                   1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:33:

    4 |      3            ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
      |                                 1
Warning: Unused dummy argument 'j1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:14:17:

   14 |        integer jp
      |                 1
Warning: Unused variable 'jp' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:52:16:

   52 |        integer k
      |                1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:15:17:

   15 |        integer kk
      |                 1
Warning: Unused variable 'kk' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:3:36:

    3 |      2            ,lsocp,tzero,lgrpl,ary1d,maxpt1d,kmax,maxvr1d,n1d
      |                                    1
Warning: Unused dummy argument 'lgrpl' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:21:17:

   21 |        integer np
      |                 1
Warning: Unused variable 'np' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:46:

    4 |      3            ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
      |                                              1
Warning: Unused dummy argument 'th2t' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:56:15:

   56 |        real tp3
      |               1
Warning: Unused variable 'tp3' declared at (1) [-Wunused-variable]
[733/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:372:5:

  372 |     8 format(1x,i5,2(5x,f8.2),4x,5e16.8)
      |     1
Warning: Label 8 at (1) defined but not used [-Wunused-label]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:220:39:

  212 |           do 105 i=1,ntot
      |                                                                        2
......
  220 |                varest = 5.0*alog(vpsat(i+1)/vpsat(i-1))
      |                                       1
Warning: Array reference at (1) out of bounds (2752 > 2751) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:220:50:

  212 |           do 105 i=1,ntot
      |                                                                        2
......
  220 |                varest = 5.0*alog(vpsat(i+1)/vpsat(i-1))
      |                                                  1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:223:54:

  212 |           do 105 i=1,ntot
      |                                                                        2
......
  223 |      &       write(6,7) i, TEM, temc, vpsat(i), vpsat(i+1),
      |                                                      1
Warning: Array reference at (1) out of bounds (2752 > 2751) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:224:21:

  212 |           do 105 i=1,ntot
      |                                                                        2
......
  224 |      &         vpsat(i-1),varest, varvp(i)
      |                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:52:22:

   52 |       real ESICE,ESBLD
      |                      1
Warning: Unused variable 'esbld' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:62:16:

   62 |       integer ii
      |                1
Warning: Unused variable 'ii' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:63:16:

   63 |       integer  j
      |                1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:74:18:

   74 |       logical l_xl
      |                  1
Warning: Unused variable 'l_xl' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:66:17:

   66 |       real t1,qqq,tqs,temc
      |                 1
Warning: Unused variable 'qqq' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:66:21:

   66 |       real t1,qqq,tqs,temc
      |                     1
Warning: Unused variable 'tqs' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:55:16:

   55 |       real VABLD
      |                1
Warning: Unused variable 'vabld' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:64:26:

   64 |       real qcon,rq,vps,var
      |                          1
Warning: Unused variable 'var' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:64:22:

   64 |       real qcon,rq,vps,var
      |                      1
Warning: Unused variable 'vps' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:51:26:

   51 |       real ESH2O,WICE,WH2O
      |                          1
Warning: Unused variable 'wh2o' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:51:21:

   51 |       real ESH2O,WICE,WH2O
      |                     1
Warning: Unused variable 'wice' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:58:16:

   58 |       real XLBLD
      |                1
Warning: Unused variable 'xlbld' declared at (1) [-Wunused-variable]
[734/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqs.F:31:16:

   31 |       real pfact
      |                1
Warning: Unused variable 'pfact' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqs.F:33:13:

   33 |       real x6
      |             1
Warning: Unused variable 'x6' declared at (1) [-Wunused-variable]
[735/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloud_correlate.F90:145:45:

  145 |                                cf_stacked_min
      |                                             1
Warning: Unused variable 'cf_stacked_min' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloud_correlate.F90:146:52:

  146 |         integer(kind=int_kind) :: cf_stacked_min_set
      |                                                    1
Warning: Unused variable 'cf_stacked_min_set' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloud_correlate.F90:144:48:

  144 |         real(kind=dbl_kind) :: cf_stacked_thresh,  &
      |                                                1
Warning: Unused variable 'cf_stacked_thresh' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloud_correlate.F90:140:52:

  140 |        real(kind=dbl_kind), dimension(nlm) :: cf_tmp
      |                                                    1
Warning: Unused variable 'cf_tmp' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloud_correlate.F90:28:25:

   28 |          i_lay_a, i_lay_b, i_domain, Ncloud, kcld, j   ! Indices
      |                         1
Warning: Unused variable 'i_lay_b' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/cloud_correlate.F90:9:37:

    9 |    subroutine bugs_ctot(nlen, len_loc, nlm, pl2,tl, acld, l_c, c_tot)
      |                                     1
Warning: Unused dummy argument 'len_loc' at (1) [-Wunused-dummy-argument]
[736/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F.o
[737/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqr.F:31:15:

   31 |       integer k
      |               1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
[738/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:12:21:

   12 |       integer implflg
      |                     1
Warning: Unused variable 'implflg' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:2:34:

    2 |      1  ,heatls,cp,rvap,tzero,lice,iflag,pcut,len)
      |                                  1
Warning: Unused dummy argument 'lice' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:14:15:

   14 |       integer n
      |               1
Warning: Unused variable 'n' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:1:31:

    1 |       subroutine qtadj(tt,qv,pr,qsatv,qsati,qadj,tadj,heatlv
      |                               1
Warning: Unused dummy argument 'pr' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:22:15:

   22 |       real qsat
      |               1
Warning: Unused variable 'qsat' declared at (1) [-Wunused-variable]
[739/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqi.F:1:59:

    1 |       subroutine tgqi(fallv,qi,rbm,pr,conci,pcut,p00,cimass,dmax,len)
      |                                                           1
Warning: Unused dummy argument 'cimass' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqi.F:33:17:

   33 |       real falspd
      |                 1
Warning: Unused variable 'falspd' declared at (1) [-Wunused-variable]
[740/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F.o
[741/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:146:12:

  146 |          if(rvc(i).ne.0.)then
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:24:

    4 |      3            ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
      |                        1
Warning: Unused dummy argument 'ary1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:60:

    4 |      3            ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
      |                                                            1
Warning: Unused dummy argument 'i1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:56:

    4 |      3            ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
      |                                                        1
Warning: Unused dummy argument 'i1dflg' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:5:24:

    5 |      4            ,icomp,ldrizzle,ni,m,len)
      |                        1
Warning: Unused dummy argument 'icomp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:66:

    4 |      3            ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
      |                                                                  1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:64:

    4 |      3            ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
      |                                                                1
Warning: Unused dummy argument 'j1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:59:16:

   59 |        integer k
      |                1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:5:36:

    5 |      4            ,icomp,ldrizzle,ni,m,len)
      |                                    1
Warning: Unused dummy argument 'ni' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:3:57:

    3 |      2            ,rho,nc,nr,ncn,pcut,twodt,lice,lgrpl,tt,rvc
      |                                                         1
Warning: Unused dummy argument 'tt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:1:31:

    1 |        subroutine nrmcol(tttemp,qctemp,qitemp,qgtemp,qrtemp,qstemp
      |                               1
Warning: Unused dummy argument 'tttemp' at (1) [-Wunused-dummy-argument]
[742/915] Building Fortran object src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/microphys_stats_vars_module.F90.o
[743/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F.o
[744/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:3:36:

    3 |      2            ,lvocp,lgrpl,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg
      |                                    1
Warning: Unused dummy argument 'ary1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:52:

    6 |      3            ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
      |                                                    1
Warning: Unused dummy argument 'cp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:49:

    6 |      3            ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
      |                                                 1
Warning: Unused dummy argument 'heatlv' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:22:

    6 |      3            ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
      |                      1
Warning: Unused dummy argument 'i1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:3:68:

    3 |      2            ,lvocp,lgrpl,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg
      |                                                                    1
Warning: Unused dummy argument 'i1dflg' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:28:

    6 |      3            ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
      |                            1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:26:

    6 |      3            ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
      |                          1
Warning: Unused dummy argument 'j1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:61:16:

   61 |        integer k
      |                1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:18:17:

   18 |        integer kk
      |                 1
Warning: Unused variable 'kk' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:21:16:

   21 |        integer m
      |                1
Warning: Unused variable 'm' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:63:

    6 |      3            ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
      |                                                               1
Warning: Unused dummy argument 'qsatv' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:57:

    6 |      3            ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
      |                                                         1
Warning: Unused dummy argument 'rvap' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:42:

    6 |      3            ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
      |                                          1
Warning: Unused dummy argument 'th2t' at (1) [-Wunused-dummy-argument]
[745/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:113:14:

  113 |      &, exptau   !
      |              1
Warning: Unused variable 'exptau' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:135:12:

  135 |      &  fail
      |            1
Warning: Unused variable 'fail' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:128:30:

  128 |      &,  kappa ,   oms ,  prop ,r, rinf
      |                              1
Warning: Unused variable 'prop' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:12:30:

   12 |      +,              sel_rules ,     b1 ,   b2 ,     b3
      |                              1
Warning: Unused dummy argument 'sel_rules' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:140:15:

  140 |      &, tauscat
      |               1
Warning: Unused variable 'tauscat' declared at (1) [-Wunused-variable]
[746/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_ocastrndm.F90:121:12:

  121 |      cld_ran,   &  !The random overlap fraction of cloud
      |            1
Warning: Unused variable 'cld_ran' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_ocastrndm.F90:3:22:

    3 |            ib , cldamt ,  wc_cld,  wc_clr, &
      |                      1
Warning: Unused dummy argument 'cldamt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_ocastrndm.F90:122:9:

  122 |      cmin          !Minimum cloud fraction in a column
      |         1
Warning: Unused variable 'cmin' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_ocastrndm.F90:109:11:

  109 |      exptau
      |           1
Warning: Unused variable 'exptau' declared at (1) [-Wunused-variable]
[747/915] Linking Fortran static library src/Microphys/Microphys_utils/libmicrophys_utils_lib.a
[748/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_bs.F:190:4:

  190 | 2000     directcld(1) = 0.
      |    1
Warning: Label 2000 at (1) defined but not used [-Wunused-label]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_bs.F:142:12:

  142 |      &  fail
      |            1
Warning: Unused variable 'fail' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_bs.F:11:38:

   11 |      +,               fddif ,sel_rules ,    b1 ,     b2
      |                                      1
Warning: Unused dummy argument 'sel_rules' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_bs.F:147:15:

  147 |      &, tauscat
      |               1
Warning: Unused variable 'tauscat' declared at (1) [-Wunused-variable]
[749/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_iter.F:192:4:

  192 | 2000    directcld(1) = 0.
      |    1
Warning: Label 2000 at (1) defined but not used [-Wunused-label]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_iter.F:139:12:

  139 |      &  fail
      |            1
Warning: Unused variable 'fail' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_iter.F:11:38:

   11 |      +,               fddif ,sel_rules ,    b1 ,     b2
      |                                      1
Warning: Unused dummy argument 'sel_rules' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_iter.F:144:15:

  144 |      &, tauscat
      |               1
Warning: Unused variable 'tauscat' declared at (1) [-Wunused-variable]
[750/915] Generating Fortran dyndep file src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/Fortran.dd
[751/915] Generating Fortran dyndep file src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Fortran.dd
[752/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_ocastrndm.F90:7:11:

    7 |      cldamt    , c_maximal , cf_max,  cf_random )
      |           1
Warning: Unused dummy argument 'cldamt' at (1) [-Wunused-dummy-argument]
[753/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90.o
[754/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90.o
[755/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90.o
[756/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/AiryFunction.f90:414:12:

  414 |     ELSEIF (x==0.0_r8) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/AiryFunction.f90:161:12:

  161 |     ELSEIF (x==0.0_r8) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[757/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjtq.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:1508:11:

 1508 |         if(qi3(iindex,j,kindex).eq.0.)then
      |           1
Warning: Equality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:9:33:

    9 |      8  ,cbeta,cnzero,cimass,cpor,cw,difvap,erc,esi,eic
      |                                 1
Warning: Unused dummy argument 'cpor' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:9:43:

    9 |      8  ,cbeta,cnzero,cimass,cpor,cw,difvap,erc,esi,eic
      |                                           1
Warning: Unused dummy argument 'difvap' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:3:47:

    3 |      2  ,qsatv3d,temp3d,qsati3d,th2t3d,wtm,exbm,rbm
      |                                               1
Warning: Unused dummy argument 'exbm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:13:33:

   13 |      3  ,gm7,gm8,gm9,gmbp3,gmbov2,gmbov2g,bgrp,ex1,ex2
      |                                 1
Warning: Unused dummy argument 'gmbov2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:13:41:

   13 |      3  ,gm7,gm8,gm9,gmbp3,gmbov2,gmbov2g,bgrp,ex1,ex2
      |                                         1
Warning: Unused dummy argument 'gmbov2g' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:13:26:

   13 |      3  ,gm7,gm8,gm9,gmbp3,gmbov2,gmbov2g,bgrp,ex1,ex2
      |                          1
Warning: Unused dummy argument 'gmbp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:242:18:

  242 |       integer   ic
      |                  1
Warning: Unused variable 'ic' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:247:18:

  247 |       integer   ip
      |                  1
Warning: Unused variable 'ip' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:249:18:

  249 |       integer   jp
      |                  1
Warning: Unused variable 'jp' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:251:17:

  251 |       integer   m
      |                 1
Warning: Unused variable 'm' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:10:39:

   10 |      9  ,eri,egc,esc,esr,egi,egr,egs,mw,pi,praut1,praut2
      |                                       1
Warning: Unused dummy argument 'mw' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:253:17:

  253 |       integer   n
      |                 1
Warning: Unused variable 'n' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:6:12:

    6 |      5  ,nne,kk,i1d,j1d,ary1d,i1dflg,n1d,maxpt1d,maxvr1d
      |            1
Warning: Unused dummy argument 'nne' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:256:18:

  256 |       integer   np
      |                  1
Warning: Unused variable 'np' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:257:20:

  257 |       integer   npts
      |                    1
Warning: Unused variable 'npts' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:2:16:

    2 |      1  (cond,p3,qc3,qi3,qr3,qg3,qs3,qv3,th3,w3,pr3d
      |                1
Warning: Unused dummy argument 'p3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:22:52:

   22 |      7  ,pcond3,psmlti3,psacw3,pgacw3,piacw3,pchomo3,praut3,pracw3
      |                                                    1
Warning: Unused dummy argument 'pchomo3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:22:15:

   22 |      7  ,pcond3,psmlti3,psacw3,pgacw3,piacw3,pchomo3,praut3,pracw3
      |               1
Warning: Unused dummy argument 'pcond3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:35:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |                                   1
Warning: Unused dummy argument 'pconv3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:15:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |               1
Warning: Unused dummy argument 'pdepi3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:49:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |                                                 1
Warning: Unused dummy argument 'pgaci3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:27:15:

   27 |      1  ,pgacr3,psacr3,piacr3,prhomo3,pgacs3,pmltse3,pwacs3
      |               1
Warning: Unused dummy argument 'pgacr3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:24:38:

   24 |      9  ,pmltge3,pgmlt3,psmlt3,pgacrm3,pgacwm3,pracs3,pgshr3
      |                                      1
Warning: Unused dummy argument 'pgacrm3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:27:44:

   27 |      1  ,pgacr3,psacr3,piacr3,prhomo3,pgacs3,pmltse3,pwacs3
      |                                            1
Warning: Unused dummy argument 'pgacs3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:22:37:

   22 |      7  ,pcond3,psmlti3,psacw3,pgacw3,piacw3,pchomo3,praut3,pracw3
      |                                     1
Warning: Unused dummy argument 'pgacw3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:24:46:

   24 |      9  ,pmltge3,pgmlt3,psmlt3,pgacrm3,pgacwm3,pracs3,pgshr3
      |                                              1
Warning: Unused dummy argument 'pgacwm3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:28:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |                            1
Warning: Unused dummy argument 'pgdep3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:24:23:

   24 |      9  ,pmltge3,pgmlt3,psmlt3,pgacrm3,pgacwm3,pracs3,pgshr3
      |                       1
Warning: Unused dummy argument 'pgmlt3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:24:60:

   24 |      9  ,pmltge3,pgmlt3,psmlt3,pgacrm3,pgacwm3,pracs3,pgshr3
      |                                                            1
Warning: Unused dummy argument 'pgshr3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:27:29:

   27 |      1  ,pgacr3,psacr3,piacr3,prhomo3,pgacs3,pmltse3,pwacs3
      |                             1
Warning: Unused dummy argument 'piacr3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:22:44:

   22 |      7  ,pcond3,psmlti3,psacw3,pgacw3,piacw3,pchomo3,praut3,pracw3
      |                                            1
Warning: Unused dummy argument 'piacw3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:21:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |                     1
Warning: Unused dummy argument 'pint3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:24:16:

   24 |      9  ,pmltge3,pgmlt3,psmlt3,pgacrm3,pgacwm3,pracs3,pgshr3
      |                1
Warning: Unused dummy argument 'pmltge3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:27:52:

   27 |      1  ,pgacr3,psacr3,piacr3,prhomo3,pgacs3,pmltse3,pwacs3
      |                                                    1
Warning: Unused dummy argument 'pmltse3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:56:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |                                                        1
Warning: Unused dummy argument 'praci3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:24:53:

   24 |      9  ,pmltge3,pgmlt3,psmlt3,pgacrm3,pgacwm3,pracs3,pgshr3
      |                                                     1
Warning: Unused dummy argument 'pracs3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:22:66:

   22 |      7  ,pcond3,psmlti3,psacw3,pgacw3,piacw3,pchomo3,praut3,pracw3
      |                                                                  1
Warning: Unused dummy argument 'pracw3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:22:59:

   22 |      7  ,pcond3,psmlti3,psacw3,pgacw3,piacw3,pchomo3,praut3,pracw3
      |                                                           1
Warning: Unused dummy argument 'praut3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:63:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |                                                               1
Warning: Unused dummy argument 'prevp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:27:37:

   27 |      1  ,pgacr3,psacr3,piacr3,prhomo3,pgacs3,pmltse3,pwacs3
      |                                     1
Warning: Unused dummy argument 'prhomo3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:42:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |                                          1
Warning: Unused dummy argument 'psaci3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:27:22:

   27 |      1  ,pgacr3,psacr3,piacr3,prhomo3,pgacs3,pmltse3,pwacs3
      |                      1
Warning: Unused dummy argument 'psacr3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:22:30:

   22 |      7  ,pcond3,psmlti3,psacw3,pgacw3,piacw3,pchomo3,praut3,pracw3
      |                              1
Warning: Unused dummy argument 'psacw3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:23:70:

   23 |      8  ,pdepi3,pint3,pgdep3,pconv3,psaci3,pgaci3,praci3,prevp3,psdep3
      |                                                                      1
Warning: Unused dummy argument 'psdep3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:24:30:

   24 |      9  ,pmltge3,pgmlt3,psmlt3,pgacrm3,pgacwm3,pracs3,pgshr3
      |                              1
Warning: Unused dummy argument 'psmlt3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:22:23:

   22 |      7  ,pcond3,psmlti3,psacw3,pgacw3,piacw3,pchomo3,praut3,pracw3
      |                       1
Warning: Unused dummy argument 'psmlti3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:27:59:

   27 |      1  ,pgacr3,psacr3,piacr3,prhomo3,pgacs3,pmltse3,pwacs3
      |                                                           1
Warning: Unused dummy argument 'pwacs3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:331:19:

  331 |       real      sat
      |                   1
Warning: Unused variable 'sat' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:5:51:

    5 |      4  ,pcut,p00,r,rvap,sloper,slopes,slopeg,timea,lice
      |                                                   1
Warning: Unused dummy argument 'timea' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:356:29:

  356 |       real      tmp1    (len)
      |                             1
Warning: Unused variable 'tmp1' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:2:47:

    2 |      1  (cond,p3,qc3,qi3,qr3,qg3,qs3,qv3,th3,w3,pr3d
      |                                               1
Warning: Unused dummy argument 'w3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:348:29:

  348 |       real      wgt     (len)
      |                             1
Warning: Unused variable 'wgt' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/adjtq.F:3:42:

    3 |      2  ,qsatv3d,temp3d,qsati3d,th2t3d,wtm,exbm,rbm
      |                                          1
Warning: Unused dummy argument 'wtm' at (1) [-Wunused-dummy-argument]
[758/915] Linking Fortran static library src/Microphys/COAMPS_microphys/libcoamps_lib.a
[759/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_rad.F:424:72:

  424 |      & $Id: bugs_rad.F,v 1.2 2005-10-27 20:11:37 dschanen Exp $"
      |                                                                        1
Warning: CHARACTER expression will be truncated in assignment (80/121) at (1) [-Wcharacter-truncation]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_rad.F:506:14:

  506 |           if (acld_loc(i,l-1).eq.1.0) then
      |              1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_rad.F:512:14:

  512 |           if (acld_loc(i,l-1).eq.0.0) then
      |              1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_rad.F:523:14:

  523 |           if (acld_loc(i,l+1).eq.1.0) then
      |              1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_rad.F:529:14:

  529 |           if (acld_loc(i,l+1).eq.0.0) then
      |              1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_rad.F:27:51:

   27 |      +,                  qcwl ,     qcil ,     qril ,      o3l
      |                                                   1
Warning: Unused dummy argument 'qril' at (1) [-Wunused-dummy-argument]
[760/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90.o
[761/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1340:4:

 1340 |     FUNCTION gamma(x)
      |    1
Warning: 'gamma' declared at (1) may shadow the intrinsic of the same name.  In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1052:8:

 1052 |     IF (a == 0) THEN
      |        1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1054:12:

 1054 |     ELSEIF (a == 1) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1449:10:

 1449 |       IF (fn_val /= zero) THEN
      |          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1450:12:

 1450 |         IF (y1 /=aint(y1*half)*two) parity = .true.
      |            1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1536:10:

 1536 |       IF (fact /= one) fn_val=fact/fn_val
      |          1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1248:14:

 1248 |       ELSEIF (x == 0) THEN
      |              1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1304:10:

 1304 |       IF (x == 0.0_r8) THEN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1224:22:

 1224 |     IF ((x == 0).AND.(y == 0)) THEN
      |                      1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1224:9:

 1224 |     IF ((x == 0).AND.(y == 0)) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1173:8:

 1173 |     IF (y1 == 0) THEN
      |        1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1182:8:

 1182 |     IF (y2 == 0) THEN
      |        1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1132:10:

 1132 |       IF (s == 0) THEN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1086:23:

 1086 |     IF ((x1 == 0).AND.(y == 0)) THEN
      |                       1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1086:9:

 1086 |     IF ((x1 == 0).AND.(y == 0)) THEN
      |         1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1092:12:

 1092 |         IF (x1 == 0) THEN
      |            1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:820:10:

  820 |       IF (rho==0) THEN
      |          1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:2508:36:

 2497 |           DO l=0,40
      |                   2                 
......
 2508 |                 asp=asp+(l+1)*ast(k,l+1)*etal
      |                                    1
Warning: Array reference at (1) out of bounds (41 > 40) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:2515:34:

 2497 |           DO l=0,40
      |                   2               
......
 2515 |               bsp=bsp+(l+1)*bst(k,l+1)*etal
      |                                  1
Warning: Array reference at (1) out of bounds (41 > 40) in loop beginning at (2) [-Wdo-subscript]
[762/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90.o
[763/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:23:40:

   23 |      +,                  cldmax ,     b1 ,    b2 ,     b3
      |                                        1
Warning: Unused dummy argument 'b1' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:23:48:

   23 |      +,                  cldmax ,     b1 ,    b2 ,     b3
      |                                                1
Warning: Unused dummy argument 'b2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:23:57:

   23 |      +,                  cldmax ,     b1 ,    b2 ,     b3
      |                                                         1
Warning: Unused dummy argument 'b3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:24:31:

   24 |      +,                      b4 ,  umco2 , umch4 ,  umn2o
      |                               1
Warning: Unused dummy argument 'b4' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:22:57:

   22 |      +,                   cirho ,  o3mix ,    ts , cldamt
      |                                                         1
Warning: Unused dummy argument 'cldamt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:23:31:

   23 |      +,                  cldmax ,     b1 ,    b2 ,     b3
      |                               1
Warning: Unused dummy argument 'cldmax' at (1) [-Wunused-dummy-argument]
[764/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90.o
[765/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90.o
[766/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90.o
[767/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:29:50:

   29 |      +,                 umch4 ,   umn2o ,       b1 ,       b2
      |                                                  1
Warning: Unused dummy argument 'b1' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:29:61:

   29 |      +,                 umch4 ,   umn2o ,       b1 ,       b2
      |                                                             1
Warning: Unused dummy argument 'b2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:30:29:

   30 |      +,                    b3 ,      b4 ,     fdsw ,   fdswcl
      |                             1
Warning: Unused dummy argument 'b3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:30:39:

   30 |      +,                    b3 ,      b4 ,     fdsw ,   fdswcl
      |                                       1
Warning: Unused dummy argument 'b4' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:28:39:

   28 |      +,                 alndr ,  cldamt ,   cldmax ,    umco2
      |                                       1
Warning: Unused dummy argument 'cldamt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:28:50:

   28 |      +,                 alndr ,  cldamt ,   cldmax ,    umco2
      |                                                  1
Warning: Unused dummy argument 'cldmax' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:167:12:

  167 |      &, mbir    !Number of shortwave (LW) spectral intervals.
      |            1
Warning: Unused parameter 'mbir' declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:26:50:

   26 |      +,                 cirho ,   o3mix ,       ts ,     amu0
      |                                                  1
Warning: Unused dummy argument 'ts' at (1) [-Wunused-dummy-argument]
[768/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90.o
[769/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90.o
[770/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90.o
[771/915] Linking Fortran static library src/Radiation/BUGSrad/libbugsrad_lib.a
[772/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90.o
[773/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90.o
[774/915] Linking Fortran static library src/Microphys/KK_microphys/libKK_microphys_lib.a
[775/915] Generating Fortran dyndep file src/SILHS/CMakeFiles/silhs_lib.dir/Fortran.dd
[776/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90.o
[777/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90.o
[778/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90.o
[779/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90.o
[780/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90.o
[781/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90.o
[782/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90.o
[783/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90.o
[784/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/silhs_importance_sample_module.F90:638:62:

  633 |       do category=1, num_importance_categories
      |                                              2                
......
  638 |                rand_vect(sample) <  category_cumulative_probs(category+1) ) then
      |                                                              1
Warning: Array reference at (1) out of bounds (9 > 8) in loop beginning at (2) [-Wdo-subscript]
[785/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/latin_hypercube_driver_module.F90:2028:30:

 2028 |     integer :: sample, ivar, k
      |                              1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/latin_hypercube_driver_module.F90:72:8:

   72 |     use clubb_precision, only: &
      |        1
Warning: Unused parameter 'stat_rknd' which has been explicitly imported at (1) [-Wunused-parameter]
[786/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90.o
[787/915] Linking Fortran static library src/SILHS/libsilhs_lib.a
[788/915] Generating Fortran dyndep file src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/Fortran.dd
[789/915] Generating Fortran dyndep file src/Radiation/CMakeFiles/radiation_lib.dir/Fortran.dd
[790/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90.o
[791/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90.o
[792/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90.o
[793/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90.o
[794/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90.o
[795/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90.o
[796/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90.o
[797/915] Building Fortran object src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:300:17:

  300 |       COMPLEX*16, PRIVATE:: m_w_0, m_i_0
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:315:20:

  315 |       CHARACTER*256:: mp_debug
      |                    1
Warning: Obsolescent feature: Old-style character length at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:470:2:

  470 |          AG = 19.3
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:471:2:

  471 |          BG = 0.37
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:500:2:

  500 |          RHOG = 400.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:509:2:

  509 |          MG0 = 1.6E-10
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1001:2:

 1001 |           QG(I,K,j)        = QG1D(K)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1012:2:

 1012 |           EFFG(I,K,j)      = EFFG1D(K)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2143:47:

 2143 |                   2./(LAMR(K)**2*LAMG(K)**2)+                              &
      |                                                 1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2144:2:

 2144 |                                   0.5/(LAMR(k)*LAMG(k)**3)))
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2143:47:

 2143 |                   2./(LAMR(K)**2*LAMG(K)**2)+                              &
      |                                                 1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2144:2:

 2144 |                                   0.5/(LAMR(k)*LAMG(k)**3)))
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2143:47:

 2143 |                   2./(LAMR(K)**2*LAMG(K)**2)+                              &
      |                                                 1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2144:2:

 2144 |                                   0.5/(LAMR(k)*LAMG(k)**3)))
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2160:2:

 2160 |             END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2283:60:

 2283 |              PGMLT(K)=2.*PI*N0G(K)*KAP(K)*(TMELT-T3D(K))/                &
      |                                                                 1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3025:2:

 3025 |             PSACWG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3026:2:

 3026 |             PGSACW(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3028:2:

 3028 |             PRDG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3029:2:

 3029 |             EPRDG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3030:2:

 3030 |             NPRACG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3031:2:

 3031 |             NPSACWG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3032:2:

 3032 |             NSCNG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3033:3:

 3033 |             NGRACS(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3034:2:

 3034 |             NSUBG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3196:2:

 3196 |             END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3302:47:

 3302 |                   2./(LAMR(K)**2*LAMG(K)**2)+                              &
      |                                                 1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3303:2:

 3303 |                                   0.5/(LAMR(k)*LAMG(k)**3)))
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3302:47:

 3302 |                   2./(LAMR(K)**2*LAMG(K)**2)+                              &
      |                                                 1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3303:2:

 3303 |                                   0.5/(LAMR(k)*LAMG(k)**3)))
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3302:47:

 3302 |                   2./(LAMR(K)**2*LAMG(K)**2)+                              &
      |                                                 1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3303:2:

 3303 |                                   0.5/(LAMR(k)*LAMG(k)**3)))
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3317:2:

 3317 |             END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3457:2:

 3457 |            IF (PSACWS(K).GT.0.) THEN
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3462:2:

 3462 |              PGSACW(K) = MIN(PSACWS(K),CONS17*DT*N0S(K)*QC3D(K)*QC3D(K)* &
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3467:2:

 3467 |              DUM = MAX(RHOSN/(RHOG-RHOSN)*PGSACW(K),0.)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3470:2:

 3470 |              NSCNG(K) = DUM/MG0*RHO(K)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3477:2:

 3477 |            END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3481:2:

 3481 |            IF (PRACS(K).GT.0.) THEN
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3485:2:

 3485 |               DUM = CONS18*(4./LAMS(K))**3*(4./LAMS(K))**3 &
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3490:2:

 3490 |               PGRACS(K) = (1.-DUM)*PRACS(K)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3502:2:

 3502 |            END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3780:2:

 3780 |                PRDG(K) = FUDGEF*PRDG(K)*DUM/SUM_DEP
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3831:2:

 3831 |             PSACWG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3832:2:

 3832 |             PGSACW(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3834:2:

 3834 |             PRDG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3835:2:

 3835 |             EPRDG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3838:2:

 3838 |             NPRACG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3839:2:

 3839 |             NPSACWG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3840:2:

 3840 |             NSCNG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3841:3:

 3841 |             NGRACS(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3842:2:

 3842 |             NSUBG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3843:2:

 3843 |             NGMLTG(K) = 0.
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3865:2:

 3865 |         PGSACW(K) = PGSACW(K)*RATIO
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4567:2:

 4567 |         DUMG(K) = QG3D(K)+QG3DTEN(K)*DT
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4568:2:

 4568 |         DUMFNG(K) = NG3D(K)+NG3DTEN(K)*DT
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4714:2:

 4714 |         IF (K.LE.KTE-1) THEN
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4716:2:

 4716 |         FR(K)=FR(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4717:2:

 4717 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4719:2:

 4719 |         FI(K)=FI(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4720:2:

 4720 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4722:2:

 4722 |         FNI(K)=FNI(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4723:2:

 4723 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4725:2:

 4725 |         FS(K)=FS(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4726:2:

 4726 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4728:2:

 4728 |         FNS(K)=FNS(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4729:2:

 4729 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4731:2:

 4731 |         FNR(K)=FNR(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4732:2:

 4732 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4734:2:

 4734 |         FC(K)=FC(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4735:2:

 4735 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4737:2:

 4737 |         FNC(K)=FNC(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4738:2:

 4738 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4740:2:

 4740 |         FG(K)=FG(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4741:2:

 4741 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4743:2:

 4743 |         FNG(K)=FNG(K+1)
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4744:2:

 4744 |         END IF
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4745:2:

 4745 |         END IF ! K LE KTE-1
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5444:2:

 5444 |         6.11147274, 0.503160820, 0.188439774e-1, &
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5446:58:

 5446 |         0.385852041e-9, 0.146898966e-11, 0.252751365e-14/
      |                                                          1      
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5453:2:

 5453 |         6.11239921, 0.443987641, 0.142986287e-1, &
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5494:6:

 5494 |       REAL FUNCTION GAMMA(X)
      |      1
Warning: 'gamma' declared at (1) may shadow the intrinsic of the same name.  In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5619:60:

 5619 |            -5.952379913043012E-04,7.93650793500350248E-04,                                 &
      |                                                                 1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5620:73:

 5620 |            -2.777777777777681622553E-03,8.333333333333333331554247E-02,    &
      |                                                                         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5625:23:

 5625 |       CONV(I) = REAL(I)
      |                       1
Warning: Obsolescent feature: Statement function at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5741:36:

 5741 |          1.12837916709551257377E0,                                &
      |                                         1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5748:36:

 5748 |          0.84270079294971486929E0,                                                        &
      |                                         1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5755:37:

 5755 |          0.67493323603965504676E0,                                                        &
      |                                         1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5762:36:

 5762 |          0.56909076642393639985E0,                                                        &
      |                                         1~~~~~~~
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5771:65:

 5771 |          -0.00000000029734388465E0,  0.00000000269776334046E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5773:65:

 5773 |          -0.00000021854388148686E0,  0.00000266246030457984E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5774:65:

 5774 |           0.00001612722157047886E0, -0.00025616361025506629E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5775:65:

 5775 |           0.00015380842432375365E0,  0.00815533022524927908E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5780:65:

 5780 |           0.00000000522461866919E0,  0.00000000342940918551E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5781:65:

 5781 |          -0.00000035772874310272E0,  0.00000019999935792654E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5782:65:

 5782 |           0.00002687044575042908E0, -0.00011843240273775776E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5783:65:

 5783 |          -0.00080991728956032271E0,  0.00661062970502241174E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5784:65:

 5784 |           0.00909530922354827295E0, -0.20160072778491013140E0,  &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5788:64:

 5788 |          0.00000000063675740242E0,  0.00000003377623323271E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5789:64:

 5789 |         -0.00000015451139637086E0, -0.00000203340624738438E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5790:64:

 5790 |          0.00001947204525295057E0,  0.00002854147231653228E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5791:64:

 5791 |         -0.00101565063152200272E0,  0.00271187003520095655E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5792:64:

 5792 |          0.02328095035422810727E0, -0.16725021123116877197E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5796:64:

 5796 |         -0.00000000264888267434E0,  0.00000002050708040581E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5797:64:

 5797 |          0.00000011371857327578E0, -0.00000211211337219663E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5798:64:

 5798 |          0.00000368797328322935E0,  0.00009823686253424796E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5799:64:

 5799 |         -0.00065860243990455368E0, -0.00075285814895230877E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5800:64:

 5800 |          0.02585434424202960464E0, -0.11637092784486193258E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5803:64:

 5803 |         -0.00000000000367789363E0,  0.00000000020876046746E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5804:64:

 5804 |         -0.00000000193319027226E0, -0.00000000435953392472E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5805:64:

 5805 |          0.00000018006992266137E0, -0.00000078441223763969E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5806:64:

 5806 |         -0.00000675407647949153E0,  0.00008428418334440096E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5807:64:

 5807 |         -0.00017604388937031815E0, -0.00239729611435071610E0,   &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5819:65:

 5819 |               A(K + 8)) * T + A(K + 9)) * T + A(K + 10)) * T +    &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5826:64:

 5826 |               B(K + 2)) * T + B(K + 3)) * T + B(K + 4)) * T +     &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5827:64:

 5827 |               B(K + 5)) * T + B(K + 6)) * T + B(K + 7)) * T +     &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5828:65:

 5828 |               B(K + 8)) * T + B(K + 9)) * T + B(K + 10)) * T +    &
      |                                                                 1
Warning: Nonconforming tab character at (1) [-Wtabs]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5894:17:

 5894 |       COMPLEX*16 FUNCTION m_complex_water_ray(lambda,T)
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5905:17:

 5905 |       COMPLEX*16, PARAMETER:: i = (0d0,1d0)
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5928:17:

 5928 |       COMPLEX*16 FUNCTION m_complex_ice_maetzler(lambda,T)
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5976:17:

 5976 |       COMPLEX*16, INTENT(in):: m_w, m_i
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5980:17:

 5980 |       COMPLEX*16:: m_core, m_air
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6066:17:

 6066 |       complex*16 function get_m_mix_nested (m_a, m_i, m_w, volair,      &
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6073:17:

 6073 |       COMPLEX*16, INTENT(in):: m_a, m_i, m_w
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6079:17:

 6079 |       COMPLEX*16:: mtmp
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6204:17:

 6204 |       COMPLEX*16 FUNCTION get_m_mix (m_a, m_i, m_w, volair, volice,     &
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6210:17:

 6210 |       COMPLEX*16, INTENT(in):: m_a, m_i, m_w
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6248:17:

 6248 |       COMPLEX*16 FUNCTION m_complex_maxwellgarnett(vol1, vol2, vol3,    &
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6253:17:

 6253 |       COMPLEX*16 :: m1, m2, m3
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6257:17:

 6257 |       COMPLEX*16 :: beta2, beta3, m1t, m2t, m3t
      |                 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3690:4:

 3690 |  101      CONTINUE
      |    1
Warning: Label 101 at (1) defined but not used [-Wunused-label]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6691:13:

 6691 |     T_IN_K = T_IN_K - ( Lv / Cp * ( DELTA_QT_COND_LIQ ) ) &
      |             1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6507:35:

 6507 |          if (L_qr(k)) ze_rain(k) = N0_r(k)*720.*ilamr(k)**7
      |                                   1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6509:35:

 6509 |          if (L_qs(k)) ze_snow(k) = (0.176/0.93) * (6.0/PI)*(6.0/PI)     &
      |                                   1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6512:38:

 6512 |          if (L_qg(k)) ze_graupel(k) = (0.176/0.93) * (6.0/PI)*(6.0/PI)  &
      |                                      1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6576:18:

 6576 |          dBZ(k) = 10.*log10((ze_rain(k)+ze_snow(k)+ze_graupel(k))*1.d18)
      |                  1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6266:38:

 6266 |        m_complex_maxwellgarnett=CMPLX(-999.99d0,-999.99d0)
      |                                      1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6215:24:

 6215 |       get_m_mix = CMPLX(1.0d0,0.0d0)
      |                        1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6086:31:

 6086 |       get_m_mix_nested = CMPLX(1.0d0,0.0d0)
      |                               1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6197:32:

 6197 |        get_m_mix_nested = CMPLX(1.0d0,0.0d0)
      |                                1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5960:37:

 5960 |                              + CMPLX(0.0d0, (alfa/f + beta*f))
      |                                     1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5922:39:

 5922 |       m_complex_water_ray = SQRT(CMPLX(epsr,-epsi))
      |                                       1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5637:11:

 5637 |         IF(RES.NE.ZERO)THEN
      |           1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5638:13:

 5638 |           IF(Y1.NE.AINT(Y1*HALF)*TWO)PARITY=.TRUE.
      |             1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5721:9:

 5721 |       IF(FACT.NE.ONE)RES=FACT/RES
      |         1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1545:22:

 1545 |             CPM(K)  = Cp
      |                      1
Warning: Change of value in conversion from 'REAL(8)' to 'REAL(4)' at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1568:21:

 1568 |             QVS(K) = EP_2*EVS(K)/(PRES(K)-EVS(K))
      |                     1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1569:21:

 1569 |             QVI(K) = EP_2*EIS(K)/(PRES(K)-EIS(K))
      |                     1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1793:18:

 1793 |             DUM = (RV*T3D(K)**2)
      |                  1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2385:33:

 2385 |         IF (PRACS(K) .ne. 0. .or. PRACG(K) .ne. 0.) THEN
      |                                 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2385:12:

 2385 |         IF (PRACS(K) .ne. 0. .or. PRACG(K) .ne. 0.) THEN
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2458:15:

 2458 |       DUMQSS = EP_2*dum/(PRES(K)-dum)
      |               1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2465:15:

 2465 |       PCC(K) = DUMS/(1.+XXLV(K)**2*DUMQSS/(CPM(K)*RV*DUMT**2))/DT
      |               1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2594:16:

 2594 |            DUM3=(QVS(K)*RHO(K)/(PRES(K)-EVS(K))+DQSDT/CP)*G*DUM
      |                1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3968:12:

 3968 |         IF (PCC(K) .ne. 0.) THEN
      |            1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4022:15:

 4022 |       DUMQSS = EP_2*dum/(PRES(K)-dum)
      |               1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4029:15:

 4029 |       PCC(K) = DUMS/(1.+XXLV(K)**2*DUMQSS/(CPM(K)*RV*DUMT**2))/DT
      |               1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4174:16:

 4174 |            DUM3=(QVS(K)*RHO(K)/(PRES(K)-EVS(K))+DQSDT/CP)*G*DUM
      |                1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4941:21:

 4941 |             QVS(K) = EP_2*EVS(K)/(PRES(K)-EVS(K))
      |                     1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4942:21:

 4942 |             QVI(K) = EP_2*EIS(K)/(PRES(K)-EIS(K))
      |                     1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:479:13:

  479 |          R = Rd
      |             1
Warning: Change of value in conversion from 'REAL(8)' to 'REAL(4)' at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:481:17:

  481 |          TMELT = T_freeze_K
      |                 1
Warning: Change of value in conversion from 'REAL(8)' to 'REAL(4)' at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:519:13:

  519 |          G = grav
      |             1
Warning: Change of value in conversion from 'REAL(8)' to 'REAL(4)' at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6326:17:

 6326 |       INTEGER:: i, k, k_0
      |                 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6305:38:

 6305 |                           kts, kte, ii, jj, nr1d, ns1d, ng1d)
      |                                      1
Warning: Unused dummy argument 'ii' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6305:42:

 6305 |                           kts, kte, ii, jj, nr1d, ns1d, ng1d)
      |                                          1
Warning: Unused dummy argument 'jj' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5967:56:

 5967 |                      meltratio_outside, m_w, m_i, lambda, C_back,       &
      |                                                        1
Warning: Unused dummy argument 'lambda' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5981:45:

 5981 |       REAL(8):: D_large, D_g, rhog, x_w, xw_a, fm, fmgrenz,    &
      |                                             1
Warning: Unused variable 'xw_a' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5905:31:

 5905 |       COMPLEX*16, PARAMETER:: i = (0d0,1d0)
      |                               1
Warning: Unused parameter 'i' declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5904:35:

 5904 |       REAL(8):: alpha,lambdas,sigma,nenner
      |                                   1
Warning: Unused variable 'sigma' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5435:14:

 5435 |       REAL DUM
      |              1
Warning: Unused variable 'dum' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1401:15:

 1401 |       REAL ANUC,BNUC
      |               1
Warning: Unused variable 'anuc' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1401:20:

 1401 |       REAL ANUC,BNUC
      |                    1
Warning: Unused variable 'bnuc' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1316:18:

 1316 |      REAL    COFFI                    ! ICE AUTOCONVERSION PARAMETER
      |                  1
Warning: Unused variable 'coffi' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1389:15:

 1389 |        REAL CRY,KRY   ! AEROSOL ACTIVATION PARAMETERS
      |               1
Warning: Unused variable 'cry' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1382:15:

 1382 |      REAL    CT      ! DROPLET ACTIVATION PARAMETER
      |               1
Warning: Unused variable 'ct' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:25:

 1393 |      REAL DUMQI,DUMNI,DC0,DS0,DG0
      |                         1
Warning: Unused variable 'dc0' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:33:

 1393 |      REAL DUMQI,DUMNI,DC0,DS0,DG0
      |                                 1
Warning: Unused variable 'dg0' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:29:

 1393 |      REAL DUMQI,DUMNI,DC0,DS0,DG0
      |                             1
Warning: Unused variable 'ds0' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:21:

 1393 |      REAL DUMQI,DUMNI,DC0,DS0,DG0
      |                     1
Warning: Unused variable 'dumni' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:15:

 1393 |      REAL DUMQI,DUMNI,DC0,DS0,DG0
      |               1
Warning: Unused variable 'dumqi' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1394:21:

 1394 |      REAL DUMQC,DUMQR,RATIO,SUM_DEP,FUDGEF
      |                     1
Warning: Unused variable 'dumqr' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1350:48:

 1350 |      REAL DUM,DUM1,DUM2,DUMT,DUMQV,DUMQSS,DUMQSI,DUMS,TMPNUM
      |                                                1
Warning: Unused variable 'dumqsi' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1055:31:

 1055 |                         IMS,IME, JMS,JME, KMS,KME,&
      |                               1
Warning: Unused dummy argument 'ime' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1055:27:

 1055 |                         IMS,IME, JMS,JME, KMS,KME,&
      |                           1
Warning: Unused dummy argument 'ims' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1056:31:

 1056 |                         ITS,ITE, JTS,JTE, KTS,KTE,& ! ADD GRAUPEL
      |                               1
Warning: Unused dummy argument 'ite' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1056:27:

 1056 |                         ITS,ITE, JTS,JTE, KTS,KTE,& ! ADD GRAUPEL
      |                           1
Warning: Unused dummy argument 'its' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1055:40:

 1055 |                         IMS,IME, JMS,JME, KMS,KME,&
      |                                        1
Warning: Unused dummy argument 'jme' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1055:36:

 1055 |                         IMS,IME, JMS,JME, KMS,KME,&
      |                                    1
Warning: Unused dummy argument 'jms' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1056:40:

 1056 |                         ITS,ITE, JTS,JTE, KTS,KTE,& ! ADD GRAUPEL
      |                                        1
Warning: Unused dummy argument 'jte' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1056:36:

 1056 |                         ITS,ITE, JTS,JTE, KTS,KTE,& ! ADD GRAUPEL
      |                                    1
Warning: Unused dummy argument 'jts' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1386:16:

 1386 |      REAL    KEL     ! KELVIN PARAMETER
      |                1
Warning: Unused variable 'kel' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1389:19:

 1389 |        REAL CRY,KRY   ! AEROSOL ACTIVATION PARAMETERS
      |                   1
Warning: Unused variable 'kry' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1231:38:

 1231 |      REAL, DIMENSION(KMS:KME) ::  PCCN      ! CHANGE Q DROPLET ACTIVATION
      |                                      1
Warning: Unused variable 'pccn' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1325:40:

 1325 |       REAL FALTNDR,FALTNDI,FALTNDNI,RHO2
      |                                        1
Warning: Unused variable 'rho2' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1384:17:

 1384 |      REAL    SAT1    ! DUMMY SATURATION
      |                 1
Warning: Unused variable 'sat1' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1383:18:

 1383 |      REAL    TEMP1   ! DUMMY TEMPERATURE
      |                  1
Warning: Unused variable 'temp1' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1397:13:

 1397 |      REAL WEF
      |             1
Warning: Unused variable 'wef' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:752:42:

  752 |                 RHO, PII, P, DT_IN, DZ, HT, W,          &
      |                                          1
Warning: Unused dummy argument 'ht' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:23:

  758 |                ,IDS,IDE, JDS,JDE, KDS,KDE               & ! domain dims
      |                       1
Warning: Unused dummy argument 'ide' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:19:

  758 |                ,IDS,IDE, JDS,JDE, KDS,KDE               & ! domain dims
      |                   1
Warning: Unused dummy argument 'ids' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:749:31:

  749 | SUBROUTINE MP_GRAUPEL(ITIMESTEP,                       &
      |                               1
Warning: Unused dummy argument 'itimestep' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:32:

  758 |                ,IDS,IDE, JDS,JDE, KDS,KDE               & ! domain dims
      |                                1
Warning: Unused dummy argument 'jde' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:28:

  758 |                ,IDS,IDE, JDS,JDE, KDS,KDE               & ! domain dims
      |                            1
Warning: Unused dummy argument 'jds' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:41:

  758 |                ,IDS,IDE, JDS,JDE, KDS,KDE               & ! domain dims
      |                                         1
Warning: Unused dummy argument 'kde' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:37:

  758 |                ,IDS,IDE, JDS,JDE, KDS,KDE               & ! domain dims
      |                                     1
Warning: Unused dummy argument 'kds' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:66:

  860 |                             QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
      |                                                                  1
Warning: Unused variable 'qcsten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:34:

  860 |                             QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
      |                                  1
Warning: Unused variable 'qgsten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:49:

  860 |                             QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
      |                                                 1
Warning: Unused variable 'qisten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:58:

  860 |                             QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
      |                                                          1
Warning: Unused variable 'qnisten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:41:

  860 |                             QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
      |                                         1
Warning: Unused variable 'qrsten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:752:19:

  752 |                 RHO, PII, P, DT_IN, DZ, HT, W,          &
      |                   1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:750:67:

  750 |                 TH, QV, QC, QR, QI, QS, QG, NI, NC, NS, NR, NG, TKE, NCTEND, &
      |                                                                   1
Warning: Unused dummy argument 'tke' at (1) [-Wunused-dummy-argument]
[798/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90.o
[799/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90.o
[800/915] Linking Fortran static library src/Microphys/Morrison_microphys/libmorrison_microphys_lib.a
[801/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90.o
[802/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/radiation_module.F90:520:55:

  520 |                lh_sample_point_weights, hydromet, stats, icol,         &
      |                                                       1
Warning: Unused dummy argument 'stats' at (1) [-Wunused-dummy-argument]
[803/915] Linking Fortran static library src/Radiation/libradiation_lib.a
[804/915] Generating Fortran dyndep file src/Input_fields/CMakeFiles/input_fields_lib.dir/Fortran.dd
[805/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90.o
[806/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90.o
[807/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90.o
[808/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90.o
[809/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90.o
[810/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_grads.F90.o
[811/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90.o
[812/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90.o
[813/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Numerical_recipes/amebsa.f90:25:31:

   25 | INTEGER(I4B), PARAMETER :: NMAX=200
      |                               1
Warning: Unused parameter 'nmax' declared at (1) [-Wunused-parameter]
[814/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Numerical_recipes/ran_state.f90:8:59:

    8 |   INTEGER(K4B), PARAMETER :: hg=huge(1_K4B), hgm=-hg, hgng=hgm-1
      |                                                           1
Warning: Integer outside symmetric range implied by Standard Fortran at (1)
[815/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90.o
[816/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Input_fields/input_reader.F90:498:28:

  491 |     do i=1, dim_grid
      |                    2        
......
  498 |         if ( grid(i) < grid(i-1) ) then
      |                            1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
[817/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90.o
[818/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90.o
[819/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90.o
[820/915] Linking Fortran static library src/Numerical_recipes/libnumerical_recipes_lib.a
[821/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90.o
[822/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90.o
[823/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90.o
[824/915] Linking Fortran static library src/Input_fields/libinput_fields_lib.a
[825/915] Generating Fortran dyndep file src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Fortran.dd
[826/915] Generating Fortran dyndep file src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/Fortran.dd
[827/915] Generating Fortran dyndep file src/Microphys/CMakeFiles/microphys_lib.dir/Fortran.dd
[828/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90.o
[829/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90.o
[830/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90.o
[831/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90.o
[832/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90.o
[833/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90.o
[834/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90.o
[835/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90.o
[836/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90.o
[837/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90.o
[838/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90.o
[839/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/ice_dfsn_module.F90:272:25:

  207 |     do k = gr%nzt, 1, -1
      |                        2 
......
  272 |           mass_ice_cryst(k-1) = mass_ice_cryst(k)  &
      |                         1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/ice_dfsn_module.F90:287:25:

  207 |     do k = gr%nzt, 1, -1
      |                        2 
......
  287 |           mass_ice_cryst(k-1) = mass_ice_cryst(k)
      |                         1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
[840/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90.o
[841/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90.o
[842/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:393:27:

  393 |                  .or. any( field(:,upper_hf_level:nz) /= field(:,upper_hf_level:nz) ) ) then
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:392:22:

  392 |             if ( any( field(:,1:lower_hf_level) /= field(:,1:lower_hf_level) ) &
      |                      1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:444:22:

  444 |             if ( any( field_rev_rev /= field ) ) then
      |                      1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:215:27:

  215 |                  .or. any( field(:,upper_hf_level:nz) /= field(:,upper_hf_level:nz) ) ) then
      |                           1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:214:22:

  214 |             if ( any( field(:,1:lower_hf_level) /= field(:,1:lower_hf_level) ) &
      |                      1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:266:22:

  266 |             if ( any( field_rev_rev /= field ) ) then
      |                      1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[843/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90.o
[844/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90.o
[845/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/silhs_category_variance_module.F90:18:61:

   18 |                X_mixt_comp_all_levs, microphys_stats_vars_all, &
      |                                                             1
Warning: Unused dummy argument 'microphys_stats_vars_all' at (1) [-Wunused-dummy-argument]
[846/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90.o
[847/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90.o
[848/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90.o
[849/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90.o
[850/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90.o
[851/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90.o
[852/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90.o
[853/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90.o
[854/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90.o
[855/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90.o
[856/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90.o
[857/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90.o
[858/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90.o
[859/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90.o
[860/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90.o
[861/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/ekman.F90:20:37:

   20 |   subroutine ekman_sfclyr( ngrdcol, z, &
      |                                     1
Warning: Unused dummy argument 'z' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/ekman.F90:42:8:

   42 |       z0 = 0.0001_core_rknd ! Momentum roughness height
      |        1
Warning: Unused parameter 'z0' declared at (1) [-Wunused-parameter]
[862/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90.o
[863/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90.o
[864/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90.o
[865/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90.o
[866/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90.o
[867/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90.o
[868/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90.o
[869/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90.o
[870/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90.o
[871/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90.o
[872/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90.o
[873/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90.o
[874/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90.o
[875/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90.o
[876/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90.o
[877/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90.o
[878/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90.o
[879/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90.o
[880/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90.o
[881/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90.o
[882/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90.o
[883/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90.o
[884/915] Linking Fortran static library src/G_unit_test_types/libG_unit_test_lib.a
[885/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/advance_microphys_module.F90:586:8:

  586 |     use parameters_microphys, only: &
      |        1
Warning: Unused module variable 'l_upwind_diff_sed' which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/advance_microphys_module.F90:728:34:

  728 |       name_hmp2, name_wp, name_khm
      |                                  1
Warning: Unused variable 'name_khm' declared at (1) [-Wunused-variable]
[886/915] Generating Fortran dyndep file src/CMakeFiles/G_unit_tests.dir/Fortran.dd
[887/915] Building Fortran object src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90.o
[888/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90:937:8:

  937 |     use clubb_precision, only: &
      |        1
Warning: Unused parameter 'time_precision' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90:58:8:

   58 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'kappa' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90:58:8:

   58 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'p0' which has been explicitly imported at (1) [-Wunused-parameter]
[889/915] Linking Fortran static library src/Benchmark_cases/libbenchmark_cases_lib.a
[890/915] Linking Fortran executable src/G_unit_tests
[891/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys_module.F90:43:35:

   43 |   subroutine KK_local_microphys( gr, dt, nzt,                           & ! In
      |                                   1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys_module.F90:50:44:

   50 |                                  stats, icol,                           & ! In
      |                                            1
Warning: Unused dummy argument 'icol' at (1) [-Wunused-dummy-argument]
[892/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/morrison_microphys_module.F90:21:26:

   21 |                stats, icol,         &
      |                          1
Warning: Unused dummy argument 'icol' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/morrison_microphys_module.F90:20:33:

   20 |                saturation_formula, &
      |                                 1
Warning: Unused dummy argument 'saturation_formula' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/morrison_microphys_module.F90:21:20:

   21 |                stats, icol,         &
      |                    1
Warning: Unused dummy argument 'stats' at (1) [-Wunused-dummy-argument]
[893/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/estimate_scm_microphys_module.F90:403:8:

  403 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'fstderr' which has been explicitly imported at (1) [-Wunused-parameter]
[894/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90.o
[895/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90.o
[896/915] Linking Fortran static library src/Microphys/libmicrophys_lib.a
[897/915] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_lib.dir/Fortran.dd
[898/915] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/soil_vegetation.F90.o
[899/915] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/generalized_grid_test.F90:2424:8:

 2424 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'eps' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/generalized_grid_test.F90:698:29:

  698 |       i, sclr, edsclr, hm_idx
      |                             1
Warning: Unused variable 'hm_idx' declared at (1) [-Wunused-variable]
[900/915] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:355:13:

  355 |     rad_dummy ! Dummy variable for radiation levels
      |             1
Warning: Unused PRIVATE module variable 'rad_dummy' declared at (1) [-Wunused-value]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:403:25:

  403 |     rho_ds_zm_dycore_init
      |                         1
Warning: Unused PRIVATE module variable 'rho_ds_zm_dycore_init' declared at (1) [-Wunused-value]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:4524:41:

 4524 |                 grid_adapt_in_time_method, &
      |                                         1
Warning: Unused dummy argument 'grid_adapt_in_time_method' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:4523:33:

 4523 |                 l_add_dycore_grid, &
      |                                 1
Warning: Unused dummy argument 'l_add_dycore_grid' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:3126:18:

 3126 |       l_stats_last
      |                  1
Warning: Unused variable 'l_stats_last' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:3146:14:

 3146 |       ret_code, &
      |              1
Warning: Unused variable 'ret_code' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:2641:49:

 2641 |   subroutine set_case_initial_conditions(err_info)
      |                                                 1
Warning: Unused dummy argument 'err_info' at (1) [-Wunused-dummy-argument]
[901/915] Linking Fortran static library src/libclubb_driver_lib.a
[902/915] Generating Fortran dyndep file src/CMakeFiles/clubb_standalone.dir/Fortran.dd
[903/915] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_test.dir/Fortran.dd
[904/915] Generating Fortran dyndep file src/CMakeFiles/clubb_tuner.dir/Fortran.dd
[905/915] Generating Fortran dyndep file src/CMakeFiles/clubb_thread_test.dir/Fortran.dd
[906/915] Building Fortran object src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90.o
[907/915] Building Fortran object src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver_test.F90:17:6:

   17 |   use error_code, only: &
      |      1
Warning: Unused parameter 'clubb_generalized_grd_test_err' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver_test.F90:21:6:

   21 |   use model_flags, only: &
      |      1
Warning: Unused parameter 'l_test_grid_generalization' which has been explicitly imported at (1) [-Wunused-parameter]
[908/915] Building Fortran object src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90.o
[909/915] Linking Fortran executable src/clubb_thread_test
[910/915] Linking Fortran executable src/clubb_driver_test
[911/915] Linking Fortran executable src/clubb_standalone
[912/915] Building Fortran object src/CMakeFiles/clubb_tuner.dir/error.F90.o
[913/915] Building Fortran object src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_tuner.F90:294:6:

  294 |   use nrtype, only:  &
      |      1
Warning: Unused parameter 'sp' which has been explicitly imported at (1) [-Wunused-parameter]
[914/915] Linking Fortran executable src/clubb_tuner
[914/915] Install the project...
-- Install configuration: "Debug"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/libclubb_driver_lib.a
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_tuner
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_tuner" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/G_unit_tests
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/G_unit_tests" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_thread_test
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_thread_test" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_standalone
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_standalone" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_driver_test
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_driver_test" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
check_for_missing_threadprivate.py has begun.
File /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/corr_varnce_module.F90 failed:
  Missing threadprivate for:
    corr_array_n_below_def
    corr_array_n_cloud_def
File /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/error_code.F90 failed:
  Missing threadprivate for:
    clubb_debug_level
File /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/sponge_layer_damping.F90 failed:
  Missing threadprivate for:
    wp3_sponge_damp_settings
    wp2_sponge_damp_settings
    wp3_sponge_damp_profile
    up2_vp2_sponge_damp_profile
    thlm_sponge_damp_settings
    up2_vp2_sponge_damp_settings
    thlm_sponge_damp_profile
    rtm_sponge_damp_profile
    uv_sponge_damp_settings
    uv_sponge_damp_profile
    wp2_sponge_damp_profile
    rtm_sponge_damp_settings
File /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90 failed:
  Missing threadprivate for:
    ret_code
check_for_missing_threadprivate.py did not pass.
failedFiles = ['/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/corr_varnce_module.F90', '/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/error_code.F90', '/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/sponge_layer_damping.F90', '/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90']
===============================================================
THREADPRIVATE CHECK FAILED
  THIS IS PRINTED IN ALL RED, CAPITAL LETTERS, AND USES
  AN EXCLAMATION MARK TO ENSURE THE DEVELOPERS FEEL SHAME!
  IF YOU ARE ONE OF THESE "DEVELOPERS" CHECK THE
  LOG FILE FOR DETAILS: /home/jenkins/workspace/clubb_openmp_gfortran_test/build/gfortran_DEBUG_PRECdouble/cmake_build_output.txt
===============================================================
CLUBBStandardsCheck.py has begun.
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/generalized_grid_test.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 3: module generalized_grid_test
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/generalized_grid_test.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 903 : 115 chars :       if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then
line 1071 : 101 chars :               rtm_ref_flip, thlm_ref_flip, um_ref_flip, vm_ref_flip, ug_flip, vg_flip, & ! Intent(in)
line 1084 : 111 chars :               um_flip, vm_flip, upwp_flip, vpwp_flip, up2_flip, vp2_flip, up3_flip, vp3_flip, & ! Intent(inout)
line 1086 : 111 chars :               wp2_flip, wp3_flip, rtp2_flip, rtp3_flip, thlp2_flip, thlp3_flip, rtpthlp_flip, & ! Intent(inout)
line 1092 : 109 chars :               wp2rtp_flip, wp2thlp_flip, uprcp_flip, vprcp_flip, rc_coef_zm_flip, wp4_flip, & ! intent(inout)
line 1093 : 105 chars :               wpup2_flip, wpvp2_flip, wp2up2_flip, wp2vp2_flip, ice_supersat_frac_flip, & ! intent(inout)
line 1582 : 115 chars :       if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then
line 1609 : 102 chars :                                     pdf_implicit_coefs_terms_flip%coef_wp2up_implicit, nzt, ngrdcol, &
line 1613 : 102 chars :                                     pdf_implicit_coefs_terms_flip%term_wp2up_explicit, nzt, ngrdcol, &
line 1617 : 102 chars :                                     pdf_implicit_coefs_terms_flip%coef_wp2vp_implicit, nzt, ngrdcol, &
line 1621 : 102 chars :                                     pdf_implicit_coefs_terms_flip%term_wp2vp_explicit, nzt, ngrdcol, &
line 1655 : 102 chars :                                     pdf_implicit_coefs_terms_flip%coef_wpup2_implicit, nzt, ngrdcol, &
line 1659 : 102 chars :                                     pdf_implicit_coefs_terms_flip%term_wpup2_explicit, nzt, ngrdcol, &
line 1663 : 102 chars :                                     pdf_implicit_coefs_terms_flip%coef_wpvp2_implicit, nzt, ngrdcol, &
line 1667 : 102 chars :                                     pdf_implicit_coefs_terms_flip%term_wpvp2_explicit, nzt, ngrdcol, &
line 2471 : 105 chars :       tolerance = max( 1.e-8_core_rknd, epsilon(tolerance) )    ! max statement for single precision runs
----------------------------------------------------------------------------------------------------
--------------------- Implicit None Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90 ---------------------
WARNING: 'use' statements without 'only' found in the following lines:
WARNING: Check that comma is on same line as 'use', as CLUBB requires.
3107 :     use gptl
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 200 : 110 chars :     l_modify_ic_with_cubic_int, & ! Flag for interpolating the sounding profile with Steffen's monotone cubic
line 201 : 110 chars :                                   ! method to obtain smoother initial condition profile, which is found to be
line 202 : 111 chars :                                   ! beneficial to achive a better numerical solution convergence. If this flag
line 203 : 118 chars :                                   ! is turned off, the initial conditions will be generated with linear interpolation.
line 204 : 111 chars :                                   ! This is done on a case-by-case basis, since using the monotone cubic method
line 205 : 109 chars :                                   ! requires a special sounding.in file with many additional sounding levels.
line 206 : 109 chars :     l_modify_bc_for_cnvg_test, &  ! Flag to activate modifications on boundary condition for convergence test
line 738 : 101 chars :   !$omp  sens_ht, latent_ht, lmin, vert_decorr_coef, deep_soil_T_in_K, sfc_soil_T_in_K, veg_T_in_K, &
line 745 : 101 chars :   !$omp  exner, rtm, thlm, rcm, wp3, wp3_zm, delta_zm, p_in_Pa, cloud_frac, wpthvp, wp2thvp, wp2up, &
line 754 : 102 chars :   !$omp  rtp2_mc, thlp2_mc, rtpthlp_mc, Ncm_mc, Ncm, Nccnm, em, tau_zm, tau_zt, Kh_zt, Kh_zm, rfrzm, &
line 755 : 105 chars :   !$omp  rrm, Nrm, Nc_in_cloud, wpNcp, radht, Frad, Frad_SW_up, Frad_LW_up, Frad_SW_down, Frad_LW_down, &
line 756 : 102 chars :   !$omp  wpsclrp_sfc, wpedsclrp_sfc, sclrm, wpsclrp, sclrp2, sclrp3, sclrprtp, sclrpthlp, sclrpthvp, &
line 1016 : 104 chars :       l_prescribed_avg_deltaz,      & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
line 1746 : 102 chars :         open(unit=iunit_grid_adaptation, file=fname_grid_adaptation, status='replace', action='write')
line 2062 : 105 chars :     allocate( um_ref(ngrdcol, gr%nzt) )         ! Reference u wind for nudging; Michael Falk, 17 Oct 2007
line 2063 : 105 chars :     allocate( vm_ref(ngrdcol, gr%nzt) )         ! Reference v wind for nudging; Michael Falk, 17 Oct 2007
line 2502 : 113 chars :     if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then
line 2533 : 106 chars :     ! Similar call to above, checking parameter values, but because we've placed this in "init_clubb_case"
line 2541 : 116 chars :         write(fstderr, *) "Fatal error calling check_clubb_settings_api and/or check_parameters_api in clubb_driver"
line 2584 : 111 chars :     !$acc              rcm_in_layer, cloud_cover, wprcp, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, &
line 2596 : 101 chars :     !$acc              pdf_params%corr_w_thl_2, pdf_params%corr_rt_thl_1, pdf_params%corr_rt_thl_2, &
line 2597 : 103 chars :     !$acc              pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, &
line 2600 : 104 chars :     !$acc              pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, &
line 2602 : 103 chars :     !$acc              pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, &
line 2608 : 101 chars :     !$acc              pdf_params_zm%thl_2, pdf_params_zm%varnce_thl_1, pdf_params_zm%varnce_thl_2, &
line 2609 : 106 chars :     !$acc              pdf_params_zm%corr_w_rt_1, pdf_params_zm%corr_w_rt_2, pdf_params_zm%corr_w_thl_1, &
line 2610 : 110 chars :     !$acc              pdf_params_zm%corr_w_thl_2, pdf_params_zm%corr_rt_thl_1, pdf_params_zm%corr_rt_thl_2, &
line 2611 : 115 chars :     !$acc              pdf_params_zm%alpha_thl, pdf_params_zm%alpha_rt, pdf_params_zm%crt_1, pdf_params_zm%crt_2, &
line 2612 : 110 chars :     !$acc              pdf_params_zm%cthl_1, pdf_params_zm%cthl_2, pdf_params_zm%chi_1, pdf_params_zm%chi_2, &
line 2613 : 105 chars :     !$acc              pdf_params_zm%stdev_chi_1, pdf_params_zm%stdev_chi_2, pdf_params_zm%stdev_eta_1, &
line 2614 : 113 chars :     !$acc              pdf_params_zm%stdev_eta_2, pdf_params_zm%covar_chi_eta_1, pdf_params_zm%covar_chi_eta_2, &
line 2615 : 108 chars :     !$acc              pdf_params_zm%corr_w_chi_1, pdf_params_zm%corr_w_chi_2, pdf_params_zm%corr_w_eta_1, &
line 2616 : 112 chars :     !$acc              pdf_params_zm%corr_w_eta_2, pdf_params_zm%corr_chi_eta_1, pdf_params_zm%corr_chi_eta_2, &
line 2617 : 110 chars :     !$acc              pdf_params_zm%rsatl_1, pdf_params_zm%rsatl_2, pdf_params_zm%rc_1, pdf_params_zm%rc_2, &
line 2726 : 103 chars :         invrs_rho_ds_zt(i,k)        = invrs_rho_ds_zt_init(k)        ! inv. dry, static density: t-levs
line 2732 : 103 chars :         um_pert(i,k)                = zero        ! Variables used to track perturbed version of winds.
line 2734 : 105 chars :         wm_zt(i,k)                  = wm_zt_init(k)        ! Imposed large scale w - Thermodynamic levels
line 2928 : 113 chars :     if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then
line 3119 : 101 chars :     !----------------------------------- Optional Input Variables -----------------------------------
line 3276 : 103 chars :                                       um(i,:), vm(i,:), rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), &
line 3609 : 111 chars :         !$acc              X_nl_all_levs, X_mixt_comp_all_levs,  lh_sample_point_weights, mu_x_1_n, mu_x_2_n, &
line 3611 : 104 chars :         !$acc              lh_rt_clipped, lh_thl_clipped, lh_rc_clipped, lh_rv_clipped, lh_Nc_clipped, &
line 3615 : 116 chars :         !$acc              pdf_params%cloud_frac_1, pdf_params%cloud_frac_2, pdf_params%cthl_1, pdf_params%cthl_2, &
line 3616 : 112 chars :         !$acc              pdf_params%crt_1, pdf_params%crt_2, pdf_params%stdev_chi_1, pdf_params%stdev_chi_2, &
line 3632 : 102 chars :         wp2_zt = zm2zt_api( gr%nzm, gr%nzt, ngrdcol, gr, wp2, w_tol_sqd ) ! Positive definite quantity
line 3638 : 109 chars :                                   thlm(i,:), p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), rtm(i,:), &! In
line 3639 : 109 chars :                                   rcm(i,:), cloud_frac(i,:), wm_zt(i,:), wm_zm(i,:), wp2_zt(i,:), &      ! In
line 3640 : 106 chars :                                   hydromet(i,:,:), Nc_in_cloud(i,:), &                                ! In
line 3657 : 102 chars :                                   Nccnm(i,:), &                                                ! Inout
line 3658 : 117 chars :                                   hydromet_mc(i,:,:), Ncm_mc(i,:), rcm_mc(i,:), rvm_mc(i,:), &                  ! Out
line 3659 : 107 chars :                                   thlm_mc(i,:), hydromet_vel_zt(i,:,:), &                             ! Out
line 3660 : 102 chars :                                   hydromet_vel_covar_zt_impc(i,:,:), &                           ! Out
line 3661 : 102 chars :                                   hydromet_vel_covar_zt_expc(i,:,:), &                           ! Out
line 3662 : 110 chars :                                   wprtp_mc(i,:), wpthlp_mc(i,:), rtp2_mc(i,:), &                         ! Out
line 3663 : 105 chars :                                   thlp2_mc(i,:), rtpthlp_mc(i,:) )                                  ! Out
line 3687 : 103 chars :                                   stats, i,                                                   & ! Inout
line 3688 : 103 chars :                                   hydromet(i,:,:), hydromet_vel_zt(i,:,:), hydrometp2(i,:,:), & ! Inout
line 3689 : 103 chars :                                   K_hm(i,:,:), Ncm(i,:), Nc_in_cloud(i,:), rvm_mc(i,:),       & ! Inout
line 3690 : 103 chars :                                   thlm_mc(i,:), err_info,                                     & ! Inout
line 3691 : 101 chars :                                   wphydrometp(i,:,:), wpNcp(i,:) )                              ! Out
line 3700 : 106 chars :         !$acc update device( rcm_mc, rvm_mc, thlm_mc, wprtp_mc, wpthlp_mc, rtp2_mc, thlp2_mc, rtpthlp_mc )
line 3753 : 104 chars :         !$acc update host( rvm_mc, rcm_mc, thlm_mc, wprtp_mc, wpthlp_mc, rtp2_mc, thlp2_mc, rtpthlp_mc )
line 3780 : 105 chars :           !$acc update host( rho, rho_zm, p_in_Pa, exner, cloud_frac, ice_supersat_frac, X_nl_all_levs, &
line 3806 : 105 chars :           !$acc update host( rho, rho_zm, p_in_Pa, exner, cloud_frac, ice_supersat_frac, thlm, rtm, rcm )
line 3907 : 112 chars :             call stats_update( "brunt_term_time_avg", richardson_num_term_weight*richardson_num_term_time_avg, &
line 3933 : 101 chars :             .and. stats%l_last_sample ) then           ! only adapt grid when the average of the last
line 4062 : 103 chars :     write(unit=fstdout, fmt='(a,f10.4)') 'CLUBB-TIMER time_microphys_scheme =  ', time_microphys_scheme
line 4063 : 104 chars :     write(unit=fstdout, fmt='(a,f10.4)') 'CLUBB-TIMER time_microphys_advance = ', time_microphys_advance
line 4182 : 111 chars :     !$acc              rcm_in_layer, cloud_cover, wprcp, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, &
line 4194 : 101 chars :     !$acc              pdf_params%corr_w_thl_2, pdf_params%corr_rt_thl_1, pdf_params%corr_rt_thl_2, &
line 4195 : 103 chars :     !$acc              pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, &
line 4198 : 104 chars :     !$acc              pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, &
line 4200 : 103 chars :     !$acc              pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, &
line 4206 : 101 chars :     !$acc              pdf_params_zm%thl_2, pdf_params_zm%varnce_thl_1, pdf_params_zm%varnce_thl_2, &
line 4207 : 106 chars :     !$acc              pdf_params_zm%corr_w_rt_1, pdf_params_zm%corr_w_rt_2, pdf_params_zm%corr_w_thl_1, &
line 4208 : 110 chars :     !$acc              pdf_params_zm%corr_w_thl_2, pdf_params_zm%corr_rt_thl_1, pdf_params_zm%corr_rt_thl_2, &
line 4209 : 115 chars :     !$acc              pdf_params_zm%alpha_thl, pdf_params_zm%alpha_rt, pdf_params_zm%crt_1, pdf_params_zm%crt_2, &
line 4210 : 110 chars :     !$acc              pdf_params_zm%cthl_1, pdf_params_zm%cthl_2, pdf_params_zm%chi_1, pdf_params_zm%chi_2, &
line 4211 : 105 chars :     !$acc              pdf_params_zm%stdev_chi_1, pdf_params_zm%stdev_chi_2, pdf_params_zm%stdev_eta_1, &
line 4212 : 113 chars :     !$acc              pdf_params_zm%stdev_eta_2, pdf_params_zm%covar_chi_eta_1, pdf_params_zm%covar_chi_eta_2, &
line 4213 : 108 chars :     !$acc              pdf_params_zm%corr_w_chi_1, pdf_params_zm%corr_w_chi_2, pdf_params_zm%corr_w_eta_1, &
line 4214 : 112 chars :     !$acc              pdf_params_zm%corr_w_eta_2, pdf_params_zm%corr_chi_eta_1, pdf_params_zm%corr_chi_eta_2, &
line 4215 : 110 chars :     !$acc              pdf_params_zm%rsatl_1, pdf_params_zm%rsatl_2, pdf_params_zm%rc_1, pdf_params_zm%rc_2, &
line 4237 : 119 chars :     if ( thlm_sponge_damp_settings%l_sponge_damping )     call finalize_tau_sponge_damp_api( thlm_sponge_damp_profile )
line 4238 : 118 chars :     if ( rtm_sponge_damp_settings%l_sponge_damping )      call finalize_tau_sponge_damp_api( rtm_sponge_damp_profile )
line 4239 : 117 chars :     if ( uv_sponge_damp_settings%l_sponge_damping )       call finalize_tau_sponge_damp_api( uv_sponge_damp_profile )
line 4240 : 118 chars :     if ( wp2_sponge_damp_settings%l_sponge_damping )      call finalize_tau_sponge_damp_api( wp2_sponge_damp_profile )
line 4241 : 118 chars :     if ( wp3_sponge_damp_settings%l_sponge_damping )      call finalize_tau_sponge_damp_api( wp3_sponge_damp_profile )
line 4242 : 122 chars :     if ( up2_vp2_sponge_damp_settings%l_sponge_damping )  call finalize_tau_sponge_damp_api( up2_vp2_sponge_damp_profile )
line 4929 : 104 chars :                     clubb_config_flags%l_add_dycore_grid, clubb_config_flags%grid_adapt_in_time_method )
line 4937 : 106 chars :                       clubb_config_flags%l_add_dycore_grid, clubb_config_flags%grid_adapt_in_time_method )
line 4951 : 101 chars :                             'be used for cases with forcings from an input file and for the atex ', &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_tuner.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 654 : 102 chars :     l_prescribed_avg_deltaz,      & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver_test.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 71 : 107 chars :   write(fstderr, *) "This section ensures that everything allocated in init_clubb_case will be deallocated"
line 72 : 102 chars :   write(fstderr, *) "in clean_up_clubb. This may cause a runtime error if there is a mismatch between"
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 6 check(s) failed.
CLUBBStandardsCheck.py has begun.
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_clubb_core_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 1876 : 101 chars :                             stats,                                                  & ! intent(inout)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xm_wpxp_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 779 : 101 chars :     call wpxp_term_pr1_lhs( nzm, ngrdcol, gr, C6rt_Skw_fnc, C6thl_Skw_fnc, C7_Skw_fnc, & ! Intent(in)
line 780 : 101 chars :                             invrs_tau_C6_zm, l_scalar_calc,                            & ! Intent(in)
line 781 : 102 chars :                             lhs_pr1_wprtp, lhs_pr1_wpthlp, lhs_pr1_wpsclrp )             ! Intent(out)
line 854 : 102 chars :                                             stats,                                           & ! InOut
line 855 : 101 chars :                                             rtm, wprtp, thlm, wpthlp, sclrm, wpsclrp,       & ! InOut
line 856 : 101 chars :                                             err_info )                                        ! InOut
line 896 : 101 chars :                                           stats,                                            & ! InOut
line 4881 : 108 chars :           tmp_zm_stats(i,k) = (-gamma_over_implicit_ts*lhs_ta_wpxp(2+gr%grid_dir_indx,i,k)) * wpxp(i,km1) &
line 4883 : 105 chars :                             + (-gamma_over_implicit_ts*lhs_ta_wpxp(2-gr%grid_dir_indx,i,k)) * wpxp(i,kp1)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/sfc_varnce_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 723 : 105 chars :         call sfc_varnce_check( sclr_dim, wp2(i,gr%k_lb_zm), up2(i,gr%k_lb_zm),             & ! intent(in)
line 724 : 105 chars :                                vp2(i,gr%k_lb_zm), thlp2(i,gr%k_lb_zm), rtp2(i,gr%k_lb_zm), & ! intent(in)
line 725 : 105 chars :                                rtpthlp(i,gr%k_lb_zm), sclrp2(i,gr%k_lb_zm,:),              & ! intent(in)
line 726 : 105 chars :                                sclrprtp(i,gr%k_lb_zm,:), sclrpthlp(i,gr%k_lb_zm,:),        & ! intent(in)
line 727 : 108 chars :                                err_info )                                                    ! intent(inout)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/grid_adaptation_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 295 : 128 chars :       write(fstderr, *) "The fixed minimum grid density momentum heights need to cover at least the domain of the physics grid."
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/pdf_parameter_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 295 : 101 chars :     !$acc            pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, &
line 298 : 102 chars :     !$acc            pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, &
line 300 : 101 chars :     !$acc            pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/clubb_api_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 2430 : 107 chars :   ! calc_derrived_params_api - Adjusts values of background eddy diffusivity based on vertical grid spacing
line 2497 : 107 chars :   ! calc_derrived_params_api - Adjusts values of background eddy diffusivity based on vertical grid spacing
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_clubb_utilities.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 129 : 101 chars :       wp2_zt, thlp2_zt, wpthlp_zt, wprtp_zt, rtp2_zt, rtpthlp_zt, up2_zt, vp2_zt, upwp_zt, vpwp_zt, &
line 130 : 101 chars :       wpup2, wpvp2, a3_coef_zt, wp3_on_wp2_zt, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_windm_edsclrm_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 493 : 102 chars :                                            stats )                                     ! intent(inout)
line 501 : 102 chars :                                            stats )                                     ! intent(inout)
line 953 : 103 chars :         call windm_edsclrm_rhs( nzm, nzt, ngrdcol, gr, windm_edsclrm_scalar, dt,         & ! intent(in)
line 954 : 103 chars :                                 lhs_diff, edsclrm(:,:,edsclr),                           & ! intent(in)
line 955 : 103 chars :                                 edsclrm_forcing(:,:,edsclr),                             & ! intent(in)
line 956 : 103 chars :                                 rho_ds_zm, invrs_rho_ds_zt,                              & ! intent(in)
line 957 : 103 chars :                                 l_imp_sfc_momentum_flux, wpedsclrp(:,gr%k_lb_zm,edsclr), & ! intent(in)
line 958 : 106 chars :                                 stats,                                                   & ! intent(inout)
line 959 : 104 chars :                                 rhs(:,:,edsclr) )                                          ! intent(out)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/setup_clubb_pdf_params.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 55 : 104 chars :   subroutine setup_pdf_parameters_api( gr, nzm, nzt, ngrdcol, pdf_dim, hydromet_dim, dt, &  ! Intent(in)
line 3823 : 104 chars :           ! Correlation (in-precip) of chi (old s) and the precipitating hydrometeor in PDF component 1.
line 3827 : 104 chars :           ! Correlation (in-precip) of chi (old s) and the precipitating hydrometeor in PDF component 2.
line 3841 : 104 chars :           ! Correlation (in-precip) of eta (old t) and the precipitating hydrometeor in PDF component 1.
line 3845 : 104 chars :           ! Correlation (in-precip) of eta (old t) and the precipitating hydrometeor in PDF component 2.
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/parameters_tunable.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 839 : 106 chars :                                             / sqrt( 4.0_core_rknd * ( 1.0_core_rknd - 0.4_core_rknd )**3 &
line 840 : 118 chars :                                                     + clubb_params(ngrdcol,iSkw_max_mag)**2 ) ) ) ! Known magic number
line 902 : 117 chars :           mult_factor_zt(i) = 1.0_core_rknd + clubb_params(i,imult_coef) * log( avg_deltaz(i) / grid_spacing_thresh )
line 917 : 104 chars :         nu_vert_res_dep%nu10(i)  =  clubb_params(i,inu10)  * mult_factor_zt(i) !We're unsure of the grid
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/mono_flux_limiter.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 700 : 104 chars :     !$acc parallel loop gang vector collapse(2) default(present) reduction(.or.:l_any_adjustment_needed)
line 851 : 121 chars :       ! MONOFLUX TEST COMMENT DO NOT REMOVE if( any(wpxp_net_adjust /= 0.0) ) write(fstderr,*) "MONOFLUX: wpxp adjusted "
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/model_flags.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 315 : 104 chars :       l_prescribed_avg_deltaz,      & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
line 541 : 104 chars :       l_prescribed_avg_deltaz,      & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
line 845 : 104 chars :       l_prescribed_avg_deltaz,      & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
----------------------------------------------------------------------------------------------------
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/err_info_type_module.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 4: module err_info_type_module
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/err_info_type_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 265 : 102 chars :     write(err_info%err_header_global,'(A38, I3, A15, I3, A, A28, A33, F6.2, A1, F6.2, A, A39, A40)') &
line 276 : 105 chars :       write(err_info%err_header(i),'(A38, I3, A15, I3, A, A22, I2, A11, F6.2, A13, F6.2, A, A39, A40)') &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/penta_bicgstab_solver.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 419 : 110 chars :     ! It's interesting to see how close E_inv is to the lhs diagonal, it's usually (visually) very close, but
line 420 : 104 chars :     ! using it instead of E_inv requires so many more iterations (use it would be jacobi preconditioner)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_wp2_wp3_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 928 : 101 chars :                    stats,                                                           & ! intent(inout)
line 1742 : 105 chars :               stats_tmp_zt(i,k) = - gamma_over_implicit_ts * wp3_term_ta_lhs_result(5,i,k) * wp3(i,k-1) &
line 1743 : 103 chars :                                   - gamma_over_implicit_ts * wp3_term_ta_lhs_result(4,i,k) * wp2(i,k) &
line 1744 : 103 chars :                                   - gamma_over_implicit_ts * wp3_term_ta_lhs_result(3,i,k) * wp3(i,k) &
line 1745 : 105 chars :                                   - gamma_over_implicit_ts * wp3_term_ta_lhs_result(2,i,k) * wp2(i,k+1) &
line 1746 : 103 chars :                                   - gamma_over_implicit_ts * wp3_term_ta_lhs_result(1,i,k) * wp3(i,k+1)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 234 : 113 chars :                 write(*,'(A6,I5,1X,I5,A4,E30.20,A3,E30.20)') "field(", i, k, ") = ", field(i,k), " < ", threshold
line 240 : 105 chars :             write(fstderr, *) "column", i, " field average = ", sum(field(i,:) * rho_ds(i,:) * dz(i,:)) &
line 584 : 102 chars :           !                                    rho_ds_dz(i,k-num_hf_draw_points:k+num_hf_draw_points))
line 823 : 110 chars :                                       * min( threshold, field(i,k_start:k_end:grid_dir_indx) ) ) * invrs_denom
line 828 : 106 chars :                   + mass_fraction * ( min( threshold, field(i,k_start:k_end:grid_dir_indx) ) - threshold )
line 833 : 110 chars :                                       * max( threshold, field(i,k_start:k_end:grid_dir_indx) ) ) * invrs_denom
line 840 : 108 chars :                     + mass_fraction * ( max( threshold, field(i,k_start:k_end:grid_dir_indx) ) - threshold )
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
--------------------- Implicit None Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90 ---------------------
WARNING: Missing 'implicit none' after these blocks:
line 281:   subroutine stats_init_api( registry_path, output_path, ncol, stats_tsamp, stats_tout, dt_main, &
line 489:   subroutine stats_finalize_api( stats, err_info )
line 565:   subroutine stats_type_initialize( ncol, defs, ndefs, zt, zm, stats, ierr, rad_zt, rad_zm )
line 716:   subroutine stats_open_netcdf( output_path, time_units, &
line 951:   subroutine stats_begin_timestep_api( itime, stats )
line 1001:   subroutine stats_end_timestep_api( time_value, stats, err_info )
line 1052:   subroutine stats_update_scalar( name, values, stats, icol, level )
line 1112:   subroutine stats_update_1d( name, values, stats, icol, level )
line 1172:   subroutine stats_update_2d( name, values, stats, icol, level )
line 1235:   subroutine stats_begin_budget_scalar( name, values, stats, icol )
line 1281:   subroutine stats_begin_budget_1d( name, values, stats, icol )
line 1334:   subroutine stats_begin_budget_2d( name, values, stats, icol )
line 1379:   subroutine stats_update_budget_scalar( name, values, stats, icol, level )
line 1429:   subroutine stats_update_budget_1d( name, values, stats, icol, level )
line 1479:   subroutine stats_update_budget_2d( name, values, stats, icol, level )
line 1524:   subroutine stats_finalize_budget_scalar( name, values, stats, icol, l_count_sample )
line 1590:   subroutine stats_finalize_budget_1d( name, values, stats, icol, l_count_sample )
line 1663:   subroutine stats_finalize_budget_2d( name, values, stats, icol, l_count_sample )
line 1729:   subroutine stats_avg_and_write( time_value, stats, ierr )
line 1855:   subroutine stats_grid_init( ncol, zt_src, zm_src, zt_tgt, zm_tgt, &
line 1917:   subroutine stats_update_grid( zt_src, zm_src, rho_vals, rho_levels, p_sfc, stats )
line 1995:   subroutine stats_lh_samples_init( num_samples, nzt, nl_var_names, u_var_names, zt_vals, &
line 2114:   subroutine stats_lh_samples_write_lognormal( samples, stats, err_info )
line 2167:   subroutine stats_lh_samples_write_uniform( uniform_vals, mixture_comp, sample_weights, &
line 2383:   subroutine stats_lookup_append( stats, id )
line 2425:   subroutine stats_lookup_reject_append( stats, name )
line 2539:   subroutine stats_read_registry_namelist( path, defs, ndefs, ierr )
line 2614:   subroutine stats_expand_registry( sclr_dim, edsclr_dim, defs, ndefs, hydromet_list )
line 2915:   subroutine add_expanded_def( base_def, name, out_defs, nout )
line 2965:   subroutine parse_registry_line( line, def, l_valid )
line 3039:   subroutine split_registry_fields( line, fields, nfields )
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 235 : 103 chars :     logical :: l_last_sample = .false.            ! True if we want to output at the end of this sample
line 237 : 104 chars :     logical :: l_different_output_grid = .false.  ! True if we need to remap the variables before output
line 238 : 102 chars :     logical :: l_output_rad_files = .false.       ! True if we want to output radiation grid variables
line 526 : 101 chars :       if ( allocated( stats%grid%rho_lin_spline_vals ) ) deallocate( stats%grid%rho_lin_spline_vals )
line 527 : 105 chars :       if ( allocated( stats%grid%rho_lin_spline_levels ) ) deallocate( stats%grid%rho_lin_spline_levels )
line 803 : 104 chars :     ret_code = nf90_def_var( stats%ncid, "time", NF90_DOUBLE, (/ stats%time_dimid /), stats%time_varid )
line 808 : 101 chars :     ret_code = nf90_def_var( stats%ncid, "col", NF90_DOUBLE, (/ stats%col_dimid /), stats%col_varid )
line 828 : 121 chars :       ret_code = nf90_def_var( stats%ncid, "lh_zt", NF90_DOUBLE, (/ stats%lh_2d%lh_zt_dimid /), stats%lh_2d%lh_zt_varid )
line 835 : 112 chars :       ret_code = nf90_def_var( stats%ncid, "rad_zt", NF90_DOUBLE, (/ stats%rad_zt_dimid /), stats%rad_zt_varid )
line 839 : 112 chars :       ret_code = nf90_def_var( stats%ncid, "rad_zm", NF90_DOUBLE, (/ stats%rad_zm_dimid /), stats%rad_zm_varid )
line 849 : 101 chars :                           (/ stats%param_strlen_dimid, stats%param_dimid /), stats%param_name_varid )
line 852 : 109 chars :       ret_code = nf90_def_var( stats%ncid, "param", NF90_DOUBLE, (/ stats%param_dimid /), stats%param_varid )
line 912 : 110 chars :       ret_code = nf90_put_att( stats%ncid, stats%vars(i)%varid, "long_name", trim( stats%vars(i)%long_name ) )
line 913 : 102 chars :       ret_code = nf90_put_att( stats%ncid, stats%vars(i)%varid, "units", trim( stats%vars(i)%units ) )
line 920 : 108 chars :     ret_code = nf90_put_var( stats%ncid, stats%col_varid, [( real( i, kind=core_rknd ), i=1, stats%ncol )] )
line 940 : 109 chars :       ret_code = nf90_put_var( stats%ncid, stats%param_varid, [( real( i, kind=core_rknd ), i=1, nparams )] )
line 1815 : 101 chars :                                       stats%grid%gr_source, stats%grid%gr_output, stats%vars(i)%nz, &
line 1816 : 107 chars :                                       real( stats%vars(i)%buffer, kind=core_rknd ), stats%vars(i)%out_nz, &
line 1817 : 114 chars :                                       size( stats%grid%rho_lin_spline_vals, 2 ), stats%grid%rho_lin_spline_vals, &
line 1973 : 101 chars :       if ( allocated( stats%grid%rho_lin_spline_vals ) ) deallocate( stats%grid%rho_lin_spline_vals )
line 1974 : 105 chars :       if ( allocated( stats%grid%rho_lin_spline_levels ) ) deallocate( stats%grid%rho_lin_spline_levels )
line 2416 : 116 chars :       if ( stats%lookup%cache_len > 0 ) tmp(1:stats%lookup%cache_len) = stats%lookup%cache(1:stats%lookup%cache_len)
line 2461 : 105 chars :         tmp(1:stats%lookup%reject_cache_len) = stats%lookup%reject_cache(1:stats%lookup%reject_cache_len)
line 2528 : 101 chars :     write(date(32:33),'(i2.2)') nint( ( ( real( mod( nint( st_time ),3600 ),kind=time_precision ) / &
line 2605 : 101 chars :         write( fstderr,* ) "Invalid stats registry entry (expected: name | grid | units | long_name)"
line 2706 : 101 chars :           call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k)
line 2707 : 101 chars :           call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k)
line 2714 : 101 chars :           call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k)
line 2715 : 101 chars :           call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k)
line 2722 : 101 chars :           call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k)
line 2723 : 101 chars :           call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k)
line 2730 : 113 chars :                                    trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_1", &
line 2734 : 113 chars :                                    trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_2", &
line 2740 : 101 chars :           call add_expanded_def(base_def,"corr_w_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k)
line 2741 : 101 chars :           call add_expanded_def(base_def,"corr_w_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k)
line 2748 : 103 chars :           call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k)
line 2749 : 103 chars :           call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k)
line 2756 : 103 chars :           call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k)
line 2757 : 103 chars :           call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k)
line 2764 : 103 chars :           call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k)
line 2765 : 103 chars :           call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k)
line 2772 : 115 chars :                                    trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_1_n", &
line 2776 : 115 chars :                                    trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_2_n", &
line 2813 : 112 chars :                                    trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"p", &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xp2_xpyp_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 1320 : 101 chars :                               sclrprtp(:,:,sclr) )                                    ! Intent(inout)
line 1353 : 102 chars :                               sclrpthlp(:,:,sclr) )                                    ! Intent(inout)
line 3042 : 101 chars :         stats_tmp(i,k) = (-gamma_over_implicit_ts * lhs_ta(2+gr%grid_dir_indx,i,k)) * xapxbp(i,km1) &
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 20 check(s) failed.
CLUBBStandardsCheck.py has begun.
----------------------------------------------------------------------------------------------------
--------------------- Implicit None Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/mt95.F90 ---------------------
WARNING: Missing 'implicit none' after these blocks:
line 362:   subroutine init_by_type( put, get )
line 382:   subroutine init_by_scalar( put )
line 413:   subroutine init_by_array( put )
line 461:   subroutine next_state( )
line 593:   subroutine genrand_int32_0d( y )
line 614:   subroutine genrand_int32_1d( y )
line 629:   subroutine genrand_int32_2d( y )
line 644:   subroutine genrand_int32_3d( y )
line 659:   subroutine genrand_int32_4d( y )
line 674:   subroutine genrand_int32_5d( y )
line 689:   subroutine genrand_int32_6d( y )
line 704:   subroutine genrand_int32_7d( y )
line 720:   subroutine genrand_int31_0d( y )
line 732:   subroutine genrand_int31_1d( y )
line 747:   subroutine genrand_int31_2d( y )
line 762:   subroutine genrand_int31_3d( y )
line 777:   subroutine genrand_int31_4d( y )
line 792:   subroutine genrand_int31_5d( y )
line 807:   subroutine genrand_int31_6d( y )
line 822:   subroutine genrand_int31_7d( y )
line 838:   subroutine genrand_real1_0d( r )
line 853:   subroutine genrand_real1_1d( r )
line 868:   subroutine genrand_real1_2d( r )
line 883:   subroutine genrand_real1_3d( r )
line 898:   subroutine genrand_real1_4d( r )
line 913:   subroutine genrand_real1_5d( r )
line 928:   subroutine genrand_real1_6d( r )
line 943:   subroutine genrand_real1_7d( r )
line 959:   subroutine genrand_real2_0d( r )
line 974:   subroutine genrand_real2_1d( r )
line 989:   subroutine genrand_real2_2d( r )
line 1004:   subroutine genrand_real2_3d( r )
line 1019:   subroutine genrand_real2_4d( r )
line 1034:   subroutine genrand_real2_5d( r )
line 1049:   subroutine genrand_real2_6d( r )
line 1064:   subroutine genrand_real2_7d( r )
line 1080:   subroutine genrand_real3_0d( r )
line 1095:   subroutine genrand_real3_1d( r )
line 1110:   subroutine genrand_real3_2d( r )
line 1125:   subroutine genrand_real3_3d( r )
line 1140:   subroutine genrand_real3_4d( r )
line 1155:   subroutine genrand_real3_5d( r )
line 1170:   subroutine genrand_real3_6d( r )
line 1185:   subroutine genrand_real3_7d( r )
line 1201:   subroutine genrand_res53_0d( r )
line 1218:   subroutine genrand_res53_1d( r )
line 1233:   subroutine genrand_res53_2d( r )
line 1248:   subroutine genrand_res53_3d( r )
line 1263:   subroutine genrand_res53_4d( r )
line 1278:   subroutine genrand_res53_5d( r )
line 1293:   subroutine genrand_res53_6d( r )
line 1308:   subroutine genrand_res53_7d( r )
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/latin_hypercube_driver_module.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 113 : 101 chars :                             ! The uniform distribution corresponds to all the same variables as X_nl,
line 410 : 105 chars :       !$acc update host(X_u_all_levs,l_in_precip,lh_sample_point_weights,X_mixt_comp_all_levs,k_lh_start)
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 2 check(s) failed.
CLUBBStandardsCheck.py has begun.
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/wangara.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 104 : 105 chars :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 105 : 104 chars :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/mpace_a.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 272 : 103 chars :         if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 273 : 102 chars :         if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 1: module prescribe_forcings_module
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 297 : 104 chars :     !$acc enter data create( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar )
line 471 : 118 chars :         !$acc update device( wm_zt, wm_zm, thlm_forcing, rtm_forcing, um_ref, vm_ref, sclrm_forcing, edsclrm_forcing )
line 911 : 103 chars :     !$acc exit data delete( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar )
line 1114 : 101 chars :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1118 : 101 chars :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1122 : 101 chars :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1123 : 112 chars :                                             exner_zm(i,km1), exner_zm(i,k00), exner_zm(i,kp1), exner_zm(i,kp2) )
line 1126 : 101 chars :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1127 : 108 chars :                                             thlm_zm(i,km1), thlm_zm(i,k00), thlm_zm(i,kp1), thlm_zm(i,kp2) )
line 1130 : 101 chars :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1131 : 104 chars :                                             rtm_zm(i,km1), rtm_zm(i,k00), rtm_zm(i,kp1), rtm_zm(i,kp2) )
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/rico.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 159 : 103 chars :         if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 160 : 102 chars :         if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/dycoms2_rf02.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 121 : 105 chars :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 122 : 104 chars :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/bomex.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 127 : 105 chars :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 128 : 104 chars :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/dycoms2_rf01.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 91 : 105 chars :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 92 : 104 chars :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/gabls2.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 152 : 105 chars :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 153 : 104 chars :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/mpace_b.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 157 : 105 chars :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 158 : 104 chars :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/lba.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 96 : 105 chars :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 97 : 104 chars :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
line 176 : 101 chars :       wpthlp_sfc(i) =  convert_sens_ht_to_km_s( ( 270._core_rknd * ft**1.5_core_rknd ), rho_sfc(i) )
line 177 : 101 chars :       wprtp_sfc(i)  =  convert_latent_ht_to_m_s( ( 554._core_rknd * ft**1.3_core_rknd ), rho_sfc(i) )
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 11 check(s) failed.
No matches for /home/jenkins/workspace/clubb_openmp_gfortran_test/src/KK_microphys/
CLUBBStandardsCheck.py has begun.
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/pdf_parameter_tests.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 542 : 104 chars :       l_prescribed_avg_deltaz,      & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
----------------------------------------------------------------------------------------------------
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/rev_direction_grid_test.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 1: module rev_direction_grid_test
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/rev_direction_grid_test.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 233 : 113 chars :     !seed used =  -1102123834  1480475276  -248259584   525496705  1614213535 -1267052688     6290033   -78466652
line 234 : 127 chars :     !seed_output = (/ -1102123834,  1480475276,  -248259584,   525496705,  1614213535, -1267052688,     6290033,   -78466652 /)
line 750 : 101 chars :        call xpyp_term_ta_pdf_lhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In
line 754 : 104 chars :        call xpyp_term_ta_pdf_lhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In
line 795 : 101 chars :        call xpyp_term_ta_pdf_rhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In
line 801 : 104 chars :        call xpyp_term_ta_pdf_rhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In
----------------------------------------------------------------------------------------------------
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 19: module fill_holes_tests
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 162 : 102 chars :                     field_initial(i,k)  =  10_core_rknd * ( sin( 8.0 * pi * ( k + i ) / nz ) + one ) &
line 180 : 110 chars :             if ( l_print_name ) print *, "filling holes of: easy_fill_test_"//trim(fill_type_names(fill_type))
line 195 : 121 chars :                         write(*,'(A6,I5,1X,I5,A4,E30.20,A3,E30.20)') "field(", i, k, ") = ", field(i,k), " < ", threshold
line 241 : 118 chars :             if ( l_print_name ) print *, "filling holes of: reverse_easy_fill_test_"//trim(fill_type_names(fill_type))
line 344 : 102 chars :                     field_initial(i,k)  =  10_core_rknd * ( sin( 8.0 * pi * ( k + i ) / nz ) + one ) &
line 363 : 113 chars :             if ( l_print_name ) print *, "filling holes of: below_thresh_test_"//trim(fill_type_names(fill_type))
line 385 : 103 chars :                 print *, "-- error", two * abs( initial_mass - new_mass ) / ( initial_mass + new_mass )
line 419 : 121 chars :             if ( l_print_name ) print *, "filling holes of: reverse_below_thresh_test_"//trim(fill_type_names(fill_type))
line 430 : 116 chars :                 print *, "ERROR in below_thresh_test REVERSE MODE: method was not conservative in grid reverse mode"
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/spurious_source_test.F90 ---------------------
 WARNING: Lines exceed 100 characters (limit 100):
line 500 : 104 chars :       l_prescribed_avg_deltaz,      & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 6 check(s) failed.
===============================================================
CLUBBStandardsCheck FAILED
  THIS IS PRINTED IN ALL RED, CAPITAL LETTERS, AND USES
  AN EXCLAMATION MARK TO ENSURE THE DEVELOPERS FEEL SHAME!
  IF YOU ARE ONE OF THESE "DEVELOPERS" CHECK THE
  LOG FILE FOR DETAILS: /home/jenkins/workspace/clubb_openmp_gfortran_test/build/gfortran_DEBUG_PRECdouble/cmake_build_output.txt
===============================================================

Build completed successfully, but some source code checks have failed.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run the Thread Test Script)
[Pipeline] sh
+ ulimit -s 8388608
+ run_scripts/run_thread_test.py
Using standalone executable: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_standalone
Using thread-test executable: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_thread_test
OMP_NUM_THREADS=8
Running CLUBB in serial... 2026/02/18 03:17:51
 
 --------------------------------------------------
 Latest git log entry
 --------------------------------------------------
 
 
A detailed git diff can be found at the end of this file

 --------------------------------------------------
 Tunable Parameters:
 --------------------------------------------------
 --------------------------------------------------
 Preprocessing Directives:
 --------------------------------------------------
 -DNETCDF enabled
 -DCOAMPS_MICRO enabled
 -DTUNER disabled
 -DSILHS enabled
 -Dnooverlap enabled
 -Draoffline enabled
 -DUSE_BUGSrad_ocast_random disabled
 -DBYTESWAP_IO disabled
 --------------------------------------------------
 &model_setting
 --------------------------------------------------
 runtype = fire
 nzmax =           48
 grid_type =            1
 deltaz =    25.000000000000000     
 zm_init =    0.0000000000000000     
 zm_top =    1600.0000000000000     
 zt_grid_fname =
 zm_grid_fname =
 day =            7
 month =            7
 year =         1987
 lat_vals =    43.229999999999997     
 lon_vals =   -125.00000000000000     
 sfc_elevation =    0.0000000000000000     
 time_initial =    0.0000000000000000     
 time_final =    10800.000000000000     
 dt_main =    60.000000000000000     
 dt_rad =    60.000000000000000     
 sfctype =            1
 T_sfc =    288.00000000000000     
 p_sfc =    100000.00000000000     
 sens_ht =    0.0000000000000000     
 latent_ht =    0.0000000000000000     
 fcor =    1.0000000000000000E-004
 fcor_y =    1.0626049689917448E-004
 T0 =    300.00000000000000     
 ts_nudge =    86400.000000000000     
 forcings_file_path =
 l_t_dependent =  T
 l_ignore_forcings =  T
 l_modify_ic_with_cubic_int =  F
 l_modify_bc_for_cnvg_test =  F
 l_input_xpwp_sfc =  F
 saturation_formula =            3
 thlm_sponge_damp_settings%l_sponge_damping =  F
 rtm_sponge_damp_settings%l_sponge_damping =  F
 uv_sponge_damp_settings%l_sponge_damping =  F
 wp2_sponge_damp_settings%l_sponge_damping =  F
 wp3_sponge_damp_settings%l_sponge_damping =  F
 up2_vp2_sponge_damp_settings%l_sponge_damping =  F
 thlm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 thlm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 thlm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 rtm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 uv_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp3_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 up2_vp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 l_soil_veg =  F
 l_restart =  F
 l_input_fields =  F
 restart_path_case = restart/fire
 time_restart =    0.0000000000000000     
 debug_level =            2
 sclr_dim =            0
 edsclr_dim =            0
 iisclr_thl =           -2
 iisclr_rt =           -1
 iisclr_CO2 =           -1
 sclr_tol = 
 --------------------------------------------------
 &stats_setting
 --------------------------------------------------
 l_stats =  T
 fname_prefix = fire
 stats_fmt = netcdf
 stats_tsamp =    60.000000000000000     
 stats_tout =    60.000000000000000     
 l_allow_small_stats_tout =  F
 Constant flags:
 l_pos_def =  F
 l_gamma_Skw =  T
 l_byteswap_io =  F
 Constant tolerances [units]
 rt_tol [kg/kg] =    1.0000000000000000E-008
 thl_tol [K] =    1.0000000000000000E-002
 w_tol [m/s] =    2.0000000000000000E-002
    Parameter          Value
    ---------          -----
C1                           =      1.00000000000000000000
C1b                          =      1.00000000000000000000
C1c                          =      1.00000000000000000000
C2rt                         =      2.00000000000000000000
C2thl                        =      2.00000000000000000000
C2rtthl                      =      2.00000000000000000000
C4                           =      2.00000000000000000000
C_uu_shr                     =      0.40000000000000002220
C_uu_buoy                    =      0.29999999999999998890
C6rt                         =      2.00000000000000000000
C6rtb                        =      2.00000000000000000000
C6rtc                        =      1.00000000000000000000
C6thl                        =      2.00000000000000000000
C6thlb                       =      2.00000000000000000000
C6thlc                       =      1.00000000000000000000
C7                           =      0.50000000000000000000
C7b                          =      0.50000000000000000000
C7c                          =      0.50000000000000000000
C8                           =      0.50000000000000000000
C8b                          =      0.02000000000000000042
C10                          =      3.29999999999999982236
C11                          =      0.40000000000000002220
C11b                         =      0.40000000000000002220
C11c                         =      0.50000000000000000000
C12                          =      1.00000000000000000000
C13                          =      0.10000000000000000555
C14                          =      1.00000000000000000000
C_wp2_pr_dfsn                =      0.00000000000000000000
C_wp3_pr_tp                  =      0.00000000000000000000
C_wp3_pr_turb                =      1.00000000000000000000
C_wp3_pr_dfsn                =      0.00000000000000000000
C_wp2_splat                  =      0.00000000000000000000
C6rt_Lscale0                 =     14.00000000000000000000
C6thl_Lscale0                =     14.00000000000000000000
C7_Lscale0                   =      0.84999999999999997780
wpxp_L_thresh                =     60.00000000000000000000
c_K                          =      0.20000000000000001110
c_K1                         =      0.20000000000000001110
nu1                          =     20.00000000000000000000
c_K2                         =      0.02500000000000000139
nu2                          =      1.00000000000000000000
c_K6                         =      0.37500000000000000000
nu6                          =      5.00000000000000000000
c_K8                         =      5.00000000000000000000
nu8                          =     20.00000000000000000000
c_K9                         =      0.10000000000000000555
nu9                          =     10.00000000000000000000
nu10                         =      0.00000000000000000000
c_K_hm                       =      0.75000000000000000000
c_K_hmb                      =      0.75000000000000000000
K_hm_min_coef                =      0.10000000000000000555
nu_hm                        =      1.50000000000000000000
slope_coef_spread_DG_means_w =     21.00000000000000000000
pdf_component_stdev_factor_w =      1.00000000000000000000
coef_spread_DG_means_rt      =      0.80000000000000004441
coef_spread_DG_means_thl     =      0.80000000000000004441
gamma_coef                   =      0.25000000000000000000
gamma_coefb                  =      0.25000000000000000000
gamma_coefc                  =      5.00000000000000000000
mu                           =      0.00100000000000000002
beta                         =      1.00000000000000000000
lmin_coef                    =      0.50000000000000000000
omicron                      =      0.50000000000000000000
zeta_vrnce_rat               =      0.00000000000000000000
upsilon_precip_frac_rat      =      0.55000000000000004441
lambda0_stability_coef       =      0.02999999999999999889
mult_coef                    =      0.50000000000000000000
taumin                       =     90.00000000000000000000
taumax                       =   3600.00000000000000000000
Lscale_mu_coef               =      2.00000000000000000000
Lscale_pert_coef             =      0.10000000000000000555
alpha_corr                   =      0.14999999999999999445
Skw_denom_coef               =      4.00000000000000000000
c_K10                        =      1.00000000000000000000
c_K10h                       =      1.00000000000000000000
thlp2_rad_coef               =      1.00000000000000000000
thlp2_rad_cloud_frac_thresh  =      0.10000000000000000555
up2_sfc_coef                 =      4.00000000000000000000
Skw_max_mag                  =     10.00000000000000000000
C_invrs_tau_bkgnd            =      1.10000000000000008882
C_invrs_tau_sfc              =      0.10000000000000000555
C_invrs_tau_shear            =      0.14999999999999999445
C_invrs_tau_N2               =      0.40000000000000002220
C_invrs_tau_N2_wp2           =      0.20000000000000001110
C_invrs_tau_N2_xp2           =      0.05000000000000000278
C_invrs_tau_N2_wpxp          =      0.00000000000000000000
C_invrs_tau_N2_clear_wp3     =      1.00000000000000000000
C_invrs_tau_wpxp_Ri          =      0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh   =      0.00033000000000000000
xp3_coef_base                =      0.25000000000000000000
xp3_coef_slope               =      0.01000000000000000021
altitude_threshold           =    100.00000000000000000000
rtp2_clip_coef               =      0.50000000000000000000
Cx_min                       =      0.33000000000000001554
Cx_max                       =      0.94999999999999995559
Richardson_num_min           =      0.25000000000000000000
Richardson_num_max           =    400.00000000000000000000
a3_coef_min                  =      1.00000000000000000000
a_const                      =      1.80000000000000004441
bv_efold                     =      5.00000000000000000000
wpxp_Ri_exp                  =      0.50000000000000000000
z_displace                   =     25.00000000000000000000
 --------------------------------------------------
 &microphysics_setting
 --------------------------------------------------
 microphys_scheme = none
 l_cloud_sed =  F
 sigma_g =    1.5000000000000000     
 l_graupel =  F
 l_hail =  F
 l_seifert_beheng =  F
 l_predict_Nc =  F
 l_const_Nc_in_cloud =  F
 specify_aerosol = morrison_lognormal
 l_subgrid_w =  T
 l_arctic_nucl =  F
 l_cloud_edge_activation =  F
 l_fix_pgam =  F
 l_in_cloud_Nc_diff =  T
 l_var_covar_src =  T
 l_upwind_diff_sed =  F
 lh_microphys_type = disabled
 lh_num_samples =            2
 lh_sequence_length =            1
 lh_seed =         5489
 l_fix_w_chi_eta_correlations =  T
 l_silhs_KK_convergence_adj_mean =  F
 importance_prob_thresh =    1.0000000000000000E-008
 host_dx =    1000000.0000000000     
 host_dy =    1000000.0000000000     
 hmp2_ip_on_hmm2_ip_slope%rr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%ri =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rs =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rg =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Nr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ng =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_intrcpt%rr =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%ri =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rs =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rg =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Nr =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ng =   0.54000000000000004     
 Ncnp2_on_Ncnm2 =    1.0000000000000000     
 C_evap =   0.85999999999999999     
 r_0 =    2.5000000000000001E-005
 microphys_start_time =    0.0000000000000000     
 Nc0_in_cloud =    100000000.00000000     
 ccnconst =    120.00000000000000     
 ccnexpnt =   0.40000000596046448     
 aer_rm1 =    1.1000000021965661E-008
 aer_rm2 =    5.9999997858994902E-008
 aer_n1 =    125000000.00000000     
 aer_n2 =    65000000.000000000     
 aer_sig1 =    1.2000000476837158     
 aer_sig2 =    1.7000000476837158     
 pgam_fixed =    5.0000000000000000     
 precip_frac_calc_type =            2
 --------------------------------------------------
 &SILHS_setting
 --------------------------------------------------
 --------------------------------------------------
 &radiation_setting
 --------------------------------------------------
 rad_scheme = simplified
 sol_const =    1367.0000000000000     
 alvdr =   0.10000000000000001     
 alvdf =   0.10000000000000001     
 alndr =   0.10000000000000001     
 alndf =   0.10000000000000001     
 radiation_top =    50000.000000000000     
 F0 =    74.000000000000000     
 F1 =    0.0000000000000000     
 kappa =    130.00000000000000     
 gc =   0.85999999999999999     
 omega =   0.99650000000000005     
 slr =    1.0000000000000000     
 l_rad_above_cloud =  F
 l_sw_radiation =  F
 l_fix_cos_solar_zen =  F
 l_use_default_std_atmosphere =  T
 Fs_values =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 cos_solar_zen_values =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 cos_solar_zen_times =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 eff_drop_radius =    1.0000000000000001E-005
 --------------------------------------------------
 &configurable_clubb_flags_nl
 --------------------------------------------------
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 grid_remap_method =            1
 grid_adapt_in_time_method =            0
 l_use_precip_frac =  T
 l_predict_upwp_vpwp =  T
 l_ho_nontrad_coriolis =  F
 l_ho_trad_coriolis =  F
 l_min_wp2_from_corr_wx =  F
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  T
 l_upwind_xpyp_ta =  T
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  F
 l_fix_w_chi_eta_correlations =  T
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 Warning: missing correlation input file(s): ../input/case_setups/fire_corr_array_cloud.in and/or ../input/case_setups/fire_corr_array_below.in
 The default correlation arrays will be used.
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth =  F
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  T
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 l_host_applies_sfc_fluxes =  F
 l_wp2_fill_holes_tke =  T
 l_add_dycore_grid =  F
 --------------------------------------------------
 git diff src/
 --------------------------------------------------
 See *setup.txt file in output folder

 Path to sounding: fire_sounding.in
 File exists?  T
 Path to sclr_sounding: fire_sclr_sounding.in
 File exists?  T
 Path to edsclr_sounding: fire_edsclr_sounding.in
 File exists?  T
 Reading in sounding information
 z =    0.0000000000000000        690.00000000000000        785.00000000000000        1000.0000000000000        1500.0000000000000        2000.0000000000000     
 u =    2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000     
 v =   -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000     
 ug =    2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000     
 vg =   -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000     
 theta =    288.00000000000000        288.31999999999999        294.39999999999998        295.30000000000001        297.35000000000002        299.39999999999998     
 rt =    8.0999999999999996E-003   8.0999999999999996E-003   3.4999999999999996E-003   3.3700000000000002E-003   3.0899999999999999E-003   2.8100000000000000E-003
 p_in_Pa =   -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998     
 subs =    0.0000000000000000       -3.4499999999999999E-003  -3.9249999999999997E-003  -4.9999999999999992E-003  -7.4999999999999997E-003   0.0000000000000000     
 stats_nsamp =            1
 stats_nout =            1
iteration:        1 /      180 -- time =       60.0 /    10800.0
iteration:        2 /      180 -- time =      120.0 /    10800.0
iteration:        3 /      180 -- time =      180.0 /    10800.0
iteration:        4 /      180 -- time =      240.0 /    10800.0
iteration:        5 /      180 -- time =      300.0 /    10800.0
iteration:        6 /      180 -- time =      360.0 /    10800.0
iteration:        7 /      180 -- time =      420.0 /    10800.0
iteration:        8 /      180 -- time =      480.0 /    10800.0
iteration:        9 /      180 -- time =      540.0 /    10800.0
iteration:       10 /      180 -- time =      600.0 /    10800.0
iteration:       11 /      180 -- time =      660.0 /    10800.0
iteration:       12 /      180 -- time =      720.0 /    10800.0
iteration:       13 /      180 -- time =      780.0 /    10800.0
iteration:       14 /      180 -- time =      840.0 /    10800.0
iteration:       15 /      180 -- time =      900.0 /    10800.0
iteration:       16 /      180 -- time =      960.0 /    10800.0
iteration:       17 /      180 -- time =     1020.0 /    10800.0
iteration:       18 /      180 -- time =     1080.0 /    10800.0
iteration:       19 /      180 -- time =     1140.0 /    10800.0
iteration:       20 /      180 -- time =     1200.0 /    10800.0
iteration:       21 /      180 -- time =     1260.0 /    10800.0
iteration:       22 /      180 -- time =     1320.0 /    10800.0
iteration:       23 /      180 -- time =     1380.0 /    10800.0
iteration:       24 /      180 -- time =     1440.0 /    10800.0
iteration:       25 /      180 -- time =     1500.0 /    10800.0
iteration:       26 /      180 -- time =     1560.0 /    10800.0
iteration:       27 /      180 -- time =     1620.0 /    10800.0
iteration:       28 /      180 -- time =     1680.0 /    10800.0
iteration:       29 /      180 -- time =     1740.0 /    10800.0
iteration:       30 /      180 -- time =     1800.0 /    10800.0
iteration:       31 /      180 -- time =     1860.0 /    10800.0
iteration:       32 /      180 -- time =     1920.0 /    10800.0
iteration:       33 /      180 -- time =     1980.0 /    10800.0
iteration:       34 /      180 -- time =     2040.0 /    10800.0
iteration:       35 /      180 -- time =     2100.0 /    10800.0
iteration:       36 /      180 -- time =     2160.0 /    10800.0
iteration:       37 /      180 -- time =     2220.0 /    10800.0
iteration:       38 /      180 -- time =     2280.0 /    10800.0
iteration:       39 /      180 -- time =     2340.0 /    10800.0
iteration:       40 /      180 -- time =     2400.0 /    10800.0
iteration:       41 /      180 -- time =     2460.0 /    10800.0
iteration:       42 /      180 -- time =     2520.0 /    10800.0
iteration:       43 /      180 -- time =     2580.0 /    10800.0
iteration:       44 /      180 -- time =     2640.0 /    10800.0
iteration:       45 /      180 -- time =     2700.0 /    10800.0
iteration:       46 /      180 -- time =     2760.0 /    10800.0
iteration:       47 /      180 -- time =     2820.0 /    10800.0
iteration:       48 /      180 -- time =     2880.0 /    10800.0
iteration:       49 /      180 -- time =     2940.0 /    10800.0
iteration:       50 /      180 -- time =     3000.0 /    10800.0
iteration:       51 /      180 -- time =     3060.0 /    10800.0
iteration:       52 /      180 -- time =     3120.0 /    10800.0
iteration:       53 /      180 -- time =     3180.0 /    10800.0
iteration:       54 /      180 -- time =     3240.0 /    10800.0
iteration:       55 /      180 -- time =     3300.0 /    10800.0
iteration:       56 /      180 -- time =     3360.0 /    10800.0
iteration:       57 /      180 -- time =     3420.0 /    10800.0
iteration:       58 /      180 -- time =     3480.0 /    10800.0
iteration:       59 /      180 -- time =     3540.0 /    10800.0
iteration:       60 /      180 -- time =     3600.0 /    10800.0
iteration:       61 /      180 -- time =     3660.0 /    10800.0
iteration:       62 /      180 -- time =     3720.0 /    10800.0
iteration:       63 /      180 -- time =     3780.0 /    10800.0
iteration:       64 /      180 -- time =     3840.0 /    10800.0
iteration:       65 /      180 -- time =     3900.0 /    10800.0
iteration:       66 /      180 -- time =     3960.0 /    10800.0
iteration:       67 /      180 -- time =     4020.0 /    10800.0
iteration:       68 /      180 -- time =     4080.0 /    10800.0
iteration:       69 /      180 -- time =     4140.0 /    10800.0
iteration:       70 /      180 -- time =     4200.0 /    10800.0
iteration:       71 /      180 -- time =     4260.0 /    10800.0
iteration:       72 /      180 -- time =     4320.0 /    10800.0
iteration:       73 /      180 -- time =     4380.0 /    10800.0
iteration:       74 /      180 -- time =     4440.0 /    10800.0
iteration:       75 /      180 -- time =     4500.0 /    10800.0
iteration:       76 /      180 -- time =     4560.0 /    10800.0
iteration:       77 /      180 -- time =     4620.0 /    10800.0
iteration:       78 /      180 -- time =     4680.0 /    10800.0
iteration:       79 /      180 -- time =     4740.0 /    10800.0
iteration:       80 /      180 -- time =     4800.0 /    10800.0
iteration:       81 /      180 -- time =     4860.0 /    10800.0
iteration:       82 /      180 -- time =     4920.0 /    10800.0
iteration:       83 /      180 -- time =     4980.0 /    10800.0
iteration:       84 /      180 -- time =     5040.0 /    10800.0
iteration:       85 /      180 -- time =     5100.0 /    10800.0
iteration:       86 /      180 -- time =     5160.0 /    10800.0
iteration:       87 /      180 -- time =     5220.0 /    10800.0
iteration:       88 /      180 -- time =     5280.0 /    10800.0
iteration:       89 /      180 -- time =     5340.0 /    10800.0
iteration:       90 /      180 -- time =     5400.0 /    10800.0
iteration:       91 /      180 -- time =     5460.0 /    10800.0
iteration:       92 /      180 -- time =     5520.0 /    10800.0
iteration:       93 /      180 -- time =     5580.0 /    10800.0
iteration:       94 /      180 -- time =     5640.0 /    10800.0
iteration:       95 /      180 -- time =     5700.0 /    10800.0
iteration:       96 /      180 -- time =     5760.0 /    10800.0
iteration:       97 /      180 -- time =     5820.0 /    10800.0
iteration:       98 /      180 -- time =     5880.0 /    10800.0
iteration:       99 /      180 -- time =     5940.0 /    10800.0
iteration:      100 /      180 -- time =     6000.0 /    10800.0
iteration:      101 /      180 -- time =     6060.0 /    10800.0
iteration:      102 /      180 -- time =     6120.0 /    10800.0
iteration:      103 /      180 -- time =     6180.0 /    10800.0
iteration:      104 /      180 -- time =     6240.0 /    10800.0
iteration:      105 /      180 -- time =     6300.0 /    10800.0
iteration:      106 /      180 -- time =     6360.0 /    10800.0
iteration:      107 /      180 -- time =     6420.0 /    10800.0
iteration:      108 /      180 -- time =     6480.0 /    10800.0
iteration:      109 /      180 -- time =     6540.0 /    10800.0
iteration:      110 /      180 -- time =     6600.0 /    10800.0
iteration:      111 /      180 -- time =     6660.0 /    10800.0
iteration:      112 /      180 -- time =     6720.0 /    10800.0
iteration:      113 /      180 -- time =     6780.0 /    10800.0
iteration:      114 /      180 -- time =     6840.0 /    10800.0
iteration:      115 /      180 -- time =     6900.0 /    10800.0
iteration:      116 /      180 -- time =     6960.0 /    10800.0
iteration:      117 /      180 -- time =     7020.0 /    10800.0
iteration:      118 /      180 -- time =     7080.0 /    10800.0
iteration:      119 /      180 -- time =     7140.0 /    10800.0
iteration:      120 /      180 -- time =     7200.0 /    10800.0
iteration:      121 /      180 -- time =     7260.0 /    10800.0
iteration:      122 /      180 -- time =     7320.0 /    10800.0
iteration:      123 /      180 -- time =     7380.0 /    10800.0
iteration:      124 /      180 -- time =     7440.0 /    10800.0
iteration:      125 /      180 -- time =     7500.0 /    10800.0
iteration:      126 /      180 -- time =     7560.0 /    10800.0
iteration:      127 /      180 -- time =     7620.0 /    10800.0
iteration:      128 /      180 -- time =     7680.0 /    10800.0
iteration:      129 /      180 -- time =     7740.0 /    10800.0
iteration:      130 /      180 -- time =     7800.0 /    10800.0
iteration:      131 /      180 -- time =     7860.0 /    10800.0
iteration:      132 /      180 -- time =     7920.0 /    10800.0
iteration:      133 /      180 -- time =     7980.0 /    10800.0
iteration:      134 /      180 -- time =     8040.0 /    10800.0
iteration:      135 /      180 -- time =     8100.0 /    10800.0
iteration:      136 /      180 -- time =     8160.0 /    10800.0
iteration:      137 /      180 -- time =     8220.0 /    10800.0
iteration:      138 /      180 -- time =     8280.0 /    10800.0
iteration:      139 /      180 -- time =     8340.0 /    10800.0
iteration:      140 /      180 -- time =     8400.0 /    10800.0
iteration:      141 /      180 -- time =     8460.0 /    10800.0
iteration:      142 /      180 -- time =     8520.0 /    10800.0
iteration:      143 /      180 -- time =     8580.0 /    10800.0
iteration:      144 /      180 -- time =     8640.0 /    10800.0
iteration:      145 /      180 -- time =     8700.0 /    10800.0
iteration:      146 /      180 -- time =     8760.0 /    10800.0
iteration:      147 /      180 -- time =     8820.0 /    10800.0
iteration:      148 /      180 -- time =     8880.0 /    10800.0
iteration:      149 /      180 -- time =     8940.0 /    10800.0
iteration:      150 /      180 -- time =     9000.0 /    10800.0
iteration:      151 /      180 -- time =     9060.0 /    10800.0
iteration:      152 /      180 -- time =     9120.0 /    10800.0
iteration:      153 /      180 -- time =     9180.0 /    10800.0
iteration:      154 /      180 -- time =     9240.0 /    10800.0
iteration:      155 /      180 -- time =     9300.0 /    10800.0
iteration:      156 /      180 -- time =     9360.0 /    10800.0
iteration:      157 /      180 -- time =     9420.0 /    10800.0
iteration:      158 /      180 -- time =     9480.0 /    10800.0
iteration:      159 /      180 -- time =     9540.0 /    10800.0
iteration:      160 /      180 -- time =     9600.0 /    10800.0
iteration:      161 /      180 -- time =     9660.0 /    10800.0
iteration:      162 /      180 -- time =     9720.0 /    10800.0
iteration:      163 /      180 -- time =     9780.0 /    10800.0
iteration:      164 /      180 -- time =     9840.0 /    10800.0
iteration:      165 /      180 -- time =     9900.0 /    10800.0
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 Warning: spurious supersaturation was removed after pdf_closure!
 Warning: spurious supersaturation was removed after pdf_closure!
 Warning: spurious supersaturation was removed after pdf_closure!
 Program exited normally
iteration:      166 /      180 -- time =     9960.0 /    10800.0
iteration:      167 /      180 -- time =    10020.0 /    10800.0
iteration:      168 /      180 -- time =    10080.0 /    10800.0
iteration:      169 /      180 -- time =    10140.0 /    10800.0
iteration:      170 /      180 -- time =    10200.0 /    10800.0
iteration:      171 /      180 -- time =    10260.0 /    10800.0
iteration:      172 /      180 -- time =    10320.0 /    10800.0
iteration:      173 /      180 -- time =    10380.0 /    10800.0
iteration:      174 /      180 -- time =    10440.0 /    10800.0
iteration:      175 /      180 -- time =    10500.0 /    10800.0
iteration:      176 /      180 -- time =    10560.0 /    10800.0
iteration:      177 /      180 -- time =    10620.0 /    10800.0
iteration:      178 /      180 -- time =    10680.0 /    10800.0
iteration:      179 /      180 -- time =    10740.0 /    10800.0
iteration:      180 /      180 -- time =    10800.0 /    10800.0
CLUBB-TIMER time_loop_init =             0.0895
CLUBB-TIMER time_clubb_advance =         1.0777
CLUBB-TIMER time_clubb_pdf =             0.0002
CLUBB-TIMER time_SILHS =                 0.0001
CLUBB-TIMER time_microphys_scheme =      0.0000
CLUBB-TIMER time_microphys_advance =     0.0000
CLUBB-TIMER time_loop_end =              0.0000
CLUBB-TIMER time_adapt_grid =            0.0000
CLUBB-TIMER time_total =                 1.4102
2026/02/18 03:17:53
 
 --------------------------------------------------
 Latest git log entry
 --------------------------------------------------
 
 
A detailed git diff can be found at the end of this file

 --------------------------------------------------
 Tunable Parameters:
 --------------------------------------------------
 --------------------------------------------------
 Preprocessing Directives:
 --------------------------------------------------
 -DNETCDF enabled
 -DCOAMPS_MICRO enabled
 -DTUNER disabled
 -DSILHS enabled
 -Dnooverlap enabled
 -Draoffline enabled
 -DUSE_BUGSrad_ocast_random disabled
 -DBYTESWAP_IO disabled
 --------------------------------------------------
 &model_setting
 --------------------------------------------------
 runtype = bomex
 nzmax =           75
 grid_type =            1
 deltaz =    40.000000000000000     
 zm_init =    0.0000000000000000     
 zm_top =    3500.0000000000000     
 zt_grid_fname =
 zm_grid_fname =
 day =           22
 month =            6
 year =         1969
 lat_vals =    15.000000000000000     
 lon_vals =   -56.500000000000000     
 sfc_elevation =    0.0000000000000000     
 time_initial =    0.0000000000000000     
 time_final =    21600.000000000000     
 dt_main =    60.000000000000000     
 dt_rad =    60.000000000000000     
 sfctype =            0
 T_sfc =    288.00000000000000     
 p_sfc =    101500.00000000000     
 sens_ht =    0.0000000000000000     
 latent_ht =    0.0000000000000000     
 fcor =    3.7599999999999999E-005
 fcor_y =    1.4087062250470739E-004
 T0 =    300.00000000000000     
 ts_nudge =    86400.000000000000     
 forcings_file_path =
 l_t_dependent =  T
 l_ignore_forcings =  T
 l_modify_ic_with_cubic_int =  T
 l_modify_bc_for_cnvg_test =  T
 l_input_xpwp_sfc =  F
 saturation_formula =            3
 thlm_sponge_damp_settings%l_sponge_damping =  F
 rtm_sponge_damp_settings%l_sponge_damping =  F
 uv_sponge_damp_settings%l_sponge_damping =  F
 wp2_sponge_damp_settings%l_sponge_damping =  F
 wp3_sponge_damp_settings%l_sponge_damping =  F
 up2_vp2_sponge_damp_settings%l_sponge_damping =  F
 thlm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 thlm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 thlm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 rtm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 uv_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp3_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 up2_vp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 l_soil_veg =  F
 l_restart =  F
 l_input_fields =  F
 restart_path_case = restart/bomex
 time_restart =    0.0000000000000000     
 debug_level =            2
 sclr_dim =            0
 edsclr_dim =            0
 iisclr_thl =           -2
 iisclr_rt =           -1
 iisclr_CO2 =           -1
 sclr_tol = 
 --------------------------------------------------
 &stats_setting
 --------------------------------------------------
 l_stats =  T
 fname_prefix = bomex
 stats_fmt = netcdf
 stats_tsamp =    60.000000000000000     
 stats_tout =    60.000000000000000     
 l_allow_small_stats_tout =  F
 Constant flags:
 l_pos_def =  F
 l_gamma_Skw =  T
 l_byteswap_io =  F
 Constant tolerances [units]
 rt_tol [kg/kg] =    1.0000000000000000E-008
 thl_tol [K] =    1.0000000000000000E-002
 w_tol [m/s] =    2.0000000000000000E-002
    Parameter          Value
    ---------          -----
C1                           =      1.00000000000000000000
C1b                          =      1.00000000000000000000
C1c                          =      1.00000000000000000000
C2rt                         =      2.00000000000000000000
C2thl                        =      2.00000000000000000000
C2rtthl                      =      2.00000000000000000000
C4                           =      2.00000000000000000000
C_uu_shr                     =      0.40000000000000002220
C_uu_buoy                    =      0.29999999999999998890
C6rt                         =      2.00000000000000000000
C6rtb                        =      2.00000000000000000000
C6rtc                        =      1.00000000000000000000
C6thl                        =      2.00000000000000000000
C6thlb                       =      2.00000000000000000000
C6thlc                       =      1.00000000000000000000
C7                           =      0.50000000000000000000
C7b                          =      0.50000000000000000000
C7c                          =      0.50000000000000000000
C8                           =      0.50000000000000000000
C8b                          =      0.02000000000000000042
C10                          =      3.29999999999999982236
C11                          =      0.40000000000000002220
C11b                         =      0.40000000000000002220
C11c                         =      0.50000000000000000000
C12                          =      1.00000000000000000000
C13                          =      0.10000000000000000555
C14                          =      1.00000000000000000000
C_wp2_pr_dfsn                =      0.00000000000000000000
C_wp3_pr_tp                  =      0.00000000000000000000
C_wp3_pr_turb                =      1.00000000000000000000
C_wp3_pr_dfsn                =      0.00000000000000000000
C_wp2_splat                  =      0.00000000000000000000
C6rt_Lscale0                 =     14.00000000000000000000
C6thl_Lscale0                =     14.00000000000000000000
C7_Lscale0                   =      0.84999999999999997780
wpxp_L_thresh                =     60.00000000000000000000
c_K                          =      0.20000000000000001110
c_K1                         =      0.20000000000000001110
nu1                          =     20.00000000000000000000
c_K2                         =      0.02500000000000000139
nu2                          =      1.00000000000000000000
c_K6                         =      0.37500000000000000000
nu6                          =      5.00000000000000000000
c_K8                         =      5.00000000000000000000
nu8                          =     20.00000000000000000000
c_K9                         =      0.10000000000000000555
nu9                          =     10.00000000000000000000
nu10                         =      0.00000000000000000000
c_K_hm                       =      0.75000000000000000000
c_K_hmb                      =      0.75000000000000000000
K_hm_min_coef                =      0.10000000000000000555
nu_hm                        =      1.50000000000000000000
slope_coef_spread_DG_means_w =     21.00000000000000000000
pdf_component_stdev_factor_w =      1.00000000000000000000
coef_spread_DG_means_rt      =      0.80000000000000004441
coef_spread_DG_means_thl     =      0.80000000000000004441
gamma_coef                   =      0.25000000000000000000
gamma_coefb                  =      0.25000000000000000000
gamma_coefc                  =      5.00000000000000000000
mu                           =      0.00100000000000000002
beta                         =      1.00000000000000000000
lmin_coef                    =      0.50000000000000000000
omicron                      =      0.50000000000000000000
zeta_vrnce_rat               =      0.00000000000000000000
upsilon_precip_frac_rat      =      0.55000000000000004441
lambda0_stability_coef       =      0.02999999999999999889
mult_coef                    =      0.50000000000000000000
taumin                       =     90.00000000000000000000
taumax                       =   3600.00000000000000000000
Lscale_mu_coef               =      2.00000000000000000000
Lscale_pert_coef             =      0.10000000000000000555
alpha_corr                   =      0.14999999999999999445
Skw_denom_coef               =      4.00000000000000000000
c_K10                        =      1.00000000000000000000
c_K10h                       =      1.00000000000000000000
thlp2_rad_coef               =      1.00000000000000000000
thlp2_rad_cloud_frac_thresh  =      0.10000000000000000555
up2_sfc_coef                 =      4.00000000000000000000
Skw_max_mag                  =     10.00000000000000000000
C_invrs_tau_bkgnd            =      1.10000000000000008882
C_invrs_tau_sfc              =      0.10000000000000000555
C_invrs_tau_shear            =      0.14999999999999999445
C_invrs_tau_N2               =      0.40000000000000002220
C_invrs_tau_N2_wp2           =      0.20000000000000001110
C_invrs_tau_N2_xp2           =      0.05000000000000000278
C_invrs_tau_N2_wpxp          =      0.00000000000000000000
C_invrs_tau_N2_clear_wp3     =      1.00000000000000000000
C_invrs_tau_wpxp_Ri          =      0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh   =      0.00033000000000000000
xp3_coef_base                =      0.25000000000000000000
xp3_coef_slope               =      0.01000000000000000021
altitude_threshold           =    100.00000000000000000000
rtp2_clip_coef               =      0.50000000000000000000
Cx_min                       =      0.33000000000000001554
Cx_max                       =      0.94999999999999995559
Richardson_num_min           =      0.25000000000000000000
Richardson_num_max           =    400.00000000000000000000
a3_coef_min                  =      1.00000000000000000000
a_const                      =      1.80000000000000004441
bv_efold                     =      5.00000000000000000000
wpxp_Ri_exp                  =      0.50000000000000000000
z_displace                   =     25.00000000000000000000
 --------------------------------------------------
 &microphysics_setting
 --------------------------------------------------
 microphys_scheme = none
 l_cloud_sed =  F
 sigma_g =    1.5000000000000000     
 l_graupel =  F
 l_hail =  F
 l_seifert_beheng =  F
 l_predict_Nc =  F
 l_const_Nc_in_cloud =  F
 specify_aerosol = morrison_lognormal
 l_subgrid_w =  T
 l_arctic_nucl =  F
 l_cloud_edge_activation =  F
 l_fix_pgam =  F
 l_in_cloud_Nc_diff =  T
 l_var_covar_src =  F
 l_upwind_diff_sed =  F
 lh_microphys_type = disabled
 lh_num_samples =            2
 lh_sequence_length =            1
 lh_seed =         5489
 l_fix_w_chi_eta_correlations =  T
 l_silhs_KK_convergence_adj_mean =  F
 importance_prob_thresh =    1.0000000000000000E-008
 host_dx =    1000000.0000000000     
 host_dy =    1000000.0000000000     
 hmp2_ip_on_hmm2_ip_slope%rr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%ri =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rs =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rg =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Nr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ng =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_intrcpt%rr =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%ri =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rs =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rg =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Nr =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ng =   0.54000000000000004     
 Ncnp2_on_Ncnm2 =    1.0000000000000000     
 C_evap =   0.85999999999999999     
 r_0 =    2.5000000000000001E-005
 microphys_start_time =    0.0000000000000000     
 Nc0_in_cloud =    100000000.00000000     
 ccnconst =    120.00000000000000     
 ccnexpnt =   0.40000000596046448     
 aer_rm1 =    1.1000000021965661E-008
 aer_rm2 =    5.9999997858994902E-008
 aer_n1 =    125000000.00000000     
 aer_n2 =    65000000.000000000     
 aer_sig1 =    1.2000000476837158     
 aer_sig2 =    1.7000000476837158     
 pgam_fixed =    5.0000000000000000     
 precip_frac_calc_type =            2
 --------------------------------------------------
 &SILHS_setting
 --------------------------------------------------
 --------------------------------------------------
 &radiation_setting
 --------------------------------------------------
 rad_scheme = simplified_bomex
 sol_const =    1367.0000000000000     
 alvdr =   0.10000000000000001     
 alvdf =   0.10000000000000001     
 alndr =   0.10000000000000001     
 alndf =   0.10000000000000001     
 radiation_top =    50000.000000000000     
 F0 =    100.00000000000000     
 F1 =    20.000000000000000     
 kappa =    119.00000000000000     
 gc =   0.85999999999999999     
 omega =   0.99650000000000005     
 slr =    1.0000000000000000     
 l_rad_above_cloud =  F
 l_sw_radiation =  F
 l_fix_cos_solar_zen =  F
 l_use_default_std_atmosphere =  T
 Fs_values =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 cos_solar_zen_values =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 cos_solar_zen_times =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 eff_drop_radius =    1.0000000000000001E-005
 --------------------------------------------------
 &configurable_clubb_flags_nl
 --------------------------------------------------
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 grid_remap_method =            1
 grid_adapt_in_time_method =            0
 l_use_precip_frac =  T
 l_predict_upwp_vpwp =  T
 l_ho_nontrad_coriolis =  F
 l_ho_trad_coriolis =  F
 l_min_wp2_from_corr_wx =  F
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  T
 l_upwind_xpyp_ta =  T
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  F
 l_fix_w_chi_eta_correlations =  T
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 Warning: missing correlation input file(s): ../input/case_setups/bomex_corr_array_cloud.in and/or ../input/case_setups/bomex_corr_array_below.in
 The default correlation arrays will be used.
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth =  F
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  T
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 l_host_applies_sfc_fluxes =  F
 l_wp2_fill_holes_tke =  T
 l_add_dycore_grid =  F
 --------------------------------------------------
 git diff src/
 --------------------------------------------------
 See *setup.txt file in output folder

 Path to sounding: bomex_sounding.in
 File exists?  T
 Path to sclr_sounding: bomex_sclr_sounding.in
 File exists?  T
 Path to edsclr_sounding: bomex_edsclr_sounding.in
 File exists?  T
 Reading in sounding information
 z =    0.0000000000000000        100.00000000000000        200.00000000000000        300.00000000000000        400.00000000000000        500.00000000000000        520.00000000000000        600.00000000000000        700.00000000000000        800.00000000000000        900.00000000000000        1000.0000000000000        1100.0000000000000        1200.0000000000000        1300.0000000000000        1400.0000000000000        1480.0000000000000        1500.0000000000000        1600.0000000000000        1700.0000000000000        1800.0000000000000        1900.0000000000000        2000.0000000000000        2099.9000000000001        2100.0000000000000        2200.0000000000000        2300.0000000000000        2400.0000000000000        2500.0000000000000        2600.0000000000000        2700.0000000000000        2800.0000000000000        2900.0000000000000        3000.0000000000000        3100.0000000000000        3200.0000000000000        3300.0000000000000        3400.0000000000000        3500.0000000000000     
 u =   -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.5700000000000003       -8.3900000000000006       -8.2100000000000009       -8.0299999999999994       -7.8499999999999996       -7.6699999999999999       -7.4900000000000002       -7.3460000000000001       -7.3100000000000005       -7.1299999999999999       -6.9500000000000002       -6.7700000000000005       -6.5899999999999999       -6.4100000000000001       -6.2301799999999998       -6.2300000000000004       -6.0499999999999998       -5.8700000000000001       -5.6900000000000004       -5.5099999999999998       -5.3300000000000001       -5.1500000000000004       -4.9699999999999998       -4.7900000000000000       -4.6100000000000003       -4.4299999999999997       -4.2500000000000000       -4.0700000000000003       -3.8900000000000001       -3.7100000000000000     
 v =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 ug =   -10.000000000000000       -9.8200000000000003       -9.6400000000000006       -9.4600000000000009       -9.2799999999999994       -9.0999999999999996       -9.0640000000000001       -8.9199999999999999       -8.7400000000000002       -8.5600000000000005       -8.3800000000000008       -8.1999999999999993       -8.0199999999999996       -7.8399999999999999       -7.6600000000000001       -7.4800000000000004       -7.3360000000000003       -7.3000000000000007       -7.1200000000000001       -6.9400000000000004       -6.7600000000000007       -6.5800000000000001       -6.4000000000000004       -6.2201800000000000       -6.2200000000000006       -6.0400000000000000       -5.8600000000000003       -5.6800000000000006       -5.5000000000000000       -5.3200000000000003       -5.1400000000000006       -4.9600000000000000       -4.7800000000000002       -4.6000000000000005       -4.4199999999999999       -4.2400000000000002       -4.0600000000000005       -3.8800000000000003       -3.7000000000000002     
 vg =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 theta =    298.69999999999999        298.69999999999999        298.69999999999999        298.69999999999999        298.69999999999999        298.69999999999999        298.69999999999999        299.00833333333333        299.39375000000001        299.77916666666670        300.16458333333333        300.55000000000001        300.93541666666664        301.32083333333333        301.70625000000001        302.09166666666664        302.39999999999998        302.63076923076920        303.78461538461534        304.93846153846152        306.09230769230766        307.24615384615385        308.39999999999998        308.75131499999998        308.75166666666667        309.10333333333330        309.45499999999998        309.80666666666667        310.15833333333330        310.50999999999999        310.86166666666668        311.21333333333331        311.56500000000000        311.91666666666669        312.26833333333332        312.62000000000000        312.97166666666669        313.32333333333332        313.67500000000001     
 rt =    1.7290000000000000E-002   1.7151538461538461E-002   1.7013076923076922E-002   1.6874615384615384E-002   1.6736153846153849E-002   1.6597692307692310E-002   1.6570000000000001E-002   1.6090000000000000E-002   1.5490000000000000E-002   1.4891282051282052E-002   1.4292564102564104E-002   1.3693846153846154E-002   1.3095128205128205E-002   1.2496410256410257E-002   1.1897692307692307E-002   1.1298974358974359E-002   1.0820000000000000E-002   1.0566153846153847E-002   9.2969230769230759E-003   8.0276923076923069E-003   6.7584615384615378E-003   5.4892307692307688E-003   4.2199999999999998E-003   4.0994539999999998E-003   4.0993333333333333E-003   3.9786666666666668E-003   3.8579999999999999E-003   3.7373333333333330E-003   3.6166666666666665E-003   3.4960000000000000E-003   3.3753333333333331E-003   3.2546666666666666E-003   3.1339999999999996E-003   3.0133333333333331E-003   2.8926666666666666E-003   2.7719999999999997E-003   2.6513333333333328E-003   2.5306666666666663E-003   2.4099999999999998E-003
 p_in_Pa =   -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998     
 subs =    0.0000000000000000       -4.3333331081081084E-004  -8.6666662162162168E-004  -1.2999999324324325E-003  -1.7333332432432434E-003  -2.1666665540540542E-003  -2.2533332162162165E-003  -2.5999998648648650E-003  -3.0333331756756759E-003  -3.4666664864864867E-003  -3.8999997972972975E-003  -4.3333331081081084E-003  -4.7666664189189188E-003  -5.1999997297297301E-003  -5.6333330405405405E-003  -6.0666663513513517E-003  -6.4133330000000002E-003  -6.4999999999999997E-003  -5.4166666111018502E-003  -4.3333332222037007E-003  -3.2499998333055508E-003  -2.1666664444074018E-003  -1.0833330555092523E-003  -1.0829999999998133E-006   0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 stats_nsamp =            1
 stats_nout =            1
iteration:        1 /      360 -- time =       60.0 /    21600.0
iteration:        2 /      360 -- time =      120.0 /    21600.0
iteration:        3 /      360 -- time =      180.0 /    21600.0
iteration:        4 /      360 -- time =      240.0 /    21600.0
iteration:        5 /      360 -- time =      300.0 /    21600.0
iteration:        6 /      360 -- time =      360.0 /    21600.0
iteration:        7 /      360 -- time =      420.0 /    21600.0
iteration:        8 /      360 -- time =      480.0 /    21600.0
iteration:        9 /      360 -- time =      540.0 /    21600.0
iteration:       10 /      360 -- time =      600.0 /    21600.0
iteration:       11 /      360 -- time =      660.0 /    21600.0
iteration:       12 /      360 -- time =      720.0 /    21600.0
iteration:       13 /      360 -- time =      780.0 /    21600.0
iteration:       14 /      360 -- time =      840.0 /    21600.0
iteration:       15 /      360 -- time =      900.0 /    21600.0
iteration:       16 /      360 -- time =      960.0 /    21600.0
iteration:       17 /      360 -- time =     1020.0 /    21600.0
iteration:       18 /      360 -- time =     1080.0 /    21600.0
iteration:       19 /      360 -- time =     1140.0 /    21600.0
iteration:       20 /      360 -- time =     1200.0 /    21600.0
iteration:       21 /      360 -- time =     1260.0 /    21600.0
iteration:       22 /      360 -- time =     1320.0 /    21600.0
iteration:       23 /      360 -- time =     1380.0 /    21600.0
iteration:       24 /      360 -- time =     1440.0 /    21600.0
iteration:       25 /      360 -- time =     1500.0 /    21600.0
iteration:       26 /      360 -- time =     1560.0 /    21600.0
iteration:       27 /      360 -- time =     1620.0 /    21600.0
iteration:       28 /      360 -- time =     1680.0 /    21600.0
iteration:       29 /      360 -- time =     1740.0 /    21600.0
iteration:       30 /      360 -- time =     1800.0 /    21600.0
iteration:       31 /      360 -- time =     1860.0 /    21600.0
iteration:       32 /      360 -- time =     1920.0 /    21600.0
iteration:       33 /      360 -- time =     1980.0 /    21600.0
iteration:       34 /      360 -- time =     2040.0 /    21600.0
iteration:       35 /      360 -- time =     2100.0 /    21600.0
iteration:       36 /      360 -- time =     2160.0 /    21600.0
iteration:       37 /      360 -- time =     2220.0 /    21600.0
iteration:       38 /      360 -- time =     2280.0 /    21600.0
iteration:       39 /      360 -- time =     2340.0 /    21600.0
iteration:       40 /      360 -- time =     2400.0 /    21600.0
iteration:       41 /      360 -- time =     2460.0 /    21600.0
iteration:       42 /      360 -- time =     2520.0 /    21600.0
iteration:       43 /      360 -- time =     2580.0 /    21600.0
iteration:       44 /      360 -- time =     2640.0 /    21600.0
iteration:       45 /      360 -- time =     2700.0 /    21600.0
iteration:       46 /      360 -- time =     2760.0 /    21600.0
iteration:       47 /      360 -- time =     2820.0 /    21600.0
iteration:       48 /      360 -- time =     2880.0 /    21600.0
iteration:       49 /      360 -- time =     2940.0 /    21600.0
iteration:       50 /      360 -- time =     3000.0 /    21600.0
iteration:       51 /      360 -- time =     3060.0 /    21600.0
iteration:       52 /      360 -- time =     3120.0 /    21600.0
iteration:       53 /      360 -- time =     3180.0 /    21600.0
iteration:       54 /      360 -- time =     3240.0 /    21600.0
iteration:       55 /      360 -- time =     3300.0 /    21600.0
iteration:       56 /      360 -- time =     3360.0 /    21600.0
iteration:       57 /      360 -- time =     3420.0 /    21600.0
iteration:       58 /      360 -- time =     3480.0 /    21600.0
iteration:       59 /      360 -- time =     3540.0 /    21600.0
iteration:       60 /      360 -- time =     3600.0 /    21600.0
iteration:       61 /      360 -- time =     3660.0 /    21600.0
iteration:       62 /      360 -- time =     3720.0 /    21600.0
iteration:       63 /      360 -- time =     3780.0 /    21600.0
iteration:       64 /      360 -- time =     3840.0 /    21600.0
iteration:       65 /      360 -- time =     3900.0 /    21600.0
iteration:       66 /      360 -- time =     3960.0 /    21600.0
iteration:       67 /      360 -- time =     4020.0 /    21600.0
iteration:       68 /      360 -- time =     4080.0 /    21600.0
iteration:       69 /      360 -- time =     4140.0 /    21600.0
iteration:       70 /      360 -- time =     4200.0 /    21600.0
iteration:       71 /      360 -- time =     4260.0 /    21600.0
iteration:       72 /      360 -- time =     4320.0 /    21600.0
iteration:       73 /      360 -- time =     4380.0 /    21600.0
iteration:       74 /      360 -- time =     4440.0 /    21600.0
iteration:       75 /      360 -- time =     4500.0 /    21600.0
iteration:       76 /      360 -- time =     4560.0 /    21600.0
iteration:       77 /      360 -- time =     4620.0 /    21600.0
iteration:       78 /      360 -- time =     4680.0 /    21600.0
iteration:       79 /      360 -- time =     4740.0 /    21600.0
iteration:       80 /      360 -- time =     4800.0 /    21600.0
iteration:       81 /      360 -- time =     4860.0 /    21600.0
iteration:       82 /      360 -- time =     4920.0 /    21600.0
iteration:       83 /      360 -- time =     4980.0 /    21600.0
iteration:       84 /      360 -- time =     5040.0 /    21600.0
iteration:       85 /      360 -- time =     5100.0 /    21600.0
iteration:       86 /      360 -- time =     5160.0 /    21600.0
iteration:       87 /      360 -- time =     5220.0 /    21600.0
iteration:       88 /      360 -- time =     5280.0 /    21600.0
iteration:       89 /      360 -- time =     5340.0 /    21600.0
iteration:       90 /      360 -- time =     5400.0 /    21600.0
iteration:       91 /      360 -- time =     5460.0 /    21600.0
iteration:       92 /      360 -- time =     5520.0 /    21600.0
iteration:       93 /      360 -- time =     5580.0 /    21600.0
iteration:       94 /      360 -- time =     5640.0 /    21600.0
iteration:       95 /      360 -- time =     5700.0 /    21600.0
iteration:       96 /      360 -- time =     5760.0 /    21600.0
iteration:       97 /      360 -- time =     5820.0 /    21600.0
iteration:       98 /      360 -- time =     5880.0 /    21600.0
iteration:       99 /      360 -- time =     5940.0 /    21600.0
iteration:      100 /      360 -- time =     6000.0 /    21600.0
iteration:      101 /      360 -- time =     6060.0 /    21600.0
iteration:      102 /      360 -- time =     6120.0 /    21600.0
iteration:      103 /      360 -- time =     6180.0 /    21600.0
iteration:      104 /      360 -- time =     6240.0 /    21600.0
iteration:      105 /      360 -- time =     6300.0 /    21600.0
iteration:      106 /      360 -- time =     6360.0 /    21600.0
iteration:      107 /      360 -- time =     6420.0 /    21600.0
iteration:      108 /      360 -- time =     6480.0 /    21600.0
iteration:      109 /      360 -- time =     6540.0 /    21600.0
iteration:      110 /      360 -- time =     6600.0 /    21600.0
iteration:      111 /      360 -- time =     6660.0 /    21600.0
iteration:      112 /      360 -- time =     6720.0 /    21600.0
iteration:      113 /      360 -- time =     6780.0 /    21600.0
iteration:      114 /      360 -- time =     6840.0 /    21600.0
iteration:      115 /      360 -- time =     6900.0 /    21600.0
iteration:      116 /      360 -- time =     6960.0 /    21600.0
iteration:      117 /      360 -- time =     7020.0 /    21600.0
iteration:      118 /      360 -- time =     7080.0 /    21600.0
iteration:      119 /      360 -- time =     7140.0 /    21600.0
iteration:      120 /      360 -- time =     7200.0 /    21600.0
iteration:      121 /      360 -- time =     7260.0 /    21600.0
iteration:      122 /      360 -- time =     7320.0 /    21600.0
iteration:      123 /      360 -- time =     7380.0 /    21600.0
iteration:      124 /      360 -- time =     7440.0 /    21600.0
iteration:      125 /      360 -- time =     7500.0 /    21600.0
iteration:      126 /      360 -- time =     7560.0 /    21600.0
iteration:      127 /      360 -- time =     7620.0 /    21600.0
iteration:      128 /      360 -- time =     7680.0 /    21600.0
iteration:      129 /      360 -- time =     7740.0 /    21600.0
iteration:      130 /      360 -- time =     7800.0 /    21600.0
iteration:      131 /      360 -- time =     7860.0 /    21600.0
iteration:      132 /      360 -- time =     7920.0 /    21600.0
iteration:      133 /      360 -- time =     7980.0 /    21600.0
iteration:      134 /      360 -- time =     8040.0 /    21600.0
iteration:      135 /      360 -- time =     8100.0 /    21600.0
iteration:      136 /      360 -- time =     8160.0 /    21600.0
iteration:      137 /      360 -- time =     8220.0 /    21600.0
iteration:      138 /      360 -- time =     8280.0 /    21600.0
iteration:      139 /      360 -- time =     8340.0 /    21600.0
iteration:      140 /      360 -- time =     8400.0 /    21600.0
iteration:      141 /      360 -- time =     8460.0 /    21600.0
iteration:      142 /      360 -- time =     8520.0 /    21600.0
iteration:      143 /      360 -- time =     8580.0 /    21600.0
iteration:      144 /      360 -- time =     8640.0 /    21600.0
iteration:      145 /      360 -- time =     8700.0 /    21600.0
iteration:      146 /      360 -- time =     8760.0 /    21600.0
iteration:      147 /      360 -- time =     8820.0 /    21600.0
iteration:      148 /      360 -- time =     8880.0 /    21600.0
iteration:      149 /      360 -- time =     8940.0 /    21600.0
iteration:      150 /      360 -- time =     9000.0 /    21600.0
iteration:      151 /      360 -- time =     9060.0 /    21600.0
iteration:      152 /      360 -- time =     9120.0 /    21600.0
iteration:      153 /      360 -- time =     9180.0 /    21600.0
iteration:      154 /      360 -- time =     9240.0 /    21600.0
iteration:      155 /      360 -- time =     9300.0 /    21600.0
iteration:      156 /      360 -- time =     9360.0 /    21600.0
iteration:      157 /      360 -- time =     9420.0 /    21600.0
iteration:      158 /      360 -- time =     9480.0 /    21600.0
iteration:      159 /      360 -- time =     9540.0 /    21600.0
iteration:      160 /      360 -- time =     9600.0 /    21600.0
iteration:      161 /      360 -- time =     9660.0 /    21600.0
iteration:      162 /      360 -- time =     9720.0 /    21600.0
iteration:      163 /      360 -- time =     9780.0 /    21600.0
iteration:      164 /      360 -- time =     9840.0 /    21600.0
iteration:      165 /      360 -- time =     9900.0 /    21600.0
iteration:      166 /      360 -- time =     9960.0 /    21600.0
iteration:      167 /      360 -- time =    10020.0 /    21600.0
iteration:      168 /      360 -- time =    10080.0 /    21600.0
iteration:      169 /      360 -- time =    10140.0 /    21600.0
iteration:      170 /      360 -- time =    10200.0 /    21600.0
iteration:      171 /      360 -- time =    10260.0 /    21600.0
iteration:      172 /      360 -- time =    10320.0 /    21600.0
iteration:      173 /      360 -- time =    10380.0 /    21600.0
iteration:      174 /      360 -- time =    10440.0 /    21600.0
iteration:      175 /      360 -- time =    10500.0 /    21600.0
iteration:      176 /      360 -- time =    10560.0 /    21600.0
iteration:      177 /      360 -- time =    10620.0 /    21600.0
iteration:      178 /      360 -- time =    10680.0 /    21600.0
iteration:      179 /      360 -- time =    10740.0 /    21600.0
iteration:      180 /      360 -- time =    10800.0 /    21600.0
iteration:      181 /      360 -- time =    10860.0 /    21600.0
iteration:      182 /      360 -- time =    10920.0 /    21600.0
iteration:      183 /      360 -- time =    10980.0 /    21600.0
iteration:      184 /      360 -- time =    11040.0 /    21600.0
iteration:      185 /      360 -- time =    11100.0 /    21600.0
iteration:      186 /      360 -- time =    11160.0 /    21600.0
iteration:      187 /      360 -- time =    11220.0 /    21600.0
iteration:      188 /      360 -- time =    11280.0 /    21600.0
iteration:      189 /      360 -- time =    11340.0 /    21600.0
iteration:      190 /      360 -- time =    11400.0 /    21600.0
iteration:      191 /      360 -- time =    11460.0 /    21600.0
iteration:      192 /      360 -- time =    11520.0 /    21600.0
iteration:      193 /      360 -- time =    11580.0 /    21600.0
iteration:      194 /      360 -- time =    11640.0 /    21600.0
iteration:      195 /      360 -- time =    11700.0 /    21600.0
iteration:      196 /      360 -- time =    11760.0 /    21600.0
iteration:      197 /      360 -- time =    11820.0 /    21600.0
iteration:      198 /      360 -- time =    11880.0 /    21600.0
iteration:      199 /      360 -- time =    11940.0 /    21600.0
iteration:      200 /      360 -- time =    12000.0 /    21600.0
iteration:      201 /      360 -- time =    12060.0 /    21600.0
iteration:      202 /      360 -- time =    12120.0 /    21600.0
iteration:      203 /      360 -- time =    12180.0 /    21600.0
iteration:      204 /      360 -- time =    12240.0 /    21600.0
iteration:      205 /      360 -- time =    12300.0 /    21600.0
iteration:      206 /      360 -- time =    12360.0 /    21600.0
iteration:      207 /      360 -- time =    12420.0 /    21600.0
iteration:      208 /      360 -- time =    12480.0 /    21600.0
iteration:      209 /      360 -- time =    12540.0 /    21600.0
iteration:      210 /      360 -- time =    12600.0 /    21600.0
iteration:      211 /      360 -- time =    12660.0 /    21600.0
iteration:      212 /      360 -- time =    12720.0 /    21600.0
iteration:      213 /      360 -- time =    12780.0 /    21600.0
iteration:      214 /      360 -- time =    12840.0 /    21600.0
iteration:      215 /      360 -- time =    12900.0 /    21600.0
iteration:      216 /      360 -- time =    12960.0 /    21600.0
iteration:      217 /      360 -- time =    13020.0 /    21600.0
iteration:      218 /      360 -- time =    13080.0 /    21600.0
iteration:      219 /      360 -- time =    13140.0 /    21600.0
iteration:      220 /      360 -- time =    13200.0 /    21600.0
iteration:      221 /      360 -- time =    13260.0 /    21600.0
iteration:      222 /      360 -- time =    13320.0 /    21600.0
iteration:      223 /      360 -- time =    13380.0 /    21600.0
iteration:      224 /      360 -- time =    13440.0 /    21600.0
iteration:      225 /      360 -- time =    13500.0 /    21600.0
iteration:      226 /      360 -- time =    13560.0 /    21600.0
iteration:      227 /      360 -- time =    13620.0 /    21600.0
iteration:      228 /      360 -- time =    13680.0 /    21600.0
iteration:      229 /      360 -- time =    13740.0 /    21600.0
iteration:      230 /      360 -- time =    13800.0 /    21600.0
iteration:      231 /      360 -- time =    13860.0 /    21600.0
iteration:      232 /      360 -- time =    13920.0 /    21600.0
iteration:      233 /      360 -- time =    13980.0 /    21600.0
iteration:      234 /      360 -- time =    14040.0 /    21600.0
iteration:      235 /      360 -- time =    14100.0 /    21600.0
iteration:      236 /      360 -- time =    14160.0 /    21600.0
iteration:      237 /      360 -- time =    14220.0 /    21600.0
iteration:      238 /      360 -- time =    14280.0 /    21600.0
iteration:      239 /      360 -- time =    14340.0 /    21600.0
iteration:      240 /      360 -- time =    14400.0 /    21600.0
iteration:      241 /      360 -- time =    14460.0 /    21600.0
iteration:      242 /      360 -- time =    14520.0 /    21600.0
iteration:      243 /      360 -- time =    14580.0 /    21600.0
iteration:      244 /      360 -- time =    14640.0 /    21600.0
iteration:      245 /      360 -- time =    14700.0 /    21600.0
iteration:      246 /      360 -- time =    14760.0 /    21600.0
iteration:      247 /      360 -- time =    14820.0 /    21600.0
iteration:      248 /      360 -- time =    14880.0 /    21600.0
iteration:      249 /      360 -- time =    14940.0 /    21600.0
iteration:      250 /      360 -- time =    15000.0 /    21600.0
iteration:      251 /      360 -- time =    15060.0 /    21600.0
iteration:      252 /      360 -- time =    15120.0 /    21600.0
iteration:      253 /      360 -- time =    15180.0 /    21600.0
iteration:      254 /      360 -- time =    15240.0 /    21600.0
iteration:      255 /      360 -- time =    15300.0 /    21600.0
iteration:      256 /      360 -- time =    15360.0 /    21600.0
iteration:      257 /      360 -- time =    15420.0 /    21600.0
iteration:      258 /      360 -- time =    15480.0 /    21600.0
iteration:      259 /      360 -- time =    15540.0 /    21600.0
iteration:      260 /      360 -- time =    15600.0 /    21600.0
iteration:      261 /      360 -- time =    15660.0 /    21600.0
iteration:      262 /      360 -- time =    15720.0 /    21600.0
iteration:      263 /      360 -- time =    15780.0 /    21600.0
iteration:      264 /      360 -- time =    15840.0 /    21600.0
iteration:      265 /      360 -- time =    15900.0 /    21600.0
iteration:      266 /      360 -- time =    15960.0 /    21600.0
iteration:      267 /      360 -- time =    16020.0 /    21600.0
iteration:      268 /      360 -- time =    16080.0 /    21600.0
iteration:      269 /      360 -- time =    16140.0 /    21600.0
iteration:      270 /      360 -- time =    16200.0 /    21600.0
iteration:      271 /      360 -- time =    16260.0 /    21600.0
iteration:      272 /      360 -- time =    16320.0 /    21600.0
iteration:      273 /      360 -- time =    16380.0 /    21600.0
iteration:      274 /      360 -- time =    16440.0 /    21600.0
iteration:      275 /      360 -- time =    16500.0 /    21600.0
iteration:      276 /      360 -- time =    16560.0 /    21600.0
iteration:      277 /      360 -- time =    16620.0 /    21600.0
iteration:      278 /      360 -- time =    16680.0 /    21600.0
iteration:      279 /      360 -- time =    16740.0 /    21600.0
iteration:      280 /      360 -- time =    16800.0 /    21600.0
iteration:      281 /      360 -- time =    16860.0 /    21600.0
iteration:      282 /      360 -- time =    16920.0 /    21600.0
iteration:      283 /      360 -- time =    16980.0 /    21600.0
iteration:      284 /      360 -- time =    17040.0 /    21600.0
iteration:      285 /      360 -- time =    17100.0 /    21600.0
iteration:      286 /      360 -- time =    17160.0 /    21600.0
iteration:      287 /      360 -- time =    17220.0 /    21600.0
iteration:      288 /      360 -- time =    17280.0 /    21600.0
iteration:      289 /      360 -- time =    17340.0 /    21600.0
iteration:      290 /      360 -- time =    17400.0 /    21600.0
iteration:      291 /      360 -- time =    17460.0 /    21600.0
iteration:      292 /      360 -- time =    17520.0 /    21600.0
iteration:      293 /      360 -- time =    17580.0 /    21600.0
iteration:      294 /      360 -- time =    17640.0 /    21600.0
iteration:      295 /      360 -- time =    17700.0 /    21600.0
iteration:      296 /      360 -- time =    17760.0 /    21600.0
iteration:      297 /      360 -- time =    17820.0 /    21600.0
iteration:      298 /      360 -- time =    17880.0 /    21600.0
iteration:      299 /      360 -- time =    17940.0 /    21600.0
iteration:      300 /      360 -- time =    18000.0 /    21600.0
iteration:      301 /      360 -- time =    18060.0 /    21600.0
iteration:      302 /      360 -- time =    18120.0 /    21600.0
iteration:      303 /      360 -- time =    18180.0 /    21600.0
iteration:      304 /      360 -- time =    18240.0 /    21600.0
iteration:      305 /      360 -- time =    18300.0 /    21600.0
iteration:      306 /      360 -- time =    18360.0 /    21600.0
iteration:      307 /      360 -- time =    18420.0 /    21600.0
iteration:      308 /      360 -- time =    18480.0 /    21600.0
iteration:      309 /      360 -- time =    18540.0 /    21600.0
iteration:      310 /      360 -- time =    18600.0 /    21600.0
iteration:      311 /      360 -- time =    18660.0 /    21600.0
iteration:      312 /      360 -- time =    18720.0 /    21600.0
iteration:      313 /      360 -- time =    18780.0 /    21600.0
iteration:      314 /      360 -- time =    18840.0 /    21600.0
iteration:      315 /      360 -- time =    18900.0 /    21600.0
iteration:      316 /      360 -- time =    18960.0 /    21600.0
iteration:      317 /      360 -- time =    19020.0 /    21600.0
iteration:      318 /      360 -- time =    19080.0 /    21600.0
iteration:      319 /      360 -- time =    19140.0 /    21600.0
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 Program exited normally
iteration:      320 /      360 -- time =    19200.0 /    21600.0
iteration:      321 /      360 -- time =    19260.0 /    21600.0
iteration:      322 /      360 -- time =    19320.0 /    21600.0
iteration:      323 /      360 -- time =    19380.0 /    21600.0
iteration:      324 /      360 -- time =    19440.0 /    21600.0
iteration:      325 /      360 -- time =    19500.0 /    21600.0
iteration:      326 /      360 -- time =    19560.0 /    21600.0
iteration:      327 /      360 -- time =    19620.0 /    21600.0
iteration:      328 /      360 -- time =    19680.0 /    21600.0
iteration:      329 /      360 -- time =    19740.0 /    21600.0
iteration:      330 /      360 -- time =    19800.0 /    21600.0
iteration:      331 /      360 -- time =    19860.0 /    21600.0
iteration:      332 /      360 -- time =    19920.0 /    21600.0
iteration:      333 /      360 -- time =    19980.0 /    21600.0
iteration:      334 /      360 -- time =    20040.0 /    21600.0
iteration:      335 /      360 -- time =    20100.0 /    21600.0
iteration:      336 /      360 -- time =    20160.0 /    21600.0
iteration:      337 /      360 -- time =    20220.0 /    21600.0
iteration:      338 /      360 -- time =    20280.0 /    21600.0
iteration:      339 /      360 -- time =    20340.0 /    21600.0
iteration:      340 /      360 -- time =    20400.0 /    21600.0
iteration:      341 /      360 -- time =    20460.0 /    21600.0
iteration:      342 /      360 -- time =    20520.0 /    21600.0
iteration:      343 /      360 -- time =    20580.0 /    21600.0
iteration:      344 /      360 -- time =    20640.0 /    21600.0
iteration:      345 /      360 -- time =    20700.0 /    21600.0
iteration:      346 /      360 -- time =    20760.0 /    21600.0
iteration:      347 /      360 -- time =    20820.0 /    21600.0
iteration:      348 /      360 -- time =    20880.0 /    21600.0
iteration:      349 /      360 -- time =    20940.0 /    21600.0
iteration:      350 /      360 -- time =    21000.0 /    21600.0
iteration:      351 /      360 -- time =    21060.0 /    21600.0
iteration:      352 /      360 -- time =    21120.0 /    21600.0
iteration:      353 /      360 -- time =    21180.0 /    21600.0
iteration:      354 /      360 -- time =    21240.0 /    21600.0
iteration:      355 /      360 -- time =    21300.0 /    21600.0
iteration:      356 /      360 -- time =    21360.0 /    21600.0
iteration:      357 /      360 -- time =    21420.0 /    21600.0
iteration:      358 /      360 -- time =    21480.0 /    21600.0
iteration:      359 /      360 -- time =    21540.0 /    21600.0
iteration:      360 /      360 -- time =    21600.0 /    21600.0
CLUBB-TIMER time_loop_init =             0.2537
CLUBB-TIMER time_clubb_advance =         2.6489
CLUBB-TIMER time_clubb_pdf =             0.0006
CLUBB-TIMER time_SILHS =                 0.0001
CLUBB-TIMER time_microphys_scheme =      0.0000
CLUBB-TIMER time_microphys_advance =     0.0000
CLUBB-TIMER time_loop_end =              0.0000
CLUBB-TIMER time_adapt_grid =            0.0000
CLUBB-TIMER time_total =                 3.5183
2026/02/18 03:17:57
 
 --------------------------------------------------
 Latest git log entry
 --------------------------------------------------
 
 
A detailed git diff can be found at the end of this file

 --------------------------------------------------
 Tunable Parameters:
 --------------------------------------------------
 --------------------------------------------------
 Preprocessing Directives:
 --------------------------------------------------
 -DNETCDF enabled
 -DCOAMPS_MICRO enabled
 -DTUNER disabled
 -DSILHS enabled
 -Dnooverlap enabled
 -Draoffline enabled
 -DUSE_BUGSrad_ocast_random disabled
 -DBYTESWAP_IO disabled
 --------------------------------------------------
 &model_setting
 --------------------------------------------------
 runtype = rico
 nzmax =          128
 grid_type =            2
 deltaz =    40.000000000000000     
 zm_init =    0.0000000000000000     
 zm_top =    10000.000000000000     
 zt_grid_fname = ../input/grid/deep_convection_128lev_27km_zt_grid.grd
 zm_grid_fname =
 day =           16
 month =           12
 year =         2004
 lat_vals =    18.000000000000000     
 lon_vals =   -61.500000000000000     
 sfc_elevation =    0.0000000000000000     
 time_initial =    0.0000000000000000     
 time_final =    259200.00000000000     
 dt_main =    300.00000000000000     
 dt_rad =    300.00000000000000     
 sfctype =            0
 T_sfc =    288.00000000000000     
 p_sfc =    101540.00000000000     
 sens_ht =    0.0000000000000000     
 latent_ht =    0.0000000000000000     
 fcor =    4.5067039999999997E-005
 fcor_y =    1.3870208233463652E-004
 T0 =    300.00000000000000     
 ts_nudge =    86400.000000000000     
 forcings_file_path =
 l_t_dependent =  T
 l_ignore_forcings =  T
 l_modify_ic_with_cubic_int =  T
 l_modify_bc_for_cnvg_test =  T
 l_input_xpwp_sfc =  F
 saturation_formula =            3
 thlm_sponge_damp_settings%l_sponge_damping =  F
 rtm_sponge_damp_settings%l_sponge_damping =  F
 uv_sponge_damp_settings%l_sponge_damping =  F
 wp2_sponge_damp_settings%l_sponge_damping =  F
 wp3_sponge_damp_settings%l_sponge_damping =  F
 up2_vp2_sponge_damp_settings%l_sponge_damping =  F
 thlm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 thlm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 thlm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 rtm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 uv_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp3_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 up2_vp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 l_soil_veg =  F
 l_restart =  F
 l_input_fields =  F
 restart_path_case = restart/rico_silhs
 time_restart =    0.0000000000000000     
 debug_level =            2
 sclr_dim =            0
 edsclr_dim =            0
 iisclr_thl =           -2
 iisclr_rt =           -1
 iisclr_CO2 =           -1
 sclr_tol = 
 --------------------------------------------------
 &stats_setting
 --------------------------------------------------
 l_stats =  T
 fname_prefix = rico_silhs
 stats_fmt = netcdf
 stats_tsamp =    300.00000000000000     
 stats_tout =    300.00000000000000     
 l_allow_small_stats_tout =  F
 Constant flags:
 l_pos_def =  F
 l_gamma_Skw =  T
 l_byteswap_io =  F
 Constant tolerances [units]
 rt_tol [kg/kg] =    1.0000000000000000E-008
 thl_tol [K] =    1.0000000000000000E-002
 w_tol [m/s] =    2.0000000000000000E-002
    Parameter          Value
    ---------          -----
C1                           =      1.00000000000000000000
C1b                          =      1.00000000000000000000
C1c                          =      1.00000000000000000000
C2rt                         =      2.00000000000000000000
C2thl                        =      2.00000000000000000000
C2rtthl                      =      2.00000000000000000000
C4                           =      2.00000000000000000000
C_uu_shr                     =      0.40000000000000002220
C_uu_buoy                    =      0.29999999999999998890
C6rt                         =      2.00000000000000000000
C6rtb                        =      2.00000000000000000000
C6rtc                        =      1.00000000000000000000
C6thl                        =      2.00000000000000000000
C6thlb                       =      2.00000000000000000000
C6thlc                       =      1.00000000000000000000
C7                           =      0.50000000000000000000
C7b                          =      0.50000000000000000000
C7c                          =      0.50000000000000000000
C8                           =      0.50000000000000000000
C8b                          =      0.02000000000000000042
C10                          =      3.29999999999999982236
C11                          =      0.40000000000000002220
C11b                         =      0.40000000000000002220
C11c                         =      0.50000000000000000000
C12                          =      1.00000000000000000000
C13                          =      0.10000000000000000555
C14                          =      1.00000000000000000000
C_wp2_pr_dfsn                =      0.00000000000000000000
C_wp3_pr_tp                  =      0.00000000000000000000
C_wp3_pr_turb                =      1.00000000000000000000
C_wp3_pr_dfsn                =      0.00000000000000000000
C_wp2_splat                  =      0.00000000000000000000
C6rt_Lscale0                 =     14.00000000000000000000
C6thl_Lscale0                =     14.00000000000000000000
C7_Lscale0                   =      0.84999999999999997780
wpxp_L_thresh                =     60.00000000000000000000
c_K                          =      0.20000000000000001110
c_K1                         =      0.20000000000000001110
nu1                          =     20.00000000000000000000
c_K2                         =      0.02500000000000000139
nu2                          =      1.00000000000000000000
c_K6                         =      0.37500000000000000000
nu6                          =      5.00000000000000000000
c_K8                         =      5.00000000000000000000
nu8                          =     20.00000000000000000000
c_K9                         =      0.10000000000000000555
nu9                          =     10.00000000000000000000
nu10                         =      0.00000000000000000000
c_K_hm                       =      0.75000000000000000000
c_K_hmb                      =      0.75000000000000000000
K_hm_min_coef                =      0.10000000000000000555
nu_hm                        =      1.50000000000000000000
slope_coef_spread_DG_means_w =     21.00000000000000000000
pdf_component_stdev_factor_w =      1.00000000000000000000
coef_spread_DG_means_rt      =      0.80000000000000004441
coef_spread_DG_means_thl     =      0.80000000000000004441
gamma_coef                   =      0.25000000000000000000
gamma_coefb                  =      0.25000000000000000000
gamma_coefc                  =      5.00000000000000000000
mu                           =      0.00100000000000000002
beta                         =      1.00000000000000000000
lmin_coef                    =      0.50000000000000000000
omicron                      =      0.50000000000000000000
zeta_vrnce_rat               =      0.00000000000000000000
upsilon_precip_frac_rat      =      0.55000000000000004441
lambda0_stability_coef       =      0.02999999999999999889
mult_coef                    =      0.50000000000000000000
taumin                       =     90.00000000000000000000
taumax                       =   3600.00000000000000000000
Lscale_mu_coef               =      2.00000000000000000000
Lscale_pert_coef             =      0.10000000000000000555
alpha_corr                   =      0.14999999999999999445
Skw_denom_coef               =      4.00000000000000000000
c_K10                        =      1.00000000000000000000
c_K10h                       =      1.00000000000000000000
thlp2_rad_coef               =      1.00000000000000000000
thlp2_rad_cloud_frac_thresh  =      0.10000000000000000555
up2_sfc_coef                 =      4.00000000000000000000
Skw_max_mag                  =     10.00000000000000000000
C_invrs_tau_bkgnd            =      1.10000000000000008882
C_invrs_tau_sfc              =      0.10000000000000000555
C_invrs_tau_shear            =      0.14999999999999999445
C_invrs_tau_N2               =      0.40000000000000002220
C_invrs_tau_N2_wp2           =      0.20000000000000001110
C_invrs_tau_N2_xp2           =      0.05000000000000000278
C_invrs_tau_N2_wpxp          =      0.00000000000000000000
C_invrs_tau_N2_clear_wp3     =      1.00000000000000000000
C_invrs_tau_wpxp_Ri          =      0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh   =      0.00033000000000000000
xp3_coef_base                =      0.25000000000000000000
xp3_coef_slope               =      0.01000000000000000021
altitude_threshold           =    100.00000000000000000000
rtp2_clip_coef               =      0.50000000000000000000
Cx_min                       =      0.33000000000000001554
Cx_max                       =      0.94999999999999995559
Richardson_num_min           =      0.25000000000000000000
Richardson_num_max           =    400.00000000000000000000
a3_coef_min                  =      1.00000000000000000000
a_const                      =      1.80000000000000004441
bv_efold                     =      5.00000000000000000000
wpxp_Ri_exp                  =      0.50000000000000000000
z_displace                   =     25.00000000000000000000
 --------------------------------------------------
 &microphysics_setting
 --------------------------------------------------
 microphys_scheme = khairoutdinov_kogan
 l_cloud_sed =  F
 sigma_g =    1.5000000000000000     
 l_graupel =  F
 l_hail =  F
 l_seifert_beheng =  F
 l_predict_Nc =  F
 l_const_Nc_in_cloud =  T
 specify_aerosol = morrison_lognormal
 l_subgrid_w =  T
 l_arctic_nucl =  F
 l_cloud_edge_activation =  F
 l_fix_pgam =  F
 l_in_cloud_Nc_diff =  T
 l_var_covar_src =  T
 l_upwind_diff_sed =  F
 lh_microphys_type = interactive
 lh_num_samples =            8
 lh_sequence_length =            1
 lh_seed =         5489
 l_fix_w_chi_eta_correlations =  F
 l_silhs_KK_convergence_adj_mean =  F
 importance_prob_thresh =    1.0000000000000000E-008
 host_dx =    1000000.0000000000     
 host_dy =    1000000.0000000000     
 hmp2_ip_on_hmm2_ip_slope%rr =    0.0000000000000000     
 hmp2_ip_on_hmm2_ip_slope%ri =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rs =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rg =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Nr =    0.0000000000000000     
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ng =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_intrcpt%rr =    1.2500000000000000     
 hmp2_ip_on_hmm2_ip_intrcpt%ri =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rs =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rg =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Nr =    1.2500000000000000     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ng =   0.54000000000000004     
 Ncnp2_on_Ncnm2 =    2.2000000000000002     
 C_evap =   0.85999999999999999     
 r_0 =    2.5000000000000001E-005
 microphys_start_time =    0.0000000000000000     
 Nc0_in_cloud =    70000000.000000000     
 ccnconst =    120.00000000000000     
 ccnexpnt =   0.40000000596046448     
 aer_rm1 =    1.1000000021965661E-008
 aer_rm2 =    5.9999997858994902E-008
 aer_n1 =    125000000.00000000     
 aer_n2 =    65000000.000000000     
 aer_sig1 =    1.2000000476837158     
 aer_sig2 =    1.7000000476837158     
 pgam_fixed =    5.0000000000000000     
 precip_frac_calc_type =            2
 --------------------------------------------------
 &SILHS_setting
 --------------------------------------------------
 Correlation array (approximate); in cloud:
  1.000  0.300  0.090  0.000  0.785  0.831
  0.300  1.000  0.027  0.000  0.018  0.004
  0.090  0.027  1.000  0.468  0.000  0.000
  0.000  0.000  0.468  1.000  0.000  0.000
  0.785  0.018  0.000  0.000  1.000  0.802
  0.831  0.004  0.000  0.000  0.802  1.000
 Correlation array (approximate); below cloud:
  1.000  0.300  0.090  0.000  0.589  0.546
  0.300  1.000  0.027  0.000  0.018  0.004
  0.090  0.027  1.000  0.468  0.000  0.000
  0.000  0.000  0.468  1.000  0.000  0.000
  0.589  0.018  0.000  0.000  1.000  0.895
  0.546  0.004  0.000  0.000  0.895  1.000
 --------------------------------------------------
 &radiation_setting
 --------------------------------------------------
 rad_scheme = none
 sol_const =    1367.0000000000000     
 alvdr =   0.10000000000000001     
 alvdf =   0.10000000000000001     
 alndr =   0.10000000000000001     
 alndf =   0.10000000000000001     
 radiation_top =    50000.000000000000     
 F0 =    100.00000000000000     
 F1 =    20.000000000000000     
 kappa =    119.00000000000000     
 gc =   0.85999999999999999     
 omega =   0.99650000000000005     
 slr =    1.0000000000000000     
 l_rad_above_cloud =  F
 l_sw_radiation =  F
 l_fix_cos_solar_zen =  F
 l_use_default_std_atmosphere =  T
 Fs_values =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 cos_solar_zen_values =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 cos_solar_zen_times =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 eff_drop_radius =    1.0000000000000001E-005
 --------------------------------------------------
 &configurable_clubb_flags_nl
 --------------------------------------------------
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 grid_remap_method =            1
 grid_adapt_in_time_method =            0
 l_use_precip_frac =  T
 l_predict_upwp_vpwp =  T
 l_ho_nontrad_coriolis =  F
 l_ho_trad_coriolis =  F
 l_min_wp2_from_corr_wx =  F
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  F
 l_upwind_xpyp_ta =  T
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 l_trapezoidal_rule_zt =  F
 Warning: the specified correlations for chi (old s) and Ncn are non-zero.
 The latin hypercube code will not converge to the analytic solution using these settings.
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  T
 l_fix_w_chi_eta_correlations =  F
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth =  F
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  T
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 l_host_applies_sfc_fluxes =  F
 l_wp2_fill_holes_tke =  T
 l_add_dycore_grid =  F
 --------------------------------------------------
 git diff src/
 --------------------------------------------------
 See *setup.txt file in output folder

 Path to sounding: rico_sounding.in
 File exists?  T
 Path to sclr_sounding: rico_sclr_sounding.in
 File exists?  T
 Path to edsclr_sounding: rico_edsclr_sounding.in
 File exists?  T
 Reading in sounding information
 z =    0.0000000000000000        100.00000000000000        200.00000000000000        300.00000000000000        400.00000000000000        500.00000000000000        600.00000000000000        700.00000000000000        740.00000000000000        800.00000000000000        900.00000000000000        1000.0000000000000        1100.0000000000000        1200.0000000000000        1300.0000000000000        1400.0000000000000        1500.0000000000000        1600.0000000000000        1700.0000000000000        1800.0000000000000        1900.0000000000000        2000.0000000000000        2100.0000000000000        2200.0000000000000        2260.0000000000000        2300.0000000000000        2400.0000000000000        2500.0000000000000        2600.0000000000000        2700.0000000000000        2800.0000000000000        2900.0000000000000        3000.0000000000000        3100.0000000000000        3200.0000000000000        3260.0000000000000        3300.0000000000000        3400.0000000000000        3500.0000000000000        3600.0000000000000        3700.0000000000000        3800.0000000000000        3900.0000000000000        4000.0000000000000        4100.0000000000000        4200.0000000000000        4300.0000000000000        4400.0000000000000        4500.0000000000000        4600.0000000000000        4700.0000000000000        4800.0000000000000        4900.0000000000000        5000.0000000000000        5100.0000000000000        5200.0000000000000        5300.0000000000000        5400.0000000000000        5500.0000000000000        5600.0000000000000        5700.0000000000000        5800.0000000000000        5900.0000000000000        6000.0000000000000        6100.0000000000000        6200.0000000000000        6300.0000000000000        6400.0000000000000        6500.0000000000000        6600.0000000000000        6700.0000000000000        6800.0000000000000        6900.0000000000000        7000.0000000000000        7100.0000000000000        7200.0000000000000        7300.0000000000000        7400.0000000000000        7500.0000000000000        7600.0000000000000        7700.0000000000000        7800.0000000000000        7900.0000000000000        8000.0000000000000        8100.0000000000000        8200.0000000000000        8300.0000000000000        8400.0000000000000        8500.0000000000000        8600.0000000000000        8700.0000000000000        8800.0000000000000        8900.0000000000000        9000.0000000000000        9100.0000000000000        9200.0000000000000        9300.0000000000000        9400.0000000000000        9500.0000000000000        9600.0000000000000        9700.0000000000000        9800.0000000000000        9900.0000000000000        10000.000000000000        10100.000000000000        10200.000000000000        10300.000000000000        10400.000000000000        10500.000000000000        10600.000000000000        10700.000000000000        10800.000000000000        10900.000000000000        11000.000000000000        11100.000000000000        11200.000000000000        11300.000000000000        11400.000000000000        11500.000000000000        11600.000000000000        11700.000000000000        11800.000000000000        11900.000000000000        12000.000000000000        12100.000000000000        12200.000000000000        12300.000000000000        12400.000000000000        12500.000000000000        12600.000000000000        12700.000000000000        12800.000000000000        12900.000000000000        13000.000000000000        13100.000000000000        13200.000000000000        13300.000000000000        13400.000000000000        13500.000000000000        13600.000000000000        13700.000000000000        13800.000000000000        13900.000000000000        14000.000000000000        14100.000000000000        14200.000000000000        14300.000000000000        14400.000000000000        14500.000000000000        14600.000000000000        14700.000000000000        14800.000000000000        14900.000000000000        15000.000000000000        15100.000000000000        15200.000000000000        15300.000000000000        15400.000000000000        15500.000000000000        15600.000000000000        15700.000000000000        15800.000000000000        15900.000000000000        16000.000000000000        16100.000000000000        16200.000000000000        16300.000000000000        16400.000000000000        16500.000000000000        16600.000000000000        16700.000000000000        16800.000000000000        16900.000000000000        17000.000000000000        17100.000000000000        17200.000000000000        17300.000000000000        17400.000000000000        17500.000000000000        17600.000000000000        17700.000000000000        17800.000000000000        17900.000000000000        18000.000000000000        18100.000000000000        18200.000000000000        18300.000000000000        18400.000000000000        18500.000000000000        18600.000000000000        18700.000000000000        18800.000000000000        18900.000000000000        19000.000000000000        19100.000000000000        19200.000000000000        19300.000000000000        19400.000000000000        19500.000000000000        19600.000000000000        19700.000000000000        19800.000000000000        19900.000000000000        20000.000000000000     
 u =   -9.9000000000000004       -9.7000000000000011       -9.5000000000000000       -9.3000000000000007       -9.0999999999999996       -8.9000000000000004       -8.7000000000000011       -8.5000000000000000       -8.4199999999999999       -8.3000000000000007       -8.0999999999999996       -7.9000000000000004       -7.7000000000000002       -7.5000000000000000       -7.3000000000000007       -7.1000000000000005       -6.9000000000000004       -6.7000000000000002       -6.5000000000000000       -6.3000000000000007       -6.1000000000000005       -5.9000000000000004       -5.7000000000000002       -5.5000000000000000       -5.3800000000000008       -5.3000000000000007       -5.1000000000000005       -4.9000000000000004       -4.7000000000000002       -4.5000000000000000       -4.3000000000000007       -4.1000000000000005       -3.9000000000000004       -3.7000000000000002       -3.5000000000000000       -3.3800000000000008       -3.3000000000000007       -3.1000000000000005       -2.9000000000000004       -2.7000000000000002       -2.5000000000000000       -2.3000000000000007       -2.1000000000000005       -1.9000000000000004       -1.5012500000000000       -1.1025000000000000      -0.70375000000000010      -0.30499999999999994        9.3750000000000000E-002  0.49249999999999972       0.89124999999999988        1.2900000000000000        1.6887500000000002        2.0874999999999999        2.4862500000000005        2.8849999999999993        3.2837499999999999        3.6824999999999997        4.0812499999999989        4.4800000000000004        4.8787500000000001        5.2774999999999999        5.6762499999999996        6.0749999999999993        6.4737499999999990        6.8725000000000005        7.2712499999999984        7.6699999999999982        8.0687499999999996        8.4674999999999994        8.8662499999999991        9.2649999999999988        9.6637499999999985        10.062499999999998        10.461250000000000        10.859999999999999        11.258749999999999        11.657499999999999        12.056249999999999        12.455000000000000        12.853750000000000        13.252499999999998        13.651249999999999        14.049999999999999        14.448749999999999        14.847499999999998        15.246249999999998        15.645000000000001        16.043749999999999        16.442499999999999        16.841250000000002        17.239999999999998        17.638750000000002        18.037500000000001        18.436249999999998        18.835000000000001        19.233750000000001        19.632500000000000        20.031250000000000        20.430000000000000        20.828749999999999        21.227499999999999        21.626250000000002        22.024999999999999        22.423749999999998        22.822500000000002        23.221250000000001        23.620000000000001        24.018750000000001        24.417500000000000        24.816250000000000        25.215000000000000        25.613750000000003        26.012499999999999        26.411249999999999        26.810000000000002        27.208749999999998        27.607500000000002        28.006250000000001        28.404999999999998        28.803750000000001        29.202500000000001        29.601250000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        29.571428571428573        29.142857142857142        28.714285714285715        28.285714285714285        27.857142857142858        27.428571428571427        27.000000000000000        26.571428571428573        26.142857142857142        25.714285714285715        25.285714285714285        24.857142857142858        24.428571428571431        24.000000000000000        23.571428571428573        23.142857142857142        22.714285714285715        22.285714285714285        21.857142857142858        21.428571428571431        21.000000000000000        20.571428571428569        20.142857142857142        19.714285714285715        19.285714285714285        18.857142857142858        18.428571428571431        18.000000000000000        17.571428571428569        17.142857142857146        16.714285714285715        16.285714285714285        15.857142857142858        15.428571428571429        15.000000000000000        14.571428571428573        14.142857142857142        13.714285714285715        13.285714285714285        12.857142857142858        12.428571428571427        12.000000000000000        11.571428571428569        11.142857142857142        10.714285714285712        10.285714285714285        9.8571428571428577        9.4285714285714270        9.0000000000000000        8.5714285714285694        8.1428571428571423        7.7142857142857153        7.2857142857142847        6.8571428571428577        6.4285714285714306        6.0000000000000000        5.5714285714285730        5.1428571428571423        4.7142857142857153        4.2857142857142883        3.8571428571428577        3.4285714285714306        3.0000000000000000        2.5714285714285730        2.1428571428571423        1.7142857142857153        1.2857142857142847       0.85714285714285765       0.42857142857142705        0.0000000000000000     
 v =   -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998     
 ug =   -9.9000000000000004       -9.7000000000000011       -9.5000000000000000       -9.3000000000000007       -9.0999999999999996       -8.9000000000000004       -8.7000000000000011       -8.5000000000000000       -8.4199999999999999       -8.3000000000000007       -8.0999999999999996       -7.9000000000000004       -7.7000000000000002       -7.5000000000000000       -7.3000000000000007       -7.1000000000000005       -6.9000000000000004       -6.7000000000000002       -6.5000000000000000       -6.3000000000000007       -6.1000000000000005       -5.9000000000000004       -5.7000000000000002       -5.5000000000000000       -5.3800000000000008       -5.3000000000000007       -5.1000000000000005       -4.9000000000000004       -4.7000000000000002       -4.5000000000000000       -4.3000000000000007       -4.1000000000000005       -3.9000000000000004       -3.7000000000000002       -3.5000000000000000       -3.3800000000000008       -3.3000000000000007       -3.1000000000000005       -2.9000000000000004       -2.7000000000000002       -2.5000000000000000       -2.3000000000000007       -2.1000000000000005       -1.9000000000000004       -1.5012500000000000       -1.1025000000000000      -0.70375000000000010      -0.30499999999999994        9.3750000000000000E-002  0.49249999999999972       0.89124999999999988        1.2900000000000000        1.6887500000000002        2.0874999999999999        2.4862500000000005        2.8849999999999993        3.2837499999999999        3.6824999999999997        4.0812499999999989        4.4800000000000004        4.8787500000000001        5.2774999999999999        5.6762499999999996        6.0749999999999993        6.4737499999999990        6.8725000000000005        7.2712499999999984        7.6699999999999982        8.0687499999999996        8.4674999999999994        8.8662499999999991        9.2649999999999988        9.6637499999999985        10.062499999999998        10.461250000000000        10.859999999999999        11.258749999999999        11.657499999999999        12.056249999999999        12.455000000000000        12.853750000000000        13.252499999999998        13.651249999999999        14.049999999999999        14.448749999999999        14.847499999999998        15.246249999999998        15.645000000000001        16.043749999999999        16.442499999999999        16.841250000000002        17.239999999999998        17.638750000000002        18.037500000000001        18.436249999999998        18.835000000000001        19.233750000000001        19.632500000000000        20.031250000000000        20.430000000000000        20.828749999999999        21.227499999999999        21.626250000000002        22.024999999999999        22.423749999999998        22.822500000000002        23.221250000000001        23.620000000000001        24.018750000000001        24.417500000000000        24.816250000000000        25.215000000000000        25.613750000000003        26.012499999999999        26.411249999999999        26.810000000000002        27.208749999999998        27.607500000000002        28.006250000000001        28.404999999999998        28.803750000000001        29.202500000000001        29.601250000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        29.571428571428573        29.142857142857142        28.714285714285715        28.285714285714285        27.857142857142858        27.428571428571427        27.000000000000000        26.571428571428573        26.142857142857142        25.714285714285715        25.285714285714285        24.857142857142858        24.428571428571431        24.000000000000000        23.571428571428573        23.142857142857142        22.714285714285715        22.285714285714285        21.857142857142858        21.428571428571431        21.000000000000000        20.571428571428569        20.142857142857142        19.714285714285715        19.285714285714285        18.857142857142858        18.428571428571431        18.000000000000000        17.571428571428569        17.142857142857146        16.714285714285715        16.285714285714285        15.857142857142858        15.428571428571429        15.000000000000000        14.571428571428573        14.142857142857142        13.714285714285715        13.285714285714285        12.857142857142858        12.428571428571427        12.000000000000000        11.571428571428569        11.142857142857142        10.714285714285712        10.285714285714285        9.8571428571428577        9.4285714285714270        9.0000000000000000        8.5714285714285694        8.1428571428571423        7.7142857142857153        7.2857142857142847        6.8571428571428577        6.4285714285714306        6.0000000000000000        5.5714285714285730        5.1428571428571423        4.7142857142857153        4.2857142857142883        3.8571428571428577        3.4285714285714306        3.0000000000000000        2.5714285714285730        2.1428571428571423        1.7142857142857153        1.2857142857142847       0.85714285714285765       0.42857142857142705        0.0000000000000000     
 vg =   -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998     
 theta =    297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        298.25153374233128        298.83742331288340        299.42331288343559        300.00920245398771        300.59509202453984        301.18098159509202        301.76687116564415        302.35276073619627        302.93865030674846        303.52453987730058        304.11042944785277        304.69631901840489        305.28220858895702        305.86809815950920        306.45398773006133        306.80552147239263        307.03987730061351        307.62576687116564        308.21165644171776        308.79754601226995        309.38343558282207        309.96932515337420        310.55521472392638        311.14110429447851        311.72699386503069        312.31288343558282        312.66441717791412        312.89877300613495        313.48466257668713        314.07055214723925        314.65644171779138        315.24233128834356        315.82822085889569        316.41411042944787        317.00000000000000        317.41063636363634        317.82127272727274        318.23190909090908        318.64254545454543        319.05318181818183        319.46381818181817        319.87445454545457        320.28509090909091        320.69572727272725        321.10636363636365        321.51700000000000        321.92763636363634        322.33827272727274        322.74890909090908        323.15954545454548        323.57018181818182        323.98081818181817        324.39145454545456        324.80209090909091        325.21272727272725        325.62336363636365        326.03399999999999        326.44463636363639        326.85527272727273        327.26590909090908        327.67654545454548        328.08718181818182        328.49781818181816        328.90845454545456        329.31909090909090        329.72972727272730        330.14036363636365        330.55099999999999        330.96163636363639        331.37227272727273        331.78290909090907        332.19354545454547        332.60418181818181        333.01481818181821        333.42545454545456        333.83609090909090        334.24672727272730        334.65736363636364        335.06799999999998        335.47863636363638        335.88927272727273        336.29990909090907        336.71054545454547        337.12118181818181        337.53181818181821        337.94245454545455        338.35309090909089        338.76372727272729        339.17436363636364        339.58500000000004        339.99563636363638        340.40627272727272        340.81690909090912        341.22754545454546        341.63818181818181        342.04881818181821        342.45945454545455        342.87009090909089        343.28072727272729        343.69136363636363        344.10200000000003        344.51263636363637        344.92327272727272        345.33390909090912        345.74454545454546        346.15518181818186        346.56581818181820        346.97645454545454        347.38709090909094        347.79772727272729        348.20836363636363        348.61900000000003        349.02963636363637        349.44027272727271        349.85090909090911        350.26154545454546        350.67218181818185        351.08281818181820        351.49345454545454        351.90409090909094        352.31472727272728        352.72536363636362        353.13600000000002        353.54663636363637        353.95727272727277        354.36790909090911        354.77854545454545        355.18918181818185        355.59981818181819        356.01045454545454        356.42109090909094        356.83172727272728        357.24236363636362        357.65300000000002        358.06363636363636        358.47427272727276        358.88490909090910        359.29554545454545        359.70618181818185        360.11681818181819        360.52745454545459        360.93809090909093        361.34872727272727        361.75936363636367        362.17000000000002        363.33800000000002        364.50600000000003        365.67400000000004        366.84200000000004        368.00999999999999        369.17800000000000        370.34600000000000        371.51400000000001        372.68200000000002        373.85000000000002        375.01800000000003        376.18600000000004        377.35399999999998        378.52199999999999        379.69000000000000        380.85800000000000        382.02600000000001        383.19400000000002        384.36200000000002        385.53000000000003        386.69799999999998        387.86599999999999        389.03399999999999        390.20200000000000        391.37000000000000        394.49279999999999        397.61560000000003        400.73840000000001        403.86120000000000        406.98399999999998        410.10680000000002        413.22960000000000        416.35239999999999        419.47519999999997        422.59800000000001        425.72080000000000        428.84359999999998        431.96640000000002        435.08920000000001        438.21199999999999        441.33479999999997        444.45760000000001        447.58040000000000        450.70319999999998        453.82600000000002        456.94880000000001        460.07159999999999        463.19439999999997        466.31720000000001        469.44000000000000     
 rt =    1.6260000000000000E-002   1.5953648648648650E-002   1.5647297297297299E-002   1.5340945945945947E-002   1.5034594594594594E-002   1.4728243243243243E-002   1.4421891891891893E-002   1.4115540540540540E-002   1.3993000000000000E-002   1.3717119047619047E-002   1.3257317460317461E-002   1.2797515873015874E-002   1.2337714285714285E-002   1.1877912698412698E-002   1.1418111111111112E-002   1.0958309523809523E-002   1.0498507936507938E-002   1.0038706349206349E-002   9.5789047619047624E-003   9.1191031746031756E-003   8.6593015873015870E-003   8.1995000000000002E-003   7.7396984126984134E-003   7.2798968253968248E-003   7.0040158730158737E-003   6.8200952380952379E-003   6.3602936507936511E-003   5.9004920634920643E-003   5.4406904761904757E-003   4.9808888888888889E-003   4.5210873015873020E-003   4.0612857142857152E-003   3.6014841269841266E-003   3.1416825396825398E-003   2.6818809523809529E-003   2.4060000000000002E-003   2.3734054054054057E-003   2.2919189189189188E-003   2.2104324324324323E-003   2.1289459459459458E-003   2.0474594594594594E-003   1.9659729729729729E-003   1.8844864864864864E-003   1.8029999999999999E-003   1.7669399999999998E-003   1.7308800000000000E-003   1.6948199999999999E-003   1.6587600000000000E-003   1.6226999999999999E-003   1.5866399999999998E-003   1.5505800000000000E-003   1.5145199999999999E-003   1.4784600000000000E-003   1.4423999999999999E-003   1.4063399999999998E-003   1.3702800000000000E-003   1.3342199999999999E-003   1.2981600000000000E-003   1.2620999999999999E-003   1.2260399999999999E-003   1.1899799999999998E-003   1.1539200000000001E-003   1.1178600000000000E-003   1.0817999999999999E-003   1.0457399999999999E-003   1.0096800000000000E-003   9.7361999999999991E-004   9.3755999999999993E-004   9.0149999999999996E-004   8.6543999999999998E-004   8.2937999999999990E-004   7.9331999999999992E-004   7.5726000000000005E-004   7.2119999999999997E-004   6.8513999999999988E-004   6.4908000000000001E-004   6.1301999999999993E-004   5.7695999999999984E-004   5.4089999999999997E-004   5.0484000000000011E-004   4.6878000000000002E-004   4.3271999999999994E-004   3.9665999999999985E-004   3.6059999999999998E-004   3.2454000000000011E-004   2.8848000000000003E-004   2.5241999999999994E-004   2.1636000000000008E-004   1.8029999999999999E-004   1.4423999999999991E-004   1.0818000000000004E-004   7.2119999999999953E-005   3.6060000000000085E-005   0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 p_in_Pa =   -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998     
 subs =    0.0000000000000000       -2.2123893805309734E-004  -4.4247787610619468E-004  -6.6371681415929213E-004  -8.8495575221238937E-004  -1.1061946902654867E-003  -1.3274336283185843E-003  -1.5486725663716814E-003  -1.6371681415929204E-003  -1.7699115044247787E-003  -1.9911504424778761E-003  -2.2123893805309734E-003  -2.4336283185840708E-003  -2.6548672566371685E-003  -2.8761061946902654E-003  -3.0973451327433628E-003  -3.3185840707964606E-003  -3.5398230088495575E-003  -3.7610619469026548E-003  -3.9823008849557522E-003  -4.2035398230088495E-003  -4.4247787610619468E-003  -4.6460176991150442E-003  -4.8672566371681415E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -4.5000000000000005E-003  -4.0000000000000001E-003  -3.5000000000000001E-003  -3.0000000000000001E-003  -2.5000000000000001E-003  -2.0000000000000000E-003  -1.5000000000000005E-003  -1.0000000000000000E-003  -4.9999999999999958E-004   0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 stats_nsamp =            1
 stats_nout =            1
iteration:        1 /      864 -- time =      300.0 /   259200.0
iteration:        2 /      864 -- time =      600.0 /   259200.0
iteration:        3 /      864 -- time =      900.0 /   259200.0
iteration:        4 /      864 -- time =     1200.0 /   259200.0
iteration:        5 /      864 -- time =     1500.0 /   259200.0
iteration:        6 /      864 -- time =     1800.0 /   259200.0
iteration:        7 /      864 -- time =     2100.0 /   259200.0
iteration:        8 /      864 -- time =     2400.0 /   259200.0
iteration:        9 /      864 -- time =     2700.0 /   259200.0
iteration:       10 /      864 -- time =     3000.0 /   259200.0
iteration:       11 /      864 -- time =     3300.0 /   259200.0
iteration:       12 /      864 -- time =     3600.0 /   259200.0
iteration:       13 /      864 -- time =     3900.0 /   259200.0
iteration:       14 /      864 -- time =     4200.0 /   259200.0
iteration:       15 /      864 -- time =     4500.0 /   259200.0
iteration:       16 /      864 -- time =     4800.0 /   259200.0
iteration:       17 /      864 -- time =     5100.0 /   259200.0
iteration:       18 /      864 -- time =     5400.0 /   259200.0
iteration:       19 /      864 -- time =     5700.0 /   259200.0
iteration:       20 /      864 -- time =     6000.0 /   259200.0
iteration:       21 /      864 -- time =     6300.0 /   259200.0
iteration:       22 /      864 -- time =     6600.0 /   259200.0
iteration:       23 /      864 -- time =     6900.0 /   259200.0
iteration:       24 /      864 -- time =     7200.0 /   259200.0
iteration:       25 /      864 -- time =     7500.0 /   259200.0
iteration:       26 /      864 -- time =     7800.0 /   259200.0
iteration:       27 /      864 -- time =     8100.0 /   259200.0
iteration:       28 /      864 -- time =     8400.0 /   259200.0
iteration:       29 /      864 -- time =     8700.0 /   259200.0
iteration:       30 /      864 -- time =     9000.0 /   259200.0
iteration:       31 /      864 -- time =     9300.0 /   259200.0
iteration:       32 /      864 -- time =     9600.0 /   259200.0
iteration:       33 /      864 -- time =     9900.0 /   259200.0
iteration:       34 /      864 -- time =    10200.0 /   259200.0
iteration:       35 /      864 -- time =    10500.0 /   259200.0
iteration:       36 /      864 -- time =    10800.0 /   259200.0
iteration:       37 /      864 -- time =    11100.0 /   259200.0
iteration:       38 /      864 -- time =    11400.0 /   259200.0
iteration:       39 /      864 -- time =    11700.0 /   259200.0
iteration:       40 /      864 -- time =    12000.0 /   259200.0
iteration:       41 /      864 -- time =    12300.0 /   259200.0
iteration:       42 /      864 -- time =    12600.0 /   259200.0
iteration:       43 /      864 -- time =    12900.0 /   259200.0
iteration:       44 /      864 -- time =    13200.0 /   259200.0
iteration:       45 /      864 -- time =    13500.0 /   259200.0
iteration:       46 /      864 -- time =    13800.0 /   259200.0
iteration:       47 /      864 -- time =    14100.0 /   259200.0
iteration:       48 /      864 -- time =    14400.0 /   259200.0
iteration:       49 /      864 -- time =    14700.0 /   259200.0
iteration:       50 /      864 -- time =    15000.0 /   259200.0
iteration:       51 /      864 -- time =    15300.0 /   259200.0
iteration:       52 /      864 -- time =    15600.0 /   259200.0
iteration:       53 /      864 -- time =    15900.0 /   259200.0
iteration:       54 /      864 -- time =    16200.0 /   259200.0
iteration:       55 /      864 -- time =    16500.0 /   259200.0
iteration:       56 /      864 -- time =    16800.0 /   259200.0
iteration:       57 /      864 -- time =    17100.0 /   259200.0
iteration:       58 /      864 -- time =    17400.0 /   259200.0
iteration:       59 /      864 -- time =    17700.0 /   259200.0
iteration:       60 /      864 -- time =    18000.0 /   259200.0
iteration:       61 /      864 -- time =    18300.0 /   259200.0
iteration:       62 /      864 -- time =    18600.0 /   259200.0
iteration:       63 /      864 -- time =    18900.0 /   259200.0
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
iteration:       64 /      864 -- time =    19200.0 /   259200.0
iteration:       65 /      864 -- time =    19500.0 /   259200.0
iteration:       66 /      864 -- time =    19800.0 /   259200.0
iteration:       67 /      864 -- time =    20100.0 /   259200.0
iteration:       68 /      864 -- time =    20400.0 /   259200.0
iteration:       69 /      864 -- time =    20700.0 /   259200.0
iteration:       70 /      864 -- time =    21000.0 /   259200.0
iteration:       71 /      864 -- time =    21300.0 /   259200.0
iteration:       72 /      864 -- time =    21600.0 /   259200.0
iteration:       73 /      864 -- time =    21900.0 /   259200.0
iteration:       74 /      864 -- time =    22200.0 /   259200.0
iteration:       75 /      864 -- time =    22500.0 /   259200.0
iteration:       76 /      864 -- time =    22800.0 /   259200.0
iteration:       77 /      864 -- time =    23100.0 /   259200.0
iteration:       78 /      864 -- time =    23400.0 /   259200.0
iteration:       79 /      864 -- time =    23700.0 /   259200.0
iteration:       80 /      864 -- time =    24000.0 /   259200.0
iteration:       81 /      864 -- time =    24300.0 /   259200.0
iteration:       82 /      864 -- time =    24600.0 /   259200.0
iteration:       83 /      864 -- time =    24900.0 /   259200.0
iteration:       84 /      864 -- time =    25200.0 /   259200.0
iteration:       85 /      864 -- time =    25500.0 /   259200.0
iteration:       86 /      864 -- time =    25800.0 /   259200.0
iteration:       87 /      864 -- time =    26100.0 /   259200.0
iteration:       88 /      864 -- time =    26400.0 /   259200.0
iteration:       89 /      864 -- time =    26700.0 /   259200.0
iteration:       90 /      864 -- time =    27000.0 /   259200.0
iteration:       91 /      864 -- time =    27300.0 /   259200.0
iteration:       92 /      864 -- time =    27600.0 /   259200.0
iteration:       93 /      864 -- time =    27900.0 /   259200.0
iteration:       94 /      864 -- time =    28200.0 /   259200.0
iteration:       95 /      864 -- time =    28500.0 /   259200.0
iteration:       96 /      864 -- time =    28800.0 /   259200.0
iteration:       97 /      864 -- time =    29100.0 /   259200.0
iteration:       98 /      864 -- time =    29400.0 /   259200.0
iteration:       99 /      864 -- time =    29700.0 /   259200.0
iteration:      100 /      864 -- time =    30000.0 /   259200.0
iteration:      101 /      864 -- time =    30300.0 /   259200.0
iteration:      102 /      864 -- time =    30600.0 /   259200.0
iteration:      103 /      864 -- time =    30900.0 /   259200.0
iteration:      104 /      864 -- time =    31200.0 /   259200.0
iteration:      105 /      864 -- time =    31500.0 /   259200.0
iteration:      106 /      864 -- time =    31800.0 /   259200.0
iteration:      107 /      864 -- time =    32100.0 /   259200.0
iteration:      108 /      864 -- time =    32400.0 /   259200.0
iteration:      109 /      864 -- time =    32700.0 /   259200.0
iteration:      110 /      864 -- time =    33000.0 /   259200.0
iteration:      111 /      864 -- time =    33300.0 /   259200.0
iteration:      112 /      864 -- time =    33600.0 /   259200.0
iteration:      113 /      864 -- time =    33900.0 /   259200.0
iteration:      114 /      864 -- time =    34200.0 /   259200.0
iteration:      115 /      864 -- time =    34500.0 /   259200.0
iteration:      116 /      864 -- time =    34800.0 /   259200.0
iteration:      117 /      864 -- time =    35100.0 /   259200.0
iteration:      118 /      864 -- time =    35400.0 /   259200.0
iteration:      119 /      864 -- time =    35700.0 /   259200.0
iteration:      120 /      864 -- time =    36000.0 /   259200.0
iteration:      121 /      864 -- time =    36300.0 /   259200.0
iteration:      122 /      864 -- time =    36600.0 /   259200.0
iteration:      123 /      864 -- time =    36900.0 /   259200.0
iteration:      124 /      864 -- time =    37200.0 /   259200.0
iteration:      125 /      864 -- time =    37500.0 /   259200.0
iteration:      126 /      864 -- time =    37800.0 /   259200.0
iteration:      127 /      864 -- time =    38100.0 /   259200.0
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
iteration:      128 /      864 -- time =    38400.0 /   259200.0
iteration:      129 /      864 -- time =    38700.0 /   259200.0
iteration:      130 /      864 -- time =    39000.0 /   259200.0
iteration:      131 /      864 -- time =    39300.0 /   259200.0
iteration:      132 /      864 -- time =    39600.0 /   259200.0
iteration:      133 /      864 -- time =    39900.0 /   259200.0
iteration:      134 /      864 -- time =    40200.0 /   259200.0
iteration:      135 /      864 -- time =    40500.0 /   259200.0
iteration:      136 /      864 -- time =    40800.0 /   259200.0
iteration:      137 /      864 -- time =    41100.0 /   259200.0
iteration:      138 /      864 -- time =    41400.0 /   259200.0
iteration:      139 /      864 -- time =    41700.0 /   259200.0
iteration:      140 /      864 -- time =    42000.0 /   259200.0
iteration:      141 /      864 -- time =    42300.0 /   259200.0
iteration:      142 /      864 -- time =    42600.0 /   259200.0
iteration:      143 /      864 -- time =    42900.0 /   259200.0
iteration:      144 /      864 -- time =    43200.0 /   259200.0
iteration:      145 /      864 -- time =    43500.0 /   259200.0
iteration:      146 /      864 -- time =    43800.0 /   259200.0
iteration:      147 /      864 -- time =    44100.0 /   259200.0
iteration:      148 /      864 -- time =    44400.0 /   259200.0
iteration:      149 /      864 -- time =    44700.0 /   259200.0
iteration:      150 /      864 -- time =    45000.0 /   259200.0
iteration:      151 /      864 -- time =    45300.0 /   259200.0
iteration:      152 /      864 -- time =    45600.0 /   259200.0
iteration:      153 /      864 -- time =    45900.0 /   259200.0
iteration:      154 /      864 -- time =    46200.0 /   259200.0
iteration:      155 /      864 -- time =    46500.0 /   259200.0
iteration:      156 /      864 -- time =    46800.0 /   259200.0
iteration:      157 /      864 -- time =    47100.0 /   259200.0
iteration:      158 /      864 -- time =    47400.0 /   259200.0
iteration:      159 /      864 -- time =    47700.0 /   259200.0
iteration:      160 /      864 -- time =    48000.0 /   259200.0
iteration:      161 /      864 -- time =    48300.0 /   259200.0
iteration:      162 /      864 -- time =    48600.0 /   259200.0
iteration:      163 /      864 -- time =    48900.0 /   259200.0
iteration:      164 /      864 -- time =    49200.0 /   259200.0
iteration:      165 /      864 -- time =    49500.0 /   259200.0
iteration:      166 /      864 -- time =    49800.0 /   259200.0
iteration:      167 /      864 -- time =    50100.0 /   259200.0
iteration:      168 /      864 -- time =    50400.0 /   259200.0
iteration:      169 /      864 -- time =    50700.0 /   259200.0
iteration:      170 /      864 -- time =    51000.0 /   259200.0
iteration:      171 /      864 -- time =    51300.0 /   259200.0
iteration:      172 /      864 -- time =    51600.0 /   259200.0
iteration:      173 /      864 -- time =    51900.0 /   259200.0
iteration:      174 /      864 -- time =    52200.0 /   259200.0
iteration:      175 /      864 -- time =    52500.0 /   259200.0
iteration:      176 /      864 -- time =    52800.0 /   259200.0
iteration:      177 /      864 -- time =    53100.0 /   259200.0
iteration:      178 /      864 -- time =    53400.0 /   259200.0
iteration:      179 /      864 -- time =    53700.0 /   259200.0
iteration:      180 /      864 -- time =    54000.0 /   259200.0
iteration:      181 /      864 -- time =    54300.0 /   259200.0
iteration:      182 /      864 -- time =    54600.0 /   259200.0
iteration:      183 /      864 -- time =    54900.0 /   259200.0
iteration:      184 /      864 -- time =    55200.0 /   259200.0
iteration:      185 /      864 -- time =    55500.0 /   259200.0
iteration:      186 /      864 -- time =    55800.0 /   259200.0
iteration:      187 /      864 -- time =    56100.0 /   259200.0
iteration:      188 /      864 -- time =    56400.0 /   259200.0
iteration:      189 /      864 -- time =    56700.0 /   259200.0
iteration:      190 /      864 -- time =    57000.0 /   259200.0
iteration:      191 /      864 -- time =    57300.0 /   259200.0
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm velocity at k =           10  =   -18.376415784508541      m/s
 Nrm velocity at k =           10  =   -10.723838719717278      m/s
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
iteration:      192 /      864 -- time =    57600.0 /   259200.0
iteration:      193 /      864 -- time =    57900.0 /   259200.0
iteration:      194 /      864 -- time =    58200.0 /   259200.0
iteration:      195 /      864 -- time =    58500.0 /   259200.0
iteration:      196 /      864 -- time =    58800.0 /   259200.0
iteration:      197 /      864 -- time =    59100.0 /   259200.0
iteration:      198 /      864 -- time =    59400.0 /   259200.0
iteration:      199 /      864 -- time =    59700.0 /   259200.0
iteration:      200 /      864 -- time =    60000.0 /   259200.0
iteration:      201 /      864 -- time =    60300.0 /   259200.0
iteration:      202 /      864 -- time =    60600.0 /   259200.0
iteration:      203 /      864 -- time =    60900.0 /   259200.0
iteration:      204 /      864 -- time =    61200.0 /   259200.0
iteration:      205 /      864 -- time =    61500.0 /   259200.0
iteration:      206 /      864 -- time =    61800.0 /   259200.0
iteration:      207 /      864 -- time =    62100.0 /   259200.0
iteration:      208 /      864 -- time =    62400.0 /   259200.0
iteration:      209 /      864 -- time =    62700.0 /   259200.0
iteration:      210 /      864 -- time =    63000.0 /   259200.0
iteration:      211 /      864 -- time =    63300.0 /   259200.0
iteration:      212 /      864 -- time =    63600.0 /   259200.0
iteration:      213 /      864 -- time =    63900.0 /   259200.0
iteration:      214 /      864 -- time =    64200.0 /   259200.0
iteration:      215 /      864 -- time =    64500.0 /   259200.0
iteration:      216 /      864 -- time =    64800.0 /   259200.0
iteration:      217 /      864 -- time =    65100.0 /   259200.0
iteration:      218 /      864 -- time =    65400.0 /   259200.0
iteration:      219 /      864 -- time =    65700.0 /   259200.0
iteration:      220 /      864 -- time =    66000.0 /   259200.0
iteration:      221 /      864 -- time =    66300.0 /   259200.0
iteration:      222 /      864 -- time =    66600.0 /   259200.0
iteration:      223 /      864 -- time =    66900.0 /   259200.0
iteration:      224 /      864 -- time =    67200.0 /   259200.0
iteration:      225 /      864 -- time =    67500.0 /   259200.0
iteration:      226 /      864 -- time =    67800.0 /   259200.0
iteration:      227 /      864 -- time =    68100.0 /   259200.0
iteration:      228 /      864 -- time =    68400.0 /   259200.0
iteration:      229 /      864 -- time =    68700.0 /   259200.0
iteration:      230 /      864 -- time =    69000.0 /   259200.0
iteration:      231 /      864 -- time =    69300.0 /   259200.0
iteration:      232 /      864 -- time =    69600.0 /   259200.0
iteration:      233 /      864 -- time =    69900.0 /   259200.0
iteration:      234 /      864 -- time =    70200.0 /   259200.0
iteration:      235 /      864 -- time =    70500.0 /   259200.0
iteration:      236 /      864 -- time =    70800.0 /   259200.0
iteration:      237 /      864 -- time =    71100.0 /   259200.0
iteration:      238 /      864 -- time =    71400.0 /   259200.0
iteration:      239 /      864 -- time =    71700.0 /   259200.0
iteration:      240 /      864 -- time =    72000.0 /   259200.0
iteration:      241 /      864 -- time =    72300.0 /   259200.0
iteration:      242 /      864 -- time =    72600.0 /   259200.0
iteration:      243 /      864 -- time =    72900.0 /   259200.0
iteration:      244 /      864 -- time =    73200.0 /   259200.0
iteration:      245 /      864 -- time =    73500.0 /   259200.0
iteration:      246 /      864 -- time =    73800.0 /   259200.0
iteration:      247 /      864 -- time =    74100.0 /   259200.0
iteration:      248 /      864 -- time =    74400.0 /   259200.0
iteration:      249 /      864 -- time =    74700.0 /   259200.0
iteration:      250 /      864 -- time =    75000.0 /   259200.0
iteration:      251 /      864 -- time =    75300.0 /   259200.0
iteration:      252 /      864 -- time =    75600.0 /   259200.0
iteration:      253 /      864 -- time =    75900.0 /   259200.0
iteration:      254 /      864 -- time =    76200.0 /   259200.0
iteration:      255 /      864 -- time =    76500.0 /   259200.0
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
iteration:      256 /      864 -- time =    76800.0 /   259200.0
iteration:      257 /      864 -- time =    77100.0 /   259200.0
iteration:      258 /      864 -- time =    77400.0 /   259200.0
iteration:      259 /      864 -- time =    77700.0 /   259200.0
iteration:      260 /      864 -- time =    78000.0 /   259200.0
iteration:      261 /      864 -- time =    78300.0 /   259200.0
iteration:      262 /      864 -- time =    78600.0 /   259200.0
iteration:      263 /      864 -- time =    78900.0 /   259200.0
iteration:      264 /      864 -- time =    79200.0 /   259200.0
iteration:      265 /      864 -- time =    79500.0 /   259200.0
iteration:      266 /      864 -- time =    79800.0 /   259200.0
iteration:      267 /      864 -- time =    80100.0 /   259200.0
iteration:      268 /      864 -- time =    80400.0 /   259200.0
iteration:      269 /      864 -- time =    80700.0 /   259200.0
iteration:      270 /      864 -- time =    81000.0 /   259200.0
iteration:      271 /      864 -- time =    81300.0 /   259200.0
iteration:      272 /      864 -- time =    81600.0 /   259200.0
iteration:      273 /      864 -- time =    81900.0 /   259200.0
iteration:      274 /      864 -- time =    82200.0 /   259200.0
iteration:      275 /      864 -- time =    82500.0 /   259200.0
iteration:      276 /      864 -- time =    82800.0 /   259200.0
iteration:      277 /      864 -- time =    83100.0 /   259200.0
iteration:      278 /      864 -- time =    83400.0 /   259200.0
iteration:      279 /      864 -- time =    83700.0 /   259200.0
iteration:      280 /      864 -- time =    84000.0 /   259200.0
iteration:      281 /      864 -- time =    84300.0 /   259200.0
iteration:      282 /      864 -- time =    84600.0 /   259200.0
iteration:      283 /      864 -- time =    84900.0 /   259200.0
iteration:      284 /      864 -- time =    85200.0 /   259200.0
iteration:      285 /      864 -- time =    85500.0 /   259200.0
iteration:      286 /      864 -- time =    85800.0 /   259200.0
iteration:      287 /      864 -- time =    86100.0 /   259200.0
iteration:      288 /      864 -- time =    86400.0 /   259200.0
iteration:      289 /      864 -- time =    86700.0 /   259200.0
iteration:      290 /      864 -- time =    87000.0 /   259200.0
iteration:      291 /      864 -- time =    87300.0 /   259200.0
iteration:      292 /      864 -- time =    87600.0 /   259200.0
iteration:      293 /      864 -- time =    87900.0 /   259200.0
iteration:      294 /      864 -- time =    88200.0 /   259200.0
iteration:      295 /      864 -- time =    88500.0 /   259200.0
iteration:      296 /      864 -- time =    88800.0 /   259200.0
iteration:      297 /      864 -- time =    89100.0 /   259200.0
iteration:      298 /      864 -- time =    89400.0 /   259200.0
iteration:      299 /      864 -- time =    89700.0 /   259200.0
iteration:      300 /      864 -- time =    90000.0 /   259200.0
iteration:      301 /      864 -- time =    90300.0 /   259200.0
iteration:      302 /      864 -- time =    90600.0 /   259200.0
iteration:      303 /      864 -- time =    90900.0 /   259200.0
iteration:      304 /      864 -- time =    91200.0 /   259200.0
iteration:      305 /      864 -- time =    91500.0 /   259200.0
iteration:      306 /      864 -- time =    91800.0 /   259200.0
iteration:      307 /      864 -- time =    92100.0 /   259200.0
iteration:      308 /      864 -- time =    92400.0 /   259200.0
iteration:      309 /      864 -- time =    92700.0 /   259200.0
iteration:      310 /      864 -- time =    93000.0 /   259200.0
iteration:      311 /      864 -- time =    93300.0 /   259200.0
iteration:      312 /      864 -- time =    93600.0 /   259200.0
iteration:      313 /      864 -- time =    93900.0 /   259200.0
iteration:      314 /      864 -- time =    94200.0 /   259200.0
iteration:      315 /      864 -- time =    94500.0 /   259200.0
iteration:      316 /      864 -- time =    94800.0 /   259200.0
iteration:      317 /      864 -- time =    95100.0 /   259200.0
iteration:      318 /      864 -- time =    95400.0 /   259200.0
iteration:      319 /      864 -- time =    95700.0 /   259200.0
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
iteration:      320 /      864 -- time =    96000.0 /   259200.0
iteration:      321 /      864 -- time =    96300.0 /   259200.0
iteration:      322 /      864 -- time =    96600.0 /   259200.0
iteration:      323 /      864 -- time =    96900.0 /   259200.0
iteration:      324 /      864 -- time =    97200.0 /   259200.0
iteration:      325 /      864 -- time =    97500.0 /   259200.0
iteration:      326 /      864 -- time =    97800.0 /   259200.0
iteration:      327 /      864 -- time =    98100.0 /   259200.0
iteration:      328 /      864 -- time =    98400.0 /   259200.0
iteration:      329 /      864 -- time =    98700.0 /   259200.0
iteration:      330 /      864 -- time =    99000.0 /   259200.0
iteration:      331 /      864 -- time =    99300.0 /   259200.0
iteration:      332 /      864 -- time =    99600.0 /   259200.0
iteration:      333 /      864 -- time =    99900.0 /   259200.0
iteration:      334 /      864 -- time =   100200.0 /   259200.0
iteration:      335 /      864 -- time =   100500.0 /   259200.0
iteration:      336 /      864 -- time =   100800.0 /   259200.0
iteration:      337 /      864 -- time =   101100.0 /   259200.0
iteration:      338 /      864 -- time =   101400.0 /   259200.0
iteration:      339 /      864 -- time =   101700.0 /   259200.0
iteration:      340 /      864 -- time =   102000.0 /   259200.0
iteration:      341 /      864 -- time =   102300.0 /   259200.0
iteration:      342 /      864 -- time =   102600.0 /   259200.0
iteration:      343 /      864 -- time =   102900.0 /   259200.0
iteration:      344 /      864 -- time =   103200.0 /   259200.0
iteration:      345 /      864 -- time =   103500.0 /   259200.0
iteration:      346 /      864 -- time =   103800.0 /   259200.0
iteration:      347 /      864 -- time =   104100.0 /   259200.0
iteration:      348 /      864 -- time =   104400.0 /   259200.0
iteration:      349 /      864 -- time =   104700.0 /   259200.0
iteration:      350 /      864 -- time =   105000.0 /   259200.0
iteration:      351 /      864 -- time =   105300.0 /   259200.0
iteration:      352 /      864 -- time =   105600.0 /   259200.0
iteration:      353 /      864 -- time =   105900.0 /   259200.0
iteration:      354 /      864 -- time =   106200.0 /   259200.0
iteration:      355 /      864 -- time =   106500.0 /   259200.0
iteration:      356 /      864 -- time =   106800.0 /   259200.0
iteration:      357 /      864 -- time =   107100.0 /   259200.0
iteration:      358 /      864 -- time =   107400.0 /   259200.0
iteration:      359 /      864 -- time =   107700.0 /   259200.0
iteration:      360 /      864 -- time =   108000.0 /   259200.0
iteration:      361 /      864 -- time =   108300.0 /   259200.0
iteration:      362 /      864 -- time =   108600.0 /   259200.0
iteration:      363 /      864 -- time =   108900.0 /   259200.0
iteration:      364 /      864 -- time =   109200.0 /   259200.0
iteration:      365 /      864 -- time =   109500.0 /   259200.0
iteration:      366 /      864 -- time =   109800.0 /   259200.0
iteration:      367 /      864 -- time =   110100.0 /   259200.0
iteration:      368 /      864 -- time =   110400.0 /   259200.0
iteration:      369 /      864 -- time =   110700.0 /   259200.0
iteration:      370 /      864 -- time =   111000.0 /   259200.0
iteration:      371 /      864 -- time =   111300.0 /   259200.0
iteration:      372 /      864 -- time =   111600.0 /   259200.0
iteration:      373 /      864 -- time =   111900.0 /   259200.0
iteration:      374 /      864 -- time =   112200.0 /   259200.0
iteration:      375 /      864 -- time =   112500.0 /   259200.0
iteration:      376 /      864 -- time =   112800.0 /   259200.0
iteration:      377 /      864 -- time =   113100.0 /   259200.0
iteration:      378 /      864 -- time =   113400.0 /   259200.0
iteration:      379 /      864 -- time =   113700.0 /   259200.0
iteration:      380 /      864 -- time =   114000.0 /   259200.0
iteration:      381 /      864 -- time =   114300.0 /   259200.0
iteration:      382 /      864 -- time =   114600.0 /   259200.0
iteration:      383 /      864 -- time =   114900.0 /   259200.0
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
iteration:      384 /      864 -- time =   115200.0 /   259200.0
iteration:      385 /      864 -- time =   115500.0 /   259200.0
iteration:      386 /      864 -- time =   115800.0 /   259200.0
iteration:      387 /      864 -- time =   116100.0 /   259200.0
iteration:      388 /      864 -- time =   116400.0 /   259200.0
iteration:      389 /      864 -- time =   116700.0 /   259200.0
iteration:      390 /      864 -- time =   117000.0 /   259200.0
iteration:      391 /      864 -- time =   117300.0 /   259200.0
iteration:      392 /      864 -- time =   117600.0 /   259200.0
iteration:      393 /      864 -- time =   117900.0 /   259200.0
iteration:      394 /      864 -- time =   118200.0 /   259200.0
iteration:      395 /      864 -- time =   118500.0 /   259200.0
iteration:      396 /      864 -- time =   118800.0 /   259200.0
iteration:      397 /      864 -- time =   119100.0 /   259200.0
iteration:      398 /      864 -- time =   119400.0 /   259200.0
iteration:      399 /      864 -- time =   119700.0 /   259200.0
iteration:      400 /      864 -- time =   120000.0 /   259200.0
iteration:      401 /      864 -- time =   120300.0 /   259200.0
iteration:      402 /      864 -- time =   120600.0 /   259200.0
iteration:      403 /      864 -- time =   120900.0 /   259200.0
iteration:      404 /      864 -- time =   121200.0 /   259200.0
iteration:      405 /      864 -- time =   121500.0 /   259200.0
iteration:      406 /      864 -- time =   121800.0 /   259200.0
iteration:      407 /      864 -- time =   122100.0 /   259200.0
iteration:      408 /      864 -- time =   122400.0 /   259200.0
iteration:      409 /      864 -- time =   122700.0 /   259200.0
iteration:      410 /      864 -- time =   123000.0 /   259200.0
iteration:      411 /      864 -- time =   123300.0 /   259200.0
iteration:      412 /      864 -- time =   123600.0 /   259200.0
iteration:      413 /      864 -- time =   123900.0 /   259200.0
iteration:      414 /      864 -- time =   124200.0 /   259200.0
iteration:      415 /      864 -- time =   124500.0 /   259200.0
iteration:      416 /      864 -- time =   124800.0 /   259200.0
iteration:      417 /      864 -- time =   125100.0 /   259200.0
iteration:      418 /      864 -- time =   125400.0 /   259200.0
iteration:      419 /      864 -- time =   125700.0 /   259200.0
iteration:      420 /      864 -- time =   126000.0 /   259200.0
iteration:      421 /      864 -- time =   126300.0 /   259200.0
iteration:      422 /      864 -- time =   126600.0 /   259200.0
iteration:      423 /      864 -- time =   126900.0 /   259200.0
iteration:      424 /      864 -- time =   127200.0 /   259200.0
iteration:      425 /      864 -- time =   127500.0 /   259200.0
iteration:      426 /      864 -- time =   127800.0 /   259200.0
iteration:      427 /      864 -- time =   128100.0 /   259200.0
iteration:      428 /      864 -- time =   128400.0 /   259200.0
iteration:      429 /      864 -- time =   128700.0 /   259200.0
iteration:      430 /      864 -- time =   129000.0 /   259200.0
iteration:      431 /      864 -- time =   129300.0 /   259200.0
iteration:      432 /      864 -- time =   129600.0 /   259200.0
iteration:      433 /      864 -- time =   129900.0 /   259200.0
iteration:      434 /      864 -- time =   130200.0 /   259200.0
iteration:      435 /      864 -- time =   130500.0 /   259200.0
iteration:      436 /      864 -- time =   130800.0 /   259200.0
iteration:      437 /      864 -- time =   131100.0 /   259200.0
iteration:      438 /      864 -- time =   131400.0 /   259200.0
iteration:      439 /      864 -- time =   131700.0 /   259200.0
iteration:      440 /      864 -- time =   132000.0 /   259200.0
iteration:      441 /      864 -- time =   132300.0 /   259200.0
iteration:      442 /      864 -- time =   132600.0 /   259200.0
iteration:      443 /      864 -- time =   132900.0 /   259200.0
iteration:      444 /      864 -- time =   133200.0 /   259200.0
iteration:      445 /      864 -- time =   133500.0 /   259200.0
iteration:      446 /      864 -- time =   133800.0 /   259200.0
iteration:      447 /      864 -- time =   134100.0 /   259200.0
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
iteration:      448 /      864 -- time =   134400.0 /   259200.0
iteration:      449 /      864 -- time =   134700.0 /   259200.0
iteration:      450 /      864 -- time =   135000.0 /   259200.0
iteration:      451 /      864 -- time =   135300.0 /   259200.0
iteration:      452 /      864 -- time =   135600.0 /   259200.0
iteration:      453 /      864 -- time =   135900.0 /   259200.0
iteration:      454 /      864 -- time =   136200.0 /   259200.0
iteration:      455 /      864 -- time =   136500.0 /   259200.0
iteration:      456 /      864 -- time =   136800.0 /   259200.0
iteration:      457 /      864 -- time =   137100.0 /   259200.0
iteration:      458 /      864 -- time =   137400.0 /   259200.0
iteration:      459 /      864 -- time =   137700.0 /   259200.0
iteration:      460 /      864 -- time =   138000.0 /   259200.0
iteration:      461 /      864 -- time =   138300.0 /   259200.0
iteration:      462 /      864 -- time =   138600.0 /   259200.0
iteration:      463 /      864 -- time =   138900.0 /   259200.0
iteration:      464 /      864 -- time =   139200.0 /   259200.0
iteration:      465 /      864 -- time =   139500.0 /   259200.0
iteration:      466 /      864 -- time =   139800.0 /   259200.0
iteration:      467 /      864 -- time =   140100.0 /   259200.0
iteration:      468 /      864 -- time =   140400.0 /   259200.0
iteration:      469 /      864 -- time =   140700.0 /   259200.0
iteration:      470 /      864 -- time =   141000.0 /   259200.0
iteration:      471 /      864 -- time =   141300.0 /   259200.0
iteration:      472 /      864 -- time =   141600.0 /   259200.0
iteration:      473 /      864 -- time =   141900.0 /   259200.0
iteration:      474 /      864 -- time =   142200.0 /   259200.0
iteration:      475 /      864 -- time =   142500.0 /   259200.0
iteration:      476 /      864 -- time =   142800.0 /   259200.0
iteration:      477 /      864 -- time =   143100.0 /   259200.0
iteration:      478 /      864 -- time =   143400.0 /   259200.0
iteration:      479 /      864 -- time =   143700.0 /   259200.0
iteration:      480 /      864 -- time =   144000.0 /   259200.0
iteration:      481 /      864 -- time =   144300.0 /   259200.0
iteration:      482 /      864 -- time =   144600.0 /   259200.0
iteration:      483 /      864 -- time =   144900.0 /   259200.0
iteration:      484 /      864 -- time =   145200.0 /   259200.0
iteration:      485 /      864 -- time =   145500.0 /   259200.0
iteration:      486 /      864 -- time =   145800.0 /   259200.0
iteration:      487 /      864 -- time =   146100.0 /   259200.0
iteration:      488 /      864 -- time =   146400.0 /   259200.0
iteration:      489 /      864 -- time =   146700.0 /   259200.0
iteration:      490 /      864 -- time =   147000.0 /   259200.0
iteration:      491 /      864 -- time =   147300.0 /   259200.0
iteration:      492 /      864 -- time =   147600.0 /   259200.0
iteration:      493 /      864 -- time =   147900.0 /   259200.0
iteration:      494 /      864 -- time =   148200.0 /   259200.0
iteration:      495 /      864 -- time =   148500.0 /   259200.0
iteration:      496 /      864 -- time =   148800.0 /   259200.0
iteration:      497 /      864 -- time =   149100.0 /   259200.0
iteration:      498 /      864 -- time =   149400.0 /   259200.0
iteration:      499 /      864 -- time =   149700.0 /   259200.0
iteration:      500 /      864 -- time =   150000.0 /   259200.0
iteration:      501 /      864 -- time =   150300.0 /   259200.0
iteration:      502 /      864 -- time =   150600.0 /   259200.0
iteration:      503 /      864 -- time =   150900.0 /   259200.0
iteration:      504 /      864 -- time =   151200.0 /   259200.0
iteration:      505 /      864 -- time =   151500.0 /   259200.0
iteration:      506 /      864 -- time =   151800.0 /   259200.0
iteration:      507 /      864 -- time =   152100.0 /   259200.0
iteration:      508 /      864 -- time =   152400.0 /   259200.0
iteration:      509 /      864 -- time =   152700.0 /   259200.0
iteration:      510 /      864 -- time =   153000.0 /   259200.0
iteration:      511 /      864 -- time =   153300.0 /   259200.0
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
iteration:      512 /      864 -- time =   153600.0 /   259200.0
iteration:      513 /      864 -- time =   153900.0 /   259200.0
iteration:      514 /      864 -- time =   154200.0 /   259200.0
iteration:      515 /      864 -- time =   154500.0 /   259200.0
iteration:      516 /      864 -- time =   154800.0 /   259200.0
iteration:      517 /      864 -- time =   155100.0 /   259200.0
iteration:      518 /      864 -- time =   155400.0 /   259200.0
iteration:      519 /      864 -- time =   155700.0 /   259200.0
iteration:      520 /      864 -- time =   156000.0 /   259200.0
iteration:      521 /      864 -- time =   156300.0 /   259200.0
iteration:      522 /      864 -- time =   156600.0 /   259200.0
iteration:      523 /      864 -- time =   156900.0 /   259200.0
iteration:      524 /      864 -- time =   157200.0 /   259200.0
iteration:      525 /      864 -- time =   157500.0 /   259200.0
iteration:      526 /      864 -- time =   157800.0 /   259200.0
iteration:      527 /      864 -- time =   158100.0 /   259200.0
iteration:      528 /      864 -- time =   158400.0 /   259200.0
iteration:      529 /      864 -- time =   158700.0 /   259200.0
iteration:      530 /      864 -- time =   159000.0 /   259200.0
iteration:      531 /      864 -- time =   159300.0 /   259200.0
iteration:      532 /      864 -- time =   159600.0 /   259200.0
iteration:      533 /      864 -- time =   159900.0 /   259200.0
iteration:      534 /      864 -- time =   160200.0 /   259200.0
iteration:      535 /      864 -- time =   160500.0 /   259200.0
iteration:      536 /      864 -- time =   160800.0 /   259200.0
iteration:      537 /      864 -- time =   161100.0 /   259200.0
iteration:      538 /      864 -- time =   161400.0 /   259200.0
iteration:      539 /      864 -- time =   161700.0 /   259200.0
iteration:      540 /      864 -- time =   162000.0 /   259200.0
iteration:      541 /      864 -- time =   162300.0 /   259200.0
iteration:      542 /      864 -- time =   162600.0 /   259200.0
iteration:      543 /      864 -- time =   162900.0 /   259200.0
iteration:      544 /      864 -- time =   163200.0 /   259200.0
iteration:      545 /      864 -- time =   163500.0 /   259200.0
iteration:      546 /      864 -- time =   163800.0 /   259200.0
iteration:      547 /      864 -- time =   164100.0 /   259200.0
iteration:      548 /      864 -- time =   164400.0 /   259200.0
iteration:      549 /      864 -- time =   164700.0 /   259200.0
iteration:      550 /      864 -- time =   165000.0 /   259200.0
iteration:      551 /      864 -- time =   165300.0 /   259200.0
iteration:      552 /      864 -- time =   165600.0 /   259200.0
iteration:      553 /      864 -- time =   165900.0 /   259200.0
iteration:      554 /      864 -- time =   166200.0 /   259200.0
iteration:      555 /      864 -- time =   166500.0 /   259200.0
iteration:      556 /      864 -- time =   166800.0 /   259200.0
iteration:      557 /      864 -- time =   167100.0 /   259200.0
iteration:      558 /      864 -- time =   167400.0 /   259200.0
iteration:      559 /      864 -- time =   167700.0 /   259200.0
iteration:      560 /      864 -- time =   168000.0 /   259200.0
iteration:      561 /      864 -- time =   168300.0 /   259200.0
iteration:      562 /      864 -- time =   168600.0 /   259200.0
iteration:      563 /      864 -- time =   168900.0 /   259200.0
iteration:      564 /      864 -- time =   169200.0 /   259200.0
iteration:      565 /      864 -- time =   169500.0 /   259200.0
iteration:      566 /      864 -- time =   169800.0 /   259200.0
iteration:      567 /      864 -- time =   170100.0 /   259200.0
iteration:      568 /      864 -- time =   170400.0 /   259200.0
iteration:      569 /      864 -- time =   170700.0 /   259200.0
iteration:      570 /      864 -- time =   171000.0 /   259200.0
iteration:      571 /      864 -- time =   171300.0 /   259200.0
iteration:      572 /      864 -- time =   171600.0 /   259200.0
iteration:      573 /      864 -- time =   171900.0 /   259200.0
iteration:      574 /      864 -- time =   172200.0 /   259200.0
iteration:      575 /      864 -- time =   172500.0 /   259200.0
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
iteration:      576 /      864 -- time =   172800.0 /   259200.0
iteration:      577 /      864 -- time =   173100.0 /   259200.0
iteration:      578 /      864 -- time =   173400.0 /   259200.0
iteration:      579 /      864 -- time =   173700.0 /   259200.0
iteration:      580 /      864 -- time =   174000.0 /   259200.0
iteration:      581 /      864 -- time =   174300.0 /   259200.0
iteration:      582 /      864 -- time =   174600.0 /   259200.0
iteration:      583 /      864 -- time =   174900.0 /   259200.0
iteration:      584 /      864 -- time =   175200.0 /   259200.0
iteration:      585 /      864 -- time =   175500.0 /   259200.0
iteration:      586 /      864 -- time =   175800.0 /   259200.0
iteration:      587 /      864 -- time =   176100.0 /   259200.0
iteration:      588 /      864 -- time =   176400.0 /   259200.0
iteration:      589 /      864 -- time =   176700.0 /   259200.0
iteration:      590 /      864 -- time =   177000.0 /   259200.0
iteration:      591 /      864 -- time =   177300.0 /   259200.0
iteration:      592 /      864 -- time =   177600.0 /   259200.0
iteration:      593 /      864 -- time =   177900.0 /   259200.0
iteration:      594 /      864 -- time =   178200.0 /   259200.0
iteration:      595 /      864 -- time =   178500.0 /   259200.0
iteration:      596 /      864 -- time =   178800.0 /   259200.0
iteration:      597 /      864 -- time =   179100.0 /   259200.0
iteration:      598 /      864 -- time =   179400.0 /   259200.0
iteration:      599 /      864 -- time =   179700.0 /   259200.0
iteration:      600 /      864 -- time =   180000.0 /   259200.0
iteration:      601 /      864 -- time =   180300.0 /   259200.0
iteration:      602 /      864 -- time =   180600.0 /   259200.0
iteration:      603 /      864 -- time =   180900.0 /   259200.0
iteration:      604 /      864 -- time =   181200.0 /   259200.0
iteration:      605 /      864 -- time =   181500.0 /   259200.0
iteration:      606 /      864 -- time =   181800.0 /   259200.0
iteration:      607 /      864 -- time =   182100.0 /   259200.0
iteration:      608 /      864 -- time =   182400.0 /   259200.0
iteration:      609 /      864 -- time =   182700.0 /   259200.0
iteration:      610 /      864 -- time =   183000.0 /   259200.0
iteration:      611 /      864 -- time =   183300.0 /   259200.0
iteration:      612 /      864 -- time =   183600.0 /   259200.0
iteration:      613 /      864 -- time =   183900.0 /   259200.0
iteration:      614 /      864 -- time =   184200.0 /   259200.0
iteration:      615 /      864 -- time =   184500.0 /   259200.0
iteration:      616 /      864 -- time =   184800.0 /   259200.0
iteration:      617 /      864 -- time =   185100.0 /   259200.0
iteration:      618 /      864 -- time =   185400.0 /   259200.0
iteration:      619 /      864 -- time =   185700.0 /   259200.0
iteration:      620 /      864 -- time =   186000.0 /   259200.0
iteration:      621 /      864 -- time =   186300.0 /   259200.0
iteration:      622 /      864 -- time =   186600.0 /   259200.0
iteration:      623 /      864 -- time =   186900.0 /   259200.0
iteration:      624 /      864 -- time =   187200.0 /   259200.0
iteration:      625 /      864 -- time =   187500.0 /   259200.0
iteration:      626 /      864 -- time =   187800.0 /   259200.0
iteration:      627 /      864 -- time =   188100.0 /   259200.0
iteration:      628 /      864 -- time =   188400.0 /   259200.0
iteration:      629 /      864 -- time =   188700.0 /   259200.0
iteration:      630 /      864 -- time =   189000.0 /   259200.0
iteration:      631 /      864 -- time =   189300.0 /   259200.0
iteration:      632 /      864 -- time =   189600.0 /   259200.0
iteration:      633 /      864 -- time =   189900.0 /   259200.0
iteration:      634 /      864 -- time =   190200.0 /   259200.0
iteration:      635 /      864 -- time =   190500.0 /   259200.0
iteration:      636 /      864 -- time =   190800.0 /   259200.0
iteration:      637 /      864 -- time =   191100.0 /   259200.0
iteration:      638 /      864 -- time =   191400.0 /   259200.0
iteration:      639 /      864 -- time =   191700.0 /   259200.0
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
iteration:      640 /      864 -- time =   192000.0 /   259200.0
iteration:      641 /      864 -- time =   192300.0 /   259200.0
iteration:      642 /      864 -- time =   192600.0 /   259200.0
iteration:      643 /      864 -- time =   192900.0 /   259200.0
iteration:      644 /      864 -- time =   193200.0 /   259200.0
iteration:      645 /      864 -- time =   193500.0 /   259200.0
iteration:      646 /      864 -- time =   193800.0 /   259200.0
iteration:      647 /      864 -- time =   194100.0 /   259200.0
iteration:      648 /      864 -- time =   194400.0 /   259200.0
iteration:      649 /      864 -- time =   194700.0 /   259200.0
iteration:      650 /      864 -- time =   195000.0 /   259200.0
iteration:      651 /      864 -- time =   195300.0 /   259200.0
iteration:      652 /      864 -- time =   195600.0 /   259200.0
iteration:      653 /      864 -- time =   195900.0 /   259200.0
iteration:      654 /      864 -- time =   196200.0 /   259200.0
iteration:      655 /      864 -- time =   196500.0 /   259200.0
iteration:      656 /      864 -- time =   196800.0 /   259200.0
iteration:      657 /      864 -- time =   197100.0 /   259200.0
iteration:      658 /      864 -- time =   197400.0 /   259200.0
iteration:      659 /      864 -- time =   197700.0 /   259200.0
iteration:      660 /      864 -- time =   198000.0 /   259200.0
iteration:      661 /      864 -- time =   198300.0 /   259200.0
iteration:      662 /      864 -- time =   198600.0 /   259200.0
iteration:      663 /      864 -- time =   198900.0 /   259200.0
iteration:      664 /      864 -- time =   199200.0 /   259200.0
iteration:      665 /      864 -- time =   199500.0 /   259200.0
iteration:      666 /      864 -- time =   199800.0 /   259200.0
iteration:      667 /      864 -- time =   200100.0 /   259200.0
iteration:      668 /      864 -- time =   200400.0 /   259200.0
iteration:      669 /      864 -- time =   200700.0 /   259200.0
iteration:      670 /      864 -- time =   201000.0 /   259200.0
iteration:      671 /      864 -- time =   201300.0 /   259200.0
iteration:      672 /      864 -- time =   201600.0 /   259200.0
iteration:      673 /      864 -- time =   201900.0 /   259200.0
iteration:      674 /      864 -- time =   202200.0 /   259200.0
iteration:      675 /      864 -- time =   202500.0 /   259200.0
iteration:      676 /      864 -- time =   202800.0 /   259200.0
iteration:      677 /      864 -- time =   203100.0 /   259200.0
iteration:      678 /      864 -- time =   203400.0 /   259200.0
iteration:      679 /      864 -- time =   203700.0 /   259200.0
iteration:      680 /      864 -- time =   204000.0 /   259200.0
iteration:      681 /      864 -- time =   204300.0 /   259200.0
iteration:      682 /      864 -- time =   204600.0 /   259200.0
iteration:      683 /      864 -- time =   204900.0 /   259200.0
iteration:      684 /      864 -- time =   205200.0 /   259200.0
iteration:      685 /      864 -- time =   205500.0 /   259200.0
iteration:      686 /      864 -- time =   205800.0 /   259200.0
iteration:      687 /      864 -- time =   206100.0 /   259200.0
iteration:      688 /      864 -- time =   206400.0 /   259200.0
iteration:      689 /      864 -- time =   206700.0 /   259200.0
iteration:      690 /      864 -- time =   207000.0 /   259200.0
iteration:      691 /      864 -- time =   207300.0 /   259200.0
iteration:      692 /      864 -- time =   207600.0 /   259200.0
iteration:      693 /      864 -- time =   207900.0 /   259200.0
iteration:      694 /      864 -- time =   208200.0 /   259200.0
iteration:      695 /      864 -- time =   208500.0 /   259200.0
iteration:      696 /      864 -- time =   208800.0 /   259200.0
iteration:      697 /      864 -- time =   209100.0 /   259200.0
iteration:      698 /      864 -- time =   209400.0 /   259200.0
iteration:      699 /      864 -- time =   209700.0 /   259200.0
iteration:      700 /      864 -- time =   210000.0 /   259200.0
iteration:      701 /      864 -- time =   210300.0 /   259200.0
iteration:      702 /      864 -- time =   210600.0 /   259200.0
iteration:      703 /      864 -- time =   210900.0 /   259200.0
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
iteration:      704 /      864 -- time =   211200.0 /   259200.0
iteration:      705 /      864 -- time =   211500.0 /   259200.0
iteration:      706 /      864 -- time =   211800.0 /   259200.0
iteration:      707 /      864 -- time =   212100.0 /   259200.0
iteration:      708 /      864 -- time =   212400.0 /   259200.0
iteration:      709 /      864 -- time =   212700.0 /   259200.0
iteration:      710 /      864 -- time =   213000.0 /   259200.0
iteration:      711 /      864 -- time =   213300.0 /   259200.0
iteration:      712 /      864 -- time =   213600.0 /   259200.0
iteration:      713 /      864 -- time =   213900.0 /   259200.0
iteration:      714 /      864 -- time =   214200.0 /   259200.0
iteration:      715 /      864 -- time =   214500.0 /   259200.0
iteration:      716 /      864 -- time =   214800.0 /   259200.0
iteration:      717 /      864 -- time =   215100.0 /   259200.0
iteration:      718 /      864 -- time =   215400.0 /   259200.0
iteration:      719 /      864 -- time =   215700.0 /   259200.0
iteration:      720 /      864 -- time =   216000.0 /   259200.0
iteration:      721 /      864 -- time =   216300.0 /   259200.0
iteration:      722 /      864 -- time =   216600.0 /   259200.0
iteration:      723 /      864 -- time =   216900.0 /   259200.0
iteration:      724 /      864 -- time =   217200.0 /   259200.0
iteration:      725 /      864 -- time =   217500.0 /   259200.0
iteration:      726 /      864 -- time =   217800.0 /   259200.0
iteration:      727 /      864 -- time =   218100.0 /   259200.0
iteration:      728 /      864 -- time =   218400.0 /   259200.0
iteration:      729 /      864 -- time =   218700.0 /   259200.0
iteration:      730 /      864 -- time =   219000.0 /   259200.0
iteration:      731 /      864 -- time =   219300.0 /   259200.0
iteration:      732 /      864 -- time =   219600.0 /   259200.0
iteration:      733 /      864 -- time =   219900.0 /   259200.0
iteration:      734 /      864 -- time =   220200.0 /   259200.0
iteration:      735 /      864 -- time =   220500.0 /   259200.0
iteration:      736 /      864 -- time =   220800.0 /   259200.0
iteration:      737 /      864 -- time =   221100.0 /   259200.0
iteration:      738 /      864 -- time =   221400.0 /   259200.0
iteration:      739 /      864 -- time =   221700.0 /   259200.0
iteration:      740 /      864 -- time =   222000.0 /   259200.0
iteration:      741 /      864 -- time =   222300.0 /   259200.0
iteration:      742 /      864 -- time =   222600.0 /   259200.0
iteration:      743 /      864 -- time =   222900.0 /   259200.0
iteration:      744 /      864 -- time =   223200.0 /   259200.0
iteration:      745 /      864 -- time =   223500.0 /   259200.0
iteration:      746 /      864 -- time =   223800.0 /   259200.0
iteration:      747 /      864 -- time =   224100.0 /   259200.0
iteration:      748 /      864 -- time =   224400.0 /   259200.0
iteration:      749 /      864 -- time =   224700.0 /   259200.0
iteration:      750 /      864 -- time =   225000.0 /   259200.0
iteration:      751 /      864 -- time =   225300.0 /   259200.0
iteration:      752 /      864 -- time =   225600.0 /   259200.0
iteration:      753 /      864 -- time =   225900.0 /   259200.0
iteration:      754 /      864 -- time =   226200.0 /   259200.0
iteration:      755 /      864 -- time =   226500.0 /   259200.0
iteration:      756 /      864 -- time =   226800.0 /   259200.0
iteration:      757 /      864 -- time =   227100.0 /   259200.0
iteration:      758 /      864 -- time =   227400.0 /   259200.0
iteration:      759 /      864 -- time =   227700.0 /   259200.0
iteration:      760 /      864 -- time =   228000.0 /   259200.0
iteration:      761 /      864 -- time =   228300.0 /   259200.0
iteration:      762 /      864 -- time =   228600.0 /   259200.0
iteration:      763 /      864 -- time =   228900.0 /   259200.0
iteration:      764 /      864 -- time =   229200.0 /   259200.0
iteration:      765 /      864 -- time =   229500.0 /   259200.0
iteration:      766 /      864 -- time =   229800.0 /   259200.0
iteration:      767 /      864 -- time =   230100.0 /   259200.0
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm velocity at k =            4  =   -28.159757602496235      m/s
 Nrm velocity at k =            4  =   -16.435306947370506      m/s
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm velocity at k =           14  =   -45.522679520167614      m/s
 Nrm velocity at k =           14  =   -26.567664238109192      m/s
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm velocity at k =           12  =   -61.412039092427150      m/s
 Nrm velocity at k =           12  =   -35.840356137249174      m/s
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
iteration:      768 /      864 -- time =   230400.0 /   259200.0
iteration:      769 /      864 -- time =   230700.0 /   259200.0
iteration:      770 /      864 -- time =   231000.0 /   259200.0
iteration:      771 /      864 -- time =   231300.0 /   259200.0
iteration:      772 /      864 -- time =   231600.0 /   259200.0
iteration:      773 /      864 -- time =   231900.0 /   259200.0
iteration:      774 /      864 -- time =   232200.0 /   259200.0
iteration:      775 /      864 -- time =   232500.0 /   259200.0
iteration:      776 /      864 -- time =   232800.0 /   259200.0
iteration:      777 /      864 -- time =   233100.0 /   259200.0
iteration:      778 /      864 -- time =   233400.0 /   259200.0
iteration:      779 /      864 -- time =   233700.0 /   259200.0
iteration:      780 /      864 -- time =   234000.0 /   259200.0
iteration:      781 /      864 -- time =   234300.0 /   259200.0
iteration:      782 /      864 -- time =   234600.0 /   259200.0
iteration:      783 /      864 -- time =   234900.0 /   259200.0
iteration:      784 /      864 -- time =   235200.0 /   259200.0
iteration:      785 /      864 -- time =   235500.0 /   259200.0
iteration:      786 /      864 -- time =   235800.0 /   259200.0
iteration:      787 /      864 -- time =   236100.0 /   259200.0
iteration:      788 /      864 -- time =   236400.0 /   259200.0
iteration:      789 /      864 -- time =   236700.0 /   259200.0
iteration:      790 /      864 -- time =   237000.0 /   259200.0
iteration:      791 /      864 -- time =   237300.0 /   259200.0
iteration:      792 /      864 -- time =   237600.0 /   259200.0
iteration:      793 /      864 -- time =   237900.0 /   259200.0
iteration:      794 /      864 -- time =   238200.0 /   259200.0
iteration:      795 /      864 -- time =   238500.0 /   259200.0
iteration:      796 /      864 -- time =   238800.0 /   259200.0
iteration:      797 /      864 -- time =   239100.0 /   259200.0
iteration:      798 /      864 -- time =   239400.0 /   259200.0
iteration:      799 /      864 -- time =   239700.0 /   259200.0
iteration:      800 /      864 -- time =   240000.0 /   259200.0
iteration:      801 /      864 -- time =   240300.0 /   259200.0
iteration:      802 /      864 -- time =   240600.0 /   259200.0
iteration:      803 /      864 -- time =   240900.0 /   259200.0
iteration:      804 /      864 -- time =   241200.0 /   259200.0
iteration:      805 /      864 -- time =   241500.0 /   259200.0
iteration:      806 /      864 -- time =   241800.0 /   259200.0
iteration:      807 /      864 -- time =   242100.0 /   259200.0
iteration:      808 /      864 -- time =   242400.0 /   259200.0
iteration:      809 /      864 -- time =   242700.0 /   259200.0
iteration:      810 /      864 -- time =   243000.0 /   259200.0
iteration:      811 /      864 -- time =   243300.0 /   259200.0
iteration:      812 /      864 -- time =   243600.0 /   259200.0
iteration:      813 /      864 -- time =   243900.0 /   259200.0
iteration:      814 /      864 -- time =   244200.0 /   259200.0
iteration:      815 /      864 -- time =   244500.0 /   259200.0
iteration:      816 /      864 -- time =   244800.0 /   259200.0
iteration:      817 /      864 -- time =   245100.0 /   259200.0
iteration:      818 /      864 -- time =   245400.0 /   259200.0
iteration:      819 /      864 -- time =   245700.0 /   259200.0
iteration:      820 /      864 -- time =   246000.0 /   259200.0
iteration:      821 /      864 -- time =   246300.0 /   259200.0
iteration:      822 /      864 -- time =   246600.0 /   259200.0
iteration:      823 /      864 -- time =   246900.0 /   259200.0
iteration:      824 /      864 -- time =   247200.0 /   259200.0
iteration:      825 /      864 -- time =   247500.0 /   259200.0
iteration:      826 /      864 -- time =   247800.0 /   259200.0
iteration:      827 /      864 -- time =   248100.0 /   259200.0
iteration:      828 /      864 -- time =   248400.0 /   259200.0
iteration:      829 /      864 -- time =   248700.0 /   259200.0
iteration:      830 /      864 -- time =   249000.0 /   259200.0
iteration:      831 /      864 -- time =   249300.0 /   259200.0
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Program exited normally
iteration:      832 /      864 -- time =   249600.0 /   259200.0
iteration:      833 /      864 -- time =   249900.0 /   259200.0
iteration:      834 /      864 -- time =   250200.0 /   259200.0
iteration:      835 /      864 -- time =   250500.0 /   259200.0
iteration:      836 /      864 -- time =   250800.0 /   259200.0
iteration:      837 /      864 -- time =   251100.0 /   259200.0
iteration:      838 /      864 -- time =   251400.0 /   259200.0
iteration:      839 /      864 -- time =   251700.0 /   259200.0
iteration:      840 /      864 -- time =   252000.0 /   259200.0
iteration:      841 /      864 -- time =   252300.0 /   259200.0
iteration:      842 /      864 -- time =   252600.0 /   259200.0
iteration:      843 /      864 -- time =   252900.0 /   259200.0
iteration:      844 /      864 -- time =   253200.0 /   259200.0
iteration:      845 /      864 -- time =   253500.0 /   259200.0
iteration:      846 /      864 -- time =   253800.0 /   259200.0
iteration:      847 /      864 -- time =   254100.0 /   259200.0
iteration:      848 /      864 -- time =   254400.0 /   259200.0
iteration:      849 /      864 -- time =   254700.0 /   259200.0
iteration:      850 /      864 -- time =   255000.0 /   259200.0
iteration:      851 /      864 -- time =   255300.0 /   259200.0
iteration:      852 /      864 -- time =   255600.0 /   259200.0
iteration:      853 /      864 -- time =   255900.0 /   259200.0
iteration:      854 /      864 -- time =   256200.0 /   259200.0
iteration:      855 /      864 -- time =   256500.0 /   259200.0
iteration:      856 /      864 -- time =   256800.0 /   259200.0
iteration:      857 /      864 -- time =   257100.0 /   259200.0
iteration:      858 /      864 -- time =   257400.0 /   259200.0
iteration:      859 /      864 -- time =   257700.0 /   259200.0
iteration:      860 /      864 -- time =   258000.0 /   259200.0
iteration:      861 /      864 -- time =   258300.0 /   259200.0
iteration:      862 /      864 -- time =   258600.0 /   259200.0
iteration:      863 /      864 -- time =   258900.0 /   259200.0
iteration:      864 /      864 -- time =   259200.0 /   259200.0
CLUBB-TIMER time_loop_init =             0.4317
CLUBB-TIMER time_clubb_advance =         5.0364
CLUBB-TIMER time_clubb_pdf =             0.9407
CLUBB-TIMER time_SILHS =                 0.5997
CLUBB-TIMER time_microphys_scheme =      2.8040
CLUBB-TIMER time_microphys_advance =     0.3898
CLUBB-TIMER time_loop_end =              0.0000
CLUBB-TIMER time_adapt_grid =            0.0000
CLUBB-TIMER time_total =                11.4982
2026/02/18 03:18:09
 
 --------------------------------------------------
 Latest git log entry
 --------------------------------------------------
 
 
A detailed git diff can be found at the end of this file

 --------------------------------------------------
 Tunable Parameters:
 --------------------------------------------------
 --------------------------------------------------
 Preprocessing Directives:
 --------------------------------------------------
 -DNETCDF enabled
 -DCOAMPS_MICRO enabled
 -DTUNER disabled
 -DSILHS enabled
 -Dnooverlap enabled
 -Draoffline enabled
 -DUSE_BUGSrad_ocast_random disabled
 -DBYTESWAP_IO disabled
 --------------------------------------------------
 &model_setting
 --------------------------------------------------
 runtype = gabls3
 nzmax =          250
 grid_type =            1
 deltaz =    20.000000000000000     
 zm_init =    0.0000000000000000     
 zm_top =    5000.0000000000000     
 zt_grid_fname =
 zm_grid_fname =
 day =            1
 month =            7
 year =         2006
 lat_vals =    51.971100000000000     
 lon_vals =    4.9267000000000003     
 sfc_elevation =    0.0000000000000000     
 time_initial =    43200.000000000000     
 time_final =    129600.00000000000     
 dt_main =    60.000000000000000     
 dt_rad =    60.000000000000000     
 sfctype =            1
 T_sfc =    288.00000000000000     
 p_sfc =    102440.00000000000     
 sens_ht =    0.0000000000000000     
 latent_ht =    0.0000000000000000     
 fcor =    1.1456633800000001E-004
 fcor_y =    8.9846025548691506E-005
 T0 =    300.00000000000000     
 ts_nudge =    86400.000000000000     
 forcings_file_path =
 l_t_dependent =  T
 l_ignore_forcings =  F
 l_modify_ic_with_cubic_int =  F
 l_modify_bc_for_cnvg_test =  F
 l_input_xpwp_sfc =  F
 saturation_formula =            3
 thlm_sponge_damp_settings%l_sponge_damping =  F
 rtm_sponge_damp_settings%l_sponge_damping =  F
 uv_sponge_damp_settings%l_sponge_damping =  F
 wp2_sponge_damp_settings%l_sponge_damping =  F
 wp3_sponge_damp_settings%l_sponge_damping =  F
 up2_vp2_sponge_damp_settings%l_sponge_damping =  F
 thlm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 thlm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 thlm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 rtm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 uv_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp3_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 up2_vp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 l_soil_veg =  T
 l_restart =  F
 l_input_fields =  F
 restart_path_case = restart/gabls3
 time_restart =    0.0000000000000000     
 debug_level =            2
 sclr_dim =            0
 edsclr_dim =            0
 iisclr_thl =           -2
 iisclr_rt =           -1
 iisclr_CO2 =           -1
 sclr_tol = 
 --------------------------------------------------
 &stats_setting
 --------------------------------------------------
 l_stats =  T
 fname_prefix = gabls3
 stats_fmt = netcdf
 stats_tsamp =    60.000000000000000     
 stats_tout =    600.00000000000000     
 l_allow_small_stats_tout =  F
 Constant flags:
 l_pos_def =  F
 l_gamma_Skw =  T
 l_byteswap_io =  F
 Constant tolerances [units]
 rt_tol [kg/kg] =    1.0000000000000000E-008
 thl_tol [K] =    1.0000000000000000E-002
 w_tol [m/s] =    2.0000000000000000E-002
    Parameter          Value
    ---------          -----
C1                           =      1.00000000000000000000
C1b                          =      1.00000000000000000000
C1c                          =      1.00000000000000000000
C2rt                         =      2.00000000000000000000
C2thl                        =      2.00000000000000000000
C2rtthl                      =      2.00000000000000000000
C4                           =      2.00000000000000000000
C_uu_shr                     =      0.40000000000000002220
C_uu_buoy                    =      0.29999999999999998890
C6rt                         =      2.00000000000000000000
C6rtb                        =      2.00000000000000000000
C6rtc                        =      1.00000000000000000000
C6thl                        =      2.00000000000000000000
C6thlb                       =      2.00000000000000000000
C6thlc                       =      1.00000000000000000000
C7                           =      0.50000000000000000000
C7b                          =      0.50000000000000000000
C7c                          =      0.50000000000000000000
C8                           =      0.50000000000000000000
C8b                          =      0.02000000000000000042
C10                          =      3.29999999999999982236
C11                          =      0.40000000000000002220
C11b                         =      0.40000000000000002220
C11c                         =      0.50000000000000000000
C12                          =      1.00000000000000000000
C13                          =      0.10000000000000000555
C14                          =      1.00000000000000000000
C_wp2_pr_dfsn                =      0.00000000000000000000
C_wp3_pr_tp                  =      0.00000000000000000000
C_wp3_pr_turb                =      1.00000000000000000000
C_wp3_pr_dfsn                =      0.00000000000000000000
C_wp2_splat                  =      0.00000000000000000000
C6rt_Lscale0                 =     14.00000000000000000000
C6thl_Lscale0                =     14.00000000000000000000
C7_Lscale0                   =      0.84999999999999997780
wpxp_L_thresh                =     60.00000000000000000000
c_K                          =      0.20000000000000001110
c_K1                         =      0.20000000000000001110
nu1                          =     20.00000000000000000000
c_K2                         =      0.02500000000000000139
nu2                          =      1.00000000000000000000
c_K6                         =      0.37500000000000000000
nu6                          =      5.00000000000000000000
c_K8                         =      5.00000000000000000000
nu8                          =     20.00000000000000000000
c_K9                         =      0.10000000000000000555
nu9                          =     10.00000000000000000000
nu10                         =      0.00000000000000000000
c_K_hm                       =      0.75000000000000000000
c_K_hmb                      =      0.75000000000000000000
K_hm_min_coef                =      0.10000000000000000555
nu_hm                        =      1.50000000000000000000
slope_coef_spread_DG_means_w =     21.00000000000000000000
pdf_component_stdev_factor_w =      1.00000000000000000000
coef_spread_DG_means_rt      =      0.80000000000000004441
coef_spread_DG_means_thl     =      0.80000000000000004441
gamma_coef                   =      0.25000000000000000000
gamma_coefb                  =      0.25000000000000000000
gamma_coefc                  =      5.00000000000000000000
mu                           =      0.00100000000000000002
beta                         =      1.00000000000000000000
lmin_coef                    =      0.50000000000000000000
omicron                      =      0.50000000000000000000
zeta_vrnce_rat               =      0.00000000000000000000
upsilon_precip_frac_rat      =      0.55000000000000004441
lambda0_stability_coef       =      0.02999999999999999889
mult_coef                    =      0.50000000000000000000
taumin                       =     90.00000000000000000000
taumax                       =   3600.00000000000000000000
Lscale_mu_coef               =      2.00000000000000000000
Lscale_pert_coef             =      0.10000000000000000555
alpha_corr                   =      0.14999999999999999445
Skw_denom_coef               =      4.00000000000000000000
c_K10                        =      1.00000000000000000000
c_K10h                       =      1.00000000000000000000
thlp2_rad_coef               =      1.00000000000000000000
thlp2_rad_cloud_frac_thresh  =      0.10000000000000000555
up2_sfc_coef                 =      4.00000000000000000000
Skw_max_mag                  =     10.00000000000000000000
C_invrs_tau_bkgnd            =      1.10000000000000008882
C_invrs_tau_sfc              =      0.10000000000000000555
C_invrs_tau_shear            =      0.14999999999999999445
C_invrs_tau_N2               =      0.40000000000000002220
C_invrs_tau_N2_wp2           =      0.20000000000000001110
C_invrs_tau_N2_xp2           =      0.05000000000000000278
C_invrs_tau_N2_wpxp          =      0.00000000000000000000
C_invrs_tau_N2_clear_wp3     =      1.00000000000000000000
C_invrs_tau_wpxp_Ri          =      0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh   =      0.00033000000000000000
xp3_coef_base                =      0.25000000000000000000
xp3_coef_slope               =      0.01000000000000000021
altitude_threshold           =    100.00000000000000000000
rtp2_clip_coef               =      0.50000000000000000000
Cx_min                       =      0.33000000000000001554
Cx_max                       =      0.94999999999999995559
Richardson_num_min           =      0.25000000000000000000
Richardson_num_max           =    400.00000000000000000000
a3_coef_min                  =      1.00000000000000000000
a_const                      =      1.80000000000000004441
bv_efold                     =      5.00000000000000000000
wpxp_Ri_exp                  =      0.50000000000000000000
z_displace                   =     25.00000000000000000000
 --------------------------------------------------
 &microphysics_setting
 --------------------------------------------------
 microphys_scheme = none
 l_cloud_sed =  F
 sigma_g =    1.5000000000000000     
 l_graupel =  F
 l_hail =  F
 l_seifert_beheng =  F
 l_predict_Nc =  F
 l_const_Nc_in_cloud =  F
 specify_aerosol = morrison_lognormal
 l_subgrid_w =  T
 l_arctic_nucl =  F
 l_cloud_edge_activation =  F
 l_fix_pgam =  F
 l_in_cloud_Nc_diff =  T
 l_var_covar_src =  F
 l_upwind_diff_sed =  F
 lh_microphys_type = disabled
 lh_num_samples =            2
 lh_sequence_length =            1
 lh_seed =         5489
 l_fix_w_chi_eta_correlations =  T
 l_silhs_KK_convergence_adj_mean =  F
 importance_prob_thresh =    1.0000000000000000E-008
 host_dx =    1000000.0000000000     
 host_dy =    1000000.0000000000     
 hmp2_ip_on_hmm2_ip_slope%rr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%ri =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rs =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rg =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Nr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ng =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_intrcpt%rr =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%ri =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rs =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rg =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Nr =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ng =   0.54000000000000004     
 Ncnp2_on_Ncnm2 =    1.0000000000000000     
 C_evap =   0.85999999999999999     
 r_0 =    2.5000000000000001E-005
 microphys_start_time =    0.0000000000000000     
 Nc0_in_cloud =    100000000.00000000     
 ccnconst =    120.00000000000000     
 ccnexpnt =   0.40000000596046448     
 aer_rm1 =    1.1000000021965661E-008
 aer_rm2 =    5.9999997858994902E-008
 aer_n1 =    125000000.00000000     
 aer_n2 =    65000000.000000000     
 aer_sig1 =    1.2000000476837158     
 aer_sig2 =    1.7000000476837158     
 pgam_fixed =    5.0000000000000000     
 precip_frac_calc_type =            2
 --------------------------------------------------
 &SILHS_setting
 --------------------------------------------------
 --------------------------------------------------
 &radiation_setting
 --------------------------------------------------
 rad_scheme = bugsrad
 sol_const =    1321.0000000000000     
 alvdr =   0.23000000000000001     
 alvdf =   0.23000000000000001     
 alndr =   0.23000000000000001     
 alndf =   0.23000000000000001     
 radiation_top =    30000.000000000000     
 F0 =    100.00000000000000     
 F1 =    20.000000000000000     
 kappa =    119.00000000000000     
 gc =   0.85999999999999999     
 omega =   0.99650000000000005     
 slr =    1.0000000000000000     
 l_rad_above_cloud =  F
 l_sw_radiation =  T
 l_fix_cos_solar_zen =  F
 l_use_default_std_atmosphere =  T
 Fs_values =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 cos_solar_zen_values =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 cos_solar_zen_times =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 eff_drop_radius =    1.0000000000000001E-005
 --------------------------------------------------
 &configurable_clubb_flags_nl
 --------------------------------------------------
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 grid_remap_method =            1
 grid_adapt_in_time_method =            0
 l_use_precip_frac =  T
 l_predict_upwp_vpwp =  T
 l_ho_nontrad_coriolis =  F
 l_ho_trad_coriolis =  F
 l_min_wp2_from_corr_wx =  F
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  T
 l_upwind_xpyp_ta =  T
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  F
 l_fix_w_chi_eta_correlations =  T
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 Warning: missing correlation input file(s): ../input/case_setups/gabls3_corr_array_cloud.in and/or ../input/case_setups/gabls3_corr_array_below.in
 The default correlation arrays will be used.
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth =  F
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  T
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 l_host_applies_sfc_fluxes =  F
 l_wp2_fill_holes_tke =  T
 l_add_dycore_grid =  F
 --------------------------------------------------
 git diff src/
 --------------------------------------------------
 See *setup.txt file in output folder

 Path to sounding: gabls3_sounding.in
 File exists?  T
 Path to sclr_sounding: gabls3_sclr_sounding.in
 File exists?  T
 Path to edsclr_sounding: gabls3_edsclr_sounding.in
 File exists?  T
 Reading in sounding information
 z =    0.0000000000000000        2.0000000000000000        10.000000000000000        20.000000000000000        40.000000000000000        80.000000000000000        140.00000000000000        205.00000000000000        1800.0000000000000        2200.0000000000000        5000.0000000000000     
 u =    0.0000000000000000      -0.80000000000000004       -4.0000000000000000       -4.0437000000000003       -4.1311999999999998       -4.3060999999999998       -4.5685000000000002       -4.8528000000000002       -2.9186000000000001       -2.0000000000000000       -2.0000000000000000     
 v =    0.0000000000000000       -8.0000000000000002E-002 -0.40000000000000002      -0.40289999999999998      -0.40870000000000001      -0.42040000000000000      -0.43790000000000001      -0.45689999999999997        1.3438000000000001        2.0000000000000000        2.0000000000000000     
 ug =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 vg =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 theta =    298.08980000000003        298.30529999999999        297.78600000000000        297.68369999999999        297.57830000000001        297.56659999999999        297.44920000000002        297.39010000000002        297.76589999999999        301.70010000000002        315.06540000000001     
 rt =    9.3873019077420003E-003   9.3873019077420003E-003   8.5728693898129999E-003   8.4711577248889995E-003   8.3694665725519996E-003   8.2677959265979994E-003   8.1661457808249998E-003   8.0645161290319994E-003   7.5566750629719997E-003   2.0040080160320002E-003   3.0009002700799998E-004
 p_in_Pa =   -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998     
 subs =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 stats_nsamp =            1
 stats_nout =           10
iteration:        1 /     1440 -- time =    43260.0 /   129600.0
iteration:        2 /     1440 -- time =    43320.0 /   129600.0
iteration:        3 /     1440 -- time =    43380.0 /   129600.0
iteration:        4 /     1440 -- time =    43440.0 /   129600.0
iteration:        5 /     1440 -- time =    43500.0 /   129600.0
iteration:        6 /     1440 -- time =    43560.0 /   129600.0
iteration:        7 /     1440 -- time =    43620.0 /   129600.0
iteration:        8 /     1440 -- time =    43680.0 /   129600.0
iteration:        9 /     1440 -- time =    43740.0 /   129600.0
iteration:       10 /     1440 -- time =    43800.0 /   129600.0
iteration:       11 /     1440 -- time =    43860.0 /   129600.0
iteration:       12 /     1440 -- time =    43920.0 /   129600.0
iteration:       13 /     1440 -- time =    43980.0 /   129600.0
iteration:       14 /     1440 -- time =    44040.0 /   129600.0
iteration:       15 /     1440 -- time =    44100.0 /   129600.0
iteration:       16 /     1440 -- time =    44160.0 /   129600.0
iteration:       17 /     1440 -- time =    44220.0 /   129600.0
iteration:       18 /     1440 -- time =    44280.0 /   129600.0
iteration:       19 /     1440 -- time =    44340.0 /   129600.0
iteration:       20 /     1440 -- time =    44400.0 /   129600.0
iteration:       21 /     1440 -- time =    44460.0 /   129600.0
iteration:       22 /     1440 -- time =    44520.0 /   129600.0
iteration:       23 /     1440 -- time =    44580.0 /   129600.0
iteration:       24 /     1440 -- time =    44640.0 /   129600.0
iteration:       25 /     1440 -- time =    44700.0 /   129600.0
iteration:       26 /     1440 -- time =    44760.0 /   129600.0
iteration:       27 /     1440 -- time =    44820.0 /   129600.0
iteration:       28 /     1440 -- time =    44880.0 /   129600.0
iteration:       29 /     1440 -- time =    44940.0 /   129600.0
iteration:       30 /     1440 -- time =    45000.0 /   129600.0
iteration:       31 /     1440 -- time =    45060.0 /   129600.0
iteration:       32 /     1440 -- time =    45120.0 /   129600.0
iteration:       33 /     1440 -- time =    45180.0 /   129600.0
iteration:       34 /     1440 -- time =    45240.0 /   129600.0
iteration:       35 /     1440 -- time =    45300.0 /   129600.0
iteration:       36 /     1440 -- time =    45360.0 /   129600.0
iteration:       37 /     1440 -- time =    45420.0 /   129600.0
iteration:       38 /     1440 -- time =    45480.0 /   129600.0
iteration:       39 /     1440 -- time =    45540.0 /   129600.0
iteration:       40 /     1440 -- time =    45600.0 /   129600.0
iteration:       41 /     1440 -- time =    45660.0 /   129600.0
iteration:       42 /     1440 -- time =    45720.0 /   129600.0
iteration:       43 /     1440 -- time =    45780.0 /   129600.0
iteration:       44 /     1440 -- time =    45840.0 /   129600.0
iteration:       45 /     1440 -- time =    45900.0 /   129600.0
iteration:       46 /     1440 -- time =    45960.0 /   129600.0
iteration:       47 /     1440 -- time =    46020.0 /   129600.0
iteration:       48 /     1440 -- time =    46080.0 /   129600.0
iteration:       49 /     1440 -- time =    46140.0 /   129600.0
iteration:       50 /     1440 -- time =    46200.0 /   129600.0
iteration:       51 /     1440 -- time =    46260.0 /   129600.0
iteration:       52 /     1440 -- time =    46320.0 /   129600.0
iteration:       53 /     1440 -- time =    46380.0 /   129600.0
iteration:       54 /     1440 -- time =    46440.0 /   129600.0
iteration:       55 /     1440 -- time =    46500.0 /   129600.0
iteration:       56 /     1440 -- time =    46560.0 /   129600.0
iteration:       57 /     1440 -- time =    46620.0 /   129600.0
iteration:       58 /     1440 -- time =    46680.0 /   129600.0
iteration:       59 /     1440 -- time =    46740.0 /   129600.0
iteration:       60 /     1440 -- time =    46800.0 /   129600.0
iteration:       61 /     1440 -- time =    46860.0 /   129600.0
iteration:       62 /     1440 -- time =    46920.0 /   129600.0
iteration:       63 /     1440 -- time =    46980.0 /   129600.0
iteration:       64 /     1440 -- time =    47040.0 /   129600.0
iteration:       65 /     1440 -- time =    47100.0 /   129600.0
iteration:       66 /     1440 -- time =    47160.0 /   129600.0
iteration:       67 /     1440 -- time =    47220.0 /   129600.0
iteration:       68 /     1440 -- time =    47280.0 /   129600.0
iteration:       69 /     1440 -- time =    47340.0 /   129600.0
iteration:       70 /     1440 -- time =    47400.0 /   129600.0
iteration:       71 /     1440 -- time =    47460.0 /   129600.0
iteration:       72 /     1440 -- time =    47520.0 /   129600.0
iteration:       73 /     1440 -- time =    47580.0 /   129600.0
iteration:       74 /     1440 -- time =    47640.0 /   129600.0
iteration:       75 /     1440 -- time =    47700.0 /   129600.0
iteration:       76 /     1440 -- time =    47760.0 /   129600.0
iteration:       77 /     1440 -- time =    47820.0 /   129600.0
iteration:       78 /     1440 -- time =    47880.0 /   129600.0
iteration:       79 /     1440 -- time =    47940.0 /   129600.0
iteration:       80 /     1440 -- time =    48000.0 /   129600.0
iteration:       81 /     1440 -- time =    48060.0 /   129600.0
iteration:       82 /     1440 -- time =    48120.0 /   129600.0
iteration:       83 /     1440 -- time =    48180.0 /   129600.0
iteration:       84 /     1440 -- time =    48240.0 /   129600.0
iteration:       85 /     1440 -- time =    48300.0 /   129600.0
iteration:       86 /     1440 -- time =    48360.0 /   129600.0
iteration:       87 /     1440 -- time =    48420.0 /   129600.0
iteration:       88 /     1440 -- time =    48480.0 /   129600.0
iteration:       89 /     1440 -- time =    48540.0 /   129600.0
iteration:       90 /     1440 -- time =    48600.0 /   129600.0
iteration:       91 /     1440 -- time =    48660.0 /   129600.0
iteration:       92 /     1440 -- time =    48720.0 /   129600.0
iteration:       93 /     1440 -- time =    48780.0 /   129600.0
iteration:       94 /     1440 -- time =    48840.0 /   129600.0
iteration:       95 /     1440 -- time =    48900.0 /   129600.0
iteration:       96 /     1440 -- time =    48960.0 /   129600.0
iteration:       97 /     1440 -- time =    49020.0 /   129600.0
iteration:       98 /     1440 -- time =    49080.0 /   129600.0
iteration:       99 /     1440 -- time =    49140.0 /   129600.0
iteration:      100 /     1440 -- time =    49200.0 /   129600.0
iteration:      101 /     1440 -- time =    49260.0 /   129600.0
iteration:      102 /     1440 -- time =    49320.0 /   129600.0
iteration:      103 /     1440 -- time =    49380.0 /   129600.0
iteration:      104 /     1440 -- time =    49440.0 /   129600.0
iteration:      105 /     1440 -- time =    49500.0 /   129600.0
iteration:      106 /     1440 -- time =    49560.0 /   129600.0
iteration:      107 /     1440 -- time =    49620.0 /   129600.0
iteration:      108 /     1440 -- time =    49680.0 /   129600.0
iteration:      109 /     1440 -- time =    49740.0 /   129600.0
iteration:      110 /     1440 -- time =    49800.0 /   129600.0
iteration:      111 /     1440 -- time =    49860.0 /   129600.0
iteration:      112 /     1440 -- time =    49920.0 /   129600.0
iteration:      113 /     1440 -- time =    49980.0 /   129600.0
iteration:      114 /     1440 -- time =    50040.0 /   129600.0
iteration:      115 /     1440 -- time =    50100.0 /   129600.0
iteration:      116 /     1440 -- time =    50160.0 /   129600.0
iteration:      117 /     1440 -- time =    50220.0 /   129600.0
iteration:      118 /     1440 -- time =    50280.0 /   129600.0
iteration:      119 /     1440 -- time =    50340.0 /   129600.0
iteration:      120 /     1440 -- time =    50400.0 /   129600.0
iteration:      121 /     1440 -- time =    50460.0 /   129600.0
iteration:      122 /     1440 -- time =    50520.0 /   129600.0
iteration:      123 /     1440 -- time =    50580.0 /   129600.0
iteration:      124 /     1440 -- time =    50640.0 /   129600.0
iteration:      125 /     1440 -- time =    50700.0 /   129600.0
iteration:      126 /     1440 -- time =    50760.0 /   129600.0
iteration:      127 /     1440 -- time =    50820.0 /   129600.0
iteration:      128 /     1440 -- time =    50880.0 /   129600.0
iteration:      129 /     1440 -- time =    50940.0 /   129600.0
iteration:      130 /     1440 -- time =    51000.0 /   129600.0
iteration:      131 /     1440 -- time =    51060.0 /   129600.0
iteration:      132 /     1440 -- time =    51120.0 /   129600.0
iteration:      133 /     1440 -- time =    51180.0 /   129600.0
iteration:      134 /     1440 -- time =    51240.0 /   129600.0
iteration:      135 /     1440 -- time =    51300.0 /   129600.0
iteration:      136 /     1440 -- time =    51360.0 /   129600.0
iteration:      137 /     1440 -- time =    51420.0 /   129600.0
iteration:      138 /     1440 -- time =    51480.0 /   129600.0
iteration:      139 /     1440 -- time =    51540.0 /   129600.0
iteration:      140 /     1440 -- time =    51600.0 /   129600.0
iteration:      141 /     1440 -- time =    51660.0 /   129600.0
iteration:      142 /     1440 -- time =    51720.0 /   129600.0
iteration:      143 /     1440 -- time =    51780.0 /   129600.0
iteration:      144 /     1440 -- time =    51840.0 /   129600.0
iteration:      145 /     1440 -- time =    51900.0 /   129600.0
iteration:      146 /     1440 -- time =    51960.0 /   129600.0
iteration:      147 /     1440 -- time =    52020.0 /   129600.0
iteration:      148 /     1440 -- time =    52080.0 /   129600.0
iteration:      149 /     1440 -- time =    52140.0 /   129600.0
iteration:      150 /     1440 -- time =    52200.0 /   129600.0
iteration:      151 /     1440 -- time =    52260.0 /   129600.0
iteration:      152 /     1440 -- time =    52320.0 /   129600.0
iteration:      153 /     1440 -- time =    52380.0 /   129600.0
iteration:      154 /     1440 -- time =    52440.0 /   129600.0
iteration:      155 /     1440 -- time =    52500.0 /   129600.0
iteration:      156 /     1440 -- time =    52560.0 /   129600.0
iteration:      157 /     1440 -- time =    52620.0 /   129600.0
iteration:      158 /     1440 -- time =    52680.0 /   129600.0
iteration:      159 /     1440 -- time =    52740.0 /   129600.0
iteration:      160 /     1440 -- time =    52800.0 /   129600.0
iteration:      161 /     1440 -- time =    52860.0 /   129600.0
iteration:      162 /     1440 -- time =    52920.0 /   129600.0
iteration:      163 /     1440 -- time =    52980.0 /   129600.0
iteration:      164 /     1440 -- time =    53040.0 /   129600.0
iteration:      165 /     1440 -- time =    53100.0 /   129600.0
iteration:      166 /     1440 -- time =    53160.0 /   129600.0
iteration:      167 /     1440 -- time =    53220.0 /   129600.0
iteration:      168 /     1440 -- time =    53280.0 /   129600.0
iteration:      169 /     1440 -- time =    53340.0 /   129600.0
iteration:      170 /     1440 -- time =    53400.0 /   129600.0
iteration:      171 /     1440 -- time =    53460.0 /   129600.0
iteration:      172 /     1440 -- time =    53520.0 /   129600.0
iteration:      173 /     1440 -- time =    53580.0 /   129600.0
iteration:      174 /     1440 -- time =    53640.0 /   129600.0
iteration:      175 /     1440 -- time =    53700.0 /   129600.0
iteration:      176 /     1440 -- time =    53760.0 /   129600.0
iteration:      177 /     1440 -- time =    53820.0 /   129600.0
iteration:      178 /     1440 -- time =    53880.0 /   129600.0
iteration:      179 /     1440 -- time =    53940.0 /   129600.0
iteration:      180 /     1440 -- time =    54000.0 /   129600.0
iteration:      181 /     1440 -- time =    54060.0 /   129600.0
iteration:      182 /     1440 -- time =    54120.0 /   129600.0
iteration:      183 /     1440 -- time =    54180.0 /   129600.0
iteration:      184 /     1440 -- time =    54240.0 /   129600.0
iteration:      185 /     1440 -- time =    54300.0 /   129600.0
iteration:      186 /     1440 -- time =    54360.0 /   129600.0
iteration:      187 /     1440 -- time =    54420.0 /   129600.0
iteration:      188 /     1440 -- time =    54480.0 /   129600.0
iteration:      189 /     1440 -- time =    54540.0 /   129600.0
iteration:      190 /     1440 -- time =    54600.0 /   129600.0
iteration:      191 /     1440 -- time =    54660.0 /   129600.0
iteration:      192 /     1440 -- time =    54720.0 /   129600.0
iteration:      193 /     1440 -- time =    54780.0 /   129600.0
iteration:      194 /     1440 -- time =    54840.0 /   129600.0
iteration:      195 /     1440 -- time =    54900.0 /   129600.0
iteration:      196 /     1440 -- time =    54960.0 /   129600.0
iteration:      197 /     1440 -- time =    55020.0 /   129600.0
iteration:      198 /     1440 -- time =    55080.0 /   129600.0
iteration:      199 /     1440 -- time =    55140.0 /   129600.0
iteration:      200 /     1440 -- time =    55200.0 /   129600.0
iteration:      201 /     1440 -- time =    55260.0 /   129600.0
iteration:      202 /     1440 -- time =    55320.0 /   129600.0
iteration:      203 /     1440 -- time =    55380.0 /   129600.0
iteration:      204 /     1440 -- time =    55440.0 /   129600.0
iteration:      205 /     1440 -- time =    55500.0 /   129600.0
iteration:      206 /     1440 -- time =    55560.0 /   129600.0
iteration:      207 /     1440 -- time =    55620.0 /   129600.0
iteration:      208 /     1440 -- time =    55680.0 /   129600.0
iteration:      209 /     1440 -- time =    55740.0 /   129600.0
iteration:      210 /     1440 -- time =    55800.0 /   129600.0
iteration:      211 /     1440 -- time =    55860.0 /   129600.0
iteration:      212 /     1440 -- time =    55920.0 /   129600.0
iteration:      213 /     1440 -- time =    55980.0 /   129600.0
iteration:      214 /     1440 -- time =    56040.0 /   129600.0
iteration:      215 /     1440 -- time =    56100.0 /   129600.0
iteration:      216 /     1440 -- time =    56160.0 /   129600.0
iteration:      217 /     1440 -- time =    56220.0 /   129600.0
iteration:      218 /     1440 -- time =    56280.0 /   129600.0
iteration:      219 /     1440 -- time =    56340.0 /   129600.0
iteration:      220 /     1440 -- time =    56400.0 /   129600.0
iteration:      221 /     1440 -- time =    56460.0 /   129600.0
iteration:      222 /     1440 -- time =    56520.0 /   129600.0
iteration:      223 /     1440 -- time =    56580.0 /   129600.0
iteration:      224 /     1440 -- time =    56640.0 /   129600.0
iteration:      225 /     1440 -- time =    56700.0 /   129600.0
iteration:      226 /     1440 -- time =    56760.0 /   129600.0
iteration:      227 /     1440 -- time =    56820.0 /   129600.0
iteration:      228 /     1440 -- time =    56880.0 /   129600.0
iteration:      229 /     1440 -- time =    56940.0 /   129600.0
iteration:      230 /     1440 -- time =    57000.0 /   129600.0
iteration:      231 /     1440 -- time =    57060.0 /   129600.0
iteration:      232 /     1440 -- time =    57120.0 /   129600.0
iteration:      233 /     1440 -- time =    57180.0 /   129600.0
iteration:      234 /     1440 -- time =    57240.0 /   129600.0
iteration:      235 /     1440 -- time =    57300.0 /   129600.0
iteration:      236 /     1440 -- time =    57360.0 /   129600.0
iteration:      237 /     1440 -- time =    57420.0 /   129600.0
iteration:      238 /     1440 -- time =    57480.0 /   129600.0
iteration:      239 /     1440 -- time =    57540.0 /   129600.0
iteration:      240 /     1440 -- time =    57600.0 /   129600.0
iteration:      241 /     1440 -- time =    57660.0 /   129600.0
iteration:      242 /     1440 -- time =    57720.0 /   129600.0
iteration:      243 /     1440 -- time =    57780.0 /   129600.0
iteration:      244 /     1440 -- time =    57840.0 /   129600.0
iteration:      245 /     1440 -- time =    57900.0 /   129600.0
iteration:      246 /     1440 -- time =    57960.0 /   129600.0
iteration:      247 /     1440 -- time =    58020.0 /   129600.0
iteration:      248 /     1440 -- time =    58080.0 /   129600.0
iteration:      249 /     1440 -- time =    58140.0 /   129600.0
iteration:      250 /     1440 -- time =    58200.0 /   129600.0
iteration:      251 /     1440 -- time =    58260.0 /   129600.0
iteration:      252 /     1440 -- time =    58320.0 /   129600.0
iteration:      253 /     1440 -- time =    58380.0 /   129600.0
iteration:      254 /     1440 -- time =    58440.0 /   129600.0
iteration:      255 /     1440 -- time =    58500.0 /   129600.0
iteration:      256 /     1440 -- time =    58560.0 /   129600.0
iteration:      257 /     1440 -- time =    58620.0 /   129600.0
iteration:      258 /     1440 -- time =    58680.0 /   129600.0
iteration:      259 /     1440 -- time =    58740.0 /   129600.0
iteration:      260 /     1440 -- time =    58800.0 /   129600.0
iteration:      261 /     1440 -- time =    58860.0 /   129600.0
iteration:      262 /     1440 -- time =    58920.0 /   129600.0
iteration:      263 /     1440 -- time =    58980.0 /   129600.0
iteration:      264 /     1440 -- time =    59040.0 /   129600.0
iteration:      265 /     1440 -- time =    59100.0 /   129600.0
iteration:      266 /     1440 -- time =    59160.0 /   129600.0
iteration:      267 /     1440 -- time =    59220.0 /   129600.0
iteration:      268 /     1440 -- time =    59280.0 /   129600.0
iteration:      269 /     1440 -- time =    59340.0 /   129600.0
iteration:      270 /     1440 -- time =    59400.0 /   129600.0
iteration:      271 /     1440 -- time =    59460.0 /   129600.0
iteration:      272 /     1440 -- time =    59520.0 /   129600.0
iteration:      273 /     1440 -- time =    59580.0 /   129600.0
iteration:      274 /     1440 -- time =    59640.0 /   129600.0
iteration:      275 /     1440 -- time =    59700.0 /   129600.0
iteration:      276 /     1440 -- time =    59760.0 /   129600.0
iteration:      277 /     1440 -- time =    59820.0 /   129600.0
iteration:      278 /     1440 -- time =    59880.0 /   129600.0
iteration:      279 /     1440 -- time =    59940.0 /   129600.0
iteration:      280 /     1440 -- time =    60000.0 /   129600.0
iteration:      281 /     1440 -- time =    60060.0 /   129600.0
iteration:      282 /     1440 -- time =    60120.0 /   129600.0
iteration:      283 /     1440 -- time =    60180.0 /   129600.0
iteration:      284 /     1440 -- time =    60240.0 /   129600.0
iteration:      285 /     1440 -- time =    60300.0 /   129600.0
iteration:      286 /     1440 -- time =    60360.0 /   129600.0
iteration:      287 /     1440 -- time =    60420.0 /   129600.0
iteration:      288 /     1440 -- time =    60480.0 /   129600.0
iteration:      289 /     1440 -- time =    60540.0 /   129600.0
iteration:      290 /     1440 -- time =    60600.0 /   129600.0
iteration:      291 /     1440 -- time =    60660.0 /   129600.0
iteration:      292 /     1440 -- time =    60720.0 /   129600.0
iteration:      293 /     1440 -- time =    60780.0 /   129600.0
iteration:      294 /     1440 -- time =    60840.0 /   129600.0
iteration:      295 /     1440 -- time =    60900.0 /   129600.0
iteration:      296 /     1440 -- time =    60960.0 /   129600.0
iteration:      297 /     1440 -- time =    61020.0 /   129600.0
iteration:      298 /     1440 -- time =    61080.0 /   129600.0
iteration:      299 /     1440 -- time =    61140.0 /   129600.0
iteration:      300 /     1440 -- time =    61200.0 /   129600.0
iteration:      301 /     1440 -- time =    61260.0 /   129600.0
iteration:      302 /     1440 -- time =    61320.0 /   129600.0
iteration:      303 /     1440 -- time =    61380.0 /   129600.0
iteration:      304 /     1440 -- time =    61440.0 /   129600.0
iteration:      305 /     1440 -- time =    61500.0 /   129600.0
iteration:      306 /     1440 -- time =    61560.0 /   129600.0
iteration:      307 /     1440 -- time =    61620.0 /   129600.0
iteration:      308 /     1440 -- time =    61680.0 /   129600.0
iteration:      309 /     1440 -- time =    61740.0 /   129600.0
iteration:      310 /     1440 -- time =    61800.0 /   129600.0
iteration:      311 /     1440 -- time =    61860.0 /   129600.0
iteration:      312 /     1440 -- time =    61920.0 /   129600.0
iteration:      313 /     1440 -- time =    61980.0 /   129600.0
iteration:      314 /     1440 -- time =    62040.0 /   129600.0
iteration:      315 /     1440 -- time =    62100.0 /   129600.0
iteration:      316 /     1440 -- time =    62160.0 /   129600.0
iteration:      317 /     1440 -- time =    62220.0 /   129600.0
iteration:      318 /     1440 -- time =    62280.0 /   129600.0
iteration:      319 /     1440 -- time =    62340.0 /   129600.0
iteration:      320 /     1440 -- time =    62400.0 /   129600.0
iteration:      321 /     1440 -- time =    62460.0 /   129600.0
iteration:      322 /     1440 -- time =    62520.0 /   129600.0
iteration:      323 /     1440 -- time =    62580.0 /   129600.0
iteration:      324 /     1440 -- time =    62640.0 /   129600.0
iteration:      325 /     1440 -- time =    62700.0 /   129600.0
iteration:      326 /     1440 -- time =    62760.0 /   129600.0
iteration:      327 /     1440 -- time =    62820.0 /   129600.0
iteration:      328 /     1440 -- time =    62880.0 /   129600.0
iteration:      329 /     1440 -- time =    62940.0 /   129600.0
iteration:      330 /     1440 -- time =    63000.0 /   129600.0
iteration:      331 /     1440 -- time =    63060.0 /   129600.0
iteration:      332 /     1440 -- time =    63120.0 /   129600.0
iteration:      333 /     1440 -- time =    63180.0 /   129600.0
iteration:      334 /     1440 -- time =    63240.0 /   129600.0
iteration:      335 /     1440 -- time =    63300.0 /   129600.0
iteration:      336 /     1440 -- time =    63360.0 /   129600.0
iteration:      337 /     1440 -- time =    63420.0 /   129600.0
iteration:      338 /     1440 -- time =    63480.0 /   129600.0
iteration:      339 /     1440 -- time =    63540.0 /   129600.0
iteration:      340 /     1440 -- time =    63600.0 /   129600.0
iteration:      341 /     1440 -- time =    63660.0 /   129600.0
iteration:      342 /     1440 -- time =    63720.0 /   129600.0
iteration:      343 /     1440 -- time =    63780.0 /   129600.0
iteration:      344 /     1440 -- time =    63840.0 /   129600.0
iteration:      345 /     1440 -- time =    63900.0 /   129600.0
iteration:      346 /     1440 -- time =    63960.0 /   129600.0
iteration:      347 /     1440 -- time =    64020.0 /   129600.0
iteration:      348 /     1440 -- time =    64080.0 /   129600.0
iteration:      349 /     1440 -- time =    64140.0 /   129600.0
iteration:      350 /     1440 -- time =    64200.0 /   129600.0
iteration:      351 /     1440 -- time =    64260.0 /   129600.0
iteration:      352 /     1440 -- time =    64320.0 /   129600.0
iteration:      353 /     1440 -- time =    64380.0 /   129600.0
iteration:      354 /     1440 -- time =    64440.0 /   129600.0
iteration:      355 /     1440 -- time =    64500.0 /   129600.0
iteration:      356 /     1440 -- time =    64560.0 /   129600.0
iteration:      357 /     1440 -- time =    64620.0 /   129600.0
iteration:      358 /     1440 -- time =    64680.0 /   129600.0
iteration:      359 /     1440 -- time =    64740.0 /   129600.0
iteration:      360 /     1440 -- time =    64800.0 /   129600.0
iteration:      361 /     1440 -- time =    64860.0 /   129600.0
iteration:      362 /     1440 -- time =    64920.0 /   129600.0
iteration:      363 /     1440 -- time =    64980.0 /   129600.0
iteration:      364 /     1440 -- time =    65040.0 /   129600.0
iteration:      365 /     1440 -- time =    65100.0 /   129600.0
iteration:      366 /     1440 -- time =    65160.0 /   129600.0
iteration:      367 /     1440 -- time =    65220.0 /   129600.0
iteration:      368 /     1440 -- time =    65280.0 /   129600.0
iteration:      369 /     1440 -- time =    65340.0 /   129600.0
iteration:      370 /     1440 -- time =    65400.0 /   129600.0
iteration:      371 /     1440 -- time =    65460.0 /   129600.0
iteration:      372 /     1440 -- time =    65520.0 /   129600.0
iteration:      373 /     1440 -- time =    65580.0 /   129600.0
iteration:      374 /     1440 -- time =    65640.0 /   129600.0
iteration:      375 /     1440 -- time =    65700.0 /   129600.0
iteration:      376 /     1440 -- time =    65760.0 /   129600.0
iteration:      377 /     1440 -- time =    65820.0 /   129600.0
iteration:      378 /     1440 -- time =    65880.0 /   129600.0
iteration:      379 /     1440 -- time =    65940.0 /   129600.0
iteration:      380 /     1440 -- time =    66000.0 /   129600.0
iteration:      381 /     1440 -- time =    66060.0 /   129600.0
iteration:      382 /     1440 -- time =    66120.0 /   129600.0
iteration:      383 /     1440 -- time =    66180.0 /   129600.0
iteration:      384 /     1440 -- time =    66240.0 /   129600.0
iteration:      385 /     1440 -- time =    66300.0 /   129600.0
iteration:      386 /     1440 -- time =    66360.0 /   129600.0
iteration:      387 /     1440 -- time =    66420.0 /   129600.0
iteration:      388 /     1440 -- time =    66480.0 /   129600.0
iteration:      389 /     1440 -- time =    66540.0 /   129600.0
iteration:      390 /     1440 -- time =    66600.0 /   129600.0
iteration:      391 /     1440 -- time =    66660.0 /   129600.0
iteration:      392 /     1440 -- time =    66720.0 /   129600.0
iteration:      393 /     1440 -- time =    66780.0 /   129600.0
iteration:      394 /     1440 -- time =    66840.0 /   129600.0
iteration:      395 /     1440 -- time =    66900.0 /   129600.0
iteration:      396 /     1440 -- time =    66960.0 /   129600.0
iteration:      397 /     1440 -- time =    67020.0 /   129600.0
iteration:      398 /     1440 -- time =    67080.0 /   129600.0
iteration:      399 /     1440 -- time =    67140.0 /   129600.0
iteration:      400 /     1440 -- time =    67200.0 /   129600.0
iteration:      401 /     1440 -- time =    67260.0 /   129600.0
iteration:      402 /     1440 -- time =    67320.0 /   129600.0
iteration:      403 /     1440 -- time =    67380.0 /   129600.0
iteration:      404 /     1440 -- time =    67440.0 /   129600.0
iteration:      405 /     1440 -- time =    67500.0 /   129600.0
iteration:      406 /     1440 -- time =    67560.0 /   129600.0
iteration:      407 /     1440 -- time =    67620.0 /   129600.0
iteration:      408 /     1440 -- time =    67680.0 /   129600.0
iteration:      409 /     1440 -- time =    67740.0 /   129600.0
iteration:      410 /     1440 -- time =    67800.0 /   129600.0
iteration:      411 /     1440 -- time =    67860.0 /   129600.0
iteration:      412 /     1440 -- time =    67920.0 /   129600.0
iteration:      413 /     1440 -- time =    67980.0 /   129600.0
iteration:      414 /     1440 -- time =    68040.0 /   129600.0
iteration:      415 /     1440 -- time =    68100.0 /   129600.0
iteration:      416 /     1440 -- time =    68160.0 /   129600.0
iteration:      417 /     1440 -- time =    68220.0 /   129600.0
iteration:      418 /     1440 -- time =    68280.0 /   129600.0
iteration:      419 /     1440 -- time =    68340.0 /   129600.0
iteration:      420 /     1440 -- time =    68400.0 /   129600.0
iteration:      421 /     1440 -- time =    68460.0 /   129600.0
iteration:      422 /     1440 -- time =    68520.0 /   129600.0
iteration:      423 /     1440 -- time =    68580.0 /   129600.0
iteration:      424 /     1440 -- time =    68640.0 /   129600.0
iteration:      425 /     1440 -- time =    68700.0 /   129600.0
iteration:      426 /     1440 -- time =    68760.0 /   129600.0
iteration:      427 /     1440 -- time =    68820.0 /   129600.0
iteration:      428 /     1440 -- time =    68880.0 /   129600.0
iteration:      429 /     1440 -- time =    68940.0 /   129600.0
iteration:      430 /     1440 -- time =    69000.0 /   129600.0
iteration:      431 /     1440 -- time =    69060.0 /   129600.0
iteration:      432 /     1440 -- time =    69120.0 /   129600.0
iteration:      433 /     1440 -- time =    69180.0 /   129600.0
iteration:      434 /     1440 -- time =    69240.0 /   129600.0
iteration:      435 /     1440 -- time =    69300.0 /   129600.0
iteration:      436 /     1440 -- time =    69360.0 /   129600.0
iteration:      437 /     1440 -- time =    69420.0 /   129600.0
iteration:      438 /     1440 -- time =    69480.0 /   129600.0
iteration:      439 /     1440 -- time =    69540.0 /   129600.0
iteration:      440 /     1440 -- time =    69600.0 /   129600.0
iteration:      441 /     1440 -- time =    69660.0 /   129600.0
iteration:      442 /     1440 -- time =    69720.0 /   129600.0
iteration:      443 /     1440 -- time =    69780.0 /   129600.0
iteration:      444 /     1440 -- time =    69840.0 /   129600.0
iteration:      445 /     1440 -- time =    69900.0 /   129600.0
iteration:      446 /     1440 -- time =    69960.0 /   129600.0
iteration:      447 /     1440 -- time =    70020.0 /   129600.0
iteration:      448 /     1440 -- time =    70080.0 /   129600.0
iteration:      449 /     1440 -- time =    70140.0 /   129600.0
iteration:      450 /     1440 -- time =    70200.0 /   129600.0
iteration:      451 /     1440 -- time =    70260.0 /   129600.0
iteration:      452 /     1440 -- time =    70320.0 /   129600.0
iteration:      453 /     1440 -- time =    70380.0 /   129600.0
iteration:      454 /     1440 -- time =    70440.0 /   129600.0
iteration:      455 /     1440 -- time =    70500.0 /   129600.0
iteration:      456 /     1440 -- time =    70560.0 /   129600.0
iteration:      457 /     1440 -- time =    70620.0 /   129600.0
iteration:      458 /     1440 -- time =    70680.0 /   129600.0
iteration:      459 /     1440 -- time =    70740.0 /   129600.0
iteration:      460 /     1440 -- time =    70800.0 /   129600.0
iteration:      461 /     1440 -- time =    70860.0 /   129600.0
iteration:      462 /     1440 -- time =    70920.0 /   129600.0
iteration:      463 /     1440 -- time =    70980.0 /   129600.0
iteration:      464 /     1440 -- time =    71040.0 /   129600.0
iteration:      465 /     1440 -- time =    71100.0 /   129600.0
iteration:      466 /     1440 -- time =    71160.0 /   129600.0
iteration:      467 /     1440 -- time =    71220.0 /   129600.0
iteration:      468 /     1440 -- time =    71280.0 /   129600.0
iteration:      469 /     1440 -- time =    71340.0 /   129600.0
iteration:      470 /     1440 -- time =    71400.0 /   129600.0
iteration:      471 /     1440 -- time =    71460.0 /   129600.0
iteration:      472 /     1440 -- time =    71520.0 /   129600.0
iteration:      473 /     1440 -- time =    71580.0 /   129600.0
iteration:      474 /     1440 -- time =    71640.0 /   129600.0
iteration:      475 /     1440 -- time =    71700.0 /   129600.0
iteration:      476 /     1440 -- time =    71760.0 /   129600.0
iteration:      477 /     1440 -- time =    71820.0 /   129600.0
iteration:      478 /     1440 -- time =    71880.0 /   129600.0
iteration:      479 /     1440 -- time =    71940.0 /   129600.0
iteration:      480 /     1440 -- time =    72000.0 /   129600.0
iteration:      481 /     1440 -- time =    72060.0 /   129600.0
iteration:      482 /     1440 -- time =    72120.0 /   129600.0
iteration:      483 /     1440 -- time =    72180.0 /   129600.0
iteration:      484 /     1440 -- time =    72240.0 /   129600.0
iteration:      485 /     1440 -- time =    72300.0 /   129600.0
iteration:      486 /     1440 -- time =    72360.0 /   129600.0
iteration:      487 /     1440 -- time =    72420.0 /   129600.0
iteration:      488 /     1440 -- time =    72480.0 /   129600.0
iteration:      489 /     1440 -- time =    72540.0 /   129600.0
iteration:      490 /     1440 -- time =    72600.0 /   129600.0
iteration:      491 /     1440 -- time =    72660.0 /   129600.0
iteration:      492 /     1440 -- time =    72720.0 /   129600.0
iteration:      493 /     1440 -- time =    72780.0 /   129600.0
iteration:      494 /     1440 -- time =    72840.0 /   129600.0
iteration:      495 /     1440 -- time =    72900.0 /   129600.0
iteration:      496 /     1440 -- time =    72960.0 /   129600.0
iteration:      497 /     1440 -- time =    73020.0 /   129600.0
iteration:      498 /     1440 -- time =    73080.0 /   129600.0
iteration:      499 /     1440 -- time =    73140.0 /   129600.0
iteration:      500 /     1440 -- time =    73200.0 /   129600.0
iteration:      501 /     1440 -- time =    73260.0 /   129600.0
iteration:      502 /     1440 -- time =    73320.0 /   129600.0
iteration:      503 /     1440 -- time =    73380.0 /   129600.0
iteration:      504 /     1440 -- time =    73440.0 /   129600.0
iteration:      505 /     1440 -- time =    73500.0 /   129600.0
iteration:      506 /     1440 -- time =    73560.0 /   129600.0
iteration:      507 /     1440 -- time =    73620.0 /   129600.0
iteration:      508 /     1440 -- time =    73680.0 /   129600.0
iteration:      509 /     1440 -- time =    73740.0 /   129600.0
iteration:      510 /     1440 -- time =    73800.0 /   129600.0
iteration:      511 /     1440 -- time =    73860.0 /   129600.0
iteration:      512 /     1440 -- time =    73920.0 /   129600.0
iteration:      513 /     1440 -- time =    73980.0 /   129600.0
iteration:      514 /     1440 -- time =    74040.0 /   129600.0
iteration:      515 /     1440 -- time =    74100.0 /   129600.0
iteration:      516 /     1440 -- time =    74160.0 /   129600.0
iteration:      517 /     1440 -- time =    74220.0 /   129600.0
iteration:      518 /     1440 -- time =    74280.0 /   129600.0
iteration:      519 /     1440 -- time =    74340.0 /   129600.0
iteration:      520 /     1440 -- time =    74400.0 /   129600.0
iteration:      521 /     1440 -- time =    74460.0 /   129600.0
iteration:      522 /     1440 -- time =    74520.0 /   129600.0
iteration:      523 /     1440 -- time =    74580.0 /   129600.0
iteration:      524 /     1440 -- time =    74640.0 /   129600.0
iteration:      525 /     1440 -- time =    74700.0 /   129600.0
iteration:      526 /     1440 -- time =    74760.0 /   129600.0
iteration:      527 /     1440 -- time =    74820.0 /   129600.0
iteration:      528 /     1440 -- time =    74880.0 /   129600.0
iteration:      529 /     1440 -- time =    74940.0 /   129600.0
iteration:      530 /     1440 -- time =    75000.0 /   129600.0
iteration:      531 /     1440 -- time =    75060.0 /   129600.0
iteration:      532 /     1440 -- time =    75120.0 /   129600.0
iteration:      533 /     1440 -- time =    75180.0 /   129600.0
iteration:      534 /     1440 -- time =    75240.0 /   129600.0
iteration:      535 /     1440 -- time =    75300.0 /   129600.0
iteration:      536 /     1440 -- time =    75360.0 /   129600.0
iteration:      537 /     1440 -- time =    75420.0 /   129600.0
iteration:      538 /     1440 -- time =    75480.0 /   129600.0
iteration:      539 /     1440 -- time =    75540.0 /   129600.0
iteration:      540 /     1440 -- time =    75600.0 /   129600.0
iteration:      541 /     1440 -- time =    75660.0 /   129600.0
iteration:      542 /     1440 -- time =    75720.0 /   129600.0
iteration:      543 /     1440 -- time =    75780.0 /   129600.0
iteration:      544 /     1440 -- time =    75840.0 /   129600.0
iteration:      545 /     1440 -- time =    75900.0 /   129600.0
iteration:      546 /     1440 -- time =    75960.0 /   129600.0
iteration:      547 /     1440 -- time =    76020.0 /   129600.0
iteration:      548 /     1440 -- time =    76080.0 /   129600.0
iteration:      549 /     1440 -- time =    76140.0 /   129600.0
iteration:      550 /     1440 -- time =    76200.0 /   129600.0
iteration:      551 /     1440 -- time =    76260.0 /   129600.0
iteration:      552 /     1440 -- time =    76320.0 /   129600.0
iteration:      553 /     1440 -- time =    76380.0 /   129600.0
iteration:      554 /     1440 -- time =    76440.0 /   129600.0
iteration:      555 /     1440 -- time =    76500.0 /   129600.0
iteration:      556 /     1440 -- time =    76560.0 /   129600.0
iteration:      557 /     1440 -- time =    76620.0 /   129600.0
iteration:      558 /     1440 -- time =    76680.0 /   129600.0
iteration:      559 /     1440 -- time =    76740.0 /   129600.0
iteration:      560 /     1440 -- time =    76800.0 /   129600.0
iteration:      561 /     1440 -- time =    76860.0 /   129600.0
iteration:      562 /     1440 -- time =    76920.0 /   129600.0
iteration:      563 /     1440 -- time =    76980.0 /   129600.0
iteration:      564 /     1440 -- time =    77040.0 /   129600.0
iteration:      565 /     1440 -- time =    77100.0 /   129600.0
iteration:      566 /     1440 -- time =    77160.0 /   129600.0
iteration:      567 /     1440 -- time =    77220.0 /   129600.0
iteration:      568 /     1440 -- time =    77280.0 /   129600.0
iteration:      569 /     1440 -- time =    77340.0 /   129600.0
iteration:      570 /     1440 -- time =    77400.0 /   129600.0
iteration:      571 /     1440 -- time =    77460.0 /   129600.0
iteration:      572 /     1440 -- time =    77520.0 /   129600.0
iteration:      573 /     1440 -- time =    77580.0 /   129600.0
iteration:      574 /     1440 -- time =    77640.0 /   129600.0
iteration:      575 /     1440 -- time =    77700.0 /   129600.0
iteration:      576 /     1440 -- time =    77760.0 /   129600.0
iteration:      577 /     1440 -- time =    77820.0 /   129600.0
iteration:      578 /     1440 -- time =    77880.0 /   129600.0
iteration:      579 /     1440 -- time =    77940.0 /   129600.0
iteration:      580 /     1440 -- time =    78000.0 /   129600.0
iteration:      581 /     1440 -- time =    78060.0 /   129600.0
iteration:      582 /     1440 -- time =    78120.0 /   129600.0
iteration:      583 /     1440 -- time =    78180.0 /   129600.0
iteration:      584 /     1440 -- time =    78240.0 /   129600.0
iteration:      585 /     1440 -- time =    78300.0 /   129600.0
iteration:      586 /     1440 -- time =    78360.0 /   129600.0
iteration:      587 /     1440 -- time =    78420.0 /   129600.0
iteration:      588 /     1440 -- time =    78480.0 /   129600.0
iteration:      589 /     1440 -- time =    78540.0 /   129600.0
iteration:      590 /     1440 -- time =    78600.0 /   129600.0
iteration:      591 /     1440 -- time =    78660.0 /   129600.0
iteration:      592 /     1440 -- time =    78720.0 /   129600.0
iteration:      593 /     1440 -- time =    78780.0 /   129600.0
iteration:      594 /     1440 -- time =    78840.0 /   129600.0
iteration:      595 /     1440 -- time =    78900.0 /   129600.0
iteration:      596 /     1440 -- time =    78960.0 /   129600.0
iteration:      597 /     1440 -- time =    79020.0 /   129600.0
iteration:      598 /     1440 -- time =    79080.0 /   129600.0
iteration:      599 /     1440 -- time =    79140.0 /   129600.0
iteration:      600 /     1440 -- time =    79200.0 /   129600.0
iteration:      601 /     1440 -- time =    79260.0 /   129600.0
iteration:      602 /     1440 -- time =    79320.0 /   129600.0
iteration:      603 /     1440 -- time =    79380.0 /   129600.0
iteration:      604 /     1440 -- time =    79440.0 /   129600.0
iteration:      605 /     1440 -- time =    79500.0 /   129600.0
iteration:      606 /     1440 -- time =    79560.0 /   129600.0
iteration:      607 /     1440 -- time =    79620.0 /   129600.0
iteration:      608 /     1440 -- time =    79680.0 /   129600.0
iteration:      609 /     1440 -- time =    79740.0 /   129600.0
iteration:      610 /     1440 -- time =    79800.0 /   129600.0
iteration:      611 /     1440 -- time =    79860.0 /   129600.0
iteration:      612 /     1440 -- time =    79920.0 /   129600.0
iteration:      613 /     1440 -- time =    79980.0 /   129600.0
iteration:      614 /     1440 -- time =    80040.0 /   129600.0
iteration:      615 /     1440 -- time =    80100.0 /   129600.0
iteration:      616 /     1440 -- time =    80160.0 /   129600.0
iteration:      617 /     1440 -- time =    80220.0 /   129600.0
iteration:      618 /     1440 -- time =    80280.0 /   129600.0
iteration:      619 /     1440 -- time =    80340.0 /   129600.0
iteration:      620 /     1440 -- time =    80400.0 /   129600.0
iteration:      621 /     1440 -- time =    80460.0 /   129600.0
iteration:      622 /     1440 -- time =    80520.0 /   129600.0
iteration:      623 /     1440 -- time =    80580.0 /   129600.0
iteration:      624 /     1440 -- time =    80640.0 /   129600.0
iteration:      625 /     1440 -- time =    80700.0 /   129600.0
iteration:      626 /     1440 -- time =    80760.0 /   129600.0
iteration:      627 /     1440 -- time =    80820.0 /   129600.0
iteration:      628 /     1440 -- time =    80880.0 /   129600.0
iteration:      629 /     1440 -- time =    80940.0 /   129600.0
iteration:      630 /     1440 -- time =    81000.0 /   129600.0
iteration:      631 /     1440 -- time =    81060.0 /   129600.0
iteration:      632 /     1440 -- time =    81120.0 /   129600.0
iteration:      633 /     1440 -- time =    81180.0 /   129600.0
iteration:      634 /     1440 -- time =    81240.0 /   129600.0
iteration:      635 /     1440 -- time =    81300.0 /   129600.0
iteration:      636 /     1440 -- time =    81360.0 /   129600.0
iteration:      637 /     1440 -- time =    81420.0 /   129600.0
iteration:      638 /     1440 -- time =    81480.0 /   129600.0
iteration:      639 /     1440 -- time =    81540.0 /   129600.0
iteration:      640 /     1440 -- time =    81600.0 /   129600.0
iteration:      641 /     1440 -- time =    81660.0 /   129600.0
iteration:      642 /     1440 -- time =    81720.0 /   129600.0
iteration:      643 /     1440 -- time =    81780.0 /   129600.0
iteration:      644 /     1440 -- time =    81840.0 /   129600.0
iteration:      645 /     1440 -- time =    81900.0 /   129600.0
iteration:      646 /     1440 -- time =    81960.0 /   129600.0
iteration:      647 /     1440 -- time =    82020.0 /   129600.0
iteration:      648 /     1440 -- time =    82080.0 /   129600.0
iteration:      649 /     1440 -- time =    82140.0 /   129600.0
iteration:      650 /     1440 -- time =    82200.0 /   129600.0
iteration:      651 /     1440 -- time =    82260.0 /   129600.0
iteration:      652 /     1440 -- time =    82320.0 /   129600.0
iteration:      653 /     1440 -- time =    82380.0 /   129600.0
iteration:      654 /     1440 -- time =    82440.0 /   129600.0
iteration:      655 /     1440 -- time =    82500.0 /   129600.0
iteration:      656 /     1440 -- time =    82560.0 /   129600.0
iteration:      657 /     1440 -- time =    82620.0 /   129600.0
iteration:      658 /     1440 -- time =    82680.0 /   129600.0
iteration:      659 /     1440 -- time =    82740.0 /   129600.0
iteration:      660 /     1440 -- time =    82800.0 /   129600.0
iteration:      661 /     1440 -- time =    82860.0 /   129600.0
iteration:      662 /     1440 -- time =    82920.0 /   129600.0
iteration:      663 /     1440 -- time =    82980.0 /   129600.0
iteration:      664 /     1440 -- time =    83040.0 /   129600.0
iteration:      665 /     1440 -- time =    83100.0 /   129600.0
iteration:      666 /     1440 -- time =    83160.0 /   129600.0
iteration:      667 /     1440 -- time =    83220.0 /   129600.0
iteration:      668 /     1440 -- time =    83280.0 /   129600.0
iteration:      669 /     1440 -- time =    83340.0 /   129600.0
iteration:      670 /     1440 -- time =    83400.0 /   129600.0
iteration:      671 /     1440 -- time =    83460.0 /   129600.0
iteration:      672 /     1440 -- time =    83520.0 /   129600.0
iteration:      673 /     1440 -- time =    83580.0 /   129600.0
iteration:      674 /     1440 -- time =    83640.0 /   129600.0
iteration:      675 /     1440 -- time =    83700.0 /   129600.0
iteration:      676 /     1440 -- time =    83760.0 /   129600.0
iteration:      677 /     1440 -- time =    83820.0 /   129600.0
iteration:      678 /     1440 -- time =    83880.0 /   129600.0
iteration:      679 /     1440 -- time =    83940.0 /   129600.0
iteration:      680 /     1440 -- time =    84000.0 /   129600.0
iteration:      681 /     1440 -- time =    84060.0 /   129600.0
iteration:      682 /     1440 -- time =    84120.0 /   129600.0
iteration:      683 /     1440 -- time =    84180.0 /   129600.0
iteration:      684 /     1440 -- time =    84240.0 /   129600.0
iteration:      685 /     1440 -- time =    84300.0 /   129600.0
iteration:      686 /     1440 -- time =    84360.0 /   129600.0
iteration:      687 /     1440 -- time =    84420.0 /   129600.0
iteration:      688 /     1440 -- time =    84480.0 /   129600.0
iteration:      689 /     1440 -- time =    84540.0 /   129600.0
iteration:      690 /     1440 -- time =    84600.0 /   129600.0
iteration:      691 /     1440 -- time =    84660.0 /   129600.0
iteration:      692 /     1440 -- time =    84720.0 /   129600.0
iteration:      693 /     1440 -- time =    84780.0 /   129600.0
iteration:      694 /     1440 -- time =    84840.0 /   129600.0
iteration:      695 /     1440 -- time =    84900.0 /   129600.0
iteration:      696 /     1440 -- time =    84960.0 /   129600.0
iteration:      697 /     1440 -- time =    85020.0 /   129600.0
iteration:      698 /     1440 -- time =    85080.0 /   129600.0
iteration:      699 /     1440 -- time =    85140.0 /   129600.0
iteration:      700 /     1440 -- time =    85200.0 /   129600.0
iteration:      701 /     1440 -- time =    85260.0 /   129600.0
iteration:      702 /     1440 -- time =    85320.0 /   129600.0
iteration:      703 /     1440 -- time =    85380.0 /   129600.0
iteration:      704 /     1440 -- time =    85440.0 /   129600.0
iteration:      705 /     1440 -- time =    85500.0 /   129600.0
iteration:      706 /     1440 -- time =    85560.0 /   129600.0
iteration:      707 /     1440 -- time =    85620.0 /   129600.0
iteration:      708 /     1440 -- time =    85680.0 /   129600.0
iteration:      709 /     1440 -- time =    85740.0 /   129600.0
iteration:      710 /     1440 -- time =    85800.0 /   129600.0
iteration:      711 /     1440 -- time =    85860.0 /   129600.0
iteration:      712 /     1440 -- time =    85920.0 /   129600.0
iteration:      713 /     1440 -- time =    85980.0 /   129600.0
iteration:      714 /     1440 -- time =    86040.0 /   129600.0
iteration:      715 /     1440 -- time =    86100.0 /   129600.0
iteration:      716 /     1440 -- time =    86160.0 /   129600.0
iteration:      717 /     1440 -- time =    86220.0 /   129600.0
iteration:      718 /     1440 -- time =    86280.0 /   129600.0
iteration:      719 /     1440 -- time =    86340.0 /   129600.0
iteration:      720 /     1440 -- time =    86400.0 /   129600.0
iteration:      721 /     1440 -- time =    86460.0 /   129600.0
iteration:      722 /     1440 -- time =    86520.0 /   129600.0
iteration:      723 /     1440 -- time =    86580.0 /   129600.0
iteration:      724 /     1440 -- time =    86640.0 /   129600.0
iteration:      725 /     1440 -- time =    86700.0 /   129600.0
iteration:      726 /     1440 -- time =    86760.0 /   129600.0
iteration:      727 /     1440 -- time =    86820.0 /   129600.0
iteration:      728 /     1440 -- time =    86880.0 /   129600.0
iteration:      729 /     1440 -- time =    86940.0 /   129600.0
iteration:      730 /     1440 -- time =    87000.0 /   129600.0
iteration:      731 /     1440 -- time =    87060.0 /   129600.0
iteration:      732 /     1440 -- time =    87120.0 /   129600.0
iteration:      733 /     1440 -- time =    87180.0 /   129600.0
iteration:      734 /     1440 -- time =    87240.0 /   129600.0
iteration:      735 /     1440 -- time =    87300.0 /   129600.0
iteration:      736 /     1440 -- time =    87360.0 /   129600.0
iteration:      737 /     1440 -- time =    87420.0 /   129600.0
iteration:      738 /     1440 -- time =    87480.0 /   129600.0
iteration:      739 /     1440 -- time =    87540.0 /   129600.0
iteration:      740 /     1440 -- time =    87600.0 /   129600.0
iteration:      741 /     1440 -- time =    87660.0 /   129600.0
iteration:      742 /     1440 -- time =    87720.0 /   129600.0
iteration:      743 /     1440 -- time =    87780.0 /   129600.0
iteration:      744 /     1440 -- time =    87840.0 /   129600.0
iteration:      745 /     1440 -- time =    87900.0 /   129600.0
iteration:      746 /     1440 -- time =    87960.0 /   129600.0
iteration:      747 /     1440 -- time =    88020.0 /   129600.0
iteration:      748 /     1440 -- time =    88080.0 /   129600.0
iteration:      749 /     1440 -- time =    88140.0 /   129600.0
iteration:      750 /     1440 -- time =    88200.0 /   129600.0
iteration:      751 /     1440 -- time =    88260.0 /   129600.0
iteration:      752 /     1440 -- time =    88320.0 /   129600.0
iteration:      753 /     1440 -- time =    88380.0 /   129600.0
iteration:      754 /     1440 -- time =    88440.0 /   129600.0
iteration:      755 /     1440 -- time =    88500.0 /   129600.0
iteration:      756 /     1440 -- time =    88560.0 /   129600.0
iteration:      757 /     1440 -- time =    88620.0 /   129600.0
iteration:      758 /     1440 -- time =    88680.0 /   129600.0
iteration:      759 /     1440 -- time =    88740.0 /   129600.0
iteration:      760 /     1440 -- time =    88800.0 /   129600.0
iteration:      761 /     1440 -- time =    88860.0 /   129600.0
iteration:      762 /     1440 -- time =    88920.0 /   129600.0
iteration:      763 /     1440 -- time =    88980.0 /   129600.0
iteration:      764 /     1440 -- time =    89040.0 /   129600.0
iteration:      765 /     1440 -- time =    89100.0 /   129600.0
iteration:      766 /     1440 -- time =    89160.0 /   129600.0
iteration:      767 /     1440 -- time =    89220.0 /   129600.0
iteration:      768 /     1440 -- time =    89280.0 /   129600.0
iteration:      769 /     1440 -- time =    89340.0 /   129600.0
iteration:      770 /     1440 -- time =    89400.0 /   129600.0
iteration:      771 /     1440 -- time =    89460.0 /   129600.0
iteration:      772 /     1440 -- time =    89520.0 /   129600.0
iteration:      773 /     1440 -- time =    89580.0 /   129600.0
iteration:      774 /     1440 -- time =    89640.0 /   129600.0
iteration:      775 /     1440 -- time =    89700.0 /   129600.0
iteration:      776 /     1440 -- time =    89760.0 /   129600.0
iteration:      777 /     1440 -- time =    89820.0 /   129600.0
iteration:      778 /     1440 -- time =    89880.0 /   129600.0
iteration:      779 /     1440 -- time =    89940.0 /   129600.0
iteration:      780 /     1440 -- time =    90000.0 /   129600.0
iteration:      781 /     1440 -- time =    90060.0 /   129600.0
iteration:      782 /     1440 -- time =    90120.0 /   129600.0
iteration:      783 /     1440 -- time =    90180.0 /   129600.0
iteration:      784 /     1440 -- time =    90240.0 /   129600.0
iteration:      785 /     1440 -- time =    90300.0 /   129600.0
iteration:      786 /     1440 -- time =    90360.0 /   129600.0
iteration:      787 /     1440 -- time =    90420.0 /   129600.0
iteration:      788 /     1440 -- time =    90480.0 /   129600.0
iteration:      789 /     1440 -- time =    90540.0 /   129600.0
iteration:      790 /     1440 -- time =    90600.0 /   129600.0
iteration:      791 /     1440 -- time =    90660.0 /   129600.0
iteration:      792 /     1440 -- time =    90720.0 /   129600.0
iteration:      793 /     1440 -- time =    90780.0 /   129600.0
iteration:      794 /     1440 -- time =    90840.0 /   129600.0
iteration:      795 /     1440 -- time =    90900.0 /   129600.0
iteration:      796 /     1440 -- time =    90960.0 /   129600.0
iteration:      797 /     1440 -- time =    91020.0 /   129600.0
iteration:      798 /     1440 -- time =    91080.0 /   129600.0
iteration:      799 /     1440 -- time =    91140.0 /   129600.0
iteration:      800 /     1440 -- time =    91200.0 /   129600.0
iteration:      801 /     1440 -- time =    91260.0 /   129600.0
iteration:      802 /     1440 -- time =    91320.0 /   129600.0
iteration:      803 /     1440 -- time =    91380.0 /   129600.0
iteration:      804 /     1440 -- time =    91440.0 /   129600.0
iteration:      805 /     1440 -- time =    91500.0 /   129600.0
iteration:      806 /     1440 -- time =    91560.0 /   129600.0
iteration:      807 /     1440 -- time =    91620.0 /   129600.0
iteration:      808 /     1440 -- time =    91680.0 /   129600.0
iteration:      809 /     1440 -- time =    91740.0 /   129600.0
iteration:      810 /     1440 -- time =    91800.0 /   129600.0
iteration:      811 /     1440 -- time =    91860.0 /   129600.0
iteration:      812 /     1440 -- time =    91920.0 /   129600.0
iteration:      813 /     1440 -- time =    91980.0 /   129600.0
iteration:      814 /     1440 -- time =    92040.0 /   129600.0
iteration:      815 /     1440 -- time =    92100.0 /   129600.0
iteration:      816 /     1440 -- time =    92160.0 /   129600.0
iteration:      817 /     1440 -- time =    92220.0 /   129600.0
iteration:      818 /     1440 -- time =    92280.0 /   129600.0
iteration:      819 /     1440 -- time =    92340.0 /   129600.0
iteration:      820 /     1440 -- time =    92400.0 /   129600.0
iteration:      821 /     1440 -- time =    92460.0 /   129600.0
iteration:      822 /     1440 -- time =    92520.0 /   129600.0
iteration:      823 /     1440 -- time =    92580.0 /   129600.0
iteration:      824 /     1440 -- time =    92640.0 /   129600.0
iteration:      825 /     1440 -- time =    92700.0 /   129600.0
iteration:      826 /     1440 -- time =    92760.0 /   129600.0
iteration:      827 /     1440 -- time =    92820.0 /   129600.0
iteration:      828 /     1440 -- time =    92880.0 /   129600.0
iteration:      829 /     1440 -- time =    92940.0 /   129600.0
iteration:      830 /     1440 -- time =    93000.0 /   129600.0
iteration:      831 /     1440 -- time =    93060.0 /   129600.0
iteration:      832 /     1440 -- time =    93120.0 /   129600.0
iteration:      833 /     1440 -- time =    93180.0 /   129600.0
iteration:      834 /     1440 -- time =    93240.0 /   129600.0
iteration:      835 /     1440 -- time =    93300.0 /   129600.0
iteration:      836 /     1440 -- time =    93360.0 /   129600.0
iteration:      837 /     1440 -- time =    93420.0 /   129600.0
iteration:      838 /     1440 -- time =    93480.0 /   129600.0
iteration:      839 /     1440 -- time =    93540.0 /   129600.0
iteration:      840 /     1440 -- time =    93600.0 /   129600.0
iteration:      841 /     1440 -- time =    93660.0 /   129600.0
iteration:      842 /     1440 -- time =    93720.0 /   129600.0
iteration:      843 /     1440 -- time =    93780.0 /   129600.0
iteration:      844 /     1440 -- time =    93840.0 /   129600.0
iteration:      845 /     1440 -- time =    93900.0 /   129600.0
iteration:      846 /     1440 -- time =    93960.0 /   129600.0
iteration:      847 /     1440 -- time =    94020.0 /   129600.0
iteration:      848 /     1440 -- time =    94080.0 /   129600.0
iteration:      849 /     1440 -- time =    94140.0 /   129600.0
iteration:      850 /     1440 -- time =    94200.0 /   129600.0
iteration:      851 /     1440 -- time =    94260.0 /   129600.0
iteration:      852 /     1440 -- time =    94320.0 /   129600.0
iteration:      853 /     1440 -- time =    94380.0 /   129600.0
iteration:      854 /     1440 -- time =    94440.0 /   129600.0
iteration:      855 /     1440 -- time =    94500.0 /   129600.0
iteration:      856 /     1440 -- time =    94560.0 /   129600.0
iteration:      857 /     1440 -- time =    94620.0 /   129600.0
iteration:      858 /     1440 -- time =    94680.0 /   129600.0
iteration:      859 /     1440 -- time =    94740.0 /   129600.0
iteration:      860 /     1440 -- time =    94800.0 /   129600.0
iteration:      861 /     1440 -- time =    94860.0 /   129600.0
iteration:      862 /     1440 -- time =    94920.0 /   129600.0
iteration:      863 /     1440 -- time =    94980.0 /   129600.0
iteration:      864 /     1440 -- time =    95040.0 /   129600.0
iteration:      865 /     1440 -- time =    95100.0 /   129600.0
iteration:      866 /     1440 -- time =    95160.0 /   129600.0
iteration:      867 /     1440 -- time =    95220.0 /   129600.0
iteration:      868 /     1440 -- time =    95280.0 /   129600.0
iteration:      869 /     1440 -- time =    95340.0 /   129600.0
iteration:      870 /     1440 -- time =    95400.0 /   129600.0
iteration:      871 /     1440 -- time =    95460.0 /   129600.0
iteration:      872 /     1440 -- time =    95520.0 /   129600.0
iteration:      873 /     1440 -- time =    95580.0 /   129600.0
iteration:      874 /     1440 -- time =    95640.0 /   129600.0
iteration:      875 /     1440 -- time =    95700.0 /   129600.0
iteration:      876 /     1440 -- time =    95760.0 /   129600.0
iteration:      877 /     1440 -- time =    95820.0 /   129600.0
iteration:      878 /     1440 -- time =    95880.0 /   129600.0
iteration:      879 /     1440 -- time =    95940.0 /   129600.0
iteration:      880 /     1440 -- time =    96000.0 /   129600.0
iteration:      881 /     1440 -- time =    96060.0 /   129600.0
iteration:      882 /     1440 -- time =    96120.0 /   129600.0
iteration:      883 /     1440 -- time =    96180.0 /   129600.0
iteration:      884 /     1440 -- time =    96240.0 /   129600.0
iteration:      885 /     1440 -- time =    96300.0 /   129600.0
iteration:      886 /     1440 -- time =    96360.0 /   129600.0
iteration:      887 /     1440 -- time =    96420.0 /   129600.0
iteration:      888 /     1440 -- time =    96480.0 /   129600.0
iteration:      889 /     1440 -- time =    96540.0 /   129600.0
iteration:      890 /     1440 -- time =    96600.0 /   129600.0
iteration:      891 /     1440 -- time =    96660.0 /   129600.0
iteration:      892 /     1440 -- time =    96720.0 /   129600.0
iteration:      893 /     1440 -- time =    96780.0 /   129600.0
iteration:      894 /     1440 -- time =    96840.0 /   129600.0
iteration:      895 /     1440 -- time =    96900.0 /   129600.0
iteration:      896 /     1440 -- time =    96960.0 /   129600.0
iteration:      897 /     1440 -- time =    97020.0 /   129600.0
iteration:      898 /     1440 -- time =    97080.0 /   129600.0
iteration:      899 /     1440 -- time =    97140.0 /   129600.0
iteration:      900 /     1440 -- time =    97200.0 /   129600.0
iteration:      901 /     1440 -- time =    97260.0 /   129600.0
iteration:      902 /     1440 -- time =    97320.0 /   129600.0
iteration:      903 /     1440 -- time =    97380.0 /   129600.0
iteration:      904 /     1440 -- time =    97440.0 /   129600.0
iteration:      905 /     1440 -- time =    97500.0 /   129600.0
iteration:      906 /     1440 -- time =    97560.0 /   129600.0
iteration:      907 /     1440 -- time =    97620.0 /   129600.0
iteration:      908 /     1440 -- time =    97680.0 /   129600.0
iteration:      909 /     1440 -- time =    97740.0 /   129600.0
iteration:      910 /     1440 -- time =    97800.0 /   129600.0
iteration:      911 /     1440 -- time =    97860.0 /   129600.0
iteration:      912 /     1440 -- time =    97920.0 /   129600.0
iteration:      913 /     1440 -- time =    97980.0 /   129600.0
iteration:      914 /     1440 -- time =    98040.0 /   129600.0
iteration:      915 /     1440 -- time =    98100.0 /   129600.0
iteration:      916 /     1440 -- time =    98160.0 /   129600.0
iteration:      917 /     1440 -- time =    98220.0 /   129600.0
iteration:      918 /     1440 -- time =    98280.0 /   129600.0
iteration:      919 /     1440 -- time =    98340.0 /   129600.0
iteration:      920 /     1440 -- time =    98400.0 /   129600.0
iteration:      921 /     1440 -- time =    98460.0 /   129600.0
iteration:      922 /     1440 -- time =    98520.0 /   129600.0
iteration:      923 /     1440 -- time =    98580.0 /   129600.0
iteration:      924 /     1440 -- time =    98640.0 /   129600.0
iteration:      925 /     1440 -- time =    98700.0 /   129600.0
iteration:      926 /     1440 -- time =    98760.0 /   129600.0
iteration:      927 /     1440 -- time =    98820.0 /   129600.0
iteration:      928 /     1440 -- time =    98880.0 /   129600.0
iteration:      929 /     1440 -- time =    98940.0 /   129600.0
iteration:      930 /     1440 -- time =    99000.0 /   129600.0
iteration:      931 /     1440 -- time =    99060.0 /   129600.0
iteration:      932 /     1440 -- time =    99120.0 /   129600.0
iteration:      933 /     1440 -- time =    99180.0 /   129600.0
iteration:      934 /     1440 -- time =    99240.0 /   129600.0
iteration:      935 /     1440 -- time =    99300.0 /   129600.0
iteration:      936 /     1440 -- time =    99360.0 /   129600.0
iteration:      937 /     1440 -- time =    99420.0 /   129600.0
iteration:      938 /     1440 -- time =    99480.0 /   129600.0
iteration:      939 /     1440 -- time =    99540.0 /   129600.0
iteration:      940 /     1440 -- time =    99600.0 /   129600.0
iteration:      941 /     1440 -- time =    99660.0 /   129600.0
iteration:      942 /     1440 -- time =    99720.0 /   129600.0
iteration:      943 /     1440 -- time =    99780.0 /   129600.0
iteration:      944 /     1440 -- time =    99840.0 /   129600.0
iteration:      945 /     1440 -- time =    99900.0 /   129600.0
iteration:      946 /     1440 -- time =    99960.0 /   129600.0
iteration:      947 /     1440 -- time =   100020.0 /   129600.0
iteration:      948 /     1440 -- time =   100080.0 /   129600.0
iteration:      949 /     1440 -- time =   100140.0 /   129600.0
iteration:      950 /     1440 -- time =   100200.0 /   129600.0
iteration:      951 /     1440 -- time =   100260.0 /   129600.0
iteration:      952 /     1440 -- time =   100320.0 /   129600.0
iteration:      953 /     1440 -- time =   100380.0 /   129600.0
iteration:      954 /     1440 -- time =   100440.0 /   129600.0
iteration:      955 /     1440 -- time =   100500.0 /   129600.0
iteration:      956 /     1440 -- time =   100560.0 /   129600.0
iteration:      957 /     1440 -- time =   100620.0 /   129600.0
iteration:      958 /     1440 -- time =   100680.0 /   129600.0
iteration:      959 /     1440 -- time =   100740.0 /   129600.0
iteration:      960 /     1440 -- time =   100800.0 /   129600.0
iteration:      961 /     1440 -- time =   100860.0 /   129600.0
iteration:      962 /     1440 -- time =   100920.0 /   129600.0
iteration:      963 /     1440 -- time =   100980.0 /   129600.0
iteration:      964 /     1440 -- time =   101040.0 /   129600.0
iteration:      965 /     1440 -- time =   101100.0 /   129600.0
iteration:      966 /     1440 -- time =   101160.0 /   129600.0
iteration:      967 /     1440 -- time =   101220.0 /   129600.0
iteration:      968 /     1440 -- time =   101280.0 /   129600.0
iteration:      969 /     1440 -- time =   101340.0 /   129600.0
iteration:      970 /     1440 -- time =   101400.0 /   129600.0
iteration:      971 /     1440 -- time =   101460.0 /   129600.0
iteration:      972 /     1440 -- time =   101520.0 /   129600.0
iteration:      973 /     1440 -- time =   101580.0 /   129600.0
iteration:      974 /     1440 -- time =   101640.0 /   129600.0
iteration:      975 /     1440 -- time =   101700.0 /   129600.0
iteration:      976 /     1440 -- time =   101760.0 /   129600.0
iteration:      977 /     1440 -- time =   101820.0 /   129600.0
iteration:      978 /     1440 -- time =   101880.0 /   129600.0
iteration:      979 /     1440 -- time =   101940.0 /   129600.0
iteration:      980 /     1440 -- time =   102000.0 /   129600.0
iteration:      981 /     1440 -- time =   102060.0 /   129600.0
iteration:      982 /     1440 -- time =   102120.0 /   129600.0
iteration:      983 /     1440 -- time =   102180.0 /   129600.0
iteration:      984 /     1440 -- time =   102240.0 /   129600.0
iteration:      985 /     1440 -- time =   102300.0 /   129600.0
iteration:      986 /     1440 -- time =   102360.0 /   129600.0
iteration:      987 /     1440 -- time =   102420.0 /   129600.0
iteration:      988 /     1440 -- time =   102480.0 /   129600.0
iteration:      989 /     1440 -- time =   102540.0 /   129600.0
iteration:      990 /     1440 -- time =   102600.0 /   129600.0
iteration:      991 /     1440 -- time =   102660.0 /   129600.0
iteration:      992 /     1440 -- time =   102720.0 /   129600.0
iteration:      993 /     1440 -- time =   102780.0 /   129600.0
iteration:      994 /     1440 -- time =   102840.0 /   129600.0
iteration:      995 /     1440 -- time =   102900.0 /   129600.0
iteration:      996 /     1440 -- time =   102960.0 /   129600.0
iteration:      997 /     1440 -- time =   103020.0 /   129600.0
iteration:      998 /     1440 -- time =   103080.0 /   129600.0
iteration:      999 /     1440 -- time =   103140.0 /   129600.0
iteration:     1000 /     1440 -- time =   103200.0 /   129600.0
iteration:     1001 /     1440 -- time =   103260.0 /   129600.0
iteration:     1002 /     1440 -- time =   103320.0 /   129600.0
iteration:     1003 /     1440 -- time =   103380.0 /   129600.0
iteration:     1004 /     1440 -- time =   103440.0 /   129600.0
iteration:     1005 /     1440 -- time =   103500.0 /   129600.0
iteration:     1006 /     1440 -- time =   103560.0 /   129600.0
iteration:     1007 /     1440 -- time =   103620.0 /   129600.0
iteration:     1008 /     1440 -- time =   103680.0 /   129600.0
iteration:     1009 /     1440 -- time =   103740.0 /   129600.0
iteration:     1010 /     1440 -- time =   103800.0 /   129600.0
iteration:     1011 /     1440 -- time =   103860.0 /   129600.0
iteration:     1012 /     1440 -- time =   103920.0 /   129600.0
iteration:     1013 /     1440 -- time =   103980.0 /   129600.0
iteration:     1014 /     1440 -- time =   104040.0 /   129600.0
iteration:     1015 /     1440 -- time =   104100.0 /   129600.0
iteration:     1016 /     1440 -- time =   104160.0 /   129600.0
iteration:     1017 /     1440 -- time =   104220.0 /   129600.0
iteration:     1018 /     1440 -- time =   104280.0 /   129600.0
iteration:     1019 /     1440 -- time =   104340.0 /   129600.0
iteration:     1020 /     1440 -- time =   104400.0 /   129600.0
iteration:     1021 /     1440 -- time =   104460.0 /   129600.0
iteration:     1022 /     1440 -- time =   104520.0 /   129600.0
iteration:     1023 /     1440 -- time =   104580.0 /   129600.0
iteration:     1024 /     1440 -- time =   104640.0 /   129600.0
iteration:     1025 /     1440 -- time =   104700.0 /   129600.0
iteration:     1026 /     1440 -- time =   104760.0 /   129600.0
iteration:     1027 /     1440 -- time =   104820.0 /   129600.0
iteration:     1028 /     1440 -- time =   104880.0 /   129600.0
iteration:     1029 /     1440 -- time =   104940.0 /   129600.0
iteration:     1030 /     1440 -- time =   105000.0 /   129600.0
iteration:     1031 /     1440 -- time =   105060.0 /   129600.0
iteration:     1032 /     1440 -- time =   105120.0 /   129600.0
iteration:     1033 /     1440 -- time =   105180.0 /   129600.0
iteration:     1034 /     1440 -- time =   105240.0 /   129600.0
iteration:     1035 /     1440 -- time =   105300.0 /   129600.0
iteration:     1036 /     1440 -- time =   105360.0 /   129600.0
iteration:     1037 /     1440 -- time =   105420.0 /   129600.0
iteration:     1038 /     1440 -- time =   105480.0 /   129600.0
iteration:     1039 /     1440 -- time =   105540.0 /   129600.0
iteration:     1040 /     1440 -- time =   105600.0 /   129600.0
iteration:     1041 /     1440 -- time =   105660.0 /   129600.0
iteration:     1042 /     1440 -- time =   105720.0 /   129600.0
iteration:     1043 /     1440 -- time =   105780.0 /   129600.0
iteration:     1044 /     1440 -- time =   105840.0 /   129600.0
iteration:     1045 /     1440 -- time =   105900.0 /   129600.0
iteration:     1046 /     1440 -- time =   105960.0 /   129600.0
iteration:     1047 /     1440 -- time =   106020.0 /   129600.0
iteration:     1048 /     1440 -- time =   106080.0 /   129600.0
iteration:     1049 /     1440 -- time =   106140.0 /   129600.0
iteration:     1050 /     1440 -- time =   106200.0 /   129600.0
iteration:     1051 /     1440 -- time =   106260.0 /   129600.0
iteration:     1052 /     1440 -- time =   106320.0 /   129600.0
iteration:     1053 /     1440 -- time =   106380.0 /   129600.0
iteration:     1054 /     1440 -- time =   106440.0 /   129600.0
iteration:     1055 /     1440 -- time =   106500.0 /   129600.0
iteration:     1056 /     1440 -- time =   106560.0 /   129600.0
iteration:     1057 /     1440 -- time =   106620.0 /   129600.0
iteration:     1058 /     1440 -- time =   106680.0 /   129600.0
iteration:     1059 /     1440 -- time =   106740.0 /   129600.0
iteration:     1060 /     1440 -- time =   106800.0 /   129600.0
iteration:     1061 /     1440 -- time =   106860.0 /   129600.0
iteration:     1062 /     1440 -- time =   106920.0 /   129600.0
iteration:     1063 /     1440 -- time =   106980.0 /   129600.0
iteration:     1064 /     1440 -- time =   107040.0 /   129600.0
iteration:     1065 /     1440 -- time =   107100.0 /   129600.0
iteration:     1066 /     1440 -- time =   107160.0 /   129600.0
iteration:     1067 /     1440 -- time =   107220.0 /   129600.0
iteration:     1068 /     1440 -- time =   107280.0 /   129600.0
iteration:     1069 /     1440 -- time =   107340.0 /   129600.0
iteration:     1070 /     1440 -- time =   107400.0 /   129600.0
iteration:     1071 /     1440 -- time =   107460.0 /   129600.0
iteration:     1072 /     1440 -- time =   107520.0 /   129600.0
iteration:     1073 /     1440 -- time =   107580.0 /   129600.0
iteration:     1074 /     1440 -- time =   107640.0 /   129600.0
iteration:     1075 /     1440 -- time =   107700.0 /   129600.0
iteration:     1076 /     1440 -- time =   107760.0 /   129600.0
iteration:     1077 /     1440 -- time =   107820.0 /   129600.0
iteration:     1078 /     1440 -- time =   107880.0 /   129600.0
iteration:     1079 /     1440 -- time =   107940.0 /   129600.0
iteration:     1080 /     1440 -- time =   108000.0 /   129600.0
iteration:     1081 /     1440 -- time =   108060.0 /   129600.0
iteration:     1082 /     1440 -- time =   108120.0 /   129600.0
iteration:     1083 /     1440 -- time =   108180.0 /   129600.0
iteration:     1084 /     1440 -- time =   108240.0 /   129600.0
iteration:     1085 /     1440 -- time =   108300.0 /   129600.0
iteration:     1086 /     1440 -- time =   108360.0 /   129600.0
iteration:     1087 /     1440 -- time =   108420.0 /   129600.0
iteration:     1088 /     1440 -- time =   108480.0 /   129600.0
iteration:     1089 /     1440 -- time =   108540.0 /   129600.0
iteration:     1090 /     1440 -- time =   108600.0 /   129600.0
iteration:     1091 /     1440 -- time =   108660.0 /   129600.0
iteration:     1092 /     1440 -- time =   108720.0 /   129600.0
iteration:     1093 /     1440 -- time =   108780.0 /   129600.0
iteration:     1094 /     1440 -- time =   108840.0 /   129600.0
iteration:     1095 /     1440 -- time =   108900.0 /   129600.0
iteration:     1096 /     1440 -- time =   108960.0 /   129600.0
iteration:     1097 /     1440 -- time =   109020.0 /   129600.0
iteration:     1098 /     1440 -- time =   109080.0 /   129600.0
iteration:     1099 /     1440 -- time =   109140.0 /   129600.0
iteration:     1100 /     1440 -- time =   109200.0 /   129600.0
iteration:     1101 /     1440 -- time =   109260.0 /   129600.0
iteration:     1102 /     1440 -- time =   109320.0 /   129600.0
iteration:     1103 /     1440 -- time =   109380.0 /   129600.0
iteration:     1104 /     1440 -- time =   109440.0 /   129600.0
iteration:     1105 /     1440 -- time =   109500.0 /   129600.0
iteration:     1106 /     1440 -- time =   109560.0 /   129600.0
iteration:     1107 /     1440 -- time =   109620.0 /   129600.0
iteration:     1108 /     1440 -- time =   109680.0 /   129600.0
iteration:     1109 /     1440 -- time =   109740.0 /   129600.0
iteration:     1110 /     1440 -- time =   109800.0 /   129600.0
iteration:     1111 /     1440 -- time =   109860.0 /   129600.0
iteration:     1112 /     1440 -- time =   109920.0 /   129600.0
iteration:     1113 /     1440 -- time =   109980.0 /   129600.0
iteration:     1114 /     1440 -- time =   110040.0 /   129600.0
iteration:     1115 /     1440 -- time =   110100.0 /   129600.0
iteration:     1116 /     1440 -- time =   110160.0 /   129600.0
iteration:     1117 /     1440 -- time =   110220.0 /   129600.0
iteration:     1118 /     1440 -- time =   110280.0 /   129600.0
iteration:     1119 /     1440 -- time =   110340.0 /   129600.0
iteration:     1120 /     1440 -- time =   110400.0 /   129600.0
iteration:     1121 /     1440 -- time =   110460.0 /   129600.0
iteration:     1122 /     1440 -- time =   110520.0 /   129600.0
iteration:     1123 /     1440 -- time =   110580.0 /   129600.0
iteration:     1124 /     1440 -- time =   110640.0 /   129600.0
iteration:     1125 /     1440 -- time =   110700.0 /   129600.0
iteration:     1126 /     1440 -- time =   110760.0 /   129600.0
iteration:     1127 /     1440 -- time =   110820.0 /   129600.0
iteration:     1128 /     1440 -- time =   110880.0 /   129600.0
iteration:     1129 /     1440 -- time =   110940.0 /   129600.0
iteration:     1130 /     1440 -- time =   111000.0 /   129600.0
iteration:     1131 /     1440 -- time =   111060.0 /   129600.0
iteration:     1132 /     1440 -- time =   111120.0 /   129600.0
iteration:     1133 /     1440 -- time =   111180.0 /   129600.0
iteration:     1134 /     1440 -- time =   111240.0 /   129600.0
iteration:     1135 /     1440 -- time =   111300.0 /   129600.0
iteration:     1136 /     1440 -- time =   111360.0 /   129600.0
iteration:     1137 /     1440 -- time =   111420.0 /   129600.0
iteration:     1138 /     1440 -- time =   111480.0 /   129600.0
iteration:     1139 /     1440 -- time =   111540.0 /   129600.0
iteration:     1140 /     1440 -- time =   111600.0 /   129600.0
iteration:     1141 /     1440 -- time =   111660.0 /   129600.0
iteration:     1142 /     1440 -- time =   111720.0 /   129600.0
iteration:     1143 /     1440 -- time =   111780.0 /   129600.0
iteration:     1144 /     1440 -- time =   111840.0 /   129600.0
iteration:     1145 /     1440 -- time =   111900.0 /   129600.0
iteration:     1146 /     1440 -- time =   111960.0 /   129600.0
iteration:     1147 /     1440 -- time =   112020.0 /   129600.0
iteration:     1148 /     1440 -- time =   112080.0 /   129600.0
iteration:     1149 /     1440 -- time =   112140.0 /   129600.0
iteration:     1150 /     1440 -- time =   112200.0 /   129600.0
iteration:     1151 /     1440 -- time =   112260.0 /   129600.0
iteration:     1152 /     1440 -- time =   112320.0 /   129600.0
iteration:     1153 /     1440 -- time =   112380.0 /   129600.0
iteration:     1154 /     1440 -- time =   112440.0 /   129600.0
iteration:     1155 /     1440 -- time =   112500.0 /   129600.0
iteration:     1156 /     1440 -- time =   112560.0 /   129600.0
iteration:     1157 /     1440 -- time =   112620.0 /   129600.0
iteration:     1158 /     1440 -- time =   112680.0 /   129600.0
iteration:     1159 /     1440 -- time =   112740.0 /   129600.0
iteration:     1160 /     1440 -- time =   112800.0 /   129600.0
iteration:     1161 /     1440 -- time =   112860.0 /   129600.0
iteration:     1162 /     1440 -- time =   112920.0 /   129600.0
iteration:     1163 /     1440 -- time =   112980.0 /   129600.0
iteration:     1164 /     1440 -- time =   113040.0 /   129600.0
iteration:     1165 /     1440 -- time =   113100.0 /   129600.0
iteration:     1166 /     1440 -- time =   113160.0 /   129600.0
iteration:     1167 /     1440 -- time =   113220.0 /   129600.0
iteration:     1168 /     1440 -- time =   113280.0 /   129600.0
iteration:     1169 /     1440 -- time =   113340.0 /   129600.0
iteration:     1170 /     1440 -- time =   113400.0 /   129600.0
iteration:     1171 /     1440 -- time =   113460.0 /   129600.0
iteration:     1172 /     1440 -- time =   113520.0 /   129600.0
iteration:     1173 /     1440 -- time =   113580.0 /   129600.0
iteration:     1174 /     1440 -- time =   113640.0 /   129600.0
iteration:     1175 /     1440 -- time =   113700.0 /   129600.0
iteration:     1176 /     1440 -- time =   113760.0 /   129600.0
iteration:     1177 /     1440 -- time =   113820.0 /   129600.0
iteration:     1178 /     1440 -- time =   113880.0 /   129600.0
iteration:     1179 /     1440 -- time =   113940.0 /   129600.0
iteration:     1180 /     1440 -- time =   114000.0 /   129600.0
iteration:     1181 /     1440 -- time =   114060.0 /   129600.0
iteration:     1182 /     1440 -- time =   114120.0 /   129600.0
iteration:     1183 /     1440 -- time =   114180.0 /   129600.0
iteration:     1184 /     1440 -- time =   114240.0 /   129600.0
iteration:     1185 /     1440 -- time =   114300.0 /   129600.0
iteration:     1186 /     1440 -- time =   114360.0 /   129600.0
iteration:     1187 /     1440 -- time =   114420.0 /   129600.0
iteration:     1188 /     1440 -- time =   114480.0 /   129600.0
iteration:     1189 /     1440 -- time =   114540.0 /   129600.0
iteration:     1190 /     1440 -- time =   114600.0 /   129600.0
iteration:     1191 /     1440 -- time =   114660.0 /   129600.0
iteration:     1192 /     1440 -- time =   114720.0 /   129600.0
iteration:     1193 /     1440 -- time =   114780.0 /   129600.0
iteration:     1194 /     1440 -- time =   114840.0 /   129600.0
iteration:     1195 /     1440 -- time =   114900.0 /   129600.0
iteration:     1196 /     1440 -- time =   114960.0 /   129600.0
iteration:     1197 /     1440 -- time =   115020.0 /   129600.0
iteration:     1198 /     1440 -- time =   115080.0 /   129600.0
iteration:     1199 /     1440 -- time =   115140.0 /   129600.0
iteration:     1200 /     1440 -- time =   115200.0 /   129600.0
iteration:     1201 /     1440 -- time =   115260.0 /   129600.0
iteration:     1202 /     1440 -- time =   115320.0 /   129600.0
iteration:     1203 /     1440 -- time =   115380.0 /   129600.0
iteration:     1204 /     1440 -- time =   115440.0 /   129600.0
iteration:     1205 /     1440 -- time =   115500.0 /   129600.0
iteration:     1206 /     1440 -- time =   115560.0 /   129600.0
iteration:     1207 /     1440 -- time =   115620.0 /   129600.0
iteration:     1208 /     1440 -- time =   115680.0 /   129600.0
iteration:     1209 /     1440 -- time =   115740.0 /   129600.0
iteration:     1210 /     1440 -- time =   115800.0 /   129600.0
iteration:     1211 /     1440 -- time =   115860.0 /   129600.0
iteration:     1212 /     1440 -- time =   115920.0 /   129600.0
iteration:     1213 /     1440 -- time =   115980.0 /   129600.0
iteration:     1214 /     1440 -- time =   116040.0 /   129600.0
iteration:     1215 /     1440 -- time =   116100.0 /   129600.0
iteration:     1216 /     1440 -- time =   116160.0 /   129600.0
iteration:     1217 /     1440 -- time =   116220.0 /   129600.0
iteration:     1218 /     1440 -- time =   116280.0 /   129600.0
iteration:     1219 /     1440 -- time =   116340.0 /   129600.0
iteration:     1220 /     1440 -- time =   116400.0 /   129600.0
iteration:     1221 /     1440 -- time =   116460.0 /   129600.0
iteration:     1222 /     1440 -- time =   116520.0 /   129600.0
iteration:     1223 /     1440 -- time =   116580.0 /   129600.0
iteration:     1224 /     1440 -- time =   116640.0 /   129600.0
iteration:     1225 /     1440 -- time =   116700.0 /   129600.0
iteration:     1226 /     1440 -- time =   116760.0 /   129600.0
iteration:     1227 /     1440 -- time =   116820.0 /   129600.0
iteration:     1228 /     1440 -- time =   116880.0 /   129600.0
iteration:     1229 /     1440 -- time =   116940.0 /   129600.0
iteration:     1230 /     1440 -- time =   117000.0 /   129600.0
iteration:     1231 /     1440 -- time =   117060.0 /   129600.0
iteration:     1232 /     1440 -- time =   117120.0 /   129600.0
iteration:     1233 /     1440 -- time =   117180.0 /   129600.0
iteration:     1234 /     1440 -- time =   117240.0 /   129600.0
iteration:     1235 /     1440 -- time =   117300.0 /   129600.0
iteration:     1236 /     1440 -- time =   117360.0 /   129600.0
iteration:     1237 /     1440 -- time =   117420.0 /   129600.0
iteration:     1238 /     1440 -- time =   117480.0 /   129600.0
iteration:     1239 /     1440 -- time =   117540.0 /   129600.0
iteration:     1240 /     1440 -- time =   117600.0 /   129600.0
iteration:     1241 /     1440 -- time =   117660.0 /   129600.0
iteration:     1242 /     1440 -- time =   117720.0 /   129600.0
iteration:     1243 /     1440 -- time =   117780.0 /   129600.0
iteration:     1244 /     1440 -- time =   117840.0 /   129600.0
iteration:     1245 /     1440 -- time =   117900.0 /   129600.0
iteration:     1246 /     1440 -- time =   117960.0 /   129600.0
iteration:     1247 /     1440 -- time =   118020.0 /   129600.0
iteration:     1248 /     1440 -- time =   118080.0 /   129600.0
iteration:     1249 /     1440 -- time =   118140.0 /   129600.0
iteration:     1250 /     1440 -- time =   118200.0 /   129600.0
iteration:     1251 /     1440 -- time =   118260.0 /   129600.0
iteration:     1252 /     1440 -- time =   118320.0 /   129600.0
iteration:     1253 /     1440 -- time =   118380.0 /   129600.0
iteration:     1254 /     1440 -- time =   118440.0 /   129600.0
iteration:     1255 /     1440 -- time =   118500.0 /   129600.0
iteration:     1256 /     1440 -- time =   118560.0 /   129600.0
iteration:     1257 /     1440 -- time =   118620.0 /   129600.0
iteration:     1258 /     1440 -- time =   118680.0 /   129600.0
iteration:     1259 /     1440 -- time =   118740.0 /   129600.0
iteration:     1260 /     1440 -- time =   118800.0 /   129600.0
iteration:     1261 /     1440 -- time =   118860.0 /   129600.0
iteration:     1262 /     1440 -- time =   118920.0 /   129600.0
iteration:     1263 /     1440 -- time =   118980.0 /   129600.0
iteration:     1264 /     1440 -- time =   119040.0 /   129600.0
iteration:     1265 /     1440 -- time =   119100.0 /   129600.0
iteration:     1266 /     1440 -- time =   119160.0 /   129600.0
iteration:     1267 /     1440 -- time =   119220.0 /   129600.0
iteration:     1268 /     1440 -- time =   119280.0 /   129600.0
iteration:     1269 /     1440 -- time =   119340.0 /   129600.0
iteration:     1270 /     1440 -- time =   119400.0 /   129600.0
iteration:     1271 /     1440 -- time =   119460.0 /   129600.0
iteration:     1272 /     1440 -- time =   119520.0 /   129600.0
iteration:     1273 /     1440 -- time =   119580.0 /   129600.0
iteration:     1274 /     1440 -- time =   119640.0 /   129600.0
iteration:     1275 /     1440 -- time =   119700.0 /   129600.0
iteration:     1276 /     1440 -- time =   119760.0 /   129600.0
iteration:     1277 /     1440 -- time =   119820.0 /   129600.0
iteration:     1278 /     1440 -- time =   119880.0 /   129600.0
iteration:     1279 /     1440 -- time =   119940.0 /   129600.0
iteration:     1280 /     1440 -- time =   120000.0 /   129600.0
iteration:     1281 /     1440 -- time =   120060.0 /   129600.0
iteration:     1282 /     1440 -- time =   120120.0 /   129600.0
iteration:     1283 /     1440 -- time =   120180.0 /   129600.0
iteration:     1284 /     1440 -- time =   120240.0 /   129600.0
iteration:     1285 /     1440 -- time =   120300.0 /   129600.0
iteration:     1286 /     1440 -- time =   120360.0 /   129600.0
iteration:     1287 /     1440 -- time =   120420.0 /   129600.0
iteration:     1288 /     1440 -- time =   120480.0 /   129600.0
iteration:     1289 /     1440 -- time =   120540.0 /   129600.0
iteration:     1290 /     1440 -- time =   120600.0 /   129600.0
iteration:     1291 /     1440 -- time =   120660.0 /   129600.0
iteration:     1292 /     1440 -- time =   120720.0 /   129600.0
iteration:     1293 /     1440 -- time =   120780.0 /   129600.0
iteration:     1294 /     1440 -- time =   120840.0 /   129600.0
iteration:     1295 /     1440 -- time =   120900.0 /   129600.0
iteration:     1296 /     1440 -- time =   120960.0 /   129600.0
iteration:     1297 /     1440 -- time =   121020.0 /   129600.0
iteration:     1298 /     1440 -- time =   121080.0 /   129600.0
iteration:     1299 /     1440 -- time =   121140.0 /   129600.0
iteration:     1300 /     1440 -- time =   121200.0 /   129600.0
iteration:     1301 /     1440 -- time =   121260.0 /   129600.0
iteration:     1302 /     1440 -- time =   121320.0 /   129600.0
iteration:     1303 /     1440 -- time =   121380.0 /   129600.0
iteration:     1304 /     1440 -- time =   121440.0 /   129600.0
iteration:     1305 /     1440 -- time =   121500.0 /   129600.0
iteration:     1306 /     1440 -- time =   121560.0 /   129600.0
iteration:     1307 /     1440 -- time =   121620.0 /   129600.0
iteration:     1308 /     1440 -- time =   121680.0 /   129600.0
iteration:     1309 /     1440 -- time =   121740.0 /   129600.0
iteration:     1310 /     1440 -- time =   121800.0 /   129600.0
iteration:     1311 /     1440 -- time =   121860.0 /   129600.0
iteration:     1312 /     1440 -- time =   121920.0 /   129600.0
iteration:     1313 /     1440 -- time =   121980.0 /   129600.0
iteration:     1314 /     1440 -- time =   122040.0 /   129600.0
iteration:     1315 /     1440 -- time =   122100.0 /   129600.0
iteration:     1316 /     1440 -- time =   122160.0 /   129600.0
iteration:     1317 /     1440 -- time =   122220.0 /   129600.0
iteration:     1318 /     1440 -- time =   122280.0 /   129600.0
iteration:     1319 /     1440 -- time =   122340.0 /   129600.0
iteration:     1320 /     1440 -- time =   122400.0 /   129600.0
iteration:     1321 /     1440 -- time =   122460.0 /   129600.0
iteration:     1322 /     1440 -- time =   122520.0 /   129600.0
iteration:     1323 /     1440 -- time =   122580.0 /   129600.0
iteration:     1324 /     1440 -- time =   122640.0 /   129600.0
iteration:     1325 /     1440 -- time =   122700.0 /   129600.0
iteration:     1326 /     1440 -- time =   122760.0 /   129600.0
iteration:     1327 /     1440 -- time =   122820.0 /   129600.0
iteration:     1328 /     1440 -- time =   122880.0 /   129600.0
iteration:     1329 /     1440 -- time =   122940.0 /   129600.0
iteration:     1330 /     1440 -- time =   123000.0 /   129600.0
iteration:     1331 /     1440 -- time =   123060.0 /   129600.0
iteration:     1332 /     1440 -- time =   123120.0 /   129600.0
iteration:     1333 /     1440 -- time =   123180.0 /   129600.0
iteration:     1334 /     1440 -- time =   123240.0 /   129600.0
iteration:     1335 /     1440 -- time =   123300.0 /   129600.0
iteration:     1336 /     1440 -- time =   123360.0 /   129600.0
iteration:     1337 /     1440 -- time =   123420.0 /   129600.0
iteration:     1338 /     1440 -- time =   123480.0 /   129600.0
iteration:     1339 /     1440 -- time =   123540.0 /   129600.0
iteration:     1340 /     1440 -- time =   123600.0 /   129600.0
iteration:     1341 /     1440 -- time =   123660.0 /   129600.0
iteration:     1342 /     1440 -- time =   123720.0 /   129600.0
iteration:     1343 /     1440 -- time =   123780.0 /   129600.0
iteration:     1344 /     1440 -- time =   123840.0 /   129600.0
iteration:     1345 /     1440 -- time =   123900.0 /   129600.0
iteration:     1346 /     1440 -- time =   123960.0 /   129600.0
iteration:     1347 /     1440 -- time =   124020.0 /   129600.0
iteration:     1348 /     1440 -- time =   124080.0 /   129600.0
iteration:     1349 /     1440 -- time =   124140.0 /   129600.0
iteration:     1350 /     1440 -- time =   124200.0 /   129600.0
iteration:     1351 /     1440 -- time =   124260.0 /   129600.0
iteration:     1352 /     1440 -- time =   124320.0 /   129600.0
iteration:     1353 /     1440 -- time =   124380.0 /   129600.0
iteration:     1354 /     1440 -- time =   124440.0 /   129600.0
iteration:     1355 /     1440 -- time =   124500.0 /   129600.0
iteration:     1356 /     1440 -- time =   124560.0 /   129600.0
iteration:     1357 /     1440 -- time =   124620.0 /   129600.0
iteration:     1358 /     1440 -- time =   124680.0 /   129600.0
iteration:     1359 /     1440 -- time =   124740.0 /   129600.0
iteration:     1360 /     1440 -- time =   124800.0 /   129600.0
iteration:     1361 /     1440 -- time =   124860.0 /   129600.0
iteration:     1362 /     1440 -- time =   124920.0 /   129600.0
iteration:     1363 /     1440 -- time =   124980.0 /   129600.0
iteration:     1364 /     1440 -- time =   125040.0 /   129600.0
iteration:     1365 /     1440 -- time =   125100.0 /   129600.0
iteration:     1366 /     1440 -- time =   125160.0 /   129600.0
iteration:     1367 /     1440 -- time =   125220.0 /   129600.0
iteration:     1368 /     1440 -- time =   125280.0 /   129600.0
iteration:     1369 /     1440 -- time =   125340.0 /   129600.0
iteration:     1370 /     1440 -- time =   125400.0 /   129600.0
iteration:     1371 /     1440 -- time =   125460.0 /   129600.0
iteration:     1372 /     1440 -- time =   125520.0 /   129600.0
iteration:     1373 /     1440 -- time =   125580.0 /   129600.0
iteration:     1374 /     1440 -- time =   125640.0 /   129600.0
iteration:     1375 /     1440 -- time =   125700.0 /   129600.0
iteration:     1376 /     1440 -- time =   125760.0 /   129600.0
iteration:     1377 /     1440 -- time =   125820.0 /   129600.0
iteration:     1378 /     1440 -- time =   125880.0 /   129600.0
iteration:     1379 /     1440 -- time =   125940.0 /   129600.0
iteration:     1380 /     1440 -- time =   126000.0 /   129600.0
iteration:     1381 /     1440 -- time =   126060.0 /   129600.0
iteration:     1382 /     1440 -- time =   126120.0 /   129600.0
iteration:     1383 /     1440 -- time =   126180.0 /   129600.0
iteration:     1384 /     1440 -- time =   126240.0 /   129600.0
iteration:     1385 /     1440 -- time =   126300.0 /   129600.0
iteration:     1386 /     1440 -- time =   126360.0 /   129600.0
iteration:     1387 /     1440 -- time =   126420.0 /   129600.0
iteration:     1388 /     1440 -- time =   126480.0 /   129600.0
iteration:     1389 /     1440 -- time =   126540.0 /   129600.0
iteration:     1390 /     1440 -- time =   126600.0 /   129600.0
iteration:     1391 /     1440 -- time =   126660.0 /   129600.0
iteration:     1392 /     1440 -- time =   126720.0 /   129600.0
iteration:     1393 /     1440 -- time =   126780.0 /   129600.0
iteration:     1394 /     1440 -- time =   126840.0 /   129600.0
iteration:     1395 /     1440 -- time =   126900.0 /   129600.0
iteration:     1396 /     1440 -- time =   126960.0 /   129600.0
iteration:     1397 /     1440 -- time =   127020.0 /   129600.0
iteration:     1398 /     1440 -- time =   127080.0 /   129600.0
iteration:     1399 /     1440 -- time =   127140.0 /   129600.0
iteration:     1400 /     1440 -- time =   127200.0 /   129600.0
iteration:     1401 /     1440 -- time =   127260.0 /   129600.0
iteration:     1402 /     1440 -- time =   127320.0 /   129600.0
iteration:     1403 /     1440 -- time =   127380.0 /   129600.0
iteration:     1404 /     1440 -- time =   127440.0 /   129600.0
iteration:     1405 /     1440 -- time =   127500.0 /   129600.0
iteration:     1406 /     1440 -- time =   127560.0 /   129600.0
iteration:     1407 /     1440 -- time =   127620.0 /   129600.0
iteration:     1408 /     1440 -- time =   127680.0 /   129600.0
iteration:     1409 /     1440 -- time =   127740.0 /   129600.0
iteration:     1410 /     1440 -- time =   127800.0 /   129600.0
iteration:     1411 /     1440 -- time =   127860.0 /   129600.0
iteration:     1412 /     1440 -- time =   127920.0 /   129600.0
iteration:     1413 /     1440 -- time =   127980.0 /   129600.0
iteration:     1414 /     1440 -- time =   128040.0 /   129600.0
iteration:     1415 /     1440 -- time =   128100.0 /   129600.0
iteration:     1416 /     1440 -- time =   128160.0 /   129600.0
iteration:     1417 /     1440 -- time =   128220.0 /   129600.0
iteration:     1418 /     1440 -- time =   128280.0 /   129600.0
iteration:     1419 /     1440 -- time =   128340.0 /   129600.0
iteration:     1420 /     1440 -- time =   128400.0 /   129600.0
iteration:     1421 /     1440 -- time =   128460.0 /   129600.0
iteration:     1422 /     1440 -- time =   128520.0 /   129600.0
iteration:     1423 /     1440 -- time =   128580.0 /   129600.0
iteration:     1424 /     1440 -- time =   128640.0 /   129600.0
iteration:     1425 /     1440 -- time =   128700.0 /   129600.0
iteration:     1426 /     1440 -- time =   128760.0 /   129600.0
iteration:     1427 /     1440 -- time =   128820.0 /   129600.0
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 Program exited normally
iteration:     1428 /     1440 -- time =   128880.0 /   129600.0
iteration:     1429 /     1440 -- time =   128940.0 /   129600.0
iteration:     1430 /     1440 -- time =   129000.0 /   129600.0
iteration:     1431 /     1440 -- time =   129060.0 /   129600.0
iteration:     1432 /     1440 -- time =   129120.0 /   129600.0
iteration:     1433 /     1440 -- time =   129180.0 /   129600.0
iteration:     1434 /     1440 -- time =   129240.0 /   129600.0
iteration:     1435 /     1440 -- time =   129300.0 /   129600.0
iteration:     1436 /     1440 -- time =   129360.0 /   129600.0
iteration:     1437 /     1440 -- time =   129420.0 /   129600.0
iteration:     1438 /     1440 -- time =   129480.0 /   129600.0
iteration:     1439 /     1440 -- time =   129540.0 /   129600.0
iteration:     1440 /     1440 -- time =   129600.0 /   129600.0
CLUBB-TIMER time_loop_init =             1.4925
CLUBB-TIMER time_clubb_advance =        21.3287
CLUBB-TIMER time_clubb_pdf =             0.0018
CLUBB-TIMER time_SILHS =                 0.0006
CLUBB-TIMER time_microphys_scheme =      0.0000
CLUBB-TIMER time_microphys_advance =     0.0000
CLUBB-TIMER time_loop_end =              0.0000
CLUBB-TIMER time_adapt_grid =            0.0000
CLUBB-TIMER time_total =                39.2427
Done!
Running CLUBB in parallel... 2026/02/18 03:18:50
 
 --------------------------------------------------
 Latest git log entry
 --------------------------------------------------
 
2026/02/18 03:18:50
 
 --------------------------------------------------
 Latest git log entry
 --------------------------------------------------
 
2026/02/18 03:18:50
2026/02/18 03:18:50
 
 --------------------------------------------------
 Latest git log entry
 --------------------------------------------------
 
 --------------------------------------------------
 Latest git log entry
 --------------------------------------------------
 
 
 
A detailed git diff can be found at the end of this file

 --------------------------------------------------
 Tunable Parameters:
 --------------------------------------------------
 --------------------------------------------------
 Preprocessing Directives:
 --------------------------------------------------
 -DNETCDF enabled
 -DCOAMPS_MICRO enabled
 -DTUNER disabled
 -DSILHS enabled
 -Dnooverlap enabled
 -Draoffline enabled
 -DUSE_BUGSrad_ocast_random disabled
 -DBYTESWAP_IO disabled
 --------------------------------------------------
 &model_setting
 --------------------------------------------------
 runtype = bomex
 nzmax =           75
 grid_type =            1
 deltaz =    40.000000000000000     
 zm_init =    0.0000000000000000     
 zm_top =    3500.0000000000000     
 zt_grid_fname =
 zm_grid_fname =
 day =           22
 month =            6
 year =         1969
 lat_vals =    15.000000000000000     
 lon_vals =   -56.500000000000000     
 sfc_elevation =    0.0000000000000000     
 time_initial =    0.0000000000000000     
 time_final =    21600.000000000000     
 dt_main =    60.000000000000000     
 dt_rad =    60.000000000000000     
 sfctype =            0
 T_sfc =    288.00000000000000     
 p_sfc =    101500.00000000000     
 sens_ht =    0.0000000000000000     
 latent_ht =    0.0000000000000000     
 fcor =    3.7599999999999999E-005
 fcor_y =    1.4087062250470739E-004
 T0 =    300.00000000000000     
 ts_nudge =    86400.000000000000     
 forcings_file_path =
 l_t_dependent =  T
 l_ignore_forcings =  T
 l_modify_ic_with_cubic_int =  T
 l_modify_bc_for_cnvg_test =  T
 l_input_xpwp_sfc =  F
 saturation_formula =            3
 thlm_sponge_damp_settings%l_sponge_damping =  F
 rtm_sponge_damp_settings%l_sponge_damping =  F
 uv_sponge_damp_settings%l_sponge_damping =  F
 wp2_sponge_damp_settings%l_sponge_damping =  F
 wp3_sponge_damp_settings%l_sponge_damping =  F
 up2_vp2_sponge_damp_settings%l_sponge_damping =  F
 thlm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 thlm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 thlm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 rtm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 uv_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp3_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 up2_vp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 l_soil_veg =  F
 l_restart =  F
 l_input_fields =  F
 restart_path_case = restart/bomex
 time_restart =    0.0000000000000000     
 debug_level =            2
 sclr_dim =            0
 edsclr_dim =            0
 iisclr_thl =           -2
 iisclr_rt =           -1
 iisclr_CO2 =           -1
 sclr_tol = 
 --------------------------------------------------
 &stats_setting
 --------------------------------------------------
 l_stats =  T
 fname_prefix = bomex
 stats_fmt = netcdf
 stats_tsamp =    60.000000000000000     
 stats_tout =    60.000000000000000     
 l_allow_small_stats_tout =  F
 Constant flags:
 l_pos_def =  F
 l_gamma_Skw =  T
 l_byteswap_io =  F
 Constant tolerances [units]
 rt_tol [kg/kg] =    1.0000000000000000E-008
 thl_tol [K] =    1.0000000000000000E-002
 w_tol [m/s] =    2.0000000000000000E-002
    Parameter          Value
    ---------          -----
C1                           =      1.00000000000000000000
C1b                          =      1.00000000000000000000
C1c                          =      1.00000000000000000000
C2rt                         =      2.00000000000000000000
 
A detailed git diff can be found at the end of this file

 --------------------------------------------------
 Tunable Parameters:
 --------------------------------------------------
C2thl                        =      2.00000000000000000000
C2rtthl                      =      2.00000000000000000000
C4                           =      2.00000000000000000000
C_uu_shr                     =      0.40000000000000002220
C_uu_buoy                    =      0.29999999999999998890
C6rt                         =      2.00000000000000000000
C6rtb                        =      2.00000000000000000000
C6rtc                        =      1.00000000000000000000
C6thl                        =      2.00000000000000000000
C6thlb                       =      2.00000000000000000000
C6thlc                       =      1.00000000000000000000
C7                           =      0.50000000000000000000
C7b                          =      0.50000000000000000000
C7c                          =      0.50000000000000000000
C8                           =      0.50000000000000000000
C8b                          =      0.02000000000000000042
C10                          =      3.29999999999999982236
 --------------------------------------------------
C11                          =      0.40000000000000002220
C11b                         =      0.40000000000000002220
 Preprocessing Directives:
 --------------------------------------------------
C11c                         =      0.50000000000000000000
 -DNETCDF enabled
 -DCOAMPS_MICRO enabled
 -DTUNER disabled
 -DSILHS enabled
 -Dnooverlap enabled
C12                          =      1.00000000000000000000
 
A detailed git diff can be found at the end of this file

 --------------------------------------------------
 Tunable Parameters:
 --------------------------------------------------
C13                          =      0.10000000000000000555
 -Draoffline enabled
 -DUSE_BUGSrad_ocast_random disabled
 -DBYTESWAP_IO disabled
 --------------------------------------------------
 &model_setting
 --------------------------------------------------
 --------------------------------------------------
 Preprocessing Directives:
 runtype = fire
 nzmax =           48
 grid_type =            1
 deltaz =    25.000000000000000     
 zm_init =    0.0000000000000000     
 zm_top =    1600.0000000000000     
 --------------------------------------------------
 -DNETCDF enabled
 -DCOAMPS_MICRO enabled
 -DTUNER disabled
 zt_grid_fname =
C14                          =      1.00000000000000000000
C_wp2_pr_dfsn                =      0.00000000000000000000
C_wp3_pr_tp                  =      0.00000000000000000000
C_wp3_pr_turb                =      1.00000000000000000000
C_wp3_pr_dfsn                =      0.00000000000000000000
C_wp2_splat                  =      0.00000000000000000000
C6rt_Lscale0                 =     14.00000000000000000000
C6thl_Lscale0                =     14.00000000000000000000
C7_Lscale0                   =      0.84999999999999997780
 -DSILHS enabled
 -Dnooverlap enabled
 -Draoffline enabled
wpxp_L_thresh                =     60.00000000000000000000
c_K                          =      0.20000000000000001110
c_K1                         =      0.20000000000000001110
 -DUSE_BUGSrad_ocast_random disabled
nu1                          =     20.00000000000000000000
 zm_grid_fname =
 -DBYTESWAP_IO disabled
c_K2                         =      0.02500000000000000139
 --------------------------------------------------
 &model_setting
 --------------------------------------------------
 runtype = gabls3
 nzmax =          250
 grid_type =            1
 deltaz =    20.000000000000000     
 zm_init =    0.0000000000000000     
 zm_top =    5000.0000000000000     
nu2                          =      1.00000000000000000000
c_K6                         =      0.37500000000000000000
nu6                          =      5.00000000000000000000
 zt_grid_fname =
c_K8                         =      5.00000000000000000000
 day =            7
 zm_grid_fname =
 day =            1
 month =            7
 year =         1987
nu8                          =     20.00000000000000000000
c_K9                         =      0.10000000000000000555
nu9                          =     10.00000000000000000000
nu10                         =      0.00000000000000000000
c_K_hm                       =      0.75000000000000000000
c_K_hmb                      =      0.75000000000000000000
 month =            7
K_hm_min_coef                =      0.10000000000000000555
nu_hm                        =      1.50000000000000000000
slope_coef_spread_DG_means_w =     21.00000000000000000000
 year =         2006
 lat_vals =    51.971100000000000     
 lon_vals =    4.9267000000000003     
pdf_component_stdev_factor_w =      1.00000000000000000000
 lat_vals =    43.229999999999997     
coef_spread_DG_means_rt      =      0.80000000000000004441
 
A detailed git diff can be found at the end of this file

coef_spread_DG_means_thl     =      0.80000000000000004441
 lon_vals =   -125.00000000000000     
 sfc_elevation =    0.0000000000000000     
 sfc_elevation =    0.0000000000000000     
gamma_coef                   =      0.25000000000000000000
 time_initial =    0.0000000000000000     
gamma_coefb                  =      0.25000000000000000000
 time_initial =    43200.000000000000     
 time_final =    129600.00000000000     
 dt_main =    60.000000000000000     
 time_final =    10800.000000000000     
 dt_main =    60.000000000000000     
 dt_rad =    60.000000000000000     
 --------------------------------------------------
 sfctype =            1
 dt_rad =    60.000000000000000     
gamma_coefc                  =      5.00000000000000000000
mu                           =      0.00100000000000000002
beta                         =      1.00000000000000000000
 sfctype =            1
lmin_coef                    =      0.50000000000000000000
 T_sfc =    288.00000000000000     
 p_sfc =    100000.00000000000     
 sens_ht =    0.0000000000000000     
 latent_ht =    0.0000000000000000     
 Tunable Parameters:
 fcor =    1.0000000000000000E-004
omicron                      =      0.50000000000000000000
 fcor_y =    1.0626049689917448E-004
zeta_vrnce_rat               =      0.00000000000000000000
 T0 =    300.00000000000000     
upsilon_precip_frac_rat      =      0.55000000000000004441
 ts_nudge =    86400.000000000000     
lambda0_stability_coef       =      0.02999999999999999889
 T_sfc =    288.00000000000000     
 --------------------------------------------------
 p_sfc =    102440.00000000000     
 forcings_file_path =
 sens_ht =    0.0000000000000000     
 l_t_dependent =  T
 latent_ht =    0.0000000000000000     
mult_coef                    =      0.50000000000000000000
taumin                       =     90.00000000000000000000
taumax                       =   3600.00000000000000000000
 --------------------------------------------------
 Preprocessing Directives:
 --------------------------------------------------
 -DNETCDF enabled
 -DCOAMPS_MICRO enabled
 -DTUNER disabled
 -DSILHS enabled
 l_ignore_forcings =  T
 fcor =    1.1456633800000001E-004
 -Dnooverlap enabled
 fcor_y =    8.9846025548691506E-005
 l_modify_ic_with_cubic_int =  F
Lscale_mu_coef               =      2.00000000000000000000
Lscale_pert_coef             =      0.10000000000000000555
alpha_corr                   =      0.14999999999999999445
 T0 =    300.00000000000000     
 ts_nudge =    86400.000000000000     
 l_modify_bc_for_cnvg_test =  F
 l_input_xpwp_sfc =  F
 saturation_formula =            3
 thlm_sponge_damp_settings%l_sponge_damping =  F
 -Draoffline enabled
 rtm_sponge_damp_settings%l_sponge_damping =  F
 -DUSE_BUGSrad_ocast_random disabled
 uv_sponge_damp_settings%l_sponge_damping =  F
 -DBYTESWAP_IO disabled
 --------------------------------------------------
 &model_setting
Skw_denom_coef               =      4.00000000000000000000
 wp2_sponge_damp_settings%l_sponge_damping =  F
 wp3_sponge_damp_settings%l_sponge_damping =  F
 up2_vp2_sponge_damp_settings%l_sponge_damping =  F
 --------------------------------------------------
 runtype = rico
 nzmax =          128
 grid_type =            2
 deltaz =    40.000000000000000     
 zm_init =    0.0000000000000000     
 zm_top =    10000.000000000000     
 zt_grid_fname = ../input/grid/deep_convection_128lev_27km_zt_grid.grd
 zm_grid_fname =
 day =           16
c_K10                        =      1.00000000000000000000
 thlm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 forcings_file_path =
 month =           12
 year =         2004
 thlm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
c_K10h                       =      1.00000000000000000000
thlp2_rad_coef               =      1.00000000000000000000
 lat_vals =    18.000000000000000     
 thlm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 l_t_dependent =  T
 l_ignore_forcings =  F
 l_modify_ic_with_cubic_int =  F
 lon_vals =   -61.500000000000000     
thlp2_rad_cloud_frac_thresh  =      0.10000000000000000555
 rtm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
up2_sfc_coef                 =      4.00000000000000000000
 rtm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 uv_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 sfc_elevation =    0.0000000000000000     
 time_initial =    0.0000000000000000     
 time_final =    259200.00000000000     
 dt_main =    300.00000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp3_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 up2_vp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 l_modify_bc_for_cnvg_test =  F
 l_input_xpwp_sfc =  F
 l_soil_veg =  F
 dt_rad =    300.00000000000000     
Skw_max_mag                  =     10.00000000000000000000
C_invrs_tau_bkgnd            =      1.10000000000000008882
 saturation_formula =            3
 thlm_sponge_damp_settings%l_sponge_damping =  F
 rtm_sponge_damp_settings%l_sponge_damping =  F
 uv_sponge_damp_settings%l_sponge_damping =  F
 wp2_sponge_damp_settings%l_sponge_damping =  F
 sfctype =            0
 T_sfc =    288.00000000000000     
C_invrs_tau_sfc              =      0.10000000000000000555
C_invrs_tau_shear            =      0.14999999999999999445
C_invrs_tau_N2               =      0.40000000000000002220
 p_sfc =    101540.00000000000     
 wp3_sponge_damp_settings%l_sponge_damping =  F
 up2_vp2_sponge_damp_settings%l_sponge_damping =  F
 thlm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 thlm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 thlm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 sens_ht =    0.0000000000000000     
 latent_ht =    0.0000000000000000     
 l_restart =  F
 l_input_fields =  F
 restart_path_case = restart/fire
 time_restart =    0.0000000000000000     
 debug_level =            2
 sclr_dim =            0
 fcor =    4.5067039999999997E-005
 fcor_y =    1.3870208233463652E-004
C_invrs_tau_N2_wp2           =      0.20000000000000001110
C_invrs_tau_N2_xp2           =      0.05000000000000000278
C_invrs_tau_N2_wpxp          =      0.00000000000000000000
C_invrs_tau_N2_clear_wp3     =      1.00000000000000000000
 rtm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
C_invrs_tau_wpxp_Ri          =      0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh   =      0.00033000000000000000
xp3_coef_base                =      0.25000000000000000000
 T0 =    300.00000000000000     
 ts_nudge =    86400.000000000000     
 edsclr_dim =            0
 iisclr_thl =           -2
 iisclr_rt =           -1
xp3_coef_slope               =      0.01000000000000000021
altitude_threshold           =    100.00000000000000000000
rtp2_clip_coef               =      0.50000000000000000000
 forcings_file_path =
 l_t_dependent =  T
 l_ignore_forcings =  T
 l_modify_ic_with_cubic_int =  T
 l_modify_bc_for_cnvg_test =  T
 iisclr_CO2 =           -1
 sclr_tol = 
 --------------------------------------------------
Cx_min                       =      0.33000000000000001554
 l_input_xpwp_sfc =  F
 rtm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 saturation_formula =            3
 uv_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 thlm_sponge_damp_settings%l_sponge_damping =  F
 uv_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
Cx_max                       =      0.94999999999999995559
Richardson_num_min           =      0.25000000000000000000
Richardson_num_max           =    400.00000000000000000000
a3_coef_min                  =      1.00000000000000000000
a_const                      =      1.80000000000000004441
 rtm_sponge_damp_settings%l_sponge_damping =  F
bv_efold                     =      5.00000000000000000000
 &stats_setting
 uv_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 --------------------------------------------------
 uv_sponge_damp_settings%l_sponge_damping =  F
 l_stats =  T
 wp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 fname_prefix = fire
 wp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp2_sponge_damp_settings%l_sponge_damping =  F
wpxp_Ri_exp                  =      0.50000000000000000000
 wp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp3_sponge_damp_settings%l_sponge_damping =  F
 up2_vp2_sponge_damp_settings%l_sponge_damping =  F
 thlm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 stats_fmt = netcdf
 thlm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
z_displace                   =     25.00000000000000000000
 stats_tsamp =    60.000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp3_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 thlm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 stats_tout =    60.000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 rtm_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 rtm_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 uv_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 uv_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 l_allow_small_stats_tout =  F
 up2_vp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 l_soil_veg =  T
 l_restart =  F
 wp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 wp3_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 wp3_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 up2_vp2_sponge_damp_settings%tau_sponge_damp_min =    60.000000000000000     
 Constant flags:
 l_pos_def =  F
 l_gamma_Skw =  T
 l_byteswap_io =  F
 Constant tolerances [units]
 up2_vp2_sponge_damp_settings%tau_sponge_damp_max =    1800.0000000000000     
 up2_vp2_sponge_damp_settings%sponge_damp_depth =   0.25000000000000000     
 l_soil_veg =  F
 l_restart =  F
 l_input_fields =  F
 restart_path_case = restart/rico_silhs
 rt_tol [kg/kg] =    1.0000000000000000E-008
 time_restart =    0.0000000000000000     
 debug_level =            2
 sclr_dim =            0
 edsclr_dim =            0
 iisclr_thl =           -2
 iisclr_rt =           -1
 iisclr_CO2 =           -1
 thl_tol [K] =    1.0000000000000000E-002
 l_input_fields =  F
 restart_path_case = restart/gabls3
 time_restart =    0.0000000000000000     
 debug_level =            2
 sclr_dim =            0
 edsclr_dim =            0
 sclr_tol = 
 --------------------------------------------------
 &stats_setting
 iisclr_thl =           -2
 iisclr_rt =           -1
 iisclr_CO2 =           -1
 sclr_tol = 
 --------------------------------------------------
 --------------------------------------------------
 &stats_setting
 l_stats =  T
 --------------------------------------------------
 l_stats =  T
 fname_prefix = rico_silhs
 w_tol [m/s] =    2.0000000000000000E-002
 stats_fmt = netcdf
 fname_prefix = gabls3
 stats_tsamp =    300.00000000000000     
 stats_fmt = netcdf
    Parameter          Value
 stats_tout =    300.00000000000000     
 stats_tsamp =    60.000000000000000     
 l_allow_small_stats_tout =  F
 Constant flags:
 stats_tout =    600.00000000000000     
 l_pos_def =  F
 l_allow_small_stats_tout =  F
 Constant flags:
 l_pos_def =  F
 l_gamma_Skw =  T
 l_gamma_Skw =  T
 l_byteswap_io =  F
 l_byteswap_io =  F
 --------------------------------------------------
 &microphysics_setting
 Constant tolerances [units]
 rt_tol [kg/kg] =    1.0000000000000000E-008
 thl_tol [K] =    1.0000000000000000E-002
 --------------------------------------------------
 microphys_scheme = none
 l_cloud_sed =  F
 sigma_g =    1.5000000000000000     
 Constant tolerances [units]
 rt_tol [kg/kg] =    1.0000000000000000E-008
    ---------          -----
 l_graupel =  F
 w_tol [m/s] =    2.0000000000000000E-002
 l_hail =  F
C1                           =      1.00000000000000000000
 l_seifert_beheng =  F
C1b                          =      1.00000000000000000000
 thl_tol [K] =    1.0000000000000000E-002
 w_tol [m/s] =    2.0000000000000000E-002
 l_predict_Nc =  F
 l_const_Nc_in_cloud =  F
    Parameter          Value
C1c                          =      1.00000000000000000000
C2rt                         =      2.00000000000000000000
    Parameter          Value
 specify_aerosol = morrison_lognormal
 l_subgrid_w =  T
C2thl                        =      2.00000000000000000000
C2rtthl                      =      2.00000000000000000000
 l_arctic_nucl =  F
    ---------          -----
C4                           =      2.00000000000000000000
C_uu_shr                     =      0.40000000000000002220
C_uu_buoy                    =      0.29999999999999998890
C1                           =      1.00000000000000000000
    ---------          -----
 l_cloud_edge_activation =  F
C1                           =      1.00000000000000000000
C1b                          =      1.00000000000000000000
C1c                          =      1.00000000000000000000
C1b                          =      1.00000000000000000000
 l_fix_pgam =  F
C1c                          =      1.00000000000000000000
 l_in_cloud_Nc_diff =  T
 l_var_covar_src =  F
C2rt                         =      2.00000000000000000000
 l_upwind_diff_sed =  F
C2rt                         =      2.00000000000000000000
 lh_microphys_type = disabled
 lh_num_samples =            2
C6rt                         =      2.00000000000000000000
C2thl                        =      2.00000000000000000000
C6rtb                        =      2.00000000000000000000
C2rtthl                      =      2.00000000000000000000
 lh_sequence_length =            1
 lh_seed =         5489
 l_fix_w_chi_eta_correlations =  T
C4                           =      2.00000000000000000000
C_uu_shr                     =      0.40000000000000002220
C_uu_buoy                    =      0.29999999999999998890
C6rtc                        =      1.00000000000000000000
C6thl                        =      2.00000000000000000000
C6thlb                       =      2.00000000000000000000
C2thl                        =      2.00000000000000000000
C6rt                         =      2.00000000000000000000
 l_silhs_KK_convergence_adj_mean =  F
C6thlc                       =      1.00000000000000000000
 importance_prob_thresh =    1.0000000000000000E-008
 host_dx =    1000000.0000000000     
 host_dy =    1000000.0000000000     
 hmp2_ip_on_hmm2_ip_slope%rr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%ri =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rs =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rg =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Nr =    2.1200000000000000E-005
C2rtthl                      =      2.00000000000000000000
C4                           =      2.00000000000000000000
C7                           =      0.50000000000000000000
C7b                          =      0.50000000000000000000
C6rtb                        =      2.00000000000000000000
C6rtc                        =      1.00000000000000000000
C6thl                        =      2.00000000000000000000
C6thlb                       =      2.00000000000000000000
C6thlc                       =      1.00000000000000000000
C7                           =      0.50000000000000000000
C7b                          =      0.50000000000000000000
C7c                          =      0.50000000000000000000
C8                           =      0.50000000000000000000
C8b                          =      0.02000000000000000042
C_uu_shr                     =      0.40000000000000002220
C7c                          =      0.50000000000000000000
C8                           =      0.50000000000000000000
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ng =    2.1200000000000000E-005
C_uu_buoy                    =      0.29999999999999998890
C8b                          =      0.02000000000000000042
C6rt                         =      2.00000000000000000000
 hmp2_ip_on_hmm2_ip_intrcpt%rr =   0.54000000000000004     
C10                          =      3.29999999999999982236
 hmp2_ip_on_hmm2_ip_intrcpt%ri =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rs =   0.54000000000000004     
C6rtb                        =      2.00000000000000000000
C6rtc                        =      1.00000000000000000000
C6thl                        =      2.00000000000000000000
 hmp2_ip_on_hmm2_ip_intrcpt%rg =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Nr =   0.54000000000000004     
C6thlb                       =      2.00000000000000000000
C6thlc                       =      1.00000000000000000000
C7                           =      0.50000000000000000000
C7b                          =      0.50000000000000000000
C7c                          =      0.50000000000000000000
C8                           =      0.50000000000000000000
C8b                          =      0.02000000000000000042
C10                          =      3.29999999999999982236
C10                          =      3.29999999999999982236
C11                          =      0.40000000000000002220
C11b                         =      0.40000000000000002220
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ng =   0.54000000000000004     
C11                          =      0.40000000000000002220
 Ncnp2_on_Ncnm2 =    1.0000000000000000     
C11b                         =      0.40000000000000002220
C11c                         =      0.50000000000000000000
C12                          =      1.00000000000000000000
 C_evap =   0.85999999999999999     
 r_0 =    2.5000000000000001E-005
 microphys_start_time =    0.0000000000000000     
 Nc0_in_cloud =    100000000.00000000     
 ccnconst =    120.00000000000000     
 ccnexpnt =   0.40000000596046448     
 aer_rm1 =    1.1000000021965661E-008
C11c                         =      0.50000000000000000000
 aer_rm2 =    5.9999997858994902E-008
C11                          =      0.40000000000000002220
C13                          =      0.10000000000000000555
C14                          =      1.00000000000000000000
 aer_n1 =    125000000.00000000     
 aer_n2 =    65000000.000000000     
C12                          =      1.00000000000000000000
C13                          =      0.10000000000000000555
C_wp2_pr_dfsn                =      0.00000000000000000000
C_wp3_pr_tp                  =      0.00000000000000000000
 aer_sig1 =    1.2000000476837158     
 aer_sig2 =    1.7000000476837158     
 pgam_fixed =    5.0000000000000000     
C11b                         =      0.40000000000000002220
C11c                         =      0.50000000000000000000
C_wp3_pr_turb                =      1.00000000000000000000
C_wp3_pr_dfsn                =      0.00000000000000000000
 precip_frac_calc_type =            2
 --------------------------------------------------
 &SILHS_setting
 --------------------------------------------------
C14                          =      1.00000000000000000000
C_wp2_pr_dfsn                =      0.00000000000000000000
C_wp2_splat                  =      0.00000000000000000000
C6rt_Lscale0                 =     14.00000000000000000000
C6thl_Lscale0                =     14.00000000000000000000
C12                          =      1.00000000000000000000
C_wp3_pr_tp                  =      0.00000000000000000000
C7_Lscale0                   =      0.84999999999999997780
C_wp3_pr_turb                =      1.00000000000000000000
wpxp_L_thresh                =     60.00000000000000000000
C13                          =      0.10000000000000000555
C14                          =      1.00000000000000000000
C_wp2_pr_dfsn                =      0.00000000000000000000
C_wp3_pr_tp                  =      0.00000000000000000000
C_wp3_pr_turb                =      1.00000000000000000000
C_wp3_pr_dfsn                =      0.00000000000000000000
C_wp3_pr_dfsn                =      0.00000000000000000000
c_K                          =      0.20000000000000001110
c_K1                         =      0.20000000000000001110
nu1                          =     20.00000000000000000000
c_K2                         =      0.02500000000000000139
C_wp2_splat                  =      0.00000000000000000000
C_wp2_splat                  =      0.00000000000000000000
nu2                          =      1.00000000000000000000
c_K6                         =      0.37500000000000000000
nu6                          =      5.00000000000000000000
c_K8                         =      5.00000000000000000000
nu8                          =     20.00000000000000000000
c_K9                         =      0.10000000000000000555
nu9                          =     10.00000000000000000000
C6rt_Lscale0                 =     14.00000000000000000000
nu10                         =      0.00000000000000000000
c_K_hm                       =      0.75000000000000000000
c_K_hmb                      =      0.75000000000000000000
C6rt_Lscale0                 =     14.00000000000000000000
C6thl_Lscale0                =     14.00000000000000000000
K_hm_min_coef                =      0.10000000000000000555
nu_hm                        =      1.50000000000000000000
slope_coef_spread_DG_means_w =     21.00000000000000000000
C6thl_Lscale0                =     14.00000000000000000000
pdf_component_stdev_factor_w =      1.00000000000000000000
coef_spread_DG_means_rt      =      0.80000000000000004441
coef_spread_DG_means_thl     =      0.80000000000000004441
C7_Lscale0                   =      0.84999999999999997780
C7_Lscale0                   =      0.84999999999999997780
gamma_coef                   =      0.25000000000000000000
gamma_coefb                  =      0.25000000000000000000
gamma_coefc                  =      5.00000000000000000000
mu                           =      0.00100000000000000002
beta                         =      1.00000000000000000000
wpxp_L_thresh                =     60.00000000000000000000
wpxp_L_thresh                =     60.00000000000000000000
c_K                          =      0.20000000000000001110
 --------------------------------------------------
c_K                          =      0.20000000000000001110
c_K1                         =      0.20000000000000001110
 &radiation_setting
nu1                          =     20.00000000000000000000
c_K1                         =      0.20000000000000001110
nu1                          =     20.00000000000000000000
 --------------------------------------------------
c_K2                         =      0.02500000000000000139
c_K2                         =      0.02500000000000000139
nu2                          =      1.00000000000000000000
c_K6                         =      0.37500000000000000000
lmin_coef                    =      0.50000000000000000000
omicron                      =      0.50000000000000000000
 rad_scheme = simplified_bomex
zeta_vrnce_rat               =      0.00000000000000000000
 sol_const =    1367.0000000000000     
nu6                          =      5.00000000000000000000
nu2                          =      1.00000000000000000000
c_K6                         =      0.37500000000000000000
nu6                          =      5.00000000000000000000
 alvdr =   0.10000000000000001     
 alvdf =   0.10000000000000001     
c_K8                         =      5.00000000000000000000
nu8                          =     20.00000000000000000000
c_K9                         =      0.10000000000000000555
c_K8                         =      5.00000000000000000000
nu8                          =     20.00000000000000000000
c_K9                         =      0.10000000000000000555
nu9                          =     10.00000000000000000000
nu10                         =      0.00000000000000000000
 alndr =   0.10000000000000001     
 alndf =   0.10000000000000001     
nu9                          =     10.00000000000000000000
nu10                         =      0.00000000000000000000
c_K_hm                       =      0.75000000000000000000
upsilon_precip_frac_rat      =      0.55000000000000004441
c_K_hmb                      =      0.75000000000000000000
c_K_hm                       =      0.75000000000000000000
 radiation_top =    50000.000000000000     
c_K_hmb                      =      0.75000000000000000000
 F0 =    100.00000000000000     
K_hm_min_coef                =      0.10000000000000000555
 F1 =    20.000000000000000     
K_hm_min_coef                =      0.10000000000000000555
nu_hm                        =      1.50000000000000000000
slope_coef_spread_DG_means_w =     21.00000000000000000000
pdf_component_stdev_factor_w =      1.00000000000000000000
 kappa =    119.00000000000000     
nu_hm                        =      1.50000000000000000000
slope_coef_spread_DG_means_w =     21.00000000000000000000
pdf_component_stdev_factor_w =      1.00000000000000000000
lambda0_stability_coef       =      0.02999999999999999889
 gc =   0.85999999999999999     
coef_spread_DG_means_rt      =      0.80000000000000004441
coef_spread_DG_means_thl     =      0.80000000000000004441
gamma_coef                   =      0.25000000000000000000
 omega =   0.99650000000000005     
gamma_coefb                  =      0.25000000000000000000
 slr =    1.0000000000000000     
gamma_coefc                  =      5.00000000000000000000
mult_coef                    =      0.50000000000000000000
mu                           =      0.00100000000000000002
 l_rad_above_cloud =  F
beta                         =      1.00000000000000000000
lmin_coef                    =      0.50000000000000000000
omicron                      =      0.50000000000000000000
 l_sw_radiation =  F
 l_fix_cos_solar_zen =  F
zeta_vrnce_rat               =      0.00000000000000000000
 l_use_default_std_atmosphere =  T
 Fs_values =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
coef_spread_DG_means_rt      =      0.80000000000000004441
coef_spread_DG_means_thl     =      0.80000000000000004441
upsilon_precip_frac_rat      =      0.55000000000000004441
taumin                       =     90.00000000000000000000
lambda0_stability_coef       =      0.02999999999999999889
 cos_solar_zen_values =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
taumax                       =   3600.00000000000000000000
mult_coef                    =      0.50000000000000000000
taumin                       =     90.00000000000000000000
 cos_solar_zen_times =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
Lscale_mu_coef               =      2.00000000000000000000
Lscale_pert_coef             =      0.10000000000000000555
alpha_corr                   =      0.14999999999999999445
taumax                       =   3600.00000000000000000000
gamma_coef                   =      0.25000000000000000000
Skw_denom_coef               =      4.00000000000000000000
gamma_coefb                  =      0.25000000000000000000
gamma_coefc                  =      5.00000000000000000000
mu                           =      0.00100000000000000002
 eff_drop_radius =    1.0000000000000001E-005
Lscale_mu_coef               =      2.00000000000000000000
Lscale_pert_coef             =      0.10000000000000000555
alpha_corr                   =      0.14999999999999999445
beta                         =      1.00000000000000000000
 --------------------------------------------------
 &configurable_clubb_flags_nl
lmin_coef                    =      0.50000000000000000000
omicron                      =      0.50000000000000000000
Skw_denom_coef               =      4.00000000000000000000
c_K10                        =      1.00000000000000000000
c_K10                        =      1.00000000000000000000
c_K10h                       =      1.00000000000000000000
 --------------------------------------------------
thlp2_rad_coef               =      1.00000000000000000000
thlp2_rad_cloud_frac_thresh  =      0.10000000000000000555
up2_sfc_coef                 =      4.00000000000000000000
c_K10h                       =      1.00000000000000000000
thlp2_rad_coef               =      1.00000000000000000000
thlp2_rad_cloud_frac_thresh  =      0.10000000000000000555
up2_sfc_coef                 =      4.00000000000000000000
zeta_vrnce_rat               =      0.00000000000000000000
upsilon_precip_frac_rat      =      0.55000000000000004441
Skw_max_mag                  =     10.00000000000000000000
lambda0_stability_coef       =      0.02999999999999999889
C_invrs_tau_bkgnd            =      1.10000000000000008882
 iiPDF_type =            1
C_invrs_tau_sfc              =      0.10000000000000000555
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 grid_remap_method =            1
 grid_adapt_in_time_method =            0
 l_use_precip_frac =  T
C_invrs_tau_shear            =      0.14999999999999999445
 l_predict_upwp_vpwp =  T
mult_coef                    =      0.50000000000000000000
taumin                       =     90.00000000000000000000
 l_ho_nontrad_coriolis =  F
 l_ho_trad_coriolis =  F
 l_min_wp2_from_corr_wx =  F
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  T
Skw_max_mag                  =     10.00000000000000000000
taumax                       =   3600.00000000000000000000
C_invrs_tau_N2               =      0.40000000000000002220
 l_upwind_xpyp_ta =  T
C_invrs_tau_N2_wp2           =      0.20000000000000001110
C_invrs_tau_N2_xp2           =      0.05000000000000000278
C_invrs_tau_N2_wpxp          =      0.00000000000000000000
C_invrs_tau_N2_clear_wp3     =      1.00000000000000000000
C_invrs_tau_bkgnd            =      1.10000000000000008882
C_invrs_tau_sfc              =      0.10000000000000000555
C_invrs_tau_shear            =      0.14999999999999999445
C_invrs_tau_N2               =      0.40000000000000002220
C_invrs_tau_wpxp_Ri          =      0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh   =      0.00033000000000000000
xp3_coef_base                =      0.25000000000000000000
xp3_coef_slope               =      0.01000000000000000021
altitude_threshold           =    100.00000000000000000000
rtp2_clip_coef               =      0.50000000000000000000
 l_upwind_xm_ma =  T
Cx_min                       =      0.33000000000000001554
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
Lscale_mu_coef               =      2.00000000000000000000
Lscale_pert_coef             =      0.10000000000000000555
Cx_max                       =      0.94999999999999995559
alpha_corr                   =      0.14999999999999999445
Richardson_num_min           =      0.25000000000000000000
Skw_denom_coef               =      4.00000000000000000000
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  F
 l_fix_w_chi_eta_correlations =  T
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
C_invrs_tau_N2_wp2           =      0.20000000000000001110
c_K10                        =      1.00000000000000000000
c_K10h                       =      1.00000000000000000000
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_brunt_vaisala_freq_moist =  F
C_invrs_tau_N2_xp2           =      0.05000000000000000278
Richardson_num_max           =    400.00000000000000000000
thlp2_rad_coef               =      1.00000000000000000000
thlp2_rad_cloud_frac_thresh  =      0.10000000000000000555
up2_sfc_coef                 =      4.00000000000000000000
a3_coef_min                  =      1.00000000000000000000
a_const                      =      1.80000000000000004441
 l_use_thvm_in_bv_freq =  F
bv_efold                     =      5.00000000000000000000
Skw_max_mag                  =     10.00000000000000000000
C_invrs_tau_bkgnd            =      1.10000000000000008882
C_invrs_tau_sfc              =      0.10000000000000000555
wpxp_Ri_exp                  =      0.50000000000000000000
z_displace                   =     25.00000000000000000000
C_invrs_tau_N2_wpxp          =      0.00000000000000000000
C_invrs_tau_N2_clear_wp3     =      1.00000000000000000000
C_invrs_tau_shear            =      0.14999999999999999445
C_invrs_tau_N2               =      0.40000000000000002220
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth =  F
 l_use_tke_in_wp3_pr_turb_term =  T
C_invrs_tau_wpxp_Ri          =      0.34999999999999997780
C_invrs_tau_N2_wp2           =      0.20000000000000001110
 l_use_tke_in_wp2_wp3_K_dfsn =  F
C_invrs_tau_N2_xp2           =      0.05000000000000000278
C_invrs_tau_wpxp_N2_thresh   =      0.00033000000000000000
xp3_coef_base                =      0.25000000000000000000
xp3_coef_slope               =      0.01000000000000000021
altitude_threshold           =    100.00000000000000000000
 Warning: missing correlation input file(s): ../input/case_setups/bomex_corr_array_cloud.in and/or ../input/case_setups/bomex_corr_array_below.in
 The default correlation arrays will be used.
rtp2_clip_coef               =      0.50000000000000000000
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  T
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 l_mono_flux_lim_um =  T
C_invrs_tau_N2_wpxp          =      0.00000000000000000000
C_invrs_tau_N2_clear_wp3     =      1.00000000000000000000
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 l_host_applies_sfc_fluxes =  F
 l_wp2_fill_holes_tke =  T
 l_add_dycore_grid =  F
Cx_min                       =      0.33000000000000001554
Cx_max                       =      0.94999999999999995559
Richardson_num_min           =      0.25000000000000000000
Richardson_num_max           =    400.00000000000000000000
a3_coef_min                  =      1.00000000000000000000
C_invrs_tau_wpxp_Ri          =      0.34999999999999997780
a_const                      =      1.80000000000000004441
C_invrs_tau_wpxp_N2_thresh   =      0.00033000000000000000
bv_efold                     =      5.00000000000000000000
wpxp_Ri_exp                  =      0.50000000000000000000
z_displace                   =     25.00000000000000000000
 --------------------------------------------------
xp3_coef_base                =      0.25000000000000000000
xp3_coef_slope               =      0.01000000000000000021
 &microphysics_setting
 --------------------------------------------------
altitude_threshold           =    100.00000000000000000000
rtp2_clip_coef               =      0.50000000000000000000
 microphys_scheme = none
 --------------------------------------------------
Cx_min                       =      0.33000000000000001554
Cx_max                       =      0.94999999999999995559
 l_cloud_sed =  F
Richardson_num_min           =      0.25000000000000000000
 sigma_g =    1.5000000000000000     
 l_graupel =  F
 l_hail =  F
 git diff src/
 --------------------------------------------------
 See *setup.txt file in output folder

Richardson_num_max           =    400.00000000000000000000
 l_seifert_beheng =  F
a3_coef_min                  =      1.00000000000000000000
 l_predict_Nc =  F
a_const                      =      1.80000000000000004441
 --------------------------------------------------
 l_const_Nc_in_cloud =  F
 specify_aerosol = morrison_lognormal
 &microphysics_setting
 l_subgrid_w =  T
 l_arctic_nucl =  F
bv_efold                     =      5.00000000000000000000
 l_cloud_edge_activation =  F
 --------------------------------------------------
 l_fix_pgam =  F
 microphys_scheme = none
 l_cloud_sed =  F
 l_in_cloud_Nc_diff =  T
wpxp_Ri_exp                  =      0.50000000000000000000
z_displace                   =     25.00000000000000000000
 l_var_covar_src =  T
 l_upwind_diff_sed =  F
 lh_microphys_type = disabled
 sigma_g =    1.5000000000000000     
 l_graupel =  F
 l_hail =  F
 l_seifert_beheng =  F
 l_predict_Nc =  F
 lh_num_samples =            2
 lh_sequence_length =            1
 lh_seed =         5489
 l_const_Nc_in_cloud =  F
 specify_aerosol = morrison_lognormal
 l_subgrid_w =  T
 l_arctic_nucl =  F
 l_cloud_edge_activation =  F
 l_fix_w_chi_eta_correlations =  T
 l_silhs_KK_convergence_adj_mean =  F
 importance_prob_thresh =    1.0000000000000000E-008
 host_dx =    1000000.0000000000     
 host_dy =    1000000.0000000000     
 hmp2_ip_on_hmm2_ip_slope%rr =    2.1200000000000000E-005
 l_fix_pgam =  F
 hmp2_ip_on_hmm2_ip_slope%ri =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rs =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%rg =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Nr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 l_in_cloud_Nc_diff =  T
 l_var_covar_src =  F
 l_upwind_diff_sed =  F
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 lh_microphys_type = disabled
 hmp2_ip_on_hmm2_ip_slope%Ng =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_intrcpt%rr =   0.54000000000000004     
 lh_num_samples =            2
 hmp2_ip_on_hmm2_ip_intrcpt%ri =   0.54000000000000004     
 lh_sequence_length =            1
 hmp2_ip_on_hmm2_ip_intrcpt%rs =   0.54000000000000004     
 lh_seed =         5489
 hmp2_ip_on_hmm2_ip_intrcpt%rg =   0.54000000000000004     
 l_fix_w_chi_eta_correlations =  T
 l_silhs_KK_convergence_adj_mean =  F
 importance_prob_thresh =    1.0000000000000000E-008
 host_dx =    1000000.0000000000     
 hmp2_ip_on_hmm2_ip_intrcpt%Nr =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 host_dy =    1000000.0000000000     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_slope%rr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%ri =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_intrcpt%Ng =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_slope%rs =    2.1200000000000000E-005
 Ncnp2_on_Ncnm2 =    1.0000000000000000     
 hmp2_ip_on_hmm2_ip_slope%rg =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Nr =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 C_evap =   0.85999999999999999     
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 r_0 =    2.5000000000000001E-005
 microphys_start_time =    0.0000000000000000     
 Nc0_in_cloud =    100000000.00000000     
 hmp2_ip_on_hmm2_ip_slope%Ng =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_intrcpt%rr =   0.54000000000000004     
 ccnconst =    120.00000000000000     
 hmp2_ip_on_hmm2_ip_intrcpt%ri =   0.54000000000000004     
 ccnexpnt =   0.40000000596046448     
 hmp2_ip_on_hmm2_ip_intrcpt%rs =   0.54000000000000004     
 aer_rm1 =    1.1000000021965661E-008
 hmp2_ip_on_hmm2_ip_intrcpt%rg =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Nr =   0.54000000000000004     
 aer_rm2 =    5.9999997858994902E-008
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 aer_n1 =    125000000.00000000     
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 aer_n2 =    65000000.000000000     
 hmp2_ip_on_hmm2_ip_intrcpt%Ng =   0.54000000000000004     
 aer_sig1 =    1.2000000476837158     
 Ncnp2_on_Ncnm2 =    1.0000000000000000     
 C_evap =   0.85999999999999999     
 r_0 =    2.5000000000000001E-005
 aer_sig2 =    1.7000000476837158     
 microphys_start_time =    0.0000000000000000     
 Nc0_in_cloud =    100000000.00000000     
 pgam_fixed =    5.0000000000000000     
 precip_frac_calc_type =            2
 --------------------------------------------------
 ccnconst =    120.00000000000000     
 ccnexpnt =   0.40000000596046448     
 &SILHS_setting
 --------------------------------------------------
 aer_rm1 =    1.1000000021965661E-008
 aer_rm2 =    5.9999997858994902E-008
 aer_n1 =    125000000.00000000     
 aer_n2 =    65000000.000000000     
 aer_sig1 =    1.2000000476837158     
 aer_sig2 =    1.7000000476837158     
 pgam_fixed =    5.0000000000000000     
 precip_frac_calc_type =            2
 --------------------------------------------------
 &SILHS_setting
 --------------------------------------------------
 --------------------------------------------------
 &radiation_setting
 --------------------------------------------------
 rad_scheme = simplified
 sol_const =    1367.0000000000000     
 alvdr =   0.10000000000000001     
 alvdf =   0.10000000000000001     
 alndr =   0.10000000000000001     
 alndf =   0.10000000000000001     
 radiation_top =    50000.000000000000     
 F0 =    74.000000000000000     
 F1 =    0.0000000000000000     
 kappa =    130.00000000000000     
 gc =   0.85999999999999999     
 omega =   0.99650000000000005     
 slr =    1.0000000000000000     
 l_rad_above_cloud =  F
 l_sw_radiation =  F
 l_fix_cos_solar_zen =  F
 l_use_default_std_atmosphere =  T
 Fs_values =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 cos_solar_zen_values =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 --------------------------------------------------
 &radiation_setting
 --------------------------------------------------
 --------------------------------------------------
 &microphysics_setting
 --------------------------------------------------
 rad_scheme = bugsrad
 cos_solar_zen_times =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 sol_const =    1321.0000000000000     
 alvdr =   0.23000000000000001     
 alvdf =   0.23000000000000001     
 alndr =   0.23000000000000001     
 microphys_scheme = khairoutdinov_kogan
 alndf =   0.23000000000000001     
 l_cloud_sed =  F
 radiation_top =    30000.000000000000     
 eff_drop_radius =    1.0000000000000001E-005
 sigma_g =    1.5000000000000000     
 l_graupel =  F
 l_hail =  F
 F0 =    100.00000000000000     
 F1 =    20.000000000000000     
 kappa =    119.00000000000000     
 --------------------------------------------------
 &configurable_clubb_flags_nl
 gc =   0.85999999999999999     
 omega =   0.99650000000000005     
 slr =    1.0000000000000000     
 --------------------------------------------------
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 grid_remap_method =            1
 grid_adapt_in_time_method =            0
 l_seifert_beheng =  F
 l_predict_Nc =  F
 l_const_Nc_in_cloud =  T
 specify_aerosol = morrison_lognormal
 l_rad_above_cloud =  F
 l_subgrid_w =  T
 l_arctic_nucl =  F
 l_sw_radiation =  T
 l_cloud_edge_activation =  F
 l_use_precip_frac =  T
 l_fix_pgam =  F
 l_predict_upwp_vpwp =  T
 l_in_cloud_Nc_diff =  T
 l_fix_cos_solar_zen =  F
 l_use_default_std_atmosphere =  T
 l_var_covar_src =  T
 Fs_values =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 l_ho_nontrad_coriolis =  F
 l_ho_trad_coriolis =  F
 l_min_wp2_from_corr_wx =  F
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  T
 l_upwind_diff_sed =  F
 lh_microphys_type = interactive
 cos_solar_zen_values =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 l_upwind_xpyp_ta =  T
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 lh_num_samples =            8
 lh_sequence_length =            1
 lh_seed =         5489
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 cos_solar_zen_times =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 l_const_Nc_in_cloud =  F
 l_fix_w_chi_eta_correlations =  T
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_fix_w_chi_eta_correlations =  F
 l_silhs_KK_convergence_adj_mean =  F
 importance_prob_thresh =    1.0000000000000000E-008
 host_dx =    1000000.0000000000     
 host_dy =    1000000.0000000000     
 eff_drop_radius =    1.0000000000000001E-005
 hmp2_ip_on_hmm2_ip_slope%rr =    0.0000000000000000     
 hmp2_ip_on_hmm2_ip_slope%ri =    2.1200000000000000E-005
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 hmp2_ip_on_hmm2_ip_slope%rs =    2.1200000000000000E-005
 --------------------------------------------------
 &configurable_clubb_flags_nl
 --------------------------------------------------
 Warning: missing correlation input file(s): ../input/case_setups/fire_corr_array_cloud.in and/or ../input/case_setups/fire_corr_array_below.in
 The default correlation arrays will be used.
 Warning: missing correlation input file(s): ../input/case_setups/gabls3_corr_array_cloud.in and/or ../input/case_setups/gabls3_corr_array_below.in
 The default correlation arrays will be used.
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 hmp2_ip_on_hmm2_ip_slope%rg =    2.1200000000000000E-005
 l_vary_convect_depth =  F
 hmp2_ip_on_hmm2_ip_slope%Nr =    0.0000000000000000     
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 hmp2_ip_on_hmm2_ip_slope%Ni =    2.1200000000000000E-005
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  T
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 grid_remap_method =            1
 l_mono_flux_lim_rtm =  T
 grid_adapt_in_time_method =            0
 hmp2_ip_on_hmm2_ip_slope%Ng =    2.1200000000000000E-005
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_use_precip_frac =  T
 l_mono_flux_lim_spikefix =  T
 l_predict_upwp_vpwp =  T
 hmp2_ip_on_hmm2_ip_intrcpt%rr =    1.2500000000000000     
 l_host_applies_sfc_fluxes =  F
 l_ho_nontrad_coriolis =  F
 l_wp2_fill_holes_tke =  T
 hmp2_ip_on_hmm2_ip_intrcpt%ri =   0.54000000000000004     
 l_ho_trad_coriolis =  F
 l_min_wp2_from_corr_wx =  F
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 hmp2_ip_on_hmm2_ip_intrcpt%rs =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%rg =   0.54000000000000004     
 l_add_dycore_grid =  F
 l_calc_thlp2_rad =  T
 l_upwind_xpyp_ta =  T
 hmp2_ip_on_hmm2_ip_intrcpt%Nr =    1.2500000000000000     
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 hmp2_ip_on_hmm2_ip_intrcpt%Ni =   0.54000000000000004     
 hmp2_ip_on_hmm2_ip_intrcpt%Ng =   0.54000000000000004     
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 --------------------------------------------------
 Ncnp2_on_Ncnm2 =    2.2000000000000002     
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 C_evap =   0.85999999999999999     
 git diff src/
 r_0 =    2.5000000000000001E-005
 microphys_start_time =    0.0000000000000000     
 Nc0_in_cloud =    70000000.000000000     
 --------------------------------------------------
 ccnconst =    120.00000000000000     
 See *setup.txt file in output folder

 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  F
 l_fix_w_chi_eta_correlations =  T
 l_stability_correct_tau_zm =  F
 ccnexpnt =   0.40000000596046448     
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 aer_rm1 =    1.1000000021965661E-008
 aer_rm2 =    5.9999997858994902E-008
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 aer_n1 =    125000000.00000000     
 aer_n2 =    65000000.000000000     
 aer_sig1 =    1.2000000476837158     
 aer_sig2 =    1.7000000476837158     
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth =  F
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  T
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 pgam_fixed =    5.0000000000000000     
 precip_frac_calc_type =            2
 --------------------------------------------------
 &SILHS_setting
 --------------------------------------------------
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 l_host_applies_sfc_fluxes =  F
 l_wp2_fill_holes_tke =  T
 l_add_dycore_grid =  F
 --------------------------------------------------
 git diff src/
 --------------------------------------------------
 See *setup.txt file in output folder

 Correlation array (approximate); in cloud:
  1.000  0.300  0.090  0.000  0.785  0.831
  0.300  1.000  0.027  0.000  0.018  0.004
  0.090  0.027  1.000  0.468  0.000  0.000
  0.000  0.000  0.468  1.000  0.000  0.000
  0.785  0.018  0.000  0.000  1.000  0.802
  0.831  0.004  0.000  0.000  0.802  1.000
 Correlation array (approximate); below cloud:
  1.000  0.300  0.090  0.000  0.589  0.546
  0.300  1.000  0.027  0.000  0.018  0.004
  0.090  0.027  1.000  0.468  0.000  0.000
  0.000  0.000  0.468  1.000  0.000  0.000
  0.589  0.018  0.000  0.000  1.000  0.895
  0.546  0.004  0.000  0.000  0.895  1.000
 --------------------------------------------------
 &radiation_setting
 --------------------------------------------------
 rad_scheme = none
 sol_const =    1367.0000000000000     
 alvdr =   0.10000000000000001     
 alvdf =   0.10000000000000001     
 alndr =   0.10000000000000001     
 alndf =   0.10000000000000001     
 radiation_top =    50000.000000000000     
 F0 =    100.00000000000000     
 F1 =    20.000000000000000     
 kappa =    119.00000000000000     
 gc =   0.85999999999999999     
 omega =   0.99650000000000005     
 slr =    1.0000000000000000     
 l_rad_above_cloud =  F
 l_sw_radiation =  F
 l_fix_cos_solar_zen =  F
 l_use_default_std_atmosphere =  T
 Fs_values =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 cos_solar_zen_values =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 cos_solar_zen_times =   -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000       -999.00000000000000     
 eff_drop_radius =    1.0000000000000001E-005
 --------------------------------------------------
 &configurable_clubb_flags_nl
 --------------------------------------------------
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 grid_remap_method =            1
 grid_adapt_in_time_method =            0
 l_use_precip_frac =  T
 l_predict_upwp_vpwp =  T
 l_ho_nontrad_coriolis =  F
 l_ho_trad_coriolis =  F
 l_min_wp2_from_corr_wx =  F
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  F
 l_upwind_xpyp_ta =  T
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  T
 l_fix_w_chi_eta_correlations =  F
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 Warning: the specified correlations for chi (old s) and Ncn are non-zero.
 The latin hypercube code will not converge to the analytic solution using these settings.
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth =  F
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  T
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 l_host_applies_sfc_fluxes =  F
 l_wp2_fill_holes_tke =  T
 l_add_dycore_grid =  F
 --------------------------------------------------
 git diff src/
 --------------------------------------------------
 See *setup.txt file in output folder

 Path to sounding: rico_sounding.in
 File exists?  T
 Path to sclr_sounding: rico_sclr_sounding.in
 File exists?  T
 Path to edsclr_sounding: rico_edsclr_sounding.in
 File exists?  T
 Path to sounding: fire_sounding.in
 File exists?  T
 Path to sclr_sounding: fire_sclr_sounding.in
 File exists?  T
 Path to edsclr_sounding: fire_edsclr_sounding.in
 File exists?  T
 Reading in sounding information
 z =    0.0000000000000000        690.00000000000000        785.00000000000000        1000.0000000000000        1500.0000000000000        2000.0000000000000     
 u =    2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000     
 v =   -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000     
 ug =    2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000        2.0000000000000000     
 vg =   -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000       -4.0000000000000000     
 theta =    288.00000000000000        288.31999999999999        294.39999999999998        295.30000000000001        297.35000000000002        299.39999999999998     
 rt =    8.0999999999999996E-003   8.0999999999999996E-003   3.4999999999999996E-003   3.3700000000000002E-003   3.0899999999999999E-003   2.8100000000000000E-003
 p_in_Pa =   -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998     
 subs =    0.0000000000000000       -3.4499999999999999E-003  -3.9249999999999997E-003  -4.9999999999999992E-003  -7.4999999999999997E-003   0.0000000000000000     
 Reading in sounding information
 z =    0.0000000000000000        100.00000000000000        200.00000000000000        300.00000000000000        400.00000000000000        500.00000000000000        600.00000000000000        700.00000000000000        740.00000000000000        800.00000000000000        900.00000000000000        1000.0000000000000        1100.0000000000000        1200.0000000000000        1300.0000000000000        1400.0000000000000        1500.0000000000000        1600.0000000000000        1700.0000000000000        1800.0000000000000        1900.0000000000000        2000.0000000000000        2100.0000000000000        2200.0000000000000        2260.0000000000000        2300.0000000000000        2400.0000000000000        2500.0000000000000        2600.0000000000000        2700.0000000000000        2800.0000000000000        2900.0000000000000        3000.0000000000000        3100.0000000000000        3200.0000000000000        3260.0000000000000        3300.0000000000000        3400.0000000000000        3500.0000000000000        3600.0000000000000        3700.0000000000000        3800.0000000000000        3900.0000000000000        4000.0000000000000        4100.0000000000000        4200.0000000000000        4300.0000000000000        4400.0000000000000        4500.0000000000000        4600.0000000000000        4700.0000000000000        4800.0000000000000        4900.0000000000000        5000.0000000000000        5100.0000000000000        5200.0000000000000        5300.0000000000000        5400.0000000000000        5500.0000000000000        5600.0000000000000        5700.0000000000000        5800.0000000000000        5900.0000000000000        6000.0000000000000        6100.0000000000000        6200.0000000000000        6300.0000000000000        6400.0000000000000        6500.0000000000000        6600.0000000000000        6700.0000000000000        6800.0000000000000        6900.0000000000000        7000.0000000000000        7100.0000000000000        7200.0000000000000        7300.0000000000000        7400.0000000000000        7500.0000000000000        7600.0000000000000        7700.0000000000000        7800.0000000000000        7900.0000000000000        8000.0000000000000        8100.0000000000000        8200.0000000000000        8300.0000000000000        8400.0000000000000        8500.0000000000000        8600.0000000000000        8700.0000000000000        8800.0000000000000        8900.0000000000000        9000.0000000000000        9100.0000000000000        9200.0000000000000        9300.0000000000000        9400.0000000000000        9500.0000000000000        9600.0000000000000        9700.0000000000000        9800.0000000000000        9900.0000000000000        10000.000000000000        10100.000000000000        10200.000000000000        10300.000000000000        10400.000000000000        10500.000000000000        10600.000000000000        10700.000000000000        10800.000000000000        10900.000000000000        11000.000000000000        11100.000000000000        11200.000000000000        11300.000000000000        11400.000000000000        11500.000000000000        11600.000000000000        11700.000000000000        11800.000000000000        11900.000000000000        12000.000000000000        12100.000000000000        12200.000000000000        12300.000000000000        12400.000000000000        12500.000000000000        12600.000000000000        12700.000000000000        12800.000000000000        12900.000000000000        13000.000000000000        13100.000000000000        13200.000000000000        13300.000000000000        13400.000000000000        13500.000000000000        13600.000000000000        13700.000000000000        13800.000000000000        13900.000000000000        14000.000000000000        14100.000000000000        14200.000000000000        14300.000000000000        14400.000000000000        14500.000000000000        14600.000000000000        14700.000000000000        14800.000000000000        14900.000000000000        15000.000000000000        15100.000000000000        15200.000000000000        15300.000000000000        15400.000000000000        15500.000000000000        15600.000000000000        15700.000000000000        15800.000000000000        15900.000000000000        16000.000000000000        16100.000000000000        16200.000000000000        16300.000000000000        16400.000000000000        16500.000000000000        16600.000000000000        16700.000000000000        16800.000000000000        16900.000000000000        17000.000000000000        17100.000000000000        17200.000000000000        17300.000000000000        17400.000000000000        17500.000000000000        17600.000000000000        17700.000000000000        17800.000000000000        17900.000000000000        18000.000000000000        18100.000000000000        18200.000000000000        18300.000000000000        18400.000000000000        18500.000000000000        18600.000000000000        18700.000000000000        18800.000000000000        18900.000000000000        19000.000000000000        19100.000000000000        19200.000000000000        19300.000000000000        19400.000000000000        19500.000000000000        19600.000000000000        19700.000000000000        19800.000000000000        19900.000000000000        20000.000000000000     
 u =   -9.9000000000000004       -9.7000000000000011       -9.5000000000000000       -9.3000000000000007       -9.0999999999999996       -8.9000000000000004       -8.7000000000000011       -8.5000000000000000       -8.4199999999999999       -8.3000000000000007       -8.0999999999999996       -7.9000000000000004       -7.7000000000000002       -7.5000000000000000       -7.3000000000000007       -7.1000000000000005       -6.9000000000000004       -6.7000000000000002       -6.5000000000000000       -6.3000000000000007       -6.1000000000000005       -5.9000000000000004       -5.7000000000000002       -5.5000000000000000       -5.3800000000000008       -5.3000000000000007       -5.1000000000000005       -4.9000000000000004       -4.7000000000000002       -4.5000000000000000       -4.3000000000000007       -4.1000000000000005       -3.9000000000000004       -3.7000000000000002       -3.5000000000000000       -3.3800000000000008       -3.3000000000000007       -3.1000000000000005       -2.9000000000000004       -2.7000000000000002       -2.5000000000000000       -2.3000000000000007       -2.1000000000000005       -1.9000000000000004       -1.5012500000000000       -1.1025000000000000      -0.70375000000000010      -0.30499999999999994        9.3750000000000000E-002  0.49249999999999972       0.89124999999999988        1.2900000000000000        1.6887500000000002        2.0874999999999999        2.4862500000000005        2.8849999999999993        3.2837499999999999        3.6824999999999997        4.0812499999999989        4.4800000000000004        4.8787500000000001        5.2774999999999999        5.6762499999999996        6.0749999999999993        6.4737499999999990        6.8725000000000005        7.2712499999999984        7.6699999999999982        8.0687499999999996        8.4674999999999994        8.8662499999999991        9.2649999999999988        9.6637499999999985        10.062499999999998        10.461250000000000        10.859999999999999        11.258749999999999        11.657499999999999        12.056249999999999        12.455000000000000        12.853750000000000        13.252499999999998        13.651249999999999        14.049999999999999        14.448749999999999        14.847499999999998        15.246249999999998        15.645000000000001        16.043749999999999        16.442499999999999        16.841250000000002        17.239999999999998        17.638750000000002        18.037500000000001        18.436249999999998        18.835000000000001        19.233750000000001        19.632500000000000        20.031250000000000        20.430000000000000        20.828749999999999        21.227499999999999        21.626250000000002        22.024999999999999        22.423749999999998        22.822500000000002        23.221250000000001        23.620000000000001        24.018750000000001        24.417500000000000        24.816250000000000        25.215000000000000        25.613750000000003        26.012499999999999        26.411249999999999        26.810000000000002        27.208749999999998        27.607500000000002        28.006250000000001        28.404999999999998        28.803750000000001        29.202500000000001        29.601250000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        29.571428571428573        29.142857142857142        28.714285714285715        28.285714285714285        27.857142857142858        27.428571428571427        27.000000000000000        26.571428571428573        26.142857142857142        25.714285714285715        25.285714285714285        24.857142857142858        24.428571428571431        24.000000000000000        23.571428571428573        23.142857142857142        22.714285714285715        22.285714285714285        21.857142857142858        21.428571428571431        21.000000000000000        20.571428571428569        20.142857142857142        19.714285714285715        19.285714285714285        18.857142857142858        18.428571428571431        18.000000000000000        17.571428571428569        17.142857142857146        16.714285714285715        16.285714285714285        15.857142857142858        15.428571428571429        15.000000000000000        14.571428571428573        14.142857142857142        13.714285714285715        13.285714285714285        12.857142857142858        12.428571428571427        12.000000000000000        11.571428571428569        11.142857142857142        10.714285714285712        10.285714285714285        9.8571428571428577        9.4285714285714270        9.0000000000000000        8.5714285714285694        8.1428571428571423        7.7142857142857153        7.2857142857142847        6.8571428571428577        6.4285714285714306        6.0000000000000000        5.5714285714285730        5.1428571428571423        4.7142857142857153        4.2857142857142883        3.8571428571428577        3.4285714285714306        3.0000000000000000        2.5714285714285730        2.1428571428571423        1.7142857142857153        1.2857142857142847       0.85714285714285765       0.42857142857142705        0.0000000000000000     
 v =   -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998     
 ug =   -9.9000000000000004       -9.7000000000000011       -9.5000000000000000       -9.3000000000000007       -9.0999999999999996       -8.9000000000000004       -8.7000000000000011       -8.5000000000000000       -8.4199999999999999       -8.3000000000000007       -8.0999999999999996       -7.9000000000000004       -7.7000000000000002       -7.5000000000000000       -7.3000000000000007       -7.1000000000000005       -6.9000000000000004       -6.7000000000000002       -6.5000000000000000       -6.3000000000000007       -6.1000000000000005       -5.9000000000000004       -5.7000000000000002       -5.5000000000000000       -5.3800000000000008       -5.3000000000000007       -5.1000000000000005       -4.9000000000000004       -4.7000000000000002       -4.5000000000000000       -4.3000000000000007       -4.1000000000000005       -3.9000000000000004       -3.7000000000000002       -3.5000000000000000       -3.3800000000000008       -3.3000000000000007       -3.1000000000000005       -2.9000000000000004       -2.7000000000000002       -2.5000000000000000       -2.3000000000000007       -2.1000000000000005       -1.9000000000000004       -1.5012500000000000       -1.1025000000000000      -0.70375000000000010      -0.30499999999999994        9.3750000000000000E-002  0.49249999999999972       0.89124999999999988        1.2900000000000000        1.6887500000000002        2.0874999999999999        2.4862500000000005        2.8849999999999993        3.2837499999999999        3.6824999999999997        4.0812499999999989        4.4800000000000004        4.8787500000000001        5.2774999999999999        5.6762499999999996        6.0749999999999993        6.4737499999999990        6.8725000000000005        7.2712499999999984        7.6699999999999982        8.0687499999999996        8.4674999999999994        8.8662499999999991        9.2649999999999988        9.6637499999999985        10.062499999999998        10.461250000000000        10.859999999999999        11.258749999999999        11.657499999999999        12.056249999999999        12.455000000000000        12.853750000000000        13.252499999999998        13.651249999999999        14.049999999999999        14.448749999999999        14.847499999999998        15.246249999999998        15.645000000000001        16.043749999999999        16.442499999999999        16.841250000000002        17.239999999999998        17.638750000000002        18.037500000000001        18.436249999999998        18.835000000000001        19.233750000000001        19.632500000000000        20.031250000000000        20.430000000000000        20.828749999999999        21.227499999999999        21.626250000000002        22.024999999999999        22.423749999999998        22.822500000000002        23.221250000000001        23.620000000000001        24.018750000000001        24.417500000000000        24.816250000000000        25.215000000000000        25.613750000000003        26.012499999999999        26.411249999999999        26.810000000000002        27.208749999999998        27.607500000000002        28.006250000000001        28.404999999999998        28.803750000000001        29.202500000000001        29.601250000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        30.000000000000000        29.571428571428573        29.142857142857142        28.714285714285715        28.285714285714285        27.857142857142858        27.428571428571427        27.000000000000000        26.571428571428573        26.142857142857142        25.714285714285715        25.285714285714285        24.857142857142858        24.428571428571431        24.000000000000000        23.571428571428573        23.142857142857142        22.714285714285715        22.285714285714285        21.857142857142858        21.428571428571431        21.000000000000000        20.571428571428569        20.142857142857142        19.714285714285715        19.285714285714285        18.857142857142858        18.428571428571431        18.000000000000000        17.571428571428569        17.142857142857146        16.714285714285715        16.285714285714285        15.857142857142858        15.428571428571429        15.000000000000000        14.571428571428573        14.142857142857142        13.714285714285715        13.285714285714285        12.857142857142858        12.428571428571427        12.000000000000000        11.571428571428569        11.142857142857142        10.714285714285712        10.285714285714285        9.8571428571428577        9.4285714285714270        9.0000000000000000        8.5714285714285694        8.1428571428571423        7.7142857142857153        7.2857142857142847        6.8571428571428577        6.4285714285714306        6.0000000000000000        5.5714285714285730        5.1428571428571423        4.7142857142857153        4.2857142857142883        3.8571428571428577        3.4285714285714306        3.0000000000000000        2.5714285714285730        2.1428571428571423        1.7142857142857153        1.2857142857142847       0.85714285714285765       0.42857142857142705        0.0000000000000000     
 vg =   -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998       -3.7999999999999998     
 theta =    297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        297.89999999999998        298.25153374233128        298.83742331288340        299.42331288343559        300.00920245398771        300.59509202453984        301.18098159509202        301.76687116564415        302.35276073619627        302.93865030674846        303.52453987730058        304.11042944785277        304.69631901840489        305.28220858895702        305.86809815950920        306.45398773006133        306.80552147239263        307.03987730061351        307.62576687116564        308.21165644171776        308.79754601226995        309.38343558282207        309.96932515337420        310.55521472392638        311.14110429447851        311.72699386503069        312.31288343558282        312.66441717791412        312.89877300613495        313.48466257668713        314.07055214723925        314.65644171779138        315.24233128834356        315.82822085889569        316.41411042944787        317.00000000000000        317.41063636363634        317.82127272727274        318.23190909090908        318.64254545454543        319.05318181818183        319.46381818181817        319.87445454545457        320.28509090909091        320.69572727272725        321.10636363636365        321.51700000000000        321.92763636363634        322.33827272727274        322.74890909090908        323.15954545454548        323.57018181818182        323.98081818181817        324.39145454545456        324.80209090909091        325.21272727272725        325.62336363636365        326.03399999999999        326.44463636363639        326.85527272727273        327.26590909090908        327.67654545454548        328.08718181818182        328.49781818181816        328.90845454545456        329.31909090909090        329.72972727272730        330.14036363636365        330.55099999999999        330.96163636363639        331.37227272727273        331.78290909090907        332.19354545454547        332.60418181818181        333.01481818181821        333.42545454545456        333.83609090909090        334.24672727272730        334.65736363636364        335.06799999999998        335.47863636363638        335.88927272727273        336.29990909090907        336.71054545454547        337.12118181818181        337.53181818181821        337.94245454545455        338.35309090909089        338.76372727272729        339.17436363636364        339.58500000000004        339.99563636363638        340.40627272727272        340.81690909090912        341.22754545454546        341.63818181818181        342.04881818181821        342.45945454545455        342.87009090909089        343.28072727272729        343.69136363636363        344.10200000000003        344.51263636363637        344.92327272727272        345.33390909090912        345.74454545454546        346.15518181818186        346.56581818181820        346.97645454545454        347.38709090909094        347.79772727272729        348.20836363636363        348.61900000000003        349.02963636363637        349.44027272727271        349.85090909090911        350.26154545454546        350.67218181818185        351.08281818181820        351.49345454545454        351.90409090909094        352.31472727272728        352.72536363636362        353.13600000000002        353.54663636363637        353.95727272727277        354.36790909090911        354.77854545454545        355.18918181818185        355.59981818181819        356.01045454545454        356.42109090909094        356.83172727272728        357.24236363636362        357.65300000000002        358.06363636363636        358.47427272727276        358.88490909090910        359.29554545454545        359.70618181818185        360.11681818181819        360.52745454545459        360.93809090909093        361.34872727272727        361.75936363636367        362.17000000000002        363.33800000000002        364.50600000000003        365.67400000000004        366.84200000000004        368.00999999999999        369.17800000000000        370.34600000000000        371.51400000000001        372.68200000000002        373.85000000000002        375.01800000000003        376.18600000000004        377.35399999999998        378.52199999999999        379.69000000000000        380.85800000000000        382.02600000000001        383.19400000000002        384.36200000000002        385.53000000000003        386.69799999999998        387.86599999999999        389.03399999999999        390.20200000000000        391.37000000000000        394.49279999999999        397.61560000000003        400.73840000000001        403.86120000000000        406.98399999999998        410.10680000000002        413.22960000000000        416.35239999999999        419.47519999999997        422.59800000000001        425.72080000000000        428.84359999999998        431.96640000000002        435.08920000000001        438.21199999999999        441.33479999999997        444.45760000000001        447.58040000000000        450.70319999999998        453.82600000000002        456.94880000000001        460.07159999999999        463.19439999999997        466.31720000000001        469.44000000000000     
 rt =    1.6260000000000000E-002   1.5953648648648650E-002   1.5647297297297299E-002   1.5340945945945947E-002   1.5034594594594594E-002   1.4728243243243243E-002   1.4421891891891893E-002   1.4115540540540540E-002   1.3993000000000000E-002   1.3717119047619047E-002   1.3257317460317461E-002   1.2797515873015874E-002   1.2337714285714285E-002   1.1877912698412698E-002   1.1418111111111112E-002   1.0958309523809523E-002   1.0498507936507938E-002   1.0038706349206349E-002   9.5789047619047624E-003   9.1191031746031756E-003   8.6593015873015870E-003   8.1995000000000002E-003   7.7396984126984134E-003   7.2798968253968248E-003   7.0040158730158737E-003   6.8200952380952379E-003   6.3602936507936511E-003   5.9004920634920643E-003   5.4406904761904757E-003   4.9808888888888889E-003   4.5210873015873020E-003   4.0612857142857152E-003   3.6014841269841266E-003   3.1416825396825398E-003   2.6818809523809529E-003   2.4060000000000002E-003   2.3734054054054057E-003   2.2919189189189188E-003   2.2104324324324323E-003   2.1289459459459458E-003   2.0474594594594594E-003   1.9659729729729729E-003   1.8844864864864864E-003   1.8029999999999999E-003   1.7669399999999998E-003   1.7308800000000000E-003   1.6948199999999999E-003   1.6587600000000000E-003   1.6226999999999999E-003   1.5866399999999998E-003   1.5505800000000000E-003   1.5145199999999999E-003   1.4784600000000000E-003   1.4423999999999999E-003   1.4063399999999998E-003   1.3702800000000000E-003   1.3342199999999999E-003   1.2981600000000000E-003   1.2620999999999999E-003   1.2260399999999999E-003   1.1899799999999998E-003   1.1539200000000001E-003   1.1178600000000000E-003   1.0817999999999999E-003   1.0457399999999999E-003   1.0096800000000000E-003   9.7361999999999991E-004   9.3755999999999993E-004   9.0149999999999996E-004   8.6543999999999998E-004   8.2937999999999990E-004   7.9331999999999992E-004   7.5726000000000005E-004   7.2119999999999997E-004   6.8513999999999988E-004   6.4908000000000001E-004   6.1301999999999993E-004   5.7695999999999984E-004   5.4089999999999997E-004   5.0484000000000011E-004   4.6878000000000002E-004   4.3271999999999994E-004   3.9665999999999985E-004   3.6059999999999998E-004   3.2454000000000011E-004   2.8848000000000003E-004   2.5241999999999994E-004   2.1636000000000008E-004   1.8029999999999999E-004   1.4423999999999991E-004   1.0818000000000004E-004   7.2119999999999953E-005   3.6060000000000085E-005   0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 p_in_Pa =   -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998     
 subs =    0.0000000000000000       -2.2123893805309734E-004  -4.4247787610619468E-004  -6.6371681415929213E-004  -8.8495575221238937E-004  -1.1061946902654867E-003  -1.3274336283185843E-003  -1.5486725663716814E-003  -1.6371681415929204E-003  -1.7699115044247787E-003  -1.9911504424778761E-003  -2.2123893805309734E-003  -2.4336283185840708E-003  -2.6548672566371685E-003  -2.8761061946902654E-003  -3.0973451327433628E-003  -3.3185840707964606E-003  -3.5398230088495575E-003  -3.7610619469026548E-003  -3.9823008849557522E-003  -4.2035398230088495E-003  -4.4247787610619468E-003  -4.6460176991150442E-003  -4.8672566371681415E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -5.0000000000000001E-003  -4.5000000000000005E-003  -4.0000000000000001E-003  -3.5000000000000001E-003  -3.0000000000000001E-003  -2.5000000000000001E-003  -2.0000000000000000E-003  -1.5000000000000005E-003  -1.0000000000000000E-003  -4.9999999999999958E-004   0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 Path to sounding: bomex_sounding.in
 File exists?  T
 Path to sclr_sounding: bomex_sclr_sounding.in
 File exists?  T
 Path to edsclr_sounding: bomex_edsclr_sounding.in
 File exists?  T
 Reading in sounding information
 z =    0.0000000000000000        100.00000000000000        200.00000000000000        300.00000000000000        400.00000000000000        500.00000000000000        520.00000000000000        600.00000000000000        700.00000000000000        800.00000000000000        900.00000000000000        1000.0000000000000        1100.0000000000000        1200.0000000000000        1300.0000000000000        1400.0000000000000        1480.0000000000000        1500.0000000000000        1600.0000000000000        1700.0000000000000        1800.0000000000000        1900.0000000000000        2000.0000000000000        2099.9000000000001        2100.0000000000000        2200.0000000000000        2300.0000000000000        2400.0000000000000        2500.0000000000000        2600.0000000000000        2700.0000000000000        2800.0000000000000        2900.0000000000000        3000.0000000000000        3100.0000000000000        3200.0000000000000        3300.0000000000000        3400.0000000000000        3500.0000000000000     
 u =   -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.7500000000000000       -8.5700000000000003       -8.3900000000000006       -8.2100000000000009       -8.0299999999999994       -7.8499999999999996       -7.6699999999999999       -7.4900000000000002       -7.3460000000000001       -7.3100000000000005       -7.1299999999999999       -6.9500000000000002       -6.7700000000000005       -6.5899999999999999       -6.4100000000000001       -6.2301799999999998       -6.2300000000000004       -6.0499999999999998       -5.8700000000000001       -5.6900000000000004       -5.5099999999999998       -5.3300000000000001       -5.1500000000000004       -4.9699999999999998       -4.7900000000000000       -4.6100000000000003       -4.4299999999999997       -4.2500000000000000       -4.0700000000000003       -3.8900000000000001       -3.7100000000000000     
 v =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 ug =   -10.000000000000000       -9.8200000000000003       -9.6400000000000006       -9.4600000000000009       -9.2799999999999994       -9.0999999999999996       -9.0640000000000001       -8.9199999999999999       -8.7400000000000002       -8.5600000000000005       -8.3800000000000008       -8.1999999999999993       -8.0199999999999996       -7.8399999999999999       -7.6600000000000001       -7.4800000000000004       -7.3360000000000003       -7.3000000000000007       -7.1200000000000001       -6.9400000000000004       -6.7600000000000007       -6.5800000000000001       -6.4000000000000004       -6.2201800000000000       -6.2200000000000006       -6.0400000000000000       -5.8600000000000003       -5.6800000000000006       -5.5000000000000000       -5.3200000000000003       -5.1400000000000006       -4.9600000000000000       -4.7800000000000002       -4.6000000000000005       -4.4199999999999999       -4.2400000000000002       -4.0600000000000005       -3.8800000000000003       -3.7000000000000002     
 vg =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 theta =    298.69999999999999        298.69999999999999        298.69999999999999        298.69999999999999        298.69999999999999        298.69999999999999        298.69999999999999        299.00833333333333        299.39375000000001        299.77916666666670        300.16458333333333        300.55000000000001        300.93541666666664        301.32083333333333        301.70625000000001        302.09166666666664        302.39999999999998        302.63076923076920        303.78461538461534        304.93846153846152        306.09230769230766        307.24615384615385        308.39999999999998        308.75131499999998        308.75166666666667        309.10333333333330        309.45499999999998        309.80666666666667        310.15833333333330        310.50999999999999        310.86166666666668        311.21333333333331        311.56500000000000        311.91666666666669        312.26833333333332        312.62000000000000        312.97166666666669        313.32333333333332        313.67500000000001     
 rt =    1.7290000000000000E-002   1.7151538461538461E-002   1.7013076923076922E-002   1.6874615384615384E-002   1.6736153846153849E-002   1.6597692307692310E-002   1.6570000000000001E-002   1.6090000000000000E-002   1.5490000000000000E-002   1.4891282051282052E-002   1.4292564102564104E-002   1.3693846153846154E-002   1.3095128205128205E-002   1.2496410256410257E-002   1.1897692307692307E-002   1.1298974358974359E-002   1.0820000000000000E-002   1.0566153846153847E-002   9.2969230769230759E-003   8.0276923076923069E-003   6.7584615384615378E-003   5.4892307692307688E-003   4.2199999999999998E-003   4.0994539999999998E-003   4.0993333333333333E-003   3.9786666666666668E-003   3.8579999999999999E-003   3.7373333333333330E-003   3.6166666666666665E-003   3.4960000000000000E-003   3.3753333333333331E-003   3.2546666666666666E-003   3.1339999999999996E-003   3.0133333333333331E-003   2.8926666666666666E-003   2.7719999999999997E-003   2.6513333333333328E-003   2.5306666666666663E-003   2.4099999999999998E-003
 p_in_Pa =   -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998     
 subs =    0.0000000000000000       -4.3333331081081084E-004  -8.6666662162162168E-004  -1.2999999324324325E-003  -1.7333332432432434E-003  -2.1666665540540542E-003  -2.2533332162162165E-003  -2.5999998648648650E-003  -3.0333331756756759E-003  -3.4666664864864867E-003  -3.8999997972972975E-003  -4.3333331081081084E-003  -4.7666664189189188E-003  -5.1999997297297301E-003  -5.6333330405405405E-003  -6.0666663513513517E-003  -6.4133330000000002E-003  -6.4999999999999997E-003  -5.4166666111018502E-003  -4.3333332222037007E-003  -3.2499998333055508E-003  -2.1666664444074018E-003  -1.0833330555092523E-003  -1.0829999999998133E-006   0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in check_clubb_settings_api
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in check_clubb_settings_api
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Warning: spurious supersaturation was removed after pdf_closure!
 Warning: spurious supersaturation was removed after pdf_closure!
 Warning: spurious supersaturation was removed after pdf_closure!
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm velocity at k =           10  =   -18.376415784508541      m/s
 Nrm velocity at k =           10  =   -10.723838719717278      m/s
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm velocity at k =            4  =   -28.159757602496235      m/s
 Nrm velocity at k =            4  =   -16.435306947370506      m/s
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm velocity at k =           14  =   -45.522679520167614      m/s
 Nrm velocity at k =           14  =   -26.567664238109192      m/s
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm velocity at k =           12  =   -61.412039092427150      m/s
 Nrm velocity at k =           12  =   -35.840356137249174      m/s
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           10
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           11
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           12
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           13
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            9
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            8
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           14
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           15
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           16
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           17
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=            7
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            1
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            2
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            3
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            4
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            5
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=            6
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 rrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           18
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           19
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           20
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           21
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           22
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           23
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           24
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           25
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           26
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           27
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           28
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           29
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           30
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           31
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           32
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           33
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           34
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           35
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           36
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           37
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           38
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           39
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           40
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           41
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           42
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           43
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           44
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           45
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           46
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           47
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           48
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           49
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           50
 Path to sounding: gabls3_sounding.in
 File exists?  T
 Path to sclr_sounding: gabls3_sclr_sounding.in
 File exists?  T
 Path to edsclr_sounding: gabls3_edsclr_sounding.in
 File exists?  T
 Reading in sounding information
 z =    0.0000000000000000        2.0000000000000000        10.000000000000000        20.000000000000000        40.000000000000000        80.000000000000000        140.00000000000000        205.00000000000000        1800.0000000000000        2200.0000000000000        5000.0000000000000     
 u =    0.0000000000000000      -0.80000000000000004       -4.0000000000000000       -4.0437000000000003       -4.1311999999999998       -4.3060999999999998       -4.5685000000000002       -4.8528000000000002       -2.9186000000000001       -2.0000000000000000       -2.0000000000000000     
 v =    0.0000000000000000       -8.0000000000000002E-002 -0.40000000000000002      -0.40289999999999998      -0.40870000000000001      -0.42040000000000000      -0.43790000000000001      -0.45689999999999997        1.3438000000000001        2.0000000000000000        2.0000000000000000     
 ug =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 vg =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 theta =    298.08980000000003        298.30529999999999        297.78600000000000        297.68369999999999        297.57830000000001        297.56659999999999        297.44920000000002        297.39010000000002        297.76589999999999        301.70010000000002        315.06540000000001     
 rt =    9.3873019077420003E-003   9.3873019077420003E-003   8.5728693898129999E-003   8.4711577248889995E-003   8.3694665725519996E-003   8.2677959265979994E-003   8.1661457808249998E-003   8.0645161290319994E-003   7.5566750629719997E-003   2.0040080160320002E-003   3.0009002700799998E-004
 p_in_Pa =   -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998       -999.89999999999998     
 subs =    0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000        0.0000000000000000     
 stats_nsamp =            1
 stats_nout =            1
 stats_nsamp =            1
 stats_nout =            1
 stats_nsamp =            1
 stats_nout =            1
 stats_nsamp =            1
 stats_nout =           10
CLUBB-TIMER time_loop_init =             0.3326
CLUBB-TIMER time_clubb_advance =         4.4204
CLUBB-TIMER time_clubb_pdf =             0.0002
CLUBB-TIMER time_SILHS =                 0.0001
CLUBB-TIMER time_microphys_scheme =      0.0000
CLUBB-TIMER time_microphys_advance =     0.0000
CLUBB-TIMER time_loop_end =              0.0000
CLUBB-TIMER time_adapt_grid =            0.0000
CLUBB-TIMER time_total =                 5.7926
CLUBB-TIMER time_loop_init =             0.6870
CLUBB-TIMER time_clubb_advance =         8.7588
CLUBB-TIMER time_clubb_pdf =             0.0004
CLUBB-TIMER time_SILHS =                 0.0002
CLUBB-TIMER time_microphys_scheme =      0.0000
CLUBB-TIMER time_microphys_advance =     0.0000
CLUBB-TIMER time_loop_end =              0.0000
CLUBB-TIMER time_adapt_grid =            0.0000
CLUBB-TIMER time_total =                11.4460
CLUBB-TIMER time_loop_init =             0.8702
CLUBB-TIMER time_clubb_advance =        12.3117
CLUBB-TIMER time_clubb_pdf =             2.3613
CLUBB-TIMER time_SILHS =                 1.4524
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           51
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           52
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           53
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           54
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           55
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           56
 Nrm <    0.0000000000000000       in fill_holes_driver_api at k=           57
CLUBB-TIMER time_microphys_scheme =      6.9131
CLUBB-TIMER time_microphys_advance =     0.9423
CLUBB-TIMER time_loop_end =              0.0000
CLUBB-TIMER time_adapt_grid =            0.0000
CLUBB-TIMER time_total =                28.1330
CLUBB-TIMER time_loop_init =             2.0089
CLUBB-TIMER time_clubb_advance =        29.7523
CLUBB-TIMER time_clubb_pdf =             0.0040
CLUBB-TIMER time_SILHS =                 0.0018
CLUBB-TIMER time_microphys_scheme =      0.0000
CLUBB-TIMER time_microphys_advance =     0.0000
CLUBB-TIMER time_loop_end =              0.0000
CLUBB-TIMER time_adapt_grid =            0.0000
CLUBB-TIMER time_total =                55.4677
Configuring file: fire_model.in
Configuring file: bomex_model.in
Configuring file: rico_silhs_model.in
Configuring file: gabls3_model.in
Checking existence of clubb_thread_test
clubb_thread_test executable exists
Removing file(s): clubb_1.in
Removing file(s): clubb_2.in
Removing file(s): clubb_3.in
Removing file(s): clubb_4.in
Done!
Diffing the output... Done!
SUMMARY:
Linux diff did not detect any differences in the compared files.

[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS