Started by GitHub push by huebleruwm
Obtained jenkins_tests/clubb_nvhpc_gpu_acc_vs_cpu_diffness/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness
[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_nvhpc_gpu_acc_vs_cpu_diffness # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> 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 dd59f60c668e6989bf231b72032771c3ac9518d5 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f dd59f60c668e6989bf231b72032771c3ac9518d5 # timeout=10
Commit message: "Undoing accidental changes to compiler config"
> git rev-list --no-walk 1ce764cad4ea41e739b6ce9d95d8bec7db72097f # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Modify Config Flags)
[Pipeline] sh
+ sed -i 's:penta_solve_method.*:penta_solve_method = 2:g' input/tunable_parameters/configurable_model_flags.in
[Pipeline] sh
+ sed -i 's:tridiag_solve_method.*:tridiag_solve_method = 2:g' input/tunable_parameters/configurable_model_flags.in
[Pipeline] sh
+ sed -i 's:num_standalone_columns.*:num_standalone_columns = 32:g' input/tunable_parameters/configurable_model_flags.in
[Pipeline] sh
+ sed -i 's:time_final.*:time_final = 87600:g' input/case_setups/cobra_model.in
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile CPU)
[Pipeline] sh
+ compile/compile.bash -c config/linux_x86_64_gfortran.bash
......................................................................................................................................................................... Make.clubb_lapack is ready.
.................................................................................. Make.clubb_param is ready.
......................... Make.clubb_bugsrad is ready.
... Make.microphys_utils is ready.
..... Make.clubb_parabolic is ready.
.............. Make.clubb_KK_microphys is ready.
................................................. Make.clubb_coamps is ready.
... Make.clubb_morrison is ready.
... Make.clubb_gfdlact is ready.
............. Make.silhs is ready.
.................................................................. Make.clubb_other is ready.
... Make.clubb_standalone is ready.
... Make.clubb_thread_test is ready.
............ Make.clubb_tuner is ready.
... Make.jacobian is ready.
................ Make.G_unit_tests is ready.
... Make.int2txt is ready.
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_param
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_gfdlact
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clubb_precision.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SCM_Activation/aer_ccn_act_k.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/error_code.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/model_flags.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/lapack_interfaces.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/parameter_indices.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/parameters_model.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/endian.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/code_timer_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/input_names.F90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mt95.f90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/penta_lu_solver.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/penta_lu_solver.F90:131:22:
131 | integer :: i, k, j ! Loop variables
| 1
Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/tridiag_lu_solver.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/array_index.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/constants_clubb.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stat_file_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_variables.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/file_functions.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_gfdlact.a aer_ccn_act_k.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_gfdlact.a
a - aer_ccn_act_k.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/interpolation.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/calc_roots.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/pdf_parameter_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/lapack_wrap.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/lapack_wrap.F90:239:16:
239 | subd, diag, supd
| 1
Warning: Unused variable ‘diag’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/lapack_wrap.F90:239:10:
239 | subd, diag, supd
| 1
Warning: Unused variable ‘subd’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/lapack_wrap.F90:239:22:
239 | subd, diag, supd
| 1
Warning: Unused variable ‘supd’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/calendar.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_hybrid_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_operations.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/T_in_K_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/saturation.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/saturation.F90:1378:10:
1378 | rsat
| 1
Warning: Unused variable ‘rsat’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/saturation.F90:854:8:
854 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘ep’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/saturation.F90:882:16:
882 | integer :: i, k ! Loop indices
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/saturation.F90:882:19:
882 | integer :: i, k ! Loop indices
| 1
Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/saturation.F90:1078:32:
1078 | subroutine sat_vapor_press_ice( nz, ngrdcol, T_in_K, saturation_formula, &
| ^
Warning: ‘sat_vapor_press_ice’ defined but not used [-Wunused-function]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clip_semi_implicit.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/sigma_sqd_w_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c -I/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/output_grads.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/pdf_utilities.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_tsdadg_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/LY93_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/hydromet_pdf_parameter_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/Nc_Ncn_eqns.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/diagnose_correlations_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_type.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:2237:8:
2237 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1887:38:
1887 | real( kind = core_rknd ) :: factor
| 1
Warning: Unused variable ‘factor’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1360:8:
1360 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘fstdout’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1356:8:
1356 | use model_flags, only: &
| 1
Warning: Unused parameter ‘l_cubic_interp’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1356:8:
1356 | use model_flags, only: &
| 1
Warning: Unused module variable ‘l_quintic_poly_interp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1312:8:
1312 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘fstdout’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1308:8:
1308 | use model_flags, only: &
| 1
Warning: Unused parameter ‘l_cubic_interp’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1308:8:
1308 | use model_flags, only: &
| 1
Warning: Unused module variable ‘l_quintic_poly_interp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1208:8:
1208 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘fstdout’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1204:8:
1204 | use model_flags, only: &
| 1
Warning: Unused parameter ‘l_cubic_interp’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1204:8:
1204 | use model_flags, only: &
| 1
Warning: Unused module variable ‘l_quintic_poly_interp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1162:8:
1162 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘fstdout’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1158:8:
1158 | use model_flags, only: &
| 1
Warning: Unused parameter ‘l_cubic_interp’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90:1158:8:
1158 | use model_flags, only: &
| 1
Warning: Unused module variable ‘l_quintic_poly_interp’ which has been explicitly imported at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/input_reader.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/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]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:546:16:
546 | integer :: i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:438:16:
438 | integer :: i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:224:16:
224 | integer :: i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:167:24:
167 | old_soln, & ! Intent(in)
| 1
Warning: Unused dummy argument ‘old_soln’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:165:26:
165 | solve_name, penta_solve_method, & ! Intent(in)
| 1
Warning: Unused dummy argument ‘solve_name’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:106:16:
106 | integer :: i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:50:24:
50 | old_soln, & ! Intent(in)
| 1
Warning: Unused dummy argument ‘old_soln’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:48:26:
48 | solve_name, penta_solve_method, & ! Intent(in)
| 1
Warning: Unused dummy argument ‘solve_name’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_type_utilities.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/corr_varnce_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_zm_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_zt_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_lh_zt_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_lh_sfc_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_rad_zt_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_rad_zm_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_sfc_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/precipitation_fraction.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/sponge_layer_damping.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/parameters_tunable.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/parameters_tunable.F90:440:19:
440 | integer :: k, i ! loop variable
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/parameters_tunable.F90:2096:32:
2096 | subroutine init_parameters_999( &
| ^
Warning: ‘init_parameters_999’ defined but not used [-Wunused-function]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/diffusion.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/index_mapping.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_helper_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_helper_module.F90:1630:16:
1630 | integer :: i, k
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_helper_module.F90:1630:19:
1630 | integer :: i, k
| 1
Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_helper_module.F90:566:56:
566 | thlm, um, vm, em, Lscale, exner, rtm, &
| 1
Warning: Unused dummy argument ‘em’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_helper_module.F90:367:8:
367 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘one_half’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_helper_module.F90:367:8:
367 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘zero_threshold’ which has been explicitly imported at (1) [-Wunused-parameter]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mean_adv.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/turbulent_adv_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/pos_definite_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/Skx_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/calc_pressure.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp3_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp3_module.F90:119:16:
119 | integer :: i, k, sclr ! Loop index
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp3_module.F90:119:19:
119 | integer :: i, k, sclr ! Loop index
| 1
Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/output_netcdf.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/output_netcdf.F90:221:8:
221 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/output_netcdf.F90:218:8:
218 | use parameter_indices, only: &
| 1
Warning: Unused parameter ‘nparams’ which has been explicitly imported at (1) [-Wunused-parameter]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/fill_holes.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/fill_holes.F90:649:41:
649 | rho_ds_zm, rho_ds_zt, exner, & ! Intent(in)
| 1
Warning: Unused dummy argument ‘rho_ds_zm’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/fill_holes.F90:95:7:
95 | j, &
| 1
Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mono_flux_limiter.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mono_flux_limiter.F90:1262:13:
1262 | k_tdiag = 2, & ! Thermodynamic main diagonal index.
| 1
Warning: Unused parameter ‘k_tdiag’ declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mono_flux_limiter.F90:1263:15:
1263 | km1_tdiag = 3 ! Thermodynamic subdiagonal index.
| 1
Warning: Unused parameter ‘km1_tdiag’ declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mono_flux_limiter.F90:1261:15:
1261 | kp1_tdiag = 1, & ! Thermodynamic superdiagonal index.
| 1
Warning: Unused parameter ‘kp1_tdiag’ declared at (1) [-Wunused-parameter]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clip_explicit.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clip_explicit.F90:872:43:
872 | subroutine clip_variance( nz, ngrdcol, gr, solve_type, dt, threshold, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clip_explicit.F90:426:40:
426 | subroutine clip_covar( nz, ngrdcol, gr, solve_type, l_first_clip_ts, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clip_explicit.F90:157:22:
157 | integer :: sclr, i ! scalar array index.
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90:599:29:
599 | -- this is likely unsafe and considered fatal"
| 1
Warning: Missing ‘&’ in continued character constant at (1) [-Wampersand]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90:1308:49:
1308 | subroutine windm_edsclrm_solve( nz, ngrdcol, gr, nrhs, ixm_matrix_condt_num, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90:1832:13:
1832 | k_tdiag = 2, & ! Thermodynamic main diagonal index.
| 1
Warning: Unused parameter ‘k_tdiag’ declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90:1833:15:
1833 | km1_tdiag = 3 ! Thermodynamic subdiagonal index.
| 1
Warning: Unused parameter ‘km1_tdiag’ declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90:1831:15:
1831 | kp1_tdiag = 1, & ! Thermodynamic superdiagonal index.
| 1
Warning: Unused parameter ‘kp1_tdiag’ declared at (1) [-Wunused-parameter]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_pdf_main.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_hybrid_pdf_main.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/numerical_check.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:4330:8:
4330 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘eps’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:4189:43:
4189 | subroutine xm_wpxp_solve( nz, ngrdcol, gr, nrhs, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1548:22:
1548 | integer :: i, k, b
| 1
Warning: Unused variable ‘b’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1135:74:
1135 | subroutine xm_wpxp_lhs( nz, ngrdcol, l_iter, dt, wpxp, wm_zt, C7_Skw_fnc, & ! In
| 1
Warning: Unused dummy argument ‘c7_skw_fnc’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1275:45:
1275 | logical :: l_upper_thresh, l_lower_thresh ! flags for clip_semi_imp_lhs
| 1
Warning: Unused variable ‘l_lower_thresh’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1275:29:
1275 | logical :: l_upper_thresh, l_lower_thresh ! flags for clip_semi_imp_lhs
| 1
Warning: Unused variable ‘l_upper_thresh’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1213:8:
1213 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘one’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1141:40:
1141 | stats_metadata, & ! In
| 1
Warning: Unused dummy argument ‘stats_metadata’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1135:62:
1135 | subroutine xm_wpxp_lhs( nz, ngrdcol, l_iter, dt, wpxp, wm_zt, C7_Skw_fnc, & ! In
| 1
Warning: Unused dummy argument ‘wm_zt’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1135:55:
1135 | subroutine xm_wpxp_lhs( nz, ngrdcol, l_iter, dt, wpxp, wm_zt, C7_Skw_fnc, & ! In
| 1
Warning: Unused dummy argument ‘wpxp’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1136:56:
1136 | wpxp_upper_lim, wpxp_lower_lim, & ! In
| 1
Warning: Unused dummy argument ‘wpxp_lower_lim’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1136:40:
1136 | wpxp_upper_lim, wpxp_lower_lim, & ! In
| 1
Warning: Unused dummy argument ‘wpxp_upper_lim’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:5805:57:
5805 | rho_ds_zm, rho_ds_zt, &
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:3971:22:
3971 | sclr, i, b, k, l ! Loop index
| 1
Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:3431:34:
3431 | integer :: i, k, k_low, k_high
| 1
Warning: Unused variable ‘k_high’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:3431:26:
3431 | integer :: i, k, k_low, k_high
| 1
Warning: Unused variable ‘k_low’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:3412:35:
3412 | real( kind = core_rknd ) :: tmp
| 1
Warning: Unused variable ‘tmp’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:3415:20:
3415 | turbulent_prod, & ! Turbulent production term [{x_a units}*{x_b units}/s]
| 1
Warning: Unused variable ‘turbulent_prod’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2962:60:
2962 | C4_1d, invrs_tau_C4_zm, C14_1d, invrs_tau_C14_zm, & ! In
| 1
Warning: Unused dummy argument ‘c14_1d’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2962:35:
2962 | C4_1d, invrs_tau_C4_zm, C14_1d, invrs_tau_C14_zm, & ! In
| 1
Warning: Unused dummy argument ‘c4_1d’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2999:8:
2999 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘one_third’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:3084:35:
3084 | real( kind = core_rknd ) :: tmp
| 1
Warning: Unused variable ‘tmp’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2999:8:
2999 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘two_thirds’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2677:13:
2677 | k_mdiag = 2, & ! Momentum main diagonal index.
| 1
Warning: Unused parameter ‘k_mdiag’ declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2678:15:
2678 | km1_mdiag = 3 ! Momentum subdiagonal index.
| 1
Warning: Unused parameter ‘km1_mdiag’ declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2676:15:
2676 | kp1_mdiag = 1, & ! Momentum superdiagonal index.
| 1
Warning: Unused parameter ‘kp1_mdiag’ declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2583:42:
2583 | integer :: i, k, low_bound, high_bound
| 1
Warning: Unused variable ‘high_bound’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2583:30:
2583 | integer :: i, k, low_bound, high_bound
| 1
Warning: Unused variable ‘low_bound’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1577:28:
1577 | integer :: sclr, k, i, j
| 1
Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:414:18:
414 | rtm_zm, test
| 1
Warning: Unused variable ‘test’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/sfc_varnce_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mixing_length.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mixing_length.F90:889:8:
889 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘three’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mixing_length.F90:21:50:
21 | stats_metadata, &
| 1
Warning: Unused dummy argument ‘stats_metadata’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:5366:46:
5366 | subroutine wp3_term_pr1_rhs( nz, ngrdcol, gr, C8, C8b, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:2162:38:
2162 | subroutine wp23_rhs( nz, ngrdcol, gr, dt, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:1823:38:
1823 | subroutine wp23_lhs( nz, ngrdcol, gr, dt, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:1273:10:
1273 | nrhs = 1 ! Number of RHS vectors
| 1
Warning: Unused parameter ‘nrhs’ declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:1186:45:
1186 | rho_ds_zm, rho_ds_zt, &
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:1373:15:
1373 | threshold ! Minimum value for wp2 [m^2/s^2]
| 1
Warning: Unused variable ‘threshold’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_clubb_utilities.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_clubb_utilities.F90:1587:45:
1587 | subroutine stats_end_timestep( clubb_params, stats_metadata, & ! intent(in)
| 1
Warning: Unused dummy argument ‘clubb_params’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_clubb_utilities.F90:1594:51:
1594 | l_standard_term_ta &
| 1
Warning: Unused dummy argument ‘l_standard_term_ta’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_clubb_utilities.F90:1593:44:
1593 | l_tke_aniso, &
| 1
Warning: Unused dummy argument ‘l_tke_aniso’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_clubb_utilities.F90:1592:45:
1592 | , l_uv_nudge, &
| 1
Warning: Unused dummy argument ‘l_uv_nudge’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/pdf_closure_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90:262:25:
262 | ice_supersat_frac_1, & ! Ice supersaturation fraction (1st PDF comp.) [-]
| 1
Warning: Unused variable ‘ice_supersat_frac_1’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90:263:25:
263 | ice_supersat_frac_2 ! Ice supersaturation fraction (2nd PDF comp.) [-]
| 1
Warning: Unused variable ‘ice_supersat_frac_2’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:5018:47:
5018 | call calc_trapezoid_zm( nz, ngrdcol, gr, wpthvp, wpthvp_zt, & ! Intent(in)
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zm’ and INTENT(OUT) argument ‘trapezoid_zm’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:5021:47:
5021 | call calc_trapezoid_zm( nz, ngrdcol, gr, thlpthvp, thlpthvp_zt, & ! Intent(in)
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zm’ and INTENT(OUT) argument ‘trapezoid_zm’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:5024:47:
5024 | call calc_trapezoid_zm( nz, ngrdcol, gr, rtpthvp, rtpthvp_zt, & ! Intent(in)
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zm’ and INTENT(OUT) argument ‘trapezoid_zm’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4912:34:
4912 | wprtp2, wprtp2_zm, &
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zt’ and INTENT(OUT) argument ‘trapezoid_zt’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4917:34:
4917 | wpthlp2, wpthlp2_zm, &
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zt’ and INTENT(OUT) argument ‘trapezoid_zt’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4922:34:
4922 | wprtpthlp, wprtpthlp_zm, &
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zt’ and INTENT(OUT) argument ‘trapezoid_zt’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4947:30:
4947 | cloud_frac, cloud_frac_zm, &
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zt’ and INTENT(OUT) argument ‘trapezoid_zt’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4951:30:
4951 | ice_supersat_frac, ice_supersat_frac_zm, &
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zt’ and INTENT(OUT) argument ‘trapezoid_zt’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4955:30:
4955 | rcm, rcm_zm, &
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zt’ and INTENT(OUT) argument ‘trapezoid_zt’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4959:30:
4959 | wp2thvp, wp2thvp_zm, &
| 1
Warning: Same actual argument associated with INTENT(IN) argument ‘variable_zt’ and INTENT(OUT) argument ‘trapezoid_zt’ at (1)
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4850:21:
4850 | integer :: i, k, sclr
| 1
Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4178:10:
4178 | use parameter_indices, only: &
| 1
Warning: Unused parameter ‘iskw_max_mag’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4208:10:
4208 | use model_flags, only: &
| 1
Warning: Unused parameter ‘lapack’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4162:40:
4162 | subroutine check_clubb_settings( nzmax, params, & ! intent(in)
| 1
Warning: Unused dummy argument ‘nzmax’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:144:23:
144 | hydromet, l_mix_rat_hm, & ! intent(in)
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:215:8:
215 | use parameter_indices, only: &
| 1
Warning: Unused parameter ‘iup2_sfc_coef’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90:198:8:
198 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘num_hf_draw_points’ which has been explicitly imported at (1) [-Wunused-parameter]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clubb_api_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clubb_api_module.F90:1021:16:
1021 | integer :: i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_param.a stats_zm_module.o sponge_layer_damping.o new_pdf_main.o lapack_wrap.o output_netcdf.o stats_variables.o endian.o code_timer_module.o input_reader.o mt95.o new_hybrid_pdf_main.o diffusion.o penta_lu_solver.o clubb_precision.o fill_holes.o advance_xm_wpxp_module.o matrix_solver_wrapper.o sigma_sqd_w_module.o Skx_module.o calc_pressure.o advance_clubb_core_module.o lapack_interfaces.o stats_zt_module.o new_tsdadg_pdf.o mean_adv.o input_names.o hydromet_pdf_parameter_module.o mixing_length.o error_code.o advance_xp2_xpyp_module.o model_flags.o precipitation_fraction.o pdf_parameter_module.o corr_varnce_module.o new_hybrid_pdf.o stat_file_module.o parameters_tunable.o adg1_adg2_3d_luhar_pdf.o T_in_K_module.o stats_type_utilities.o numerical_check.o stats_rad_zm_module.o stats_clubb_utilities.o constants_clubb.o stats_sfc_module.o advance_xp3_module.o advance_windm_edsclrm_module.o grid_class.o tridiag_lu_solver.o parameters_model.o setup_clubb_pdf_params.o stats_type.o calendar.o stats_lh_sfc_module.o sfc_varnce_module.o advance_helper_module.o parameter_indices.o Nc_Ncn_eqns.o stats_lh_zt_module.o clubb_api_module.o pdf_utilities.o clip_explicit.o turbulent_adv_pdf.o index_mapping.o matrix_operations.o LY93_pdf.o array_index.o calc_roots.o file_functions.o output_grads.o diagnose_correlations_module.o new_pdf.o stats_rad_zt_module.o pdf_closure_module.o interpolation.o pos_definite_module.o advance_wp2_wp3_module.o saturation.o clip_semi_implicit.o mono_flux_limiter.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_param.a
a - stats_zm_module.o
a - sponge_layer_damping.o
a - new_pdf_main.o
a - lapack_wrap.o
a - output_netcdf.o
a - stats_variables.o
a - endian.o
a - code_timer_module.o
a - input_reader.o
a - mt95.o
a - new_hybrid_pdf_main.o
a - diffusion.o
a - penta_lu_solver.o
a - clubb_precision.o
a - fill_holes.o
a - advance_xm_wpxp_module.o
a - matrix_solver_wrapper.o
a - sigma_sqd_w_module.o
a - Skx_module.o
a - calc_pressure.o
a - advance_clubb_core_module.o
a - lapack_interfaces.o
a - stats_zt_module.o
a - new_tsdadg_pdf.o
a - mean_adv.o
a - input_names.o
a - hydromet_pdf_parameter_module.o
a - mixing_length.o
a - error_code.o
a - advance_xp2_xpyp_module.o
a - model_flags.o
a - precipitation_fraction.o
a - pdf_parameter_module.o
a - corr_varnce_module.o
a - new_hybrid_pdf.o
a - stat_file_module.o
a - parameters_tunable.o
a - adg1_adg2_3d_luhar_pdf.o
a - T_in_K_module.o
a - stats_type_utilities.o
a - numerical_check.o
a - stats_rad_zm_module.o
a - stats_clubb_utilities.o
a - constants_clubb.o
a - stats_sfc_module.o
a - advance_xp3_module.o
a - advance_windm_edsclrm_module.o
a - grid_class.o
a - tridiag_lu_solver.o
a - parameters_model.o
a - setup_clubb_pdf_params.o
a - stats_type.o
a - calendar.o
a - stats_lh_sfc_module.o
a - sfc_varnce_module.o
a - advance_helper_module.o
a - parameter_indices.o
a - Nc_Ncn_eqns.o
a - stats_lh_zt_module.o
a - clubb_api_module.o
a - pdf_utilities.o
a - clip_explicit.o
a - turbulent_adv_pdf.o
a - index_mapping.o
a - matrix_operations.o
a - LY93_pdf.o
a - array_index.o
a - calc_roots.o
a - file_functions.o
a - output_grads.o
a - diagnose_correlations_module.o
a - new_pdf.o
a - stats_rad_zt_module.o
a - pdf_closure_module.o
a - interpolation.o
a - pos_definite_module.o
a - advance_wp2_wp3_module.o
a - saturation.o
a - clip_semi_implicit.o
a - mono_flux_limiter.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_lapack
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlartg.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaev2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dtbsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/spotrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dasum.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/idamax.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlacpy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssyr2k.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbtrs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgttrs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbequ.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssteqr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlarfg.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slasrt.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/iladlr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssyr2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ilaslc.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/isamax.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slascl.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlassq.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbmv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaswp.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slapy2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlansy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorgtr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/disnan.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssyev.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/scopy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsytrd.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlarf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_shared/lsame.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaset.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaqgb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ilaslr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorgqr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/iladlc.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgemv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/ddot.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slagtm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgemm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/snrm2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssymv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slamch.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbrfs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/ieeeck.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtrfs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorgql.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsytd2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsyrk.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlangt.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/drscl.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slae2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/spoequ.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slarft.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssterf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slantb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaqsy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/spotrf2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/strsm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slanst.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/daxpy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbtrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbtf2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlatrd.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgttrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sscal.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slacn2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtsvx.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dtrmv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slabad.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbsvx.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlangb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slatbs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sger.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaisnan.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slarfb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/strmm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorg2l.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlasr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtts2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dswap.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbcon.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorg2r.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/iparmq.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtcon.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slacpy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsyr2k.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sasum.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dpotrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/stbsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaev2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slartg.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slansy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlapy2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaswp.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbmv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slassq.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlascl.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsyr2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slarfg.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsteqr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlasrt.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbequ.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgttrs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbtrs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slarf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssytrd.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dcopy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsyev.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sisnan.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorgtr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssytd2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorgql.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtrfs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/ilaenv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbrfs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsymv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlamch.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dnrm2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sdot.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgemm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlagtm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgemv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorgqr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaqgb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaset.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaqsy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlantb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsterf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlarft.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dpoequ.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlae2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/srscl.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slangt.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssyrk.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlacn2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dscal.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgttrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slatrd.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbtf2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbtrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/saxpy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dtrsm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlanst.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dpotrf2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dtrmm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlarfb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaisnan.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlatbs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dger.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slangb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbsvx.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlabad.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/strmv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtsvx.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtcon.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorg2r.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbcon.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sswap.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtts2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_shared/xerbla.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slasr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorg2l.f
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_lapack.a dlartg.o slaev2.o dtbsv.o spotrf.o dasum.o idamax.o dlacpy.o ssyr2k.o sgbtrs.o dgttrs.o sgbequ.o ssteqr.o dlarfg.o slasrt.o iladlr.o ssyr2.o ilaslc.o isamax.o slascl.o dlassq.o sgbmv.o slaswp.o slapy2.o dlansy.o sgbsv.o dorgtr.o disnan.o ssyev.o dgtsv.o scopy.o dsytrd.o dlarf.o lsame.o slaset.o slaqgb.o ilaslr.o dorgqr.o iladlc.o dgemv.o ddot.o slagtm.o sgemm.o snrm2.o ssymv.o slamch.o dgbrfs.o ieeeck.o sgtrfs.o sorgql.o dsytd2.o dsyrk.o dlangt.o drscl.o slae2.o spoequ.o slarft.o ssterf.o slantb.o slaqsy.o spotrf2.o strsm.o slanst.o daxpy.o sgbtrf.o sgbtf2.o dlatrd.o dgttrf.o sscal.o slacn2.o dgtsvx.o dtrmv.o slabad.o sgbsvx.o dlangb.o slatbs.o sger.o slaisnan.o slarfb.o strmm.o dorg2l.o dlasr.o dgtts2.o dswap.o dgbcon.o sorg2r.o iparmq.o sgtcon.o slacpy.o dsyr2k.o sasum.o dpotrf.o stbsv.o dlaev2.o slartg.o slansy.o dlapy2.o dlaswp.o dgbmv.o slassq.o dlascl.o dsyr2.o slarfg.o dsteqr.o dlasrt.o dgbequ.o sgttrs.o dgbtrs.o slarf.o ssytrd.o dcopy.o sgtsv.o dsyev.o sisnan.o sorgtr.o dgbsv.o ssytd2.o dorgql.o dgtrfs.o ilaenv.o sgbrfs.o dsymv.o dlamch.o dnrm2.o sdot.o dgemm.o dlagtm.o sgemv.o sorgqr.o dlaqgb.o dlaset.o dlaqsy.o dlantb.o dsterf.o dlarft.o dpoequ.o dlae2.o srscl.o slangt.o ssyrk.o dlacn2.o dscal.o sgttrf.o slatrd.o dgbtf2.o dgbtrf.o saxpy.o dtrsm.o dlanst.o dpotrf2.o dtrmm.o dlarfb.o dlaisnan.o dlatbs.o dger.o slangb.o dgbsvx.o dlabad.o strmv.o sgtsvx.o dgtcon.o dorg2r.o sgbcon.o sswap.o sgtts2.o xerbla.o slasr.o sorg2l.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_lapack.a
a - dlartg.o
a - slaev2.o
a - dtbsv.o
a - spotrf.o
a - dasum.o
a - idamax.o
a - dlacpy.o
a - ssyr2k.o
a - sgbtrs.o
a - dgttrs.o
a - sgbequ.o
a - ssteqr.o
a - dlarfg.o
a - slasrt.o
a - iladlr.o
a - ssyr2.o
a - ilaslc.o
a - isamax.o
a - slascl.o
a - dlassq.o
a - sgbmv.o
a - slaswp.o
a - slapy2.o
a - dlansy.o
a - sgbsv.o
a - dorgtr.o
a - disnan.o
a - ssyev.o
a - dgtsv.o
a - scopy.o
a - dsytrd.o
a - dlarf.o
a - lsame.o
a - slaset.o
a - slaqgb.o
a - ilaslr.o
a - dorgqr.o
a - iladlc.o
a - dgemv.o
a - ddot.o
a - slagtm.o
a - sgemm.o
a - snrm2.o
a - ssymv.o
a - slamch.o
a - dgbrfs.o
a - ieeeck.o
a - sgtrfs.o
a - sorgql.o
a - dsytd2.o
a - dsyrk.o
a - dlangt.o
a - drscl.o
a - slae2.o
a - spoequ.o
a - slarft.o
a - ssterf.o
a - slantb.o
a - slaqsy.o
a - spotrf2.o
a - strsm.o
a - slanst.o
a - daxpy.o
a - sgbtrf.o
a - sgbtf2.o
a - dlatrd.o
a - dgttrf.o
a - sscal.o
a - slacn2.o
a - dgtsvx.o
a - dtrmv.o
a - slabad.o
a - sgbsvx.o
a - dlangb.o
a - slatbs.o
a - sger.o
a - slaisnan.o
a - slarfb.o
a - strmm.o
a - dorg2l.o
a - dlasr.o
a - dgtts2.o
a - dswap.o
a - dgbcon.o
a - sorg2r.o
a - iparmq.o
a - sgtcon.o
a - slacpy.o
a - dsyr2k.o
a - sasum.o
a - dpotrf.o
a - stbsv.o
a - dlaev2.o
a - slartg.o
a - slansy.o
a - dlapy2.o
a - dlaswp.o
a - dgbmv.o
a - slassq.o
a - dlascl.o
a - dsyr2.o
a - slarfg.o
a - dsteqr.o
a - dlasrt.o
a - dgbequ.o
a - sgttrs.o
a - dgbtrs.o
a - slarf.o
a - ssytrd.o
a - dcopy.o
a - sgtsv.o
a - dsyev.o
a - sisnan.o
a - sorgtr.o
a - dgbsv.o
a - ssytd2.o
a - dorgql.o
a - dgtrfs.o
a - ilaenv.o
a - sgbrfs.o
a - dsymv.o
a - dlamch.o
a - dnrm2.o
a - sdot.o
a - dgemm.o
a - dlagtm.o
a - sgemv.o
a - sorgqr.o
a - dlaqgb.o
a - dlaset.o
a - dlaqsy.o
a - dlantb.o
a - dsterf.o
a - dlarft.o
a - dpoequ.o
a - dlae2.o
a - srscl.o
a - slangt.o
a - ssyrk.o
a - dlacn2.o
a - dscal.o
a - sgttrf.o
a - slatrd.o
a - dgbtf2.o
a - dgbtrf.o
a - saxpy.o
a - dtrsm.o
a - dlanst.o
a - dpotrf2.o
a - dtrmm.o
a - dlarfb.o
a - dlaisnan.o
a - dlatbs.o
a - dger.o
a - slangb.o
a - dgbsvx.o
a - dlabad.o
a - strmv.o
a - sgtsvx.o
a - dgtcon.o
a - dorg2r.o
a - sgbcon.o
a - sswap.o
a - sgtts2.o
a - xerbla.o
a - slasr.o
a - sorg2l.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_bugsrad
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.microphys_utils
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_parabolic
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_coamps
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa18.F
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Microphys_utils/microphys_stats_vars_module.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/Parabolic_constants.f90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/kinds.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/esati.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/variables_radiation_module.F90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/AiryFunction.f90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_sw_ocastrndm.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/nrmtqw.F
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libmicrophys_utils.a microphys_stats_vars_module.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libmicrophys_utils.a
a - microphys_stats_vars_module.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_morrison
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/Morrison_microphys/module_mp_graupel.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/esat_new.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa6.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa15.F
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/Parabolic.f90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/bugsrad_planck.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa14g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa18g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/comscp2.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa11g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/comscp1.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa20g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/cloud_correlate.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/qtadj.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa19g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/newexp.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_lw_ocastrndm.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa10g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa21g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/rayle.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/qsatvi.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa25.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/bugsrad_physconst.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_sw_bs.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa28.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/esatv.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa21.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa19.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/conice.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/cloudg.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_sw_iter.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa17g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_lw.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/tgqg.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa22g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/nrmcol.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa8g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/bugs_rad.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa5g.F
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_parabolic.a AiryFunction.o Parabolic.o Parabolic_constants.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_parabolic.a
a - AiryFunction.o
a - Parabolic.o
a - Parabolic_constants.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_KK_microphys
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/parameters_KK.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/KK_utilities.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/gascon.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa9.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/KK_local_means.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/PDF_integrals_covar.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_sw.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/tgqs.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa7g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa22.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/nrmtqi.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/PDF_integrals_all_MM.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/tgqi.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_lw_iter.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa9g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa13g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/adjtq.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/text_writer.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/PDF_integrals_means.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_lw_sel.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/KK_upscaled_means.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c -I../src/BUGSrad ../src/BUGSrad/gases_ckd.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/KK_Nrm_tendencies.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/KK_upscaled_variances.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/KK_upscaled_turbulent_sed.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/KK_microphys/KK_upscaled_covariances.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_KK_microphys.a KK_Nrm_tendencies.o KK_utilities.o KK_upscaled_variances.o parameters_KK.o KK_upscaled_means.o KK_local_means.o KK_upscaled_turbulent_sed.o KK_upscaled_covariances.o PDF_integrals_all_MM.o PDF_integrals_covar.o text_writer.o PDF_integrals_means.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_KK_microphys.a
a - KK_Nrm_tendencies.o
a - KK_utilities.o
a - KK_upscaled_variances.o
a - parameters_KK.o
a - KK_upscaled_means.o
a - KK_local_means.o
a - KK_upscaled_turbulent_sed.o
a - KK_upscaled_covariances.o
a - PDF_integrals_all_MM.o
a - PDF_integrals_covar.o
a - text_writer.o
a - PDF_integrals_means.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.silhs
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/est_kessler_microphys_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/transform_to_pdf_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/output_2D_samples_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/output_2D_samples_module.F90:239:8:
239 | use parameter_indices, only: nparams
| 1
Warning: Unused parameter ‘nparams’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/output_2D_samples_module.F90:164:8:
164 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/output_2D_samples_module.F90:168:8:
168 | use parameter_indices, only: &
| 1
Warning: Unused parameter ‘nparams’ which has been explicitly imported at (1) [-Wunused-parameter]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/parameters_silhs.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/latin_hypercube_arrays.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/math_utilities.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/adjmlt.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/generate_uniform_sample_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa27r.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa27.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/lh_microphys_var_covar_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa7.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/tgqr.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa12.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/silhs_importance_sample_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../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]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/bugs_swr.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/gamma.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa12g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa26.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/slope.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/frzh.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/bugs_lwr.F
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_coamps.a eqa18.o esati.o nrmtqw.o esat_new.o eqa6.o eqa15.o eqa14g.o eqa18g.o eqa11g.o eqa20g.o qtadj.o eqa19g.o eqa10g.o eqa21g.o qsatvi.o eqa25.o eqa28.o esatv.o eqa21.o eqa19.o conice.o eqa17g.o tgqg.o eqa22g.o nrmcol.o eqa8g.o eqa5g.o eqa9.o tgqs.o eqa7g.o eqa22.o nrmtqi.o tgqi.o eqa9g.o eqa13g.o adjtq.o adjmlt.o eqa27r.o eqa27.o eqa7.o tgqr.o eqa12.o gamma.o eqa12g.o eqa26.o slope.o frzh.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_coamps.a
a - eqa18.o
a - esati.o
a - nrmtqw.o
a - esat_new.o
a - eqa6.o
a - eqa15.o
a - eqa14g.o
a - eqa18g.o
a - eqa11g.o
a - eqa20g.o
a - qtadj.o
a - eqa19g.o
a - eqa10g.o
a - eqa21g.o
a - qsatvi.o
a - eqa25.o
a - eqa28.o
a - esatv.o
a - eqa21.o
a - eqa19.o
a - conice.o
a - eqa17g.o
a - tgqg.o
a - eqa22g.o
a - nrmcol.o
a - eqa8g.o
a - eqa5g.o
a - eqa9.o
a - tgqs.o
a - eqa7g.o
a - eqa22.o
a - nrmtqi.o
a - tgqi.o
a - eqa9g.o
a - eqa13g.o
a - adjtq.o
a - adjmlt.o
a - eqa27r.o
a - eqa27.o
a - eqa7.o
a - tgqr.o
a - eqa12.o
a - gamma.o
a - eqa12g.o
a - eqa26.o
a - slope.o
a - frzh.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/latin_hypercube_driver_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/latin_hypercube_driver_module.F90:999:44:
999 | subroutine clip_transform_silhs_output( gr, nz, ngrdcol, num_samples, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/latin_hypercube_driver_module.F90:80:8:
80 | use parameter_indices, only: &
| 1
Warning: Unused parameter ‘nparams’ which has been explicitly imported at (1) [-Wunused-parameter]
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_bugsrad.a cloud_correlate.o newexp.o two_rt_lw_iter.o two_rt_lw_sel.o two_rt_lw_ocastrndm.o rayle.o bugs_swr.o two_rt_sw_bs.o cloudg.o bugsrad_physconst.o kinds.o two_rt_sw_iter.o gases_ckd.o variables_radiation_module.o two_rt_sw_ocastrndm.o two_rt_lw.o bugs_rad.o bugs_lwr.o gascon.o comscp2.o two_rt_sw.o bugsrad_planck.o comscp1.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_bugsrad.a
a - cloud_correlate.o
a - newexp.o
a - two_rt_lw_iter.o
a - two_rt_lw_sel.o
a - two_rt_lw_ocastrndm.o
a - rayle.o
a - bugs_swr.o
a - two_rt_sw_bs.o
a - cloudg.o
a - bugsrad_physconst.o
a - kinds.o
a - two_rt_sw_iter.o
a - gases_ckd.o
a - variables_radiation_module.o
a - two_rt_sw_ocastrndm.o
a - two_rt_lw.o
a - bugs_rad.o
a - bugs_lwr.o
a - gascon.o
a - comscp2.o
a - two_rt_sw.o
a - bugsrad_planck.o
a - comscp1.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/silhs_api_module.F90
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/silhs_api_module.F90:347:8:
347 | use parameter_indices, only: &
| 1
Warning: Unused parameter ‘nparams’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/silhs_api_module.F90:326:13:
326 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/silhs_api_module.F90:170:8:
170 | use parameter_indices, only: &
| 1
Warning: Unused parameter ‘nparams’ which has been explicitly imported at (1) [-Wunused-parameter]
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libsilhs.a est_kessler_microphys_module.o latin_hypercube_driver_module.o parameters_silhs.o output_2D_samples_module.o silhs_importance_sample_module.o generate_uniform_sample_module.o lh_microphys_var_covar_module.o latin_hypercube_arrays.o transform_to_pdf_module.o math_utilities.o silhs_api_module.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libsilhs.a
a - est_kessler_microphys_module.o
a - latin_hypercube_driver_module.o
a - parameters_silhs.o
a - output_2D_samples_module.o
a - silhs_importance_sample_module.o
a - generate_uniform_sample_module.o
a - lh_microphys_var_covar_module.o
a - latin_hypercube_arrays.o
a - transform_to_pdf_module.o
a - math_utilities.o
a - silhs_api_module.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_morrison.a module_mp_graupel.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_morrison.a
a - module_mp_graupel.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_other
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/soil_vegetation.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/spec_hum_to_mixing_ratio.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/time_dependent_input.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/diag_ustar_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/cos_solar_zen_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c -I../src/CLUBB_core ../src/input_grads.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/clubb_model_settings.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/extrapolation.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/parameters_microphys.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/cloud_sed_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/silhs_category_variance_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/ice_dfsn_module.F90
../src/Benchmark_cases/cloud_sed_module.F90:171:44:
171 | if ( zt2zm( gr, rcm, k) > zero .AND. zt2zm( gr, Ncm, k ) > zero ) then
| 1
Warning: Impure function ‘redirect_interpolated_azm_k’ at (1) might not be evaluated [-Wfunction-elimination]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/gfdl_activation.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/hydrostatic_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/parameters_radiation.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/rad_lwsw_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/mixed_moment_PDF_integrals.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/wangara.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/quicksort.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/input_netcdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/advance_microphys_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/morrison_microphys_module.F90
../src/morrison_microphys_module.F90:1235:13:
1235 | .or. is_nan_2d( real( rim_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1236:13:
1236 | .or. is_nan_2d( real( rsm_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1237:13:
1237 | .or. is_nan_2d( real( rrm_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1238:13:
1238 | .or. is_nan_2d( real( rgm_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1239:13:
1239 | .or. is_nan_2d( real( Ncm_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1240:13:
1240 | .or. is_nan_2d( real( Nim_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1241:13:
1241 | .or. is_nan_2d( real( Nsm_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1242:13:
1242 | .or. is_nan_2d( real( Nrm_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1243:13:
1243 | .or. is_nan_2d( real( Ngm_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1244:13:
1244 | .or. is_nan_2d( real( rvm_mc_r4, kind=core_rknd ) ) &
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:1245:13:
1245 | .or. is_nan_2d( real( T_in_K_mc, kind=core_rknd ) ) ) then
| 1
Warning: Impure function ‘is_nan_2d’ at (1) might not be evaluated [-Wfunction-elimination]
../src/morrison_microphys_module.F90:20:33:
20 | saturation_formula, &
| 1
Warning: Unused dummy argument ‘saturation_formula’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/coamps_microphys_driver_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/microphys_init_cleanup.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/input_interpret.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/simple_rad_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/mpace_a.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/bomex.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/clex9_nov02.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/clex9_oct14.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/jun25.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/nov11.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/sfc_flux.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/stat_file_utils.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/extended_atmosphere_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/arm_0003.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/arm_3year.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/astex_a209.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/atex.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/arm_97.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/cloud_feedback.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/dycoms2_rf01.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/dycoms2_rf02.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/fire.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/gabls2.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/gabls3.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/gabls3_night.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/lba.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/mpace_b.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/neutral_case.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/twp_ice.F90
../src/Benchmark_cases/neutral_case.F90:36:8:
36 | use constants_clubb, only: grav ! Variable(s)
| 1
Warning: Unused parameter ‘grav’ which has been explicitly imported at (1) [-Wunused-parameter]
../src/Benchmark_cases/neutral_case.F90:21:51:
21 | subroutine neutral_case_sfclyr( time, z, thlm_sfc, &
| 1
Warning: Unused dummy argument ‘thlm_sfc’ at (1) [-Wunused-dummy-argument]
../src/Benchmark_cases/neutral_case.F90:21:41:
21 | subroutine neutral_case_sfclyr( time, z, thlm_sfc, &
| 1
Warning: Unused dummy argument ‘z’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/rico.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/arm.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/Benchmark_cases/cobra.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/input_fields.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/KK_microphys_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/bugsrad_driver.F90
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/sounding.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c -I../src ../src/estimate_scm_microphys_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c -I../src ../src/lh_microphys_driver_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/microphys_driver.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/clubb_driver.F90
../src/clubb_driver.F90:6538:39:
6538 | clubb_params, nu_vert_res_dep, lmin, & ! intent(in)
| 1
Warning: Unused dummy argument ‘lmin’ at (1) [-Wunused-dummy-argument]
../src/clubb_driver.F90:6538:33:
6538 | clubb_params, nu_vert_res_dep, lmin, & ! intent(in)
| 1
Warning: Unused dummy argument ‘nu_vert_res_dep’ at (1) [-Wunused-dummy-argument]
../src/clubb_driver.F90:5713:8:
5713 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘fstdout’ which has been explicitly imported at (1) [-Wunused-parameter]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c ../src/error.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -Wno-conversion -c -I../src ../src/enhanced_simann.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_other.a soil_vegetation.o rico.o arm.o cobra.o cos_solar_zen_module.o input_fields.o clubb_driver.o sounding.o morrison_microphys_module.o advance_microphys_module.o simple_rad_module.o lh_microphys_driver_module.o gabls2.o dycoms2_rf02.o spec_hum_to_mixing_ratio.o input_netcdf.o jun25.o sfc_flux.o hydrostatic_module.o lba.o bomex.o input_grads.o input_interpret.o mpace_a.o clex9_oct14.o fire.o nov11.o bugsrad_driver.o dycoms2_rf01.o wangara.o arm_3year.o quicksort.o cloud_sed_module.o arm_97.o time_dependent_input.o error.o stat_file_utils.o astex_a209.o KK_microphys_module.o parameters_microphys.o mixed_moment_PDF_integrals.o clex9_nov02.o gabls3_night.o enhanced_simann.o mpace_b.o microphys_init_cleanup.o gfdl_activation.o parameters_radiation.o coamps_microphys_driver_module.o ice_dfsn_module.o silhs_category_variance_module.o neutral_case.o twp_ice.o arm_0003.o extrapolation.o cloud_feedback.o atex.o microphys_driver.o diag_ustar_module.o rad_lwsw_module.o extended_atmosphere_module.o clubb_model_settings.o estimate_scm_microphys_module.o gabls3.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_other.a
a - soil_vegetation.o
a - rico.o
a - arm.o
a - cobra.o
a - cos_solar_zen_module.o
a - input_fields.o
a - clubb_driver.o
a - sounding.o
a - morrison_microphys_module.o
a - advance_microphys_module.o
a - simple_rad_module.o
a - lh_microphys_driver_module.o
a - gabls2.o
a - dycoms2_rf02.o
a - spec_hum_to_mixing_ratio.o
a - input_netcdf.o
a - jun25.o
a - sfc_flux.o
a - hydrostatic_module.o
a - lba.o
a - bomex.o
a - input_grads.o
a - input_interpret.o
a - mpace_a.o
a - clex9_oct14.o
a - fire.o
a - nov11.o
a - bugsrad_driver.o
a - dycoms2_rf01.o
a - wangara.o
a - arm_3year.o
a - quicksort.o
a - cloud_sed_module.o
a - arm_97.o
a - time_dependent_input.o
a - error.o
a - stat_file_utils.o
a - astex_a209.o
a - KK_microphys_module.o
a - parameters_microphys.o
a - mixed_moment_PDF_integrals.o
a - clex9_nov02.o
a - gabls3_night.o
a - enhanced_simann.o
a - mpace_b.o
a - microphys_init_cleanup.o
a - gfdl_activation.o
a - parameters_radiation.o
a - coamps_microphys_driver_module.o
a - ice_dfsn_module.o
a - silhs_category_variance_module.o
a - neutral_case.o
a - twp_ice.o
a - arm_0003.o
a - extrapolation.o
a - cloud_feedback.o
a - atex.o
a - microphys_driver.o
a - diag_ustar_module.o
a - rad_lwsw_module.o
a - extended_atmosphere_module.o
a - clubb_model_settings.o
a - estimate_scm_microphys_module.o
a - gabls3.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_standalone
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_tuner
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.jacobian
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.G_unit_tests
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.int2txt
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/jacobian.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c -I../src/CLUBB_core ../src/int2txt.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/clubb_standalone.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/nrtype.f90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/read_corr_mtx_test.F90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/nrutil.f90
gfortran int2txt.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/int2txt -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -march=native -msse3 -mfpmath=sse -fopenmp -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
gfortran clubb_standalone.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_standalone -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -march=native -msse3 -mfpmath=sse -fopenmp -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/nr.f90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/KK_integrals_tests.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/clubb_tuner.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/corr_cholesky_mtx_tests.F90
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_thread_test
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/clubb_thread_test.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/hole_filling_tests.F90
gfortran clubb_thread_test.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_thread_test -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -march=native -msse3 -mfpmath=sse -fopenmp -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/Nc_Ncn_test.F90
gfortran jacobian.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/jacobian -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -march=native -msse3 -mfpmath=sse -fopenmp -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/silhs_category_test.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/mu_sigma_hm_tests.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/spurious_source_test.F90
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/tuner_tests.F90
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/w_up_in_cloud_tests.F90
../src/G_unit_test_types/w_up_in_cloud_tests.F90:24:8:
24 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/smooth_heaviside_tests.F90
../src/G_unit_test_types/smooth_heaviside_tests.F90:98:7:
98 | i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
../src/G_unit_test_types/smooth_heaviside_tests.F90:120:80:
120 | total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) >= eps)
| ^
Warning: ‘total_mismatches’ is used uninitialized in this function [-Wuninitialized]
../src/G_unit_test_types/smooth_heaviside_tests.F90:32:31:
32 | integer :: total_mismatches
| ^
note: ‘total_mismatches’ was declared here
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/smooth_min_max_tests.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_test_types/pdf_parameter_tests.F90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/ran_state.f90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/amoeba.f90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/amebsa.f90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/ran1_s.f90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/ran1_v.f90
gfortran ran_state.o amoeba.o nrtype.o nr.o amebsa.o ran1_s.o clubb_tuner.o ran1_v.o nrutil.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_tuner -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -march=native -msse3 -mfpmath=sse -fopenmp -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -ffpe-trap=invalid,zero,overflow -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -Wall -Wextra -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic -c ../src/G_unit_tests.F90
../src/G_unit_tests.F90:176:13:
176 | stats_sfc
| 1
Warning: Unused variable ‘stats_sfc’ declared at (1) [-Wunused-variable]
../src/G_unit_tests.F90:175:12:
175 | stats_zm, &
| 1
Warning: Unused variable ‘stats_zm’ declared at (1) [-Wunused-variable]
../src/G_unit_tests.F90:174:12:
174 | stats_zt, &
| 1
Warning: Unused variable ‘stats_zt’ declared at (1) [-Wunused-variable]
gfortran read_corr_mtx_test.o G_unit_tests.o corr_cholesky_mtx_tests.o smooth_heaviside_tests.o tuner_tests.o spurious_source_test.o silhs_category_test.o pdf_parameter_tests.o mu_sigma_hm_tests.o KK_integrals_tests.o w_up_in_cloud_tests.o Nc_Ncn_test.o hole_filling_tests.o smooth_min_max_tests.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/G_unit_tests -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -march=native -msse3 -mfpmath=sse -fopenmp -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
python ../utilities/check_for_missing_threadprivate.py ../src/CLUBB_core/ ../src/SILHS/
check_for_missing_threadprivate.py has begun.
[91mcheck_for_missing_threadprivate.py did not pass.[0m
[91mfailedFiles = ['../src/CLUBB_core/corr_varnce_module.F90', '../src/CLUBB_core/sponge_layer_damping.F90', '../src/CLUBB_core/model_flags.F90', '../src/CLUBB_core/parameters_model.F90', '../src/CLUBB_core/error_code.F90'][0m
perl ../utilities/CLUBBStandardsCheck.pl ../src/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
677 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/clubb_tuner.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
952 : call stat_update_var_pt( stats_metadata%iNsm, k, real(Nsm(k), kind = core_rknd) ,stats_zt )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/coamps_microphys_driver_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
179 : max( rtm(1,k) - sat_mixrat_liq( p_in_Pa(k), theta(1,k)*exner(1,k), saturation_formula ), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
201 : rcm(1,k) = rcm_sat_adj( thlm(1,k), rtm(1,k), p_in_Pa(k), exner(1,k), saturation_formula )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/input_interpret.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
283 : nzt = stat_file_num_vertical_levels( "thlm", "../output/"//trim( stats_metadata%fname_zt )//".ctl" )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
284 : nzm = stat_file_num_vertical_levels( "thlm", "../output/"//trim( stats_metadata%fname_zm )//".ctl" )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/jacobian.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
295 : z_i = lin_interpolate_two_points( 8.0e-3_core_rknd, rtm(k), rtm(k-1), gr%zt(1,k), gr%zt(1,k-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/simple_rad_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
954 : if ( trim( hm_metadata%hydromet_list(i) ) == "rrm" .and. stats_metadata%iVrrprrp > 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
957 : call stat_update_var( stats_metadata%iVrrprrp, hydromet_vel_covar(:,hm_metadata%iirr), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
960 : elseif ( trim( hm_metadata%hydromet_list(i) ) == "Nrm" .and. stats_metadata%iVNrpNrp > 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
963 : call stat_update_var( stats_metadata%iVNrpNrp, hydromet_vel_covar(:,hm_metadata%iiNr), stats_zm )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/advance_microphys_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
384 : z(kp2), p_in_Pa(km1), p_in_Pa(k00), p_in_Pa(kp1), p_in_Pa(kp2) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
433 : press(i) = lin_interpolate_two_points( gr%zt(1,i), z(k), z(k-1), p_in_Pa(k), p_in_Pa(k-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/sounding.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
974 : = clubb_params(iomicron) * hm_metadata%hmp2_ip_on_hmm2_ip(pdf2hydromet_idx(ivar,hm_metadata))
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/microphys_init_cleanup.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
828 : call microphys_put_var( stats_metadata%irsm_sd_morr_int, (/rsm_sd_morr_int/), microphys_stats_sfc )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
846 : call microphys_put_var( stats_metadata%ihl_on_Cp_residual, hl_on_Cp_residual, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
861 : call microphys_put_var( stats_metadata%iPSMLT, real( PSMLT, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
862 : call microphys_put_var( stats_metadata%iEVPMS, real( EVPMS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
863 : call microphys_put_var( stats_metadata%iPRACS, real( PRACS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
864 : call microphys_put_var( stats_metadata%iEVPMG, real( EVPMG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
865 : call microphys_put_var( stats_metadata%iPRACG, real( PRACG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
866 : call microphys_put_var( stats_metadata%iPGMLT, real( PGMLT, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
867 : call microphys_put_var( stats_metadata%iMNUCCC, real( MNUCCC, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
868 : call microphys_put_var( stats_metadata%iPSACWS, real( PSACWS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
869 : call microphys_put_var( stats_metadata%iPSACWI, real( PSACWI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
870 : call microphys_put_var( stats_metadata%iQMULTS, real( QMULTS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
871 : call microphys_put_var( stats_metadata%iQMULTG, real( QMULTG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
872 : call microphys_put_var( stats_metadata%iPSACWG, real( PSACWG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
873 : call microphys_put_var( stats_metadata%iPGSACW, real( PGSACW, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
877 : call microphys_put_var( stats_metadata%iQMULTR, real( QMULTR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
878 : call microphys_put_var( stats_metadata%iQMULTRG, real( QMULTRG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
879 : call microphys_put_var( stats_metadata%iMNUCCD, real( MNUCCD, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
880 : call microphys_put_var( stats_metadata%iPRACI, real( PRACI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
881 : call microphys_put_var( stats_metadata%iPRACIS, real( PRACIS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
883 : call microphys_put_var( stats_metadata%iMNUCCR, real( MNUCCR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
884 : call microphys_put_var( stats_metadata%iPIACR, real( PIACR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
885 : call microphys_put_var( stats_metadata%iPIACRS, real( PIACRS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
886 : call microphys_put_var( stats_metadata%iPGRACS, real( PGRACS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
888 : call microphys_put_var( stats_metadata%iEPRDS, real( EPRDS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
889 : call microphys_put_var( stats_metadata%iPSACR, real( PSACR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
891 : call microphys_put_var( stats_metadata%iEPRDG, real( EPRDG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
894 : call microphys_put_var( stats_metadata%iNGSTEN, real( NGSTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
895 : call microphys_put_var( stats_metadata%iNRSTEN, real( NRSTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
896 : call microphys_put_var( stats_metadata%iNISTEN, real( NISTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
897 : call microphys_put_var( stats_metadata%iNSSTEN, real( NSSTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
898 : call microphys_put_var( stats_metadata%iNCSTEN, real( NCSTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
899 : call microphys_put_var( stats_metadata%iNPRC1, real( NPRC1, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
900 : call microphys_put_var( stats_metadata%iNRAGG, real( NRAGG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
901 : call microphys_put_var( stats_metadata%iNPRACG, real( NPRACG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
902 : call microphys_put_var( stats_metadata%iNSUBR, real( NSUBR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
903 : call microphys_put_var( stats_metadata%iNSMLTR, real( NSMLTR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
904 : call microphys_put_var( stats_metadata%iNGMLTR, real( NGMLTR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
905 : call microphys_put_var( stats_metadata%iNPRACS, real( NPRACS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
906 : call microphys_put_var( stats_metadata%iNNUCCR, real( NNUCCR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
907 : call microphys_put_var( stats_metadata%iNIACR, real( NIACR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
908 : call microphys_put_var( stats_metadata%iNIACRS, real( NIACRS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
909 : call microphys_put_var( stats_metadata%iNGRACS, real( NGRACS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
910 : call microphys_put_var( stats_metadata%iNSMLTS, real( NSMLTS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
911 : call microphys_put_var( stats_metadata%iNSAGG, real( NSAGG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
912 : call microphys_put_var( stats_metadata%iNPRCI, real( NPRCI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
913 : call microphys_put_var( stats_metadata%iNSCNG, real( NSCNG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
914 : call microphys_put_var( stats_metadata%iNSUBS, real( NSUBS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
917 : call microphys_put_var( stats_metadata%iNNUCCC, real( NNUCCC, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
918 : call microphys_put_var( stats_metadata%iNPSACWS, real( NPSACWS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
921 : call microphys_put_var( stats_metadata%iNPSACWI, real( NPSACWI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
922 : call microphys_put_var( stats_metadata%iNPSACWG, real( NPSACWG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
923 : call microphys_put_var( stats_metadata%iNPRAI, real( NPRAI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
924 : call microphys_put_var( stats_metadata%iNMULTS, real( NMULTS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
925 : call microphys_put_var( stats_metadata%iNMULTG, real( NMULTG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
926 : call microphys_put_var( stats_metadata%iNMULTR, real( NMULTR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
927 : call microphys_put_var( stats_metadata%iNMULTRG, real( NMULTRG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
928 : call microphys_put_var( stats_metadata%iNNUCCD, real( NNUCCD, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
929 : call microphys_put_var( stats_metadata%iNSUBI, real( NSUBI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
930 : call microphys_put_var( stats_metadata%iNGMLTG, real( NGMLTG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
931 : call microphys_put_var( stats_metadata%iNSUBG, real( NSUBG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
933 : call microphys_put_var( stats_metadata%iSIZEFIX_NR, real( SIZEFIX_NR,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
934 : call microphys_put_var( stats_metadata%iSIZEFIX_NC, real( SIZEFIX_NC,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
935 : call microphys_put_var( stats_metadata%iSIZEFIX_NI, real( SIZEFIX_NI,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
936 : call microphys_put_var( stats_metadata%iSIZEFIX_NS, real( SIZEFIX_NS,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
937 : call microphys_put_var( stats_metadata%iSIZEFIX_NG, real( SIZEFIX_NG,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
938 : call microphys_put_var( stats_metadata%iNEGFIX_NR, real( NEGFIX_NR,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
939 : call microphys_put_var( stats_metadata%iNEGFIX_NC, real( NEGFIX_NC,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
940 : call microphys_put_var( stats_metadata%iNEGFIX_NI, real( NEGFIX_NI,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
941 : call microphys_put_var( stats_metadata%iNEGFIX_NS, real( NEGFIX_NS,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
942 : call microphys_put_var( stats_metadata%iNEGFIX_NG, real( NEGFIX_NG,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
943 : call microphys_put_var( stats_metadata%iNIM_MORR_CL, real( NIM_MORR_CL,kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
944 : call microphys_put_var( stats_metadata%iQC_INST, real( QC_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
945 : call microphys_put_var( stats_metadata%iQR_INST, real( QR_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
946 : call microphys_put_var( stats_metadata%iQI_INST, real( QI_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
947 : call microphys_put_var( stats_metadata%iQS_INST, real( QS_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
948 : call microphys_put_var( stats_metadata%iQG_INST, real( QG_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
949 : call microphys_put_var( stats_metadata%iNC_INST, real( NC_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
950 : call microphys_put_var( stats_metadata%iNR_INST, real( NR_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
951 : call microphys_put_var( stats_metadata%iNI_INST, real( NI_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
952 : call microphys_put_var( stats_metadata%iNS_INST, real( NS_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
953 : call microphys_put_var( stats_metadata%iNG_INST, real( NG_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
955 : call microphys_put_var( stats_metadata%iT_in_K_mc, real( T_in_K_mc, kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
960 : call microphys_put_var( stats_metadata%ieff_rad_cloud, real( effc(:), kind = core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
961 : call microphys_put_var( stats_metadata%ieff_rad_ice, real( effi(:), kind = core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
962 : call microphys_put_var( stats_metadata%ieff_rad_snow, real( effs(:), kind = core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
963 : call microphys_put_var( stats_metadata%ieff_rad_rain, real( effr(:), kind = core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
964 : call microphys_put_var( stats_metadata%ieff_rad_graupel, real( effg(:), kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/morrison_microphys_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
386 : call microphys_put_var( stats_metadata%irrm_src_adj, adj_terms%rrm_src_adj, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
387 : call microphys_put_var( stats_metadata%iNrm_src_adj, adj_terms%Nrm_src_adj, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
390 : call microphys_put_var( stats_metadata%irrm_evap_adj, adj_terms%rrm_evap_adj, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
391 : call microphys_put_var( stats_metadata%iNrm_evap_adj, adj_terms%Nrm_evap_adj, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
393 : call microphys_put_var( stats_metadata%irrm_mc_nonadj, KK_auto_tndcy+KK_accr_tndcy+KK_evap_tndcy, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1102 : call stat_update_var( stats_metadata%irrm_mc_nonadj, KK_auto_tndcy+KK_accr_tndcy+KK_evap_tndcy, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1683 : call stat_update_var_pt( stats_metadata%im_vol_rad_rain, level, KK_mean_vol_rad, stats_zt )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/KK_microphys_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: 'use' statement w/o 'only' found in the following line:
6655 : use netcdf
CLUBBStandardsCheck.pl WARNING: Use check FAILED!
CLUBBStandardsCheck.pl WARNING: Check that comma is on same line as 'use', as CLUBB requires.
../src/clubb_driver.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
866 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1312 : call write_text( "l_modify_ic_with_cubic_int = ", l_modify_ic_with_cubic_int, l_write_to_file, iunit )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1313 : call write_text( "l_modify_bc_for_cnvg_test = ", l_modify_bc_for_cnvg_test, l_write_to_file, iunit )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2213 : (/lon_vals/), (/lat_vals/), time_current, dt_main, l_silhs_out_in,&!intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2230 : (/lon_vals/), (/lat_vals/), time_current, dt_main, l_silhs_out_in,&!intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2285 : if ( .not. (( abs(dt_rad/stats_metadata%stats_tout - real(floor(dt_rad/stats_metadata%stats_tout), kind=core_rknd)) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2287 : ( abs(stats_metadata%stats_tout/dt_rad - real(floor(stats_metadata%stats_tout/dt_rad), kind=core_rknd)) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2611 : stats_zt, stats_zm, stats_sfc, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2617 : precip_fracs, & ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2637 : stats_zt, stats_zm, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3506 : ! em(k) = ( 0.15_core_rknd * (1.0_core_rknd - gr%zm(1,k)/150.0_core_rknd) ) / rho_zm(k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4106 : = max( rtm(1,k) - sat_mixrat_liq( p_in_Pa(k), thm(1,k) * exner(1,k), saturation_formula ), &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/clubb_driver.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/CLUBB_core/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
683 : * ( one - Skw(i,k) / sqrt( four * ( one - sigma_sqd_w(i,k) )**3 + Skw(i,k)**2 ) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
155 : stats_metadata, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
460 : call stat_update_var( ixp3_dp, -(C_xp3_dissipation * invrs_tau_zt(i,:))*xp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xp3_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
330 : stability_correction(i,k) = one + min( lambda0_stability(i,k) * brunt_vaisala_freq_sqd(i,k) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
631 : ! https://github.com/larson-group/clubb/issues/965#issuecomment-1119816722
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
632 : ! for a plot on how output behaves with varying min_max_smth_mag
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_helper_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
480 : = + gr%invrs_dzt(i,k) * ( K_zt(i,k) + nu(i) ) * ( gr%invrs_dzm(i,k) + gr%invrs_dzm(i,k-1) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1124 : = + gr%invrs_dzm(i,k) * ( K_zm(i,k) + nu(i) ) * ( gr%invrs_dzt(i,k+1) + gr%invrs_dzt(i,k) ) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/diffusion.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
501 : call windm_edsclrm_solve( nz, ngrdcol, gr, nrhs, stats_metadata%iwindm_matrix_condt_num, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
891 : call windm_edsclrm_solve( nz, ngrdcol, gr, nrhs, stats_metadata%iwindm_matrix_condt_num, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_windm_edsclrm_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
413 : stats_metadata, & ! intent(in) stats_metadata, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/clip_explicit.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
123 : !$acc enter data create( invrs_denom_integral, field_clipped, denom_integral_global, rho_ds_dz, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
141 : !$acc exit data delete( invrs_denom_integral, field_clipped, denom_integral_global, rho_ds_dz, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
227 : !$acc parallel loop gang vector collapse(2) default(present) reduction(.or.:l_field_below_threshold)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
239 : !$acc exit data delete( invrs_denom_integral, field_clipped, denom_integral_global, rho_ds_dz, &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/fill_holes.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
480 : write(fstderr,*) "grdcol #", i, "rhs # ", n, "band_solvex backward error est. =", berr(i,n)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/lapack_wrap.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Number of "private" statements does not not match number of modules.
CLUBBStandardsCheck.pl WARNING: Private Test failed!
../src/CLUBB_core/matrix_solver_wrapper.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
150 : (/1._c,-.6_c, .09_c , .09_c , .788_c, .675_c, .240_c, .222_c, .240_c, .222_c, .240_c, .222_c, & ! chi
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
151 : 0._c, 1._c, .027_c, .027_c, .114_c, .115_c,-.029_c, .093_c, .022_c, .013_c, 0._c , 0._c , & ! eta
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
152 : 0._c, 0._c, 1._c , .34_c , .315_c, .270_c, .120_c, .167_c, 0._c , 0._c , 0._c , 0._c , & ! w
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
153 : 0._c, 0._c, 0._c , 1._c , 0._c , 0._c , .464_c, .320_c, .168_c, .232_c, 0._c , 0._c , & ! Ncn
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
154 : 0._c, 0._c, 0._c , 0._c , 1._c , .821_c, 0._c , 0._c , .173_c, .164_c, .319_c, .308_c, & ! rr
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
155 : 0._c, 0._c, 0._c , 0._c , 0._c , 1._c , .152_c, .143_c, 0._c , 0._c , .285_c, .273_c, & ! Nr
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
156 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, .585_c, .571_c, .379_c, .363_c, & ! ri
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
157 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .571_c, .550_c, .363_c, .345_c, & ! Ni
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
158 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, .485_c, .470_c, & ! rs
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
159 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .470_c, .450_c, & ! Ns
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
160 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, & ! rg
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
161 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c/), & ! Ng
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
166 : (/1._c, .3_c, .09_c , .09_c , .788_c, .675_c, .240_c, .222_c, .240_c, .222_c, .240_c, .222_c, &! chi
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
167 : 0._c, 1._c, .027_c, .027_c, .114_c, .115_c,-.029_c, .093_c, .022_c, .013_c, 0._c , 0._c , &! eta
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
169 : 0._c, 0._c, 0._c , 1._c , 0._c , 0._c , .464_c, .320_c, .168_c, .232_c, 0._c , 0._c , &! Ncn
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
170 : 0._c, 0._c, 0._c , 0._c , 1._c , .821_c, 0._c , 0._c , .173_c, .164_c, .319_c, .308_c, &! rr
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
171 : 0._c, 0._c, 0._c , 0._c , 0._c , 1._c , .152_c, .143_c, 0._c , 0._c , .285_c, .273_c, &! Nr
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
172 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, .585_c, .571_c, .379_c, .363_c, &! ri
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
173 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .571_c, .550_c, .363_c, .345_c, &! Ni
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, .485_c, .470_c, &! rs
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
175 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .470_c, .450_c, &! Ns
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
176 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, &! rg
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
177 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c/), &! Ng
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/corr_varnce_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
342 : call calc_coefs_wpxpyp_semiimpl( nz, wp2(i,:), rtp2(i,:), thlp2(i,:), wprtp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/new_pdf_main.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
43 : ! lower_1(2)*upper_1(1)+l_diag(2)*1 = lhs(0,2) => l_diag(2) = lhs(0,2) - lower_1(2)*upper_1(1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
44 : ! lower_1(2)*upper_2(1)+l_diag(2)*upper_1(2) = lhs(-1,2) => upper_1(2) = ( lhs(-1,2)-lower_1(2)*upper_2(1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
46 : ! l_diag(2)*upper_2(2) = lhs(-2,2) => upper_2(2) = lhs(-2,2) / l_diag(2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
52 : ! l_2(k)*upper_1(k-2)+lower_1(k)*1 = lhs(1,k) => lower_1(k) = lhs(1,k) - l_2(k)*upper_1(k-2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
53 : ! l_2(k)*upper_2(k-2)+lower_1(k)*upper_1(k-1) = lhs( 0,k) => l_diag(k) = lhs(0,k) - l_2(k)*upper_2(k-2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
54 : ! +l_diag(k)*1 + lower_1(k)*upper_1(k-1)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/penta_lu_solver.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 : if ( stats_metadata%iwprtpthlp > 0 ) call check_nan( wprtpthlp, "wprtpthlp", proc_name ) ! intnet(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/numerical_check.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
75 : call stat_assign( var_index=stats_metadata%ilh_morr_snow_rate, var_name="lh_morr_snow_rate", & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
99 : call stat_assign( var_index=stats_metadata%ik_lh_start, var_name="k_lh_start", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_lh_sfc_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
127 : call stat_assign( var_index=stats_metadata%icc, var_name="cc", var_description="cc, Cloud cover", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
344 : call stat_assign( var_index=stats_metadata%iwp23_matrix_condt_num, var_name="wp23_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
351 : call stat_assign( var_index=stats_metadata%ithlm_matrix_condt_num, var_name="thlm_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
360 : call stat_assign( var_index=stats_metadata%irtm_matrix_condt_num, var_name="rtm_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
369 : call stat_assign( var_index=stats_metadata%ithlp2_matrix_condt_num, var_name="thlp2_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
377 : call stat_assign( var_index=stats_metadata%irtp2_matrix_condt_num, var_name="rtp2_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
403 : call stat_assign( var_index=stats_metadata%iwindm_matrix_condt_num, var_name="windm_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
437 : call stat_assign( var_index=stats_metadata%itot_vartn_normlzd_rtm, var_name="tot_vartn_normlzd_rtm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
445 : call stat_assign( var_index=stats_metadata%itot_vartn_normlzd_thlm, var_name="tot_vartn_normlzd_thlm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
453 : call stat_assign( var_index=stats_metadata%itot_vartn_normlzd_wprtp, var_name="tot_vartn_normlzd_wprtp", &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_sfc_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
114 : call stat_assign( var_index=stats_metadata%iFrad_LW_rad, var_name="Frad_LW_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
123 : call stat_assign( var_index=stats_metadata%iFrad_SW_rad, var_name="Frad_SW_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
132 : call stat_assign( var_index=stats_metadata%iFrad_SW_up_rad, var_name="Frad_SW_up_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
141 : call stat_assign( var_index=stats_metadata%iFrad_LW_up_rad, var_name="Frad_LW_up_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
150 : call stat_assign( var_index=stats_metadata%iFrad_SW_down_rad, var_name="Frad_SW_down_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
160 : call stat_assign( var_index=stats_metadata%iFrad_LW_down_rad, var_name="Frad_LW_down_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
88 : call stat_assign( var_index=stats_metadata%iT_in_K_rad, var_name="T_in_K_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
123 : call stat_assign( var_index=stats_metadata%ircm_in_cloud_rad, var_name="rcm_in_cloud_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
132 : call stat_assign( var_index=stats_metadata%icloud_frac_rad, var_name="cloud_frac_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
142 : call stat_assign( var_index=stats_metadata%iice_supersat_frac_rad, var_name="ice_supersat_frac_rad", & !In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
160 : call stat_assign( var_index=stats_metadata%iradht_LW_rad, var_name="radht_LW_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
169 : call stat_assign( var_index=stats_metadata%iradht_SW_rad, var_name="radht_SW_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
178 : call stat_assign( var_index=stats_metadata%ip_in_mb_rad, var_name="p_in_mb_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
187 : call stat_assign( var_index=stats_metadata%isp_humidity_rad, var_name="sp_humidity_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_rad_zt_module.F90
../src/CLUBB_core/stats_rad_zm_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1864 : field ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/clubb_api_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
527 : wstar = ( one/T0 * grav * wpthlp(i,1) * 0.2_core_rknd * depth_pos_wpthlp(i) )**(one_third)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/sfc_varnce_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
43 : ! lower(k)*upper(k-1)+l_diag(k)*1 = lhs( 0,k) => l_diag(k) = lhs( 0,k) - lower(k)*upper(k-1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
205 : lower_diag_invrs(i,ndim) = 1.0_core_rknd / ( lhs(0,i,ndim) - lhs(1,i,ndim) * upper(i,ndim-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
292 : lower_diag_invrs(i,ndim) = 1.0_core_rknd / ( lhs(0,i,ndim) - lhs(1,i,ndim) * upper(i,ndim-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/tridiag_lu_solver.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
177 : call stat_assign( var_index=stats_metadata%ilh_thlm_mc, var_name="lh_thlm_mc", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
306 : call stat_assign( var_index=stats_metadata%ilh_rcm_avg, var_name="lh_rcm_avg", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
459 : call stat_assign( var_index=stats_metadata%ilh_cloud_frac, var_name="lh_cloud_frac", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
513 : call stat_assign( var_index=stats_metadata%ilh_Ncnp2_zt, var_name="lh_Ncnp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
522 : call stat_assign( var_index=stats_metadata%ilh_Ncp2_zt, var_name="lh_Ncp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
531 : call stat_assign( var_index=stats_metadata%ilh_Nrp2_zt, var_name="lh_Nrp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
540 : call stat_assign( var_index=stats_metadata%ilh_rcp2_zt, var_name="lh_rcp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
549 : call stat_assign( var_index=stats_metadata%ilh_rtp2_zt, var_name="lh_rtp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
558 : call stat_assign( var_index=stats_metadata%ilh_thlp2_zt, var_name="lh_thlp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
567 : call stat_assign( var_index=stats_metadata%ilh_rrp2_zt, var_name="lh_rrp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
576 : call stat_assign( var_index=stats_metadata%ilh_rrm_auto, var_name="lh_rrm_auto", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
585 : call stat_assign( var_index=stats_metadata%ilh_rrm_accr, var_name="lh_rrm_accr", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
593 : call stat_assign( var_index=stats_metadata%ilh_rrm_evap, var_name="lh_rrm_evap", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
602 : call stat_assign( var_index=stats_metadata%ilh_Nrm_auto, var_name="lh_Nrm_auto", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
611 : call stat_assign( var_index=stats_metadata%ilh_Nrm_evap, var_name="lh_Nrm_evap", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
620 : call stat_assign( var_index=stats_metadata%ilh_rrm_src_adj, var_name="lh_rrm_src_adj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
629 : call stat_assign( var_index=stats_metadata%ilh_rrm_evap_adj, var_name="lh_rrm_evap_adj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
638 : call stat_assign( var_index=stats_metadata%ilh_Nrm_src_adj, var_name="lh_Nrm_src_adj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
648 : call stat_assign( var_index=stats_metadata%ilh_Nrm_evap_adj, var_name="lh_Nrm_evap_adj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
658 : call stat_assign( var_index=stats_metadata%ilh_precip_frac, var_name="lh_precip_frac", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
677 : call stat_assign( var_index=stats_metadata%ilh_mixt_frac, var_name="lh_mixt_frac", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
697 : call stat_assign( var_index=stats_metadata%ilh_m_vol_rad_rain, var_name="lh_m_vol_rad_rain", & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
705 : call stat_assign( var_index=stats_metadata%ilh_rrm_mc_nonadj, var_name="lh_rrm_mc_nonadj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
717 : call stat_assign( var_index=stats_metadata%isilhs_variance_category(icategory), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
733 : call stat_assign( var_index=stats_metadata%ilh_samp_frac_category(icategory), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_lh_zt_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
462 : esat(i,k) = 10._core_rknd**(-7.90298_core_rknd*(373.16_core_rknd/T_in_K_clipped-1._core_rknd)+ &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1392 : *(MAX( rtm - sat_mixrat_liq(p_in_Pa,theta*exner, saturation_formula), zero_threshold ))
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/saturation.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
375 : thv_par_1(i,j) = thl_par_1(i,j) + ep1 * thv_ds(i,j) * rt_par_1(i,j) + Lv_coef(i,j) * rc_par_1(i,j)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
623 : thv_par_1(i,j) = thl_par_1(i,j) + ep1 * thv_ds(i,j) * rt_par_1(i,j) + Lv_coef(i,j) * rc_par_1(i,j)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
992 : ! if l_avg_Lscale is true, compute_mixing_length is called two additional
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1482 : ! https://github.com/larson-group/clubb/issues/965#issuecomment-1119816722
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1483 : ! for a plot on how output behaves with varying min_max_smth_mag
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1486 : logical, parameter :: l_smooth_min_max = .false. ! whether to apply smooth min and max functions
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1573 : ustar(i) = smooth_max( ( upwp_sfc(i)**2 + vpwp_sfc(i)**2 )**one_fourth, ufmin, min_max_smth_mag )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1672 : 1.e8_core_rknd * abs(brunt_vaisala_freq_sqd_mixed(i,k))**3)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1688 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_smth, brunt_vaisala_freq_sqd_smth(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1710 : brunt_vaisala_freq_clipped = smooth_max( nz, ngrdcol, 1.0e-7_core_rknd, brunt_vaisala_freq_sqd_smth, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1825 : call stat_update_var(stats_metadata%ibrunt_freq_out_cloud, brunt_freq_out_cloud(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1865 : * sqrt(em(i,k)) / ( gr%zm(i,k) - sfc_elevation(i) + z_displace ) ! small
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2079 : tau_zt = smooth_min( nz, ngrdcol, tau_zt_unclipped, tau_max_zt, 1.0e3_core_rknd * min_max_smth_mag )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/mixing_length.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
385 : call stat_update_var_pt( stats_metadata%iprecip_frac_tol, 1, precip_frac_tol(j), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
395 : call precip_frac_assert_check( nz, hydromet_dim, hydromet_tol, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
397 : precip_frac_1(j,:), precip_frac_2(j,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
398 : precip_frac_tol(j) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/precipitation_fraction.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
260 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
466 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
742 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
869 : write(iunit,*) "l_fix_w_chi_eta_correlations = ", clubb_config_flags%l_fix_w_chi_eta_correlations
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
886 : write(iunit,*) "l_use_tke_in_wp3_pr_turb_term = ", clubb_config_flags%l_use_tke_in_wp3_pr_turb_term
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
888 : write(iunit,*) "l_use_wp3_lim_with_smth_Heaviside = ", clubb_config_flags%l_use_wp3_lim_with_smth_Heaviside
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
890 : write(iunit,*) "l_modify_limiters_for_cnvg_test = ", clubb_config_flags%l_modify_limiters_for_cnvg_test
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/model_flags.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
637 : call stat_update_var( stats_metadata%icoef_wp4_implicit, coef_wp4_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1426 : call stat_update_var_pt( stats_metadata%iwp23_matrix_condt_num, 1, one / rcond(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1514 : call stat_end_update_pt( stats_metadata%iwp2_dp1, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1561 : call stat_end_update_pt( stats_metadata%iwp2_pr1, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1625 : call stat_end_update_pt( stats_metadata%iwp3_ta, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1638 : call stat_end_update_pt( stats_metadata%iwp3_tp, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1644 : call stat_end_update_pt( stats_metadata%iwp3_pr_tp, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2713 : call stat_update_var_pt( stats_metadata%iwp2_pr_dfsn, k, rhs_pr_dfsn_wp2(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2718 : call stat_update_var_pt( stats_metadata%iwp2_splat, k, - lhs_splat_wp2(i,k) * wp2(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2734 : call stat_modify_pt( stats_metadata%iwp2_pr1, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2812 : call stat_begin_update_pt( stats_metadata%iwp3_ta, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2827 : call stat_begin_update_pt( stats_metadata%iwp3_tp, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2833 : call stat_begin_update_pt( stats_metadata%iwp3_pr_tp, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2877 : call stat_update_var_pt( stats_metadata%iwp3_splat, k, - lhs_splat_wp3(i,k) * wp3(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2888 : call stat_begin_update_pt( stats_metadata%iwp3_dp1, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2907 : call stat_update_var_pt( stats_metadata%iwp3_pr_turb, k, rhs_pr_turb_wp3(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2909 : call stat_update_var_pt( stats_metadata%iwp3_pr_dfsn, k, rhs_pr_dfsn_wp3(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_wp2_wp3_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
862 : !$acc wprtp_sfc, upwp_sfc, vpwp_sfc, sclrm_forcing, wpsclrp_sfc, edsclrm_forcing, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
938 : !$acc rc_coef_zm, Km_zm, Kmh_zm, gamma_Skw_fnc, sigma_sqd_w, sigma_sqd_w_tmp, sigma_sqd_w_zt, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1018 : thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1019 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1020 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1021 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1022 : thv_ds_zm(i,:), thv_ds_zt(i,:), wpthlp_sfc(i), wprtp_sfc(i), upwp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1023 : vpwp_sfc(i), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1024 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1025 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1028 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1029 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1677 : ! Added an extra check for stats_metadata%irel_humidity > 0; otherwise, if both stats_metadata%irsat = 0 and
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1678 : ! stats_metadata%irel_humidity = 0, rsat is not computed, leading to a floating-point exception
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1690 : call stat_update_var( stats_metadata%irel_humidity, rel_humidity(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1739 : call stat_update_var( stats_metadata%istability_correction, stability_correction(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1820 : call stat_update_var(stats_metadata%iinvrs_tau_wpxp_zm, invrs_tau_wpxp_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1824 : call stat_update_var(stats_metadata%iinvrs_tau_wp3_zm, invrs_tau_wp3_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1828 : call stat_update_var(stats_metadata%iinvrs_tau_no_N2_zm, invrs_tau_no_N2_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1837 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd, brunt_vaisala_freq_sqd(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1839 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_splat, brunt_vaisala_freq_sqd_splat(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1841 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_mixed, brunt_vaisala_freq_sqd_mixed(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1843 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_moist, brunt_vaisala_freq_sqd_moist(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1845 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_dry, brunt_vaisala_freq_sqd_dry(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1864 : clubb_config_flags%l_modify_limiters_for_cnvg_test, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1866 : stats_zm, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1958 : sclrm(i,:,:), sclrm_trsport_only(i,:,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2747 : thlm(i,:), rtm(i,:), wprtp(i,:), wpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2748 : wp2(i,:), wp3(i,:), rtp2(i,:), rtp3(i,:), thlp2(i,:), thlp3(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2749 : wpthvp(i,:), wp2thvp(i,:), rtpthvp(i,:), thlpthvp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2750 : p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2751 : rho_ds_zm(i,:), rho_ds_zt(i,:), thv_ds_zm(i,:), thv_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2752 : wm_zt(i,:), wm_zm(i,:), rcm(i,:), wprcp(i,:), rc_coef(i,:), rc_coef_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2753 : rcm_zm(i,:), rtm_zm(i,:), thlm_zm(i,:), cloud_frac(i,:), ice_supersat_frac(i,:),& ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2756 : thvm(i,:), ug(i,:), vg(i,:), Lscale(i,:), wpthlp2(i,:), wp2thlp(i,:), wprtp2(i,:), wp2rtp(i,:),& ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2757 : Lscale_up(i,:), Lscale_down(i,:), tau_zt(i,:), Kh_zt(i,:), wp2rcp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2758 : wprtpthlp(i,:), sigma_sqd_w_zt(i,:), rsat(i,:), wp2_zt(i,:), thlp2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2759 : wpthlp_zt(i,:), wprtp_zt(i,:), rtp2_zt(i,:), rtpthlp_zt(i,:), up2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2760 : vp2_zt(i,:), upwp_zt(i,:), vpwp_zt(i,:), wpup2(i,:), wpvp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2763 : rtprcp(i,:), rcp2(i,:), em(i,:), a3_coef(i,:), a3_coef_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2764 : wp3_zm(i,:), wp3_on_wp2(i,:), wp3_on_wp2_zt(i,:), Skw_velocity(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2767 : pdf_params_single_col(i), pdf_params_zm_single_col(i), sclrm(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2768 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), sclrpthvp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2769 : wpsclrp(i,:,:), sclrprcp(i,:,:), wp2sclrp(i,:,:), wpsclrp2(i,:,:), wpsclrprtp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2770 : wpsclrpthlp(i,:,:), wpedsclrp(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2771 : clubb_config_flags%saturation_formula, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2772 : stats_metadata, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2773 : stats_zt(i), stats_zm(i), stats_sfc(i) ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2793 : thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2794 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2795 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2796 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2797 : thv_ds_zm(i,:), thv_ds_zt(i,:), wpthlp_sfc(i), wprtp_sfc(i), upwp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2798 : vpwp_sfc(i), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2799 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2800 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2803 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2804 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2896 : !$acc rc_coef_zm, Km_zm, Kmh_zm, gamma_Skw_fnc, sigma_sqd_w, sigma_sqd_w_tmp, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2897 : !$acc sqrt_em_zt, xp3_coef_fnc, w_1_zm, w_2_zm, varnce_w_1_zm, varnce_w_2_zm, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2902 : !$acc invrs_tau_C4_zm, invrs_tau_C14_zm, invrs_tau_wp2_zm, invrs_tau_wpxp_zm, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2903 : !$acc invrs_tau_wp3_zm, invrs_tau_no_N2_zm, invrs_tau_bkgnd, invrs_tau_shear, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4285 : write(fstderr,*) "l_stability_correct_tau_zm = ", clubb_config_flags%l_stability_correct_tau_zm
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4321 : write(fstderr,*) "Unknown type of double Gaussian PDF selected: ", clubb_config_flags%iiPDF_type
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_clubb_core_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
431 : call stat_assign( var_index=stats_metadata%iinvrs_tau_wpxp_zm, var_name="invrs_tau_wpxp_zm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
447 : call stat_assign( var_index=stats_metadata%iinvrs_tau_no_N2_zm, var_name="invrs_tau_no_N2_zm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2086 : call stat_assign( var_index=stats_metadata%iice_supersat_frac_zm, var_name="ice_supersat_frac_zm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2210 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd, var_name="bv_freq_sqd", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2218 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_splat, var_name="bv_freq_sqd_splat", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2226 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_mixed, var_name="bv_freq_sqd_mixed", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2234 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_moist, var_name="bv_freq_sqd_moist", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2242 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_dry, var_name="bv_freq_sqd_dry", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2250 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_smth, var_name="bv_freq_sqd_smth", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2258 : call stat_assign( var_index=stats_metadata%ibrunt_freq_out_cloud, var_name="bv_freq_out_cloud", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2302 : call stat_assign( var_index=stats_metadata%iwp3_on_wp2_cfl_num, var_name="wp3_on_wp2_cfl_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2330 : call stat_assign( var_index=stats_metadata%istability_correction, var_name="stability_correction", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2384 : call stat_assign( var_index=stats_metadata%isclrprtp(j), var_name="sclr"//trim(sclr_idx)//"prtp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2395 : call stat_assign( var_index=stats_metadata%isclrp2(j), var_name="sclr"//trim(sclr_idx)//"p2", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2406 : call stat_assign( var_index=stats_metadata%isclrpthvp(j), var_name="sclr"//trim(sclr_idx)//"pthvp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2417 : call stat_assign( var_index=stats_metadata%isclrpthlp(j), var_name="sclr"//trim(sclr_idx)//"pthlp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2428 : call stat_assign( var_index=stats_metadata%isclrprcp(j), var_name="sclr"//trim(sclr_idx)//"prcp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2439 : call stat_assign( var_index=stats_metadata%iwpsclrp(j), var_name="wpsclr"//trim(sclr_idx)//"p", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2450 : call stat_assign( var_index=stats_metadata%iwpsclrp2(j), var_name="wpsclr"//trim(sclr_idx)//"p2", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2461 : call stat_assign( var_index=stats_metadata%iwp2sclrp(j), var_name="wp2sclr"//trim(sclr_idx)//"p", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2472 : call stat_assign( var_index=stats_metadata%iwpsclrprtp(j), var_name="wpsclr"//trim(sclr_idx)//"prtp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2495 : call stat_assign( var_index=stats_metadata%iwpedsclrp(j), var_name="wpedsclr"//trim(sclr_idx)//"p", &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_zm_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
233 : real( kind = core_rknd ), dimension(ngrdcol, nz, min(1,sclr_dim), 2 ), intent(in) :: & ! h1g, 2010-06-15
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
598 : wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
599 : Skw(i,:), Skrt(i,:), Skthl(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
629 : wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
630 : Skw(i,:), Skrt(i,:), Skthl(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
641 : call LY93_driver( nz, wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
642 : thlp2(i,:), Skw(i,:), Skrt(i,:), Skthl(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
997 : pdf_params%rsatl_1(i,:) = sat_mixrat_ice( nz, p_in_Pa(i,:), tl1(i,:) ) * RH_crit(i, :, 1, 1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1012 : pdf_params%rsatl_2(i,:) = sat_mixrat_ice( nz, p_in_Pa(i,:), tl2(i,:) ) * RH_crit(i, :, 1, 2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1035 : rsatl_2 = sat_mixrat_liq( nz, ngrdcol, p_in_Pa, tl2, saturation_formula ) ! h1g, 2010-06-16 end mod
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1141 : rcm(i,k) = pdf_params%mixt_frac(i,k) * pdf_params%rc_1(i,k) + ( one - pdf_params%mixt_frac(i,k) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1316 : = pdf_params%mixt_frac(i,k) * ( ( sclr1(i,k,j) - sclrm(i,k,j) ) * pdf_params%rc_1(i,k) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1322 : + ( one - pdf_params%mixt_frac(i,k) ) * corr_sclr_rt_2(i,k,j) * pdf_params%crt_2(i,k) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1328 : - ( one - pdf_params%mixt_frac(i,k) ) * corr_sclr_thl_2(i,k,j) * pdf_params%cthl_2(i,k) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/pdf_closure_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
507 : write(fstderr,*) "l_mono_flux_lim_rtm=T with l_mono_flux_lim_spikefix=F can lead to spikes aloft."
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
849 : call solve_xm_wpxp_with_single_lhs( nz, ngrdcol, sclr_dim, sclr_tol, gr, dt, l_iter, nrhs, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
948 : dt, sigma_sqd_w(i,:), wm_zm(i,:), wm_zt(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
949 : Lscale(i,:), wp3_on_wp2(i,:), wp3_on_wp2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
950 : Kh_zt(i,:), Kh_zm(i,:), invrs_tau_C6_zm(i,:), Skw_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
954 : wpthlp_forcing(i,:), thlm_ref(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
960 : wp2sclrp(i,:,:), sclrpthvp(i,:,:), sclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
961 : sclrp2(i,:,:), exner(i,:), rcm(i,:), p_in_Pa(i,:), thvm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
964 : um_forcing(i,:), vm_forcing(i,:), ug(i,:), vg(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
965 : wpthvp(i,:), fcor(i), um_ref(i,:), vm_ref(i,:), up2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
966 : vp2(i,:), uprcp(i,:), vprcp(i,:), rc_coef(i,:), rtm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
967 : wprtp(i,:), thlm(i,:), wpthlp(i,:), sclrm(i,:,:), wpsclrp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
968 : um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), rtm_old(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
970 : sclrm_old(i,:,:), wpsclrp_old(i,:,:), um_old(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2578 : call stat_update_var( stats_metadata%icoef_wp2rtp_implicit, coef_wp2rtp_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2580 : call stat_update_var( stats_metadata%iterm_wp2rtp_explicit, term_wp2rtp_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2582 : call stat_update_var( stats_metadata%icoef_wp2thlp_implicit, coef_wp2thlp_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2584 : call stat_update_var( stats_metadata%iterm_wp2thlp_explicit, term_wp2thlp_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2986 : call xm_wpxp_rhs( nz, ngrdcol, xm_wpxp_scalar, l_iter, dt, sclrm(:,:,j), wpsclrp(:,:,j), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3089 : call stat_update_var( stats_metadata%iupwp_pr4, C_uu_shr * wp2(i,:) * ddzt_um(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3091 : call stat_update_var( stats_metadata%ivpwp_pr4, C_uu_shr * wp2(i,:) * ddzt_vm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3288 : if ( stats_metadata%l_stats_samp .and. stats_metadata%ithlm_matrix_condt_num + stats_metadata%irtm_matrix_condt_num > 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4099 : call xm_wpxp_rhs( nz, ngrdcol, xm_wpxp_scalar, l_iter, dt, sclrm(:,:,j), wpsclrp(:,:,j), & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xm_wpxp_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
725 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
830 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
838 : time_current, stats_metadata%stats_tout, stats_lh_zt%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
912 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
920 : time_current, stats_metadata%stats_tout, stats_lh_sfc%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1149 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1232 : time_current+real(stats_metadata%stats_tout, kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1316 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1405 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1413 : time_current, stats_metadata%stats_tout, stats_sfc%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2067 : integer :: grid_level = 1 ! grid level for stats where there is only one sensible level (eg timeseries)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2203 : call stat_update_var( stats_metadata%ivarnce_thl_1, pdf_params%varnce_thl_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2205 : call stat_update_var( stats_metadata%ivarnce_thl_2, pdf_params%varnce_thl_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2223 : call stat_update_var( stats_metadata%icloud_frac_1, pdf_params%cloud_frac_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2225 : call stat_update_var( stats_metadata%icloud_frac_2, pdf_params%cloud_frac_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2239 : call stat_update_var( stats_metadata%icovar_chi_eta_1, pdf_params%covar_chi_eta_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2241 : call stat_update_var( stats_metadata%icovar_chi_eta_2, pdf_params%covar_chi_eta_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2243 : call stat_update_var( stats_metadata%icorr_w_chi_1, pdf_params%corr_w_chi_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2245 : call stat_update_var( stats_metadata%icorr_w_chi_2, pdf_params%corr_w_chi_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2247 : call stat_update_var( stats_metadata%icorr_w_eta_1, pdf_params%corr_w_eta_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2249 : call stat_update_var( stats_metadata%icorr_w_eta_2, pdf_params%corr_w_eta_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2251 : call stat_update_var( stats_metadata%icorr_chi_eta_1, pdf_params%corr_chi_eta_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2253 : call stat_update_var( stats_metadata%icorr_chi_eta_2, pdf_params%corr_chi_eta_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2259 : call stat_update_var( stats_metadata%icorr_w_thl_1, pdf_params%corr_w_thl_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2261 : call stat_update_var( stats_metadata%icorr_w_thl_2, pdf_params%corr_w_thl_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2263 : call stat_update_var( stats_metadata%icorr_rt_thl_1, pdf_params%corr_rt_thl_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2265 : call stat_update_var( stats_metadata%icorr_rt_thl_2, pdf_params%corr_rt_thl_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2325 : call stat_update_var( stats_metadata%isclrm_f(isclr), sclrm_forcing(:,isclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2334 : call stat_update_var( stats_metadata%iedsclrm_f(isclr), edsclrm_forcing(:,isclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2417 : call stat_update_var( stats_metadata%iwp3_on_wp2_cfl_num, wp3_on_wp2 * dt / dzm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2422 : call stat_update_var( stats_metadata%iice_supersat_frac_zm, ice_supersat_frac_zm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2434 : call stat_update_var( stats_metadata%ivarnce_w_1_zm, pdf_params_zm%varnce_w_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2436 : call stat_update_var( stats_metadata%ivarnce_w_2_zm, pdf_params_zm%varnce_w_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2438 : call stat_update_var( stats_metadata%imixt_frac_zm, pdf_params_zm%mixt_frac(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2459 : call stat_update_var( stats_metadata%iwpsclrprtp(isclr), wpsclrprtp(:,isclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2461 : call stat_update_var( stats_metadata%iwpsclrpthlp(isclr), wpsclrpthlp(:,isclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2486 : call stat_update_var_pt( stats_metadata%icc, grid_level, maxval( cloud_frac(1:nz) ), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2510 : call stat_update_var_pt( stats_metadata%iz_cloud_base, grid_level, -10.0_core_rknd , & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2621 : call stat_update_var_pt( stats_metadata%itot_vartn_normlzd_rtm, grid_level, xtmp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2627 : write(fstderr, *) "Warning: tot_vartn_normlzd_thlm tried to divide by zero denominator ", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2634 : call stat_update_var_pt( stats_metadata%itot_vartn_normlzd_thlm, grid_level, xtmp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2640 : write(fstderr, *) "Warning: tot_vartn_normlzd_wprtp tried to divide by zero denominator ", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2647 : call stat_update_var_pt( stats_metadata%itot_vartn_normlzd_wprtp, grid_level, xtmp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2893 : call stat_update_var( stats_metadata%ilh_rrm_mc, lh_hydromet_mc(:,hm_metadata%iirr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_clubb_utilities.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
607 : call solve_xp2_xpyp_with_single_lhs( nz, ngrdcol, sclr_dim, sclr_tol, gr, sclr_idx, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1310 : sclrpthlp(:,:,sclr) ) ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1840 : rhs_ta_wpsclrp2, rhs_ta_wprtpsclrp, rhs_ta_wpthlpsclrp, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2712 : real( kind = core_rknd ), dimension(ngrdcol) :: rcond ! Est. of the reciprocal of the condition # on the matrix
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2746 : ixapxbp_matrix_condt_num = max( stats_metadata%irtp2_matrix_condt_num, stats_metadata%ithlp2_matrix_condt_num, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2766 : call stat_update_var_pt( stats_metadata%irtp2_matrix_condt_num, 1, one / rcond(i), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2769 : call stat_update_var_pt( stats_metadata%ithlp2_matrix_condt_num, 1, one / rcond(i), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2772 : call stat_update_var_pt( stats_metadata%irtpthlp_matrix_condt_num, 1, one / rcond(i), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4025 : wp_coef(i,k) = ( one - one_third * beta ) * a1(i,k)**2 * wp3_on_wp2(i,k) / wp2(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4026 : wp_coef_zt(i,k) = ( one - one_third * beta ) * a1_zt(i,k)**2 * wp3_on_wp2_zt(i,k) / wp2_zt(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4207 : sgn_t_vel_sclrprtp(i,k) = sign(one,term_wprtpsclrp_explicit_zm(i,k)*sclrprtp(i,k,sclr))
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4241 : sgn_t_vel_sclrpthlp(i,k) = sign(one,term_wpthlpsclrp_explicit_zm(i,k)*sclrpthlp(i,k,sclr))
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4334 : invrs_rho_ds_zm, rho_ds_zm, & ! Intent(in) & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5234 : call stat_update_var( stats_metadata%icoef_wprtp2_implicit, coef_wprtp2_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5236 : call stat_update_var( stats_metadata%iterm_wprtp2_explicit, term_wprtp2_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5238 : call stat_update_var( stats_metadata%icoef_wpthlp2_implicit, coef_wpthlp2_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5240 : call stat_update_var( stats_metadata%iterm_wpthlp2_explicit, term_wpthlp2_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5242 : call stat_update_var( stats_metadata%icoef_wprtpthlp_implicit, coef_wprtpthlp_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5244 : call stat_update_var( stats_metadata%iterm_wprtpthlp_explicit, term_wprtpthlp_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xp2_xpyp_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
466 : = ( ( hm_metadata%hmp2_ip_on_hmm2_ip(j) + one ) / precip_fracs%precip_frac(i,k) - one ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
695 : call calc_corr_norm_and_cholesky_factor( nz, ngrdcol, iiPDF_type, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
696 : pdf_dim, hm_metadata, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
697 : pdf_params%rc_1, pdf_params%rc_2, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
698 : corr_array_n_cloud, corr_array_n_below, & ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
699 : corr_array_1_n, corr_array_2_n, & ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
783 : call stat_update_var_pt( stats_metadata%ihmp2_zt(j), k, hydrometp2_zt(i,k,j), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
820 : corr_array_1_n(i,:,hm_metadata%iiPDF_chi,hm_metadata%iiPDF_eta), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
821 : corr_array_2_n(i,:,hm_metadata%iiPDF_chi,hm_metadata%iiPDF_eta) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
846 : call stat_update_var_pt( stats_metadata%iprecip_frac, k, precip_fracs%precip_frac(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
855 : call stat_update_var_pt( stats_metadata%iprecip_frac_1, k, precip_fracs%precip_frac_1(i,k), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
864 : call stat_update_var_pt( stats_metadata%iprecip_frac_2, k, precip_fracs%precip_frac_2(i,k), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3854 : call stat_update_var_pt( stats_metadata%imu_hm_1(hm_idx), k, mu_x_1(k,ivar), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3864 : call stat_update_var_pt( stats_metadata%imu_hm_2(hm_idx), k, mu_x_2(k,ivar), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3875 : call stat_update_var_pt( stats_metadata%imu_Ncn_1, k, mu_x_1(k,iiPDF_Ncn), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3884 : call stat_update_var_pt( stats_metadata%imu_Ncn_2, k, mu_x_2(k,iiPDF_Ncn), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3899 : call stat_update_var_pt( stats_metadata%isigma_hm_1(hm_idx), k, sigma_x_1(k,ivar), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3910 : call stat_update_var_pt( stats_metadata%isigma_hm_2(hm_idx), k, sigma_x_2(k,ivar), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3921 : call stat_update_var_pt( stats_metadata%isigma_Ncn_1, k, sigma_x_1(k,iiPDF_Ncn), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3930 : call stat_update_var_pt( stats_metadata%isigma_Ncn_2, k, sigma_x_2(k,iiPDF_Ncn), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4257 : call stat_update_var_pt( stats_metadata%icorr_hmx_hmy_1(hm_idx_jvar,hm_idx_ivar), k, & ! in
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4269 : call stat_update_var_pt( stats_metadata%icorr_hmx_hmy_2(hm_idx_jvar,hm_idx_ivar), k, & ! in
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4394 : call stat_update_var_pt( stats_metadata%imu_hm_1_n(hm_idx), k, mu_hm_1_n(k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4413 : call stat_update_var_pt( stats_metadata%imu_hm_2_n(hm_idx), k, mu_hm_2_n(k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/setup_clubb_pdf_params.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
552 : call stat_assign( var_index=stats_metadata%iice_supersat_frac, var_name="ice_supersat_frac", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
784 : var_description="rt'^3, Third-order moment of total water, rt", var_units="(kg/kg)^3", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
938 : call stat_assign( var_index=stats_metadata%irho, var_name="rho", var_description="rho, Air density", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2890 : call stat_assign( var_index=stats_metadata%iw_KK_evap_covar_zt, var_name="w_KK_evap_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2898 : call stat_assign( var_index=stats_metadata%irt_KK_evap_covar_zt, var_name="rt_KK_evap_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2906 : call stat_assign( var_index=stats_metadata%ithl_KK_evap_covar_zt, var_name="thl_KK_evap_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2915 : call stat_assign( var_index=stats_metadata%iw_KK_auto_covar_zt, var_name="w_KK_auto_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2923 : call stat_assign( var_index=stats_metadata%irt_KK_auto_covar_zt, var_name="rt_KK_auto_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2931 : call stat_assign( var_index=stats_metadata%ithl_KK_auto_covar_zt, var_name="thl_KK_auto_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2940 : call stat_assign( var_index=stats_metadata%iw_KK_accr_covar_zt, var_name="w_KK_accr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2949 : call stat_assign( var_index=stats_metadata%irt_KK_accr_covar_zt, var_name="rt_KK_accr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2958 : call stat_assign( var_index=stats_metadata%ithl_KK_accr_covar_zt, var_name="thl_KK_accr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2966 : call stat_assign( var_index=stats_metadata%irr_KK_mvr_covar_zt, var_name="rr_KK_mvr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2975 : call stat_assign( var_index=stats_metadata%iNr_KK_mvr_covar_zt, var_name="Nr_KK_mvr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2984 : call stat_assign( var_index=stats_metadata%iKK_mvr_variance_zt, var_name="KK_mvr_variance_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4932 : call stat_assign( var_index=stats_metadata%icloud_frac_refined, var_name="cloud_frac_refined", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4948 : call stat_assign( var_index=stats_metadata%ihl_on_Cp_residual, var_name="hl_on_Cp_residual", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4969 : call stat_assign( var_index=stats_metadata%isclrm(j), var_name="sclr"//trim(sclr_idx)//"m", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4980 : call stat_assign( var_index=stats_metadata%isclrm_f(j), var_name="sclr"//trim(sclr_idx)//"m_f", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4991 : call stat_assign( var_index=stats_metadata%iedsclrm(j), var_name="edsclr"//trim(sclr_idx)//"m", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5002 : call stat_assign( var_index=stats_metadata%iedsclrm_f(j), var_name="edsclr"//trim(sclr_idx)//"m_f", &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_zt_module.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/Benchmark_cases/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
137 : wprtp_sfc = compute_wprtp_sfc( Cq, ubar, rtm_sfc, sat_mixrat_liq( p_sfc, T_sfc, saturation_formula ) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/cloud_feedback.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
164 : wprtp_sfc = compute_wprtp_sfc( Cd, ubar, rtm_sfc, sat_mixrat_liq( p_sfc, T_sfc, saturation_formula ) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/dycoms2_rf01.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
99 : wprtp_sfc = compute_wprtp_sfc( Cz, ubar, rtm_sfc, sat_mixrat_liq( p_sfc, T_sfc, saturation_formula ) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/fire.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .gt. .
71 : if (time.gt.80880_time_precision) then
CLUBBStandardsCheck.pl WARNING: File has forbidden elements.
../src/Benchmark_cases/neutral_case.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/KK_microphys/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/SILHS/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
447 : call assert_correct_cloud_normal( num_samples, X_u_all_levs(i,:,k,hm_metadata%iiPDF_chi), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2265 : ! call stat_update_var( stats_metadata%ilh_cloud_frac_unweighted, lh_cloud_frac, stats_lh_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2609 : ! call stat_update_var( stats_metadata%ilh_precip_frac_unweighted, lh_precip_frac, stats_lh_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2652 : call stat_update_var_pt( stats_metadata%ik_lh_start, 1, real( k_lh_start(i), kind=core_rknd ), stats_lh_sfc )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2699 : ! call stat_update_var( stats_metadata%ilh_samp_frac_category(icategory), lh_samp_frac(:,icategory), &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/SILHS/latin_hypercube_driver_module.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/G_unit_test_types/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
121 : result = smooth_min(4, 1, input, zero, min_max_smth_mag) ! Order of nz and ngrdcol is opposite to order of indexing! This is very unintuitive!
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 : ! Case 3: Make sure that on a large number of arbitrarily chosen points with small min_max_smth_mag,
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/smooth_min_max_tests.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
502 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/spurious_source_test.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
558 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1595 : wp2(1,:), rtp2(1,:), thlp2(1,:), up2(1,:), vp2(1,:), &! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/pdf_parameter_tests.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run CPU)
[Pipeline] sh
+ run_scripts/run_scm.bash arm
Running arm
2024/01/09 16:41:58
--------------------------------------------------
Latest git log entry
--------------------------------------------------
commit dd59f60c668e6989bf231b72032771c3ac9518d5
Author: Gunther Huebler <huebler@uwm.edu>
Date: Tue Jan 9 16:35:25 2024 -0600
Undoing accidental changes to compiler config
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
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.25000000000000000000
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
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DNETCDF enabled
-DCOAMPS_MICRO enabled
-DNR_SP enabled
-DTUNER disabled
-DSILHS enabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
-DBYTESWAP_IO disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = arm
nzmax = 110
grid_type = 1
deltaz = 40.000000000000000
zm_init = 0.0000000000000000
zm_top = 5350.0000000000000
zt_grid_fname =
zm_grid_fname =
day = 21
month = 6
year = 1997
lat_vals = 36.619999999999997
lon_vals = -97.500000000000000
sfc_elevation = 0.0000000000000000
time_initial = 41400.000000000000
time_final = 93600.000000000000
dt_main = 60.000000000000000
dt_rad = 60.000000000000000
sfctype = 1
T_sfc = 288.00000000000000
p_sfc = 97000.000000000000
sens_ht = 0.0000000000000000
latent_ht = 0.0000000000000000
fcor = 8.5000000000000006E-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 = F
l_restart = F
l_input_fields = F
restart_path_case = restart/arm
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 = arm
stats_fmt = netcdf
stats_tsamp = 60.000000000000000
stats_tout = 60.000000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_hole_fill = T
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
--------------------------------------------------
µphysics_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 = 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 = 2
tridiag_solve_method = 2
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_min_wp2_from_corr_wx = T
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 = 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
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
Warning: ../input/case_setups/arm_corr_array_cloud.in was not found! The default correlation arrays will be used.
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
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: arm_sounding.in
File exists? T
Path to sclr_sounding: arm_sclr_sounding.in
File exists? T
Path to edsclr_sounding: arm_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.0000000000000000 50.000000000000000 350.00000000000000 650.00000000000000 700.00000000000000 1300.0000000000000 2500.0000000000000 5500.0000000000000
u = 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000
v = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
ug = 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000
vg = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
theta = 299.00000000000000 301.50000000000000 302.50000000000000 303.52999999999997 303.69999999999999 307.13000000000000 314.00000000000000 343.19999999999999
rt = 1.5200000000000000E-002 1.5169999999999999E-002 1.4980000000000000E-002 1.4800000000000001E-002 1.4700000000000000E-002 1.3500000000000000E-002 3.0000000000000001E-003 3.0000000000000001E-003
p_in_Pa = -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
--------------------------------------------------
Statistics
--------------------------------------------------
vars_zt =
thlm
thvm
rtm
rcm
rvm
um
vm
um_ref
vm_ref
wm_zt
ug
vg
cloud_frac
ice_supersat_frac
cloud_cover
rcm_in_layer
rcm_in_cloud
p_in_Pa
exner
rho_ds_zt
thv_ds_zt
Lscale
T_in_K
rel_humidity
wp3
thlp3
rtp3
wpthlp2
wp2thlp
wprtp2
wp2rtp
Skw_zt
Skthl_zt
Skrt_zt
Lscale_up
Lscale_down
tau_zt
Kh_zt
wp2thvp
wp2rcp
wp2hmp
wprtpthlp
wpup2
wpvp2
rc_coef
Lscale_pert_1
Lscale_pert_2
sigma_sqd_w_zt
rho
radht
radht_LW
radht_SW
Ncm
Nc_in_cloud
Nc_activated
Nccnm
Nim
snowslope
Nsm
Ngm
sed_rcm
rsat
rsati
rrm
Nrm
m_vol_rad_rain
m_vol_rad_cloud
eff_rad_cloud
eff_rad_ice
eff_rad_snow
eff_rad_rain
eff_rad_graupel
precip_rate_zt
rsm
rim
rgm
diam
mass_ice_cryst
rcm_icedfs
u_T_cm
rtm_bt
rtm_ma
rtm_ta
rtm_mfl
rtm_tacl
rtm_cl
rtm_forcing
rtm_sdmp
rtm_mc
rtm_pd
rvm_mc
rcm_mc
rcm_sd_mg_morr
thlm_bt
thlm_ma
thlm_ta
thlm_mfl
thlm_tacl
thlm_cl
thlm_forcing
thlm_sdmp
thlm_mc
thlm_old
thlm_without_ta
thlm_mfl_min
thlm_mfl_max
thlm_enter_mfl
thlm_exit_mfl
rtm_old
rtm_without_ta
rtm_mfl_min
rtm_mfl_max
rtm_enter_mfl
rtm_exit_mfl
um_bt
um_ma
um_gf
um_cf
um_ta
um_f
um_sdmp
um_ndg
um_mfl
vm_bt
vm_ma
vm_gf
vm_cf
vm_ta
vm_f
vm_sdmp
vm_ndg
vm_mfl
wp3_bt
wp3_ma
wp3_ta
wp3_tp
wp3_ac
wp3_bp1
wp3_pr_turb
wp3_pr_dfsn
wp3_pr1
wp3_pr2
wp3_pr3
wp3_pr_tp
wp3_dp1
wp3_sdmp
wp3_cl
wp3_splat
rtp3_bt
rtp3_tp
rtp3_ac
rtp3_dp
thlp3_bt
thlp3_tp
thlp3_ac
thlp3_dp
rrm_bt
rrm_ma
rrm_sd
rrm_ts
rrm_sd_morr
rrm_ta
rrm_evap
rrm_auto
rrm_accr
rrm_evap_adj
rrm_src_adj
rrm_hf
rrm_wvhf
rrm_cl
rrm_mc
Nrm_bt
Nrm_ma
Nrm_sd
Nrm_ts
Nrm_ta
Nrm_evap
Nrm_auto
Nrm_evap_adj
Nrm_src_adj
Nrm_cl
Nrm_mc
Ncm_bt
Ncm_ma
Ncm_ta
Ncm_mc
Ncm_cl
Ncm_act
rsm_bt
rsm_ma
rsm_sd
rsm_sd_morr
rsm_ta
rsm_mc
rsm_hf
rsm_wvhf
rsm_cl
rim_bt
rim_ma
rim_sd
rim_sd_mg_morr
rim_ta
rim_mc
rim_hf
rim_wvhf
rim_cl
rgm_bt
rgm_ma
rgm_sd
rgm_sd_morr
rgm_ta
rgm_mc
rgm_hf
rgm_wvhf
rgm_cl
Nsm_bt
Nsm_mc
Nsm_ta
Nsm_ma
Nsm_sd
Nsm_cl
Nim_bt
Nim_mc
Nim_ta
Nim_ma
Nim_sd
Nim_cl
Ngm_bt
Ngm_mc
Ngm_ta
Ngm_ma
Ngm_sd
Ngm_cl
w_KK_evap_covar_zt
rt_KK_evap_covar_zt
thl_KK_evap_covar_zt
w_KK_auto_covar_zt
rt_KK_auto_covar_zt
thl_KK_auto_covar_zt
w_KK_accr_covar_zt
rt_KK_accr_covar_zt
thl_KK_accr_covar_zt
rr_KK_mvr_covar_zt
Nr_KK_mvr_covar_zt
KK_mvr_variance_zt
mixt_frac
w_1
w_2
varnce_w_1
varnce_w_2
thl_1
thl_2
varnce_thl_1
varnce_thl_2
rt_1
rt_2
varnce_rt_1
varnce_rt_2
rc_1
rc_2
rsatl_1
rsatl_2
cloud_frac_1
cloud_frac_2
a3_coef_zt
wp3_on_wp2_zt
chi_1
chi_2
stdev_chi_1
stdev_chi_2
stdev_eta_1
stdev_eta_2
covar_chi_eta_1
covar_chi_eta_2
corr_w_chi_1
corr_w_chi_2
corr_w_eta_1
corr_w_eta_2
corr_chi_eta_1
corr_chi_eta_2
corr_w_rt_1
corr_w_rt_2
corr_w_thl_1
corr_w_thl_2
corr_rt_thl_1
corr_rt_thl_2
crt_1
crt_2
cthl_1
cthl_2
F_w
F_rt
F_thl
min_F_w
max_F_w
min_F_rt
max_F_rt
min_F_thl
max_F_thl
coef_wprtp2_implicit
term_wprtp2_explicit
coef_wpthlp2_implicit
term_wpthlp2_explicit
coef_wprtpthlp_implicit
term_wprtpthlp_explicit
coef_wp2rtp_implicit
term_wp2rtp_explicit
coef_wp2thlp_implicit
term_wp2thlp_explicit
hm_i
precip_frac
precip_frac_1
precip_frac_2
Ncnm
mu_hm_i
mu_Ncn_i
sigma_hm_i
sigma_Ncn_i
corr_w_chi_1_ca
corr_w_chi_2_ca
corr_w_eta_1_ca
corr_w_eta_2_ca
corr_w_hm_i
corr_w_Ncn_i
corr_chi_eta_1_ca
corr_chi_eta_2_ca
corr_chi_hm_i
corr_chi_Ncn_i
corr_eta_hm_i
corr_eta_Ncn_i
corr_Ncn_hm_i
corr_hmx_hmy_i
chi
chip2
C11_Skw_fnc
wp2_zt
thlp2_zt
wpthlp_zt
wprtp_zt
rtp2_zt
rtpthlp_zt
up2_zt
vp2_zt
upwp_zt
vpwp_zt
hmp2_zt
PSMLT
EVPMS
PRACS
EVPMG
PRACG
PGMLT
MNUCCC
PSACWS
PSACWI
QMULTS
QMULTG
PSACWG
PGSACW
PRD
PRCI
PRAI
QMULTR
QMULTRG
MNUCCD
PRACI
PRACIS
EPRD
MNUCCR
PIACR
PIACRS
PGRACS
PRDS
EPRDS
PSACR
PRDG
EPRDG
NGSTEN
NRSTEN
NISTEN
NSSTEN
NCSTEN
NPRC1
NRAGG
NPRACG
NSUBR
NSMLTR
NGMLTR
NPRACS
NNUCCR
NIACR
NIACRS
NGRACS
NSMLTS
NSAGG
NPRCI
NSCNG
NSUBS
PRC
PRA
PRE
PCC
NNUCCC
NPSACWS
NPRA
NPRC
NPSACWI
NPSACWG
NPRAI
NMULTS
NMULTG
NMULTR
NMULTRG
NNUCCD
NSUBI
NGMLTG
NSUBG
NACT
SIZEFIX_NR
SIZEFIX_NC
SIZEFIX_NI
SIZEFIX_NS
SIZEFIX_NG
NEGFIX_NR
NEGFIX_NC
NEGFIX_NI
NEGFIX_NS
NEGFIX_NG
NIM_MORR_CL
QC_INST
QR_INST
QI_INST
QS_INST
QG_INST
NC_INST
NR_INST
NI_INST
NS_INST
NG_INST
T_in_K_mc
cloud_frac_refined
rcm_refined
hl_on_Cp_residual
qto_residual
vars_zm =
wp2
rtp2
thlp2
rtpthlp
wprtp
wpthlp
wp2up2
wp2vp2
wp4
up2
vp2
Skw_zm
Skthl_zm
Skrt_zm
wpthvp
rtpthvp
thlpthvp
tau_zm
Kh_zm
K_hm
wprcp
rc_coef_zm
wm_zm
thlprcp
rtprcp
rcp2
upwp
vpwp
upthlp
uprtp
vpthlp
vprtp
upthvp
uprcp
vpthvp
vprcp
rho_zm
sigma_sqd_w
Skw_velocity
gamma_Skw_fnc
coef_wp4_implicit
C6rt_Skw_fnc
C6thl_Skw_fnc
C6_term
C7_Skw_fnc
C1_Skw_fnc
a3_coef
wp3_on_wp2
wp3_on_wp2_cfl_num
rcm_zm
rtm_zm
thlm_zm
cloud_frac_zm
ice_supersat_frac_zm
rho_ds_zm
thv_ds_zm
em
mean_w_up
mean_w_down
shear
wp3_zm
thlp3_zm
rtp3_zm
w_1_zm
w_2_zm
varnce_w_1_zm
varnce_w_2_zm
mixt_frac_zm
Frad
Frad_LW
Frad_SW
Frad_LW_up
Frad_SW_up
Frad_LW_down
Frad_SW_down
Fprec
Fcsed
hydrometp2
wphydrometp
rtphmp
thlphmp
hmxphmyp
Vri
VNi
Vrc
VNc
Vrr
VNr
Vrs
VNs
Vrg
Vrrprrp
VNrpNrp
Vrrprrp_expcalc
VNrpNrp_expcalc
wp2_bt
wp2_ma
wp2_ta
wp2_ac
wp2_bp
wp2_pr1
wp2_pr2
wp2_pr3
wp2_pr_dfsn
wp2_dp1
wp2_dp2
wp2_sdmp
wp2_cl
wp2_pd
wp2_sf
wp2_splat
vp2_bt
vp2_ma
vp2_ta
vp2_tp
vp2_dp1
vp2_dp2
vp2_pr1
vp2_pr2
vp2_sdmp
vp2_cl
vp2_pd
vp2_sf
vp2_splat
up2_bt
up2_ma
up2_ta
up2_tp
up2_dp1
up2_dp2
up2_pr1
up2_pr2
up2_sdmp
up2_cl
up2_pd
up2_sf
up2_splat
upwp_bt
upwp_ma
upwp_ta
upwp_tp
upwp_ac
upwp_bp
upwp_pr1
upwp_pr2
upwp_pr3
upwp_pr4
upwp_dp1
upwp_mfl
upwp_cl
vpwp_bt
vpwp_ma
vpwp_ta
vpwp_tp
vpwp_ac
vpwp_bp
vpwp_pr1
vpwp_pr2
vpwp_pr3
vpwp_pr4
vpwp_dp1
vpwp_mfl
vpwp_cl
wprtp_bt
wprtp_ma
wprtp_ta
wprtp_tp
wprtp_ac
wprtp_bp
wprtp_pr1
wprtp_pr2
wprtp_pr3
wprtp_dp1
wprtp_mfl
wprtp_cl
wprtp_sicl
wprtp_pd
wprtp_forcing
wprtp_mc
wpthlp_bt
wpthlp_ma
wpthlp_ta
wpthlp_tp
wpthlp_ac
wpthlp_bp
wpthlp_pr1
wpthlp_pr2
wpthlp_pr3
wpthlp_dp1
wpthlp_mfl
wpthlp_cl
wpthlp_sicl
wpthlp_forcing
wpthlp_mc
rtp2_bt
rtp2_ma
rtp2_ta
rtp2_tp
rtp2_dp1
rtp2_dp2
rtp2_cl
rtp2_pd
rtp2_sf
rtp2_forcing
rtp2_mc
thlp2_bt
thlp2_ma
thlp2_ta
thlp2_tp
thlp2_dp1
thlp2_dp2
thlp2_cl
thlp2_pd
thlp2_sf
thlp2_forcing
thlp2_mc
rtpthlp_bt
rtpthlp_ma
rtpthlp_ta
rtpthlp_tp1
rtpthlp_tp2
rtpthlp_dp1
rtpthlp_dp2
rtpthlp_cl
rtpthlp_sf
rtpthlp_forcing
rtpthlp_mc
wpthlp_enter_mfl
wpthlp_exit_mfl
wprtp_enter_mfl
wprtp_exit_mfl
wpthlp_mfl_min
wpthlp_mfl_max
wprtp_mfl_min
wprtp_mfl_max
stability_correction
bv_freq_sqd
bv_freq_sqd_splat
bv_freq_sqd_mixed
bv_freq_sqd_moist
bv_freq_sqd_dry
bv_freq_sqd_smth
bv_freq_out_cloud
bv_freq_pos
shear_sqd
invrs_tau_zm
invrs_tau_xp2_zm
invrs_tau_wp2_zm
invrs_tau_wpxp_zm
invrs_tau_wp3_zm
invrs_tau_no_N2_zm
invrs_tau_bkgnd
invrs_tau_sfc
invrs_tau_shear
Ri_zm
vars_sfc =
ustar
soil_heat_flux
veg_T_in_K
sfc_soil_T_in_K
deep_soil_T_in_K
lh
sh
cc
lwp
vwp
swp
iwp
rwp
z_cloud_base
z_inversion
precip_rate_sfc
rain_flux_sfc
rrm_sfc
precip_frac_tol
wpthlp_sfc
wprtp_sfc
upwp_sfc
vpwp_sfc
morr_snow_rate
thlm_vert_avg
rtm_vert_avg
um_vert_avg
vm_vert_avg
wp2_vert_avg
up2_vert_avg
vp2_vert_avg
rtp2_vert_avg
thlp2_vert_avg
T_sfc
rtm_spur_src
thlm_spur_src
rs_sd_morr_int
tot_vartn_normlzd_rtm
tot_vartn_normlzd_thlm
tot_vartn_normlzd_wprtp
--------------------------------------------------
iteration = 1; time = 41460.0
iteration = 2; time = 41520.0
iteration = 3; time = 41580.0
iteration = 4; time = 41640.0
iteration = 5; time = 41700.0
iteration = 6; time = 41760.0
iteration = 7; time = 41820.0
iteration = 8; time = 41880.0
iteration = 9; time = 41940.0
iteration = 10; time = 42000.0
iteration = 11; time = 42060.0
iteration = 12; time = 42120.0
iteration = 13; time = 42180.0
iteration = 14; time = 42240.0
iteration = 15; time = 42300.0
iteration = 16; time = 42360.0
iteration = 17; time = 42420.0
iteration = 18; time = 42480.0
iteration = 19; time = 42540.0
iteration = 20; time = 42600.0
iteration = 21; time = 42660.0
iteration = 22; time = 42720.0
iteration = 23; time = 42780.0
iteration = 24; time = 42840.0
iteration = 25; time = 42900.0
iteration = 26; time = 42960.0
iteration = 27; time = 43020.0
iteration = 28; time = 43080.0
iteration = 29; time = 43140.0
iteration = 30; time = 43200.0
iteration = 31; time = 43260.0
iteration = 32; time = 43320.0
iteration = 33; time = 43380.0
iteration = 34; time = 43440.0
iteration = 35; time = 43500.0
iteration = 36; time = 43560.0
iteration = 37; time = 43620.0
iteration = 38; time = 43680.0
iteration = 39; time = 43740.0
iteration = 40; time = 43800.0
iteration = 41; time = 43860.0
iteration = 42; time = 43920.0
iteration = 43; time = 43980.0
iteration = 44; time = 44040.0
iteration = 45; time = 44100.0
iteration = 46; time = 44160.0
iteration = 47; time = 44220.0
iteration = 48; time = 44280.0
iteration = 49; time = 44340.0
iteration = 50; time = 44400.0
iteration = 51; time = 44460.0
iteration = 52; time = 44520.0
iteration = 53; time = 44580.0
iteration = 54; time = 44640.0
iteration = 55; time = 44700.0
iteration = 56; time = 44760.0
iteration = 57; time = 44820.0
iteration = 58; time = 44880.0
iteration = 59; time = 44940.0
iteration = 60; time = 45000.0
iteration = 61; time = 45060.0
iteration = 62; time = 45120.0
iteration = 63; time = 45180.0
iteration = 64; time = 45240.0
iteration = 65; time = 45300.0
iteration = 66; time = 45360.0
iteration = 67; time = 45420.0
iteration = 68; time = 45480.0
iteration = 69; time = 45540.0
iteration = 70; time = 45600.0
iteration = 71; time = 45660.0
iteration = 72; time = 45720.0
iteration = 73; time = 45780.0
iteration = 74; time = 45840.0
iteration = 75; time = 45900.0
iteration = 76; time = 45960.0
iteration = 77; time = 46020.0
iteration = 78; time = 46080.0
iteration = 79; time = 46140.0
iteration = 80; time = 46200.0
iteration = 81; time = 46260.0
iteration = 82; time = 46320.0
iteration = 83; time = 46380.0
iteration = 84; time = 46440.0
iteration = 85; time = 46500.0
iteration = 86; time = 46560.0
iteration = 87; time = 46620.0
iteration = 88; time = 46680.0
iteration = 89; time = 46740.0
iteration = 90; time = 46800.0
iteration = 91; time = 46860.0
iteration = 92; time = 46920.0
iteration = 93; time = 46980.0
iteration = 94; time = 47040.0
iteration = 95; time = 47100.0
iteration = 96; time = 47160.0
iteration = 97; time = 47220.0
iteration = 98; time = 47280.0
iteration = 99; time = 47340.0
iteration = 100; time = 47400.0
iteration = 101; time = 47460.0
iteration = 102; time = 47520.0
iteration = 103; time = 47580.0
iteration = 104; time = 47640.0
iteration = 105; time = 47700.0
iteration = 106; time = 47760.0
iteration = 107; time = 47820.0
iteration = 108; time = 47880.0
iteration = 109; time = 47940.0
iteration = 110; time = 48000.0
iteration = 111; time = 48060.0
iteration = 112; time = 48120.0
iteration = 113; time = 48180.0
iteration = 114; time = 48240.0
iteration = 115; time = 48300.0
iteration = 116; time = 48360.0
iteration = 117; time = 48420.0
iteration = 118; time = 48480.0
iteration = 119; time = 48540.0
iteration = 120; time = 48600.0
iteration = 121; time = 48660.0
iteration = 122; time = 48720.0
iteration = 123; time = 48780.0
iteration = 124; time = 48840.0
iteration = 125; time = 48900.0
iteration = 126; time = 48960.0
iteration = 127; time = 49020.0
iteration = 128; time = 49080.0
iteration = 129; time = 49140.0
iteration = 130; time = 49200.0
iteration = 131; time = 49260.0
iteration = 132; time = 49320.0
iteration = 133; time = 49380.0
iteration = 134; time = 49440.0
iteration = 135; time = 49500.0
iteration = 136; time = 49560.0
iteration = 137; time = 49620.0
iteration = 138; time = 49680.0
iteration = 139; time = 49740.0
iteration = 140; time = 49800.0
iteration = 141; time = 49860.0
iteration = 142; time = 49920.0
iteration = 143; time = 49980.0
iteration = 144; time = 50040.0
iteration = 145; time = 50100.0
iteration = 146; time = 50160.0
iteration = 147; time = 50220.0
iteration = 148; time = 50280.0
iteration = 149; time = 50340.0
iteration = 150; time = 50400.0
iteration = 151; time = 50460.0
iteration = 152; time = 50520.0
iteration = 153; time = 50580.0
iteration = 154; time = 50640.0
iteration = 155; time = 50700.0
iteration = 156; time = 50760.0
iteration = 157; time = 50820.0
iteration = 158; time = 50880.0
iteration = 159; time = 50940.0
iteration = 160; time = 51000.0
iteration = 161; time = 51060.0
iteration = 162; time = 51120.0
iteration = 163; time = 51180.0
iteration = 164; time = 51240.0
iteration = 165; time = 51300.0
iteration = 166; time = 51360.0
iteration = 167; time = 51420.0
iteration = 168; time = 51480.0
iteration = 169; time = 51540.0
iteration = 170; time = 51600.0
iteration = 171; time = 51660.0
iteration = 172; time = 51720.0
iteration = 173; time = 51780.0
iteration = 174; time = 51840.0
iteration = 175; time = 51900.0
iteration = 176; time = 51960.0
iteration = 177; time = 52020.0
iteration = 178; time = 52080.0
iteration = 179; time = 52140.0
iteration = 180; time = 52200.0
iteration = 181; time = 52260.0
iteration = 182; time = 52320.0
iteration = 183; time = 52380.0
iteration = 184; time = 52440.0
iteration = 185; time = 52500.0
iteration = 186; time = 52560.0
iteration = 187; time = 52620.0
iteration = 188; time = 52680.0
iteration = 189; time = 52740.0
iteration = 190; time = 52800.0
iteration = 191; time = 52860.0
iteration = 192; time = 52920.0
iteration = 193; time = 52980.0
iteration = 194; time = 53040.0
iteration = 195; time = 53100.0
iteration = 196; time = 53160.0
iteration = 197; time = 53220.0
iteration = 198; time = 53280.0
iteration = 199; time = 53340.0
iteration = 200; time = 53400.0
iteration = 201; time = 53460.0
iteration = 202; time = 53520.0
iteration = 203; time = 53580.0
iteration = 204; time = 53640.0
iteration = 205; time = 53700.0
iteration = 206; time = 53760.0
iteration = 207; time = 53820.0
iteration = 208; time = 53880.0
iteration = 209; time = 53940.0
iteration = 210; time = 54000.0
iteration = 211; time = 54060.0
iteration = 212; time = 54120.0
iteration = 213; time = 54180.0
iteration = 214; time = 54240.0
iteration = 215; time = 54300.0
iteration = 216; time = 54360.0
iteration = 217; time = 54420.0
iteration = 218; time = 54480.0
iteration = 219; time = 54540.0
iteration = 220; time = 54600.0
iteration = 221; time = 54660.0
iteration = 222; time = 54720.0
iteration = 223; time = 54780.0
iteration = 224; time = 54840.0
iteration = 225; time = 54900.0
iteration = 226; time = 54960.0
iteration = 227; time = 55020.0
iteration = 228; time = 55080.0
iteration = 229; time = 55140.0
iteration = 230; time = 55200.0
iteration = 231; time = 55260.0
iteration = 232; time = 55320.0
iteration = 233; time = 55380.0
iteration = 234; time = 55440.0
iteration = 235; time = 55500.0
iteration = 236; time = 55560.0
iteration = 237; time = 55620.0
iteration = 238; time = 55680.0
iteration = 239; time = 55740.0
iteration = 240; time = 55800.0
iteration = 241; time = 55860.0
iteration = 242; time = 55920.0
iteration = 243; time = 55980.0
iteration = 244; time = 56040.0
iteration = 245; time = 56100.0
iteration = 246; time = 56160.0
iteration = 247; time = 56220.0
iteration = 248; time = 56280.0
iteration = 249; time = 56340.0
iteration = 250; time = 56400.0
iteration = 251; time = 56460.0
iteration = 252; time = 56520.0
iteration = 253; time = 56580.0
iteration = 254; time = 56640.0
iteration = 255; time = 56700.0
iteration = 256; time = 56760.0
iteration = 257; time = 56820.0
iteration = 258; time = 56880.0
iteration = 259; time = 56940.0
iteration = 260; time = 57000.0
iteration = 261; time = 57060.0
iteration = 262; time = 57120.0
iteration = 263; time = 57180.0
iteration = 264; time = 57240.0
iteration = 265; time = 57300.0
iteration = 266; time = 57360.0
iteration = 267; time = 57420.0
iteration = 268; time = 57480.0
iteration = 269; time = 57540.0
iteration = 270; time = 57600.0
iteration = 271; time = 57660.0
iteration = 272; time = 57720.0
iteration = 273; time = 57780.0
iteration = 274; time = 57840.0
iteration = 275; time = 57900.0
iteration = 276; time = 57960.0
iteration = 277; time = 58020.0
iteration = 278; time = 58080.0
iteration = 279; time = 58140.0
iteration = 280; time = 58200.0
iteration = 281; time = 58260.0
iteration = 282; time = 58320.0
iteration = 283; time = 58380.0
iteration = 284; time = 58440.0
iteration = 285; time = 58500.0
iteration = 286; time = 58560.0
iteration = 287; time = 58620.0
iteration = 288; time = 58680.0
iteration = 289; time = 58740.0
iteration = 290; time = 58800.0
iteration = 291; time = 58860.0
iteration = 292; time = 58920.0
iteration = 293; time = 58980.0
iteration = 294; time = 59040.0
iteration = 295; time = 59100.0
iteration = 296; time = 59160.0
iteration = 297; time = 59220.0
iteration = 298; time = 59280.0
iteration = 299; time = 59340.0
iteration = 300; time = 59400.0
iteration = 301; time = 59460.0
iteration = 302; time = 59520.0
iteration = 303; time = 59580.0
iteration = 304; time = 59640.0
iteration = 305; time = 59700.0
iteration = 306; time = 59760.0
iteration = 307; time = 59820.0
iteration = 308; time = 59880.0
iteration = 309; time = 59940.0
iteration = 310; time = 60000.0
iteration = 311; time = 60060.0
iteration = 312; time = 60120.0
iteration = 313; time = 60180.0
iteration = 314; time = 60240.0
iteration = 315; time = 60300.0
iteration = 316; time = 60360.0
iteration = 317; time = 60420.0
iteration = 318; time = 60480.0
iteration = 319; time = 60540.0
iteration = 320; time = 60600.0
iteration = 321; time = 60660.0
iteration = 322; time = 60720.0
iteration = 323; time = 60780.0
iteration = 324; time = 60840.0
iteration = 325; time = 60900.0
iteration = 326; time = 60960.0
iteration = 327; time = 61020.0
iteration = 328; time = 61080.0
iteration = 329; time = 61140.0
iteration = 330; time = 61200.0
iteration = 331; time = 61260.0
iteration = 332; time = 61320.0
iteration = 333; time = 61380.0
iteration = 334; time = 61440.0
iteration = 335; time = 61500.0
iteration = 336; time = 61560.0
iteration = 337; time = 61620.0
iteration = 338; time = 61680.0
iteration = 339; time = 61740.0
iteration = 340; time = 61800.0
iteration = 341; time = 61860.0
iteration = 342; time = 61920.0
iteration = 343; time = 61980.0
iteration = 344; time = 62040.0
iteration = 345; time = 62100.0
iteration = 346; time = 62160.0
iteration = 347; time = 62220.0
iteration = 348; time = 62280.0
iteration = 349; time = 62340.0
iteration = 350; time = 62400.0
iteration = 351; time = 62460.0
iteration = 352; time = 62520.0
iteration = 353; time = 62580.0
iteration = 354; time = 62640.0
iteration = 355; time = 62700.0
iteration = 356; time = 62760.0
iteration = 357; time = 62820.0
iteration = 358; time = 62880.0
iteration = 359; time = 62940.0
iteration = 360; time = 63000.0
iteration = 361; time = 63060.0
iteration = 362; time = 63120.0
iteration = 363; time = 63180.0
iteration = 364; time = 63240.0
iteration = 365; time = 63300.0
iteration = 366; time = 63360.0
iteration = 367; time = 63420.0
iteration = 368; time = 63480.0
iteration = 369; time = 63540.0
iteration = 370; time = 63600.0
iteration = 371; time = 63660.0
iteration = 372; time = 63720.0
iteration = 373; time = 63780.0
iteration = 374; time = 63840.0
iteration = 375; time = 63900.0
iteration = 376; time = 63960.0
iteration = 377; time = 64020.0
iteration = 378; time = 64080.0
iteration = 379; time = 64140.0
iteration = 380; time = 64200.0
iteration = 381; time = 64260.0
iteration = 382; time = 64320.0
iteration = 383; time = 64380.0
iteration = 384; time = 64440.0
iteration = 385; time = 64500.0
iteration = 386; time = 64560.0
iteration = 387; time = 64620.0
iteration = 388; time = 64680.0
iteration = 389; time = 64740.0
iteration = 390; time = 64800.0
iteration = 391; time = 64860.0
iteration = 392; time = 64920.0
iteration = 393; time = 64980.0
iteration = 394; time = 65040.0
iteration = 395; time = 65100.0
iteration = 396; time = 65160.0
iteration = 397; time = 65220.0
iteration = 398; time = 65280.0
iteration = 399; time = 65340.0
iteration = 400; time = 65400.0
iteration = 401; time = 65460.0
iteration = 402; time = 65520.0
iteration = 403; time = 65580.0
iteration = 404; time = 65640.0
iteration = 405; time = 65700.0
iteration = 406; time = 65760.0
iteration = 407; time = 65820.0
iteration = 408; time = 65880.0
iteration = 409; time = 65940.0
iteration = 410; time = 66000.0
iteration = 411; time = 66060.0
iteration = 412; time = 66120.0
iteration = 413; time = 66180.0
iteration = 414; time = 66240.0
iteration = 415; time = 66300.0
iteration = 416; time = 66360.0
iteration = 417; time = 66420.0
iteration = 418; time = 66480.0
iteration = 419; time = 66540.0
iteration = 420; time = 66600.0
iteration = 421; time = 66660.0
iteration = 422; time = 66720.0
iteration = 423; time = 66780.0
iteration = 424; time = 66840.0
iteration = 425; time = 66900.0
iteration = 426; time = 66960.0
iteration = 427; time = 67020.0
iteration = 428; time = 67080.0
iteration = 429; time = 67140.0
iteration = 430; time = 67200.0
iteration = 431; time = 67260.0
iteration = 432; time = 67320.0
iteration = 433; time = 67380.0
iteration = 434; time = 67440.0
iteration = 435; time = 67500.0
iteration = 436; time = 67560.0
iteration = 437; time = 67620.0
iteration = 438; time = 67680.0
iteration = 439; time = 67740.0
iteration = 440; time = 67800.0
iteration = 441; time = 67860.0
iteration = 442; time = 67920.0
iteration = 443; time = 67980.0
iteration = 444; time = 68040.0
iteration = 445; time = 68100.0
iteration = 446; time = 68160.0
iteration = 447; time = 68220.0
iteration = 448; time = 68280.0
iteration = 449; time = 68340.0
iteration = 450; time = 68400.0
iteration = 451; time = 68460.0
iteration = 452; time = 68520.0
iteration = 453; time = 68580.0
iteration = 454; time = 68640.0
iteration = 455; time = 68700.0
iteration = 456; time = 68760.0
iteration = 457; time = 68820.0
iteration = 458; time = 68880.0
iteration = 459; time = 68940.0
iteration = 460; time = 69000.0
iteration = 461; time = 69060.0
iteration = 462; time = 69120.0
iteration = 463; time = 69180.0
iteration = 464; time = 69240.0
iteration = 465; time = 69300.0
iteration = 466; time = 69360.0
iteration = 467; time = 69420.0
iteration = 468; time = 69480.0
iteration = 469; time = 69540.0
iteration = 470; time = 69600.0
iteration = 471; time = 69660.0
iteration = 472; time = 69720.0
iteration = 473; time = 69780.0
iteration = 474; time = 69840.0
iteration = 475; time = 69900.0
iteration = 476; time = 69960.0
iteration = 477; time = 70020.0
iteration = 478; time = 70080.0
iteration = 479; time = 70140.0
iteration = 480; time = 70200.0
iteration = 481; time = 70260.0
iteration = 482; time = 70320.0
iteration = 483; time = 70380.0
iteration = 484; time = 70440.0
iteration = 485; time = 70500.0
iteration = 486; time = 70560.0
iteration = 487; time = 70620.0
iteration = 488; time = 70680.0
iteration = 489; time = 70740.0
iteration = 490; time = 70800.0
iteration = 491; time = 70860.0
iteration = 492; time = 70920.0
iteration = 493; time = 70980.0
iteration = 494; time = 71040.0
iteration = 495; time = 71100.0
iteration = 496; time = 71160.0
iteration = 497; time = 71220.0
iteration = 498; time = 71280.0
iteration = 499; time = 71340.0
iteration = 500; time = 71400.0
iteration = 501; time = 71460.0
iteration = 502; time = 71520.0
iteration = 503; time = 71580.0
iteration = 504; time = 71640.0
iteration = 505; time = 71700.0
iteration = 506; time = 71760.0
iteration = 507; time = 71820.0
iteration = 508; time = 71880.0
iteration = 509; time = 71940.0
iteration = 510; time = 72000.0
iteration = 511; time = 72060.0
iteration = 512; time = 72120.0
iteration = 513; time = 72180.0
iteration = 514; time = 72240.0
iteration = 515; time = 72300.0
iteration = 516; time = 72360.0
iteration = 517; time = 72420.0
iteration = 518; time = 72480.0
iteration = 519; time = 72540.0
iteration = 520; time = 72600.0
iteration = 521; time = 72660.0
iteration = 522; time = 72720.0
iteration = 523; time = 72780.0
iteration = 524; time = 72840.0
iteration = 525; time = 72900.0
iteration = 526; time = 72960.0
iteration = 527; time = 73020.0
iteration = 528; time = 73080.0
iteration = 529; time = 73140.0
iteration = 530; time = 73200.0
iteration = 531; time = 73260.0
iteration = 532; time = 73320.0
iteration = 533; time = 73380.0
iteration = 534; time = 73440.0
iteration = 535; time = 73500.0
iteration = 536; time = 73560.0
iteration = 537; time = 73620.0
iteration = 538; time = 73680.0
iteration = 539; time = 73740.0
iteration = 540; time = 73800.0
iteration = 541; time = 73860.0
iteration = 542; time = 73920.0
iteration = 543; time = 73980.0
iteration = 544; time = 74040.0
iteration = 545; time = 74100.0
iteration = 546; time = 74160.0
iteration = 547; time = 74220.0
iteration = 548; time = 74280.0
iteration = 549; time = 74340.0
iteration = 550; time = 74400.0
iteration = 551; time = 74460.0
iteration = 552; time = 74520.0
iteration = 553; time = 74580.0
iteration = 554; time = 74640.0
iteration = 555; time = 74700.0
iteration = 556; time = 74760.0
iteration = 557; time = 74820.0
iteration = 558; time = 74880.0
iteration = 559; time = 74940.0
iteration = 560; time = 75000.0
iteration = 561; time = 75060.0
iteration = 562; time = 75120.0
iteration = 563; time = 75180.0
iteration = 564; time = 75240.0
iteration = 565; time = 75300.0
iteration = 566; time = 75360.0
iteration = 567; time = 75420.0
iteration = 568; time = 75480.0
iteration = 569; time = 75540.0
iteration = 570; time = 75600.0
iteration = 571; time = 75660.0
iteration = 572; time = 75720.0
iteration = 573; time = 75780.0
iteration = 574; time = 75840.0
iteration = 575; time = 75900.0
iteration = 576; time = 75960.0
iteration = 577; time = 76020.0
iteration = 578; time = 76080.0
iteration = 579; time = 76140.0
iteration = 580; time = 76200.0
iteration = 581; time = 76260.0
iteration = 582; time = 76320.0
iteration = 583; time = 76380.0
iteration = 584; time = 76440.0
iteration = 585; time = 76500.0
iteration = 586; time = 76560.0
iteration = 587; time = 76620.0
iteration = 588; time = 76680.0
iteration = 589; time = 76740.0
iteration = 590; time = 76800.0
iteration = 591; time = 76860.0
iteration = 592; time = 76920.0
iteration = 593; time = 76980.0
iteration = 594; time = 77040.0
iteration = 595; time = 77100.0
iteration = 596; time = 77160.0
iteration = 597; time = 77220.0
iteration = 598; time = 77280.0
iteration = 599; time = 77340.0
iteration = 600; time = 77400.0
iteration = 601; time = 77460.0
iteration = 602; time = 77520.0
iteration = 603; time = 77580.0
iteration = 604; time = 77640.0
iteration = 605; time = 77700.0
iteration = 606; time = 77760.0
iteration = 607; time = 77820.0
iteration = 608; time = 77880.0
iteration = 609; time = 77940.0
iteration = 610; time = 78000.0
iteration = 611; time = 78060.0
iteration = 612; time = 78120.0
iteration = 613; time = 78180.0
iteration = 614; time = 78240.0
iteration = 615; time = 78300.0
iteration = 616; time = 78360.0
iteration = 617; time = 78420.0
iteration = 618; time = 78480.0
iteration = 619; time = 78540.0
iteration = 620; time = 78600.0
iteration = 621; time = 78660.0
iteration = 622; time = 78720.0
iteration = 623; time = 78780.0
iteration = 624; time = 78840.0
iteration = 625; time = 78900.0
iteration = 626; time = 78960.0
iteration = 627; time = 79020.0
iteration = 628; time = 79080.0
iteration = 629; time = 79140.0
iteration = 630; time = 79200.0
iteration = 631; time = 79260.0
iteration = 632; time = 79320.0
iteration = 633; time = 79380.0
iteration = 634; time = 79440.0
iteration = 635; time = 79500.0
iteration = 636; time = 79560.0
iteration = 637; time = 79620.0
iteration = 638; time = 79680.0
iteration = 639; time = 79740.0
iteration = 640; time = 79800.0
iteration = 641; time = 79860.0
iteration = 642; time = 79920.0
iteration = 643; time = 79980.0
iteration = 644; time = 80040.0
iteration = 645; time = 80100.0
iteration = 646; time = 80160.0
iteration = 647; time = 80220.0
iteration = 648; time = 80280.0
iteration = 649; time = 80340.0
iteration = 650; time = 80400.0
iteration = 651; time = 80460.0
iteration = 652; time = 80520.0
iteration = 653; time = 80580.0
iteration = 654; time = 80640.0
iteration = 655; time = 80700.0
iteration = 656; time = 80760.0
iteration = 657; time = 80820.0
iteration = 658; time = 80880.0
iteration = 659; time = 80940.0
iteration = 660; time = 81000.0
iteration = 661; time = 81060.0
iteration = 662; time = 81120.0
iteration = 663; time = 81180.0
iteration = 664; time = 81240.0
iteration = 665; time = 81300.0
iteration = 666; time = 81360.0
iteration = 667; time = 81420.0
iteration = 668; time = 81480.0
iteration = 669; time = 81540.0
iteration = 670; time = 81600.0
iteration = 671; time = 81660.0
iteration = 672; time = 81720.0
iteration = 673; time = 81780.0
iteration = 674; time = 81840.0
iteration = 675; time = 81900.0
iteration = 676; time = 81960.0
iteration = 677; time = 82020.0
iteration = 678; time = 82080.0
iteration = 679; time = 82140.0
iteration = 680; time = 82200.0
iteration = 681; time = 82260.0
iteration = 682; time = 82320.0
iteration = 683; time = 82380.0
iteration = 684; time = 82440.0
iteration = 685; time = 82500.0
iteration = 686; time = 82560.0
iteration = 687; time = 82620.0
iteration = 688; time = 82680.0
iteration = 689; time = 82740.0
iteration = 690; time = 82800.0
iteration = 691; time = 82860.0
iteration = 692; time = 82920.0
iteration = 693; time = 82980.0
iteration = 694; time = 83040.0
iteration = 695; time = 83100.0
iteration = 696; time = 83160.0
iteration = 697; time = 83220.0
iteration = 698; time = 83280.0
iteration = 699; time = 83340.0
iteration = 700; time = 83400.0
iteration = 701; time = 83460.0
iteration = 702; time = 83520.0
iteration = 703; time = 83580.0
iteration = 704; time = 83640.0
iteration = 705; time = 83700.0
iteration = 706; time = 83760.0
iteration = 707; time = 83820.0
iteration = 708; time = 83880.0
iteration = 709; time = 83940.0
iteration = 710; time = 84000.0
iteration = 711; time = 84060.0
iteration = 712; time = 84120.0
iteration = 713; time = 84180.0
iteration = 714; time = 84240.0
iteration = 715; time = 84300.0
iteration = 716; time = 84360.0
iteration = 717; time = 84420.0
iteration = 718; time = 84480.0
iteration = 719; time = 84540.0
iteration = 720; time = 84600.0
iteration = 721; time = 84660.0
iteration = 722; time = 84720.0
iteration = 723; time = 84780.0
iteration = 724; time = 84840.0
iteration = 725; time = 84900.0
iteration = 726; time = 84960.0
iteration = 727; time = 85020.0
iteration = 728; time = 85080.0
iteration = 729; time = 85140.0
iteration = 730; time = 85200.0
iteration = 731; time = 85260.0
iteration = 732; time = 85320.0
iteration = 733; time = 85380.0
iteration = 734; time = 85440.0
iteration = 735; time = 85500.0
iteration = 736; time = 85560.0
iteration = 737; time = 85620.0
iteration = 738; time = 85680.0
iteration = 739; time = 85740.0
iteration = 740; time = 85800.0
iteration = 741; time = 85860.0
iteration = 742; time = 85920.0
iteration = 743; time = 85980.0
iteration = 744; time = 86040.0
iteration = 745; time = 86100.0
iteration = 746; time = 86160.0
iteration = 747; time = 86220.0
iteration = 748; time = 86280.0
iteration = 749; time = 86340.0
iteration = 750; time = 86400.0
iteration = 751; time = 86460.0
iteration = 752; time = 86520.0
iteration = 753; time = 86580.0
iteration = 754; time = 86640.0
iteration = 755; time = 86700.0
iteration = 756; time = 86760.0
iteration = 757; time = 86820.0
iteration = 758; time = 86880.0
iteration = 759; time = 86940.0
iteration = 760; time = 87000.0
iteration = 761; time = 87060.0
iteration = 762; time = 87120.0
iteration = 763; time = 87180.0
iteration = 764; time = 87240.0
iteration = 765; time = 87300.0
iteration = 766; time = 87360.0
iteration = 767; time = 87420.0
iteration = 768; time = 87480.0
iteration = 769; time = 87540.0
iteration = 770; time = 87600.0
iteration = 771; time = 87660.0
iteration = 772; time = 87720.0
iteration = 773; time = 87780.0
iteration = 774; time = 87840.0
iteration = 775; time = 87900.0
iteration = 776; time = 87960.0
iteration = 777; time = 88020.0
iteration = 778; time = 88080.0
iteration = 779; time = 88140.0
iteration = 780; time = 88200.0
iteration = 781; time = 88260.0
iteration = 782; time = 88320.0
iteration = 783; time = 88380.0
iteration = 784; time = 88440.0
iteration = 785; time = 88500.0
iteration = 786; time = 88560.0
iteration = 787; time = 88620.0
iteration = 788; time = 88680.0
iteration = 789; time = 88740.0
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
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
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
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
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
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
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
Program exited normally
iteration = 790; time = 88800.0
iteration = 791; time = 88860.0
iteration = 792; time = 88920.0
iteration = 793; time = 88980.0
iteration = 794; time = 89040.0
iteration = 795; time = 89100.0
iteration = 796; time = 89160.0
iteration = 797; time = 89220.0
iteration = 798; time = 89280.0
iteration = 799; time = 89340.0
iteration = 800; time = 89400.0
iteration = 801; time = 89460.0
iteration = 802; time = 89520.0
iteration = 803; time = 89580.0
iteration = 804; time = 89640.0
iteration = 805; time = 89700.0
iteration = 806; time = 89760.0
iteration = 807; time = 89820.0
iteration = 808; time = 89880.0
iteration = 809; time = 89940.0
iteration = 810; time = 90000.0
iteration = 811; time = 90060.0
iteration = 812; time = 90120.0
iteration = 813; time = 90180.0
iteration = 814; time = 90240.0
iteration = 815; time = 90300.0
iteration = 816; time = 90360.0
iteration = 817; time = 90420.0
iteration = 818; time = 90480.0
iteration = 819; time = 90540.0
iteration = 820; time = 90600.0
iteration = 821; time = 90660.0
iteration = 822; time = 90720.0
iteration = 823; time = 90780.0
iteration = 824; time = 90840.0
iteration = 825; time = 90900.0
iteration = 826; time = 90960.0
iteration = 827; time = 91020.0
iteration = 828; time = 91080.0
iteration = 829; time = 91140.0
iteration = 830; time = 91200.0
iteration = 831; time = 91260.0
iteration = 832; time = 91320.0
iteration = 833; time = 91380.0
iteration = 834; time = 91440.0
iteration = 835; time = 91500.0
iteration = 836; time = 91560.0
iteration = 837; time = 91620.0
iteration = 838; time = 91680.0
iteration = 839; time = 91740.0
iteration = 840; time = 91800.0
iteration = 841; time = 91860.0
iteration = 842; time = 91920.0
iteration = 843; time = 91980.0
iteration = 844; time = 92040.0
iteration = 845; time = 92100.0
iteration = 846; time = 92160.0
iteration = 847; time = 92220.0
iteration = 848; time = 92280.0
iteration = 849; time = 92340.0
iteration = 850; time = 92400.0
iteration = 851; time = 92460.0
iteration = 852; time = 92520.0
iteration = 853; time = 92580.0
iteration = 854; time = 92640.0
iteration = 855; time = 92700.0
iteration = 856; time = 92760.0
iteration = 857; time = 92820.0
iteration = 858; time = 92880.0
iteration = 859; time = 92940.0
iteration = 860; time = 93000.0
iteration = 861; time = 93060.0
iteration = 862; time = 93120.0
iteration = 863; time = 93180.0
iteration = 864; time = 93240.0
iteration = 865; time = 93300.0
iteration = 866; time = 93360.0
iteration = 867; time = 93420.0
iteration = 868; time = 93480.0
iteration = 869; time = 93540.0
iteration = 870; time = 93600.0
CLUBB-TIMER time_loop_init = 0.3790
CLUBB-TIMER time_clubb_advance = 138.6886
CLUBB-TIMER time_clubb_pdf = 0.0049
CLUBB-TIMER time_SILHS = 0.0005
CLUBB-TIMER time_microphys_scheme = 0.0093
CLUBB-TIMER time_microphys_advance = 0.0064
CLUBB-TIMER time_loop_end = 3.8546
CLUBB-TIMER time_total = 142.9487
[Pipeline] sh
+ run_scripts/run_scm.bash cobra
Running cobra
2024/01/09 16:44:22
--------------------------------------------------
Latest git log entry
--------------------------------------------------
commit dd59f60c668e6989bf231b72032771c3ac9518d5
Author: Gunther Huebler <huebler@uwm.edu>
Date: Tue Jan 9 16:35:25 2024 -0600
Undoing accidental changes to compiler config
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
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.25000000000000000000
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
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DNETCDF enabled
-DCOAMPS_MICRO enabled
-DNR_SP enabled
-DTUNER disabled
-DSILHS enabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
-DBYTESWAP_IO disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = cobra
nzmax = 100
grid_type = 1
deltaz = 40.000000000000000
zm_init = 0.0000000000000000
zm_top = 4000.0000000000000
zt_grid_fname =
zm_grid_fname =
day = 11
month = 6
year = 2004
lat_vals = 45.204070000000002
lon_vals = -68.740200000000002
sfc_elevation = 0.0000000000000000
time_initial = 57600.000000000000
time_final = 87600.000000000000
dt_main = 60.000000000000000
dt_rad = 60.000000000000000
sfctype = 0
T_sfc = 288.00000000000000
p_sfc = 97750.000000000000
sens_ht = 0.0000000000000000
latent_ht = 0.0000000000000000
fcor = 1.0349000000000000E-004
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 = F
l_restart = F
l_input_fields = F
restart_path_case = restart/cobra
time_restart = 0.0000000000000000
debug_level = 2
sclr_dim = 2
edsclr_dim = 2
iisclr_thl = -1
iisclr_rt = 2
iisclr_CO2 = 1
sclr_tol = 1.0000000000000000E-002 1.0000000000000000E-008
--------------------------------------------------
&stats_setting
--------------------------------------------------
l_stats = T
fname_prefix = cobra
stats_fmt = netcdf
stats_tsamp = 60.000000000000000
stats_tout = 60.000000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_hole_fill = T
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
--------------------------------------------------
µphysics_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 = 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 = 2
tridiag_solve_method = 2
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_min_wp2_from_corr_wx = T
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 = 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
l_rcm_supersat_adj = T
l_damp_wp3_Skw_squared = T
l_prescribed_avg_deltaz = F
l_lmm_stepping = F
l_e3sm_config = F
Warning: ../input/case_setups/cobra_corr_array_cloud.in was not found! The default correlation arrays will be used.
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
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: cobra_sounding.in
File exists? T
Path to sclr_sounding: cobra_sclr_sounding.in
File exists? T
Path to edsclr_sounding: cobra_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.0000000000000000 200.00000000000000 350.00000000000000 750.00000000000000 1100.0000000000000 1500.0000000000000 1800.0000000000000 2000.0000000000000 2300.0000000000000 2400.0000000000000 2999.9000000000001 3000.0000000000000 4000.0000000000000
u = 3.5000000000000000 3.2140000000000000 3.0000000000000000 4.5999999999999996 6.0000000000000000 5.2220000000000004 4.6390000000000002 4.2500000000000000 4.8129999999999997 5.0000000000000000 6.1248125000000000 6.1250000000000000 8.0000000000000000
v = -3.0000000000000000 -3.9329999999999998 -4.6330000000000000 -6.5000000000000000 -7.1669999999999998 -7.9290000000000003 -8.5000000000000000 -11.000000000000000 -14.750000000000000 -16.000000000000000 -15.813031166666667 -15.813000000000001 -15.500000000000000
ug = 3.5000000000000000 3.2140000000000000 3.0000000000000000 4.5999999999999996 6.0000000000000000 5.2220000000000004 4.6390000000000002 4.2500000000000000 4.8129999999999997 5.0000000000000000 6.1248125000000000 6.1250000000000000 8.0000000000000000
vg = -3.0000000000000000 -3.9329999999999998 -4.6330000000000000 -6.5000000000000000 -7.1669999999999998 -7.9290000000000003 -8.5000000000000000 -11.000000000000000 -14.750000000000000 -16.000000000000000 -15.813031166666667 -15.813000000000001 -15.500000000000000
theta = 286.10000000000002 285.58600000000001 285.19999999999999 285.61399999999998 285.97600000000000 286.38999999999999 286.69999999999999 287.86399999999998 289.60899999999998 290.19099999999997 293.68141816666667 293.68200000000002 299.50000000000000
rt = 3.0500000000000002E-003 3.2000000000000002E-003 2.7499999999999998E-003 2.6530000000000000E-003 2.5690000000000001E-003 2.4719999999999998E-003 2.3999999999999998E-003 2.2729999999999998E-003 2.0820000000000001E-003 2.0179999999999998E-003 1.6360636666666666E-003 1.6360000000000001E-003 1.0000000000000000E-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
subs = 0.0000000000000000 -1.0000000000000000E-003 -1.7500000000000000E-003 -3.7499999999999999E-003 -5.5000000000000005E-003 -7.4999999999999997E-003 -9.0000000000000011E-003 -1.0000000000000000E-002 -1.1500000000000000E-002 -1.2000000000000000E-002 -1.4999500000000001E-002 -1.4999999999999999E-002 0.0000000000000000
sclr( 1) 379. 379. 379. 379. 379. 379. 380. 380.
380. 380. 379. 379. 381.
sclr( 2) 0.305E-02 0.320E-02 0.275E-02 0.265E-02 0.257E-02 0.247E-02 0.240E-02 0.227E-02
0.208E-02 0.202E-02 0.164E-02 0.164E-02 0.100E-02
edsclr( 1) 379. 379. 379. 379. 379. 379. 380. 380.
380. 380. 379. 381. 0.00
edsclr( 2) 0.305E-02 0.320E-02 0.275E-02 0.265E-02 0.257E-02 0.247E-02 0.240E-02 0.227E-02
0.208E-02 0.202E-02 0.164E-02 0.100E-02 0.00
--------------------------------------------------
Statistics
--------------------------------------------------
vars_zt =
thlm
thvm
rtm
rcm
rvm
um
vm
um_ref
vm_ref
wm_zt
ug
vg
cloud_frac
ice_supersat_frac
cloud_cover
rcm_in_layer
rcm_in_cloud
p_in_Pa
exner
rho_ds_zt
thv_ds_zt
Lscale
T_in_K
rel_humidity
wp3
thlp3
rtp3
wpthlp2
wp2thlp
wprtp2
wp2rtp
Skw_zt
Skthl_zt
Skrt_zt
Lscale_up
Lscale_down
tau_zt
Kh_zt
wp2thvp
wp2rcp
wp2hmp
wprtpthlp
wpup2
wpvp2
rc_coef
Lscale_pert_1
Lscale_pert_2
sigma_sqd_w_zt
rho
radht
radht_LW
radht_SW
Ncm
Nc_in_cloud
Nc_activated
Nccnm
Nim
snowslope
Nsm
Ngm
sed_rcm
rsat
rsati
rrm
Nrm
m_vol_rad_rain
m_vol_rad_cloud
eff_rad_cloud
eff_rad_ice
eff_rad_snow
eff_rad_rain
eff_rad_graupel
precip_rate_zt
rsm
rim
rgm
diam
mass_ice_cryst
rcm_icedfs
u_T_cm
rtm_bt
rtm_ma
rtm_ta
rtm_mfl
rtm_tacl
rtm_cl
rtm_forcing
rtm_sdmp
rtm_mc
rtm_pd
rvm_mc
rcm_mc
rcm_sd_mg_morr
thlm_bt
thlm_ma
thlm_ta
thlm_mfl
thlm_tacl
thlm_cl
thlm_forcing
thlm_sdmp
thlm_mc
thlm_old
thlm_without_ta
thlm_mfl_min
thlm_mfl_max
thlm_enter_mfl
thlm_exit_mfl
rtm_old
rtm_without_ta
rtm_mfl_min
rtm_mfl_max
rtm_enter_mfl
rtm_exit_mfl
um_bt
um_ma
um_gf
um_cf
um_ta
um_f
um_sdmp
um_ndg
um_mfl
vm_bt
vm_ma
vm_gf
vm_cf
vm_ta
vm_f
vm_sdmp
vm_ndg
vm_mfl
wp3_bt
wp3_ma
wp3_ta
wp3_tp
wp3_ac
wp3_bp1
wp3_pr_turb
wp3_pr_dfsn
wp3_pr1
wp3_pr2
wp3_pr3
wp3_pr_tp
wp3_dp1
wp3_sdmp
wp3_cl
wp3_splat
rtp3_bt
rtp3_tp
rtp3_ac
rtp3_dp
thlp3_bt
thlp3_tp
thlp3_ac
thlp3_dp
rrm_bt
rrm_ma
rrm_sd
rrm_ts
rrm_sd_morr
rrm_ta
rrm_evap
rrm_auto
rrm_accr
rrm_evap_adj
rrm_src_adj
rrm_hf
rrm_wvhf
rrm_cl
rrm_mc
Nrm_bt
Nrm_ma
Nrm_sd
Nrm_ts
Nrm_ta
Nrm_evap
Nrm_auto
Nrm_evap_adj
Nrm_src_adj
Nrm_cl
Nrm_mc
Ncm_bt
Ncm_ma
Ncm_ta
Ncm_mc
Ncm_cl
Ncm_act
rsm_bt
rsm_ma
rsm_sd
rsm_sd_morr
rsm_ta
rsm_mc
rsm_hf
rsm_wvhf
rsm_cl
rim_bt
rim_ma
rim_sd
rim_sd_mg_morr
rim_ta
rim_mc
rim_hf
rim_wvhf
rim_cl
rgm_bt
rgm_ma
rgm_sd
rgm_sd_morr
rgm_ta
rgm_mc
rgm_hf
rgm_wvhf
rgm_cl
Nsm_bt
Nsm_mc
Nsm_ta
Nsm_ma
Nsm_sd
Nsm_cl
Nim_bt
Nim_mc
Nim_ta
Nim_ma
Nim_sd
Nim_cl
Ngm_bt
Ngm_mc
Ngm_ta
Ngm_ma
Ngm_sd
Ngm_cl
w_KK_evap_covar_zt
rt_KK_evap_covar_zt
thl_KK_evap_covar_zt
w_KK_auto_covar_zt
rt_KK_auto_covar_zt
thl_KK_auto_covar_zt
w_KK_accr_covar_zt
rt_KK_accr_covar_zt
thl_KK_accr_covar_zt
rr_KK_mvr_covar_zt
Nr_KK_mvr_covar_zt
KK_mvr_variance_zt
mixt_frac
w_1
w_2
varnce_w_1
varnce_w_2
thl_1
thl_2
varnce_thl_1
varnce_thl_2
rt_1
rt_2
varnce_rt_1
varnce_rt_2
rc_1
rc_2
rsatl_1
rsatl_2
cloud_frac_1
cloud_frac_2
a3_coef_zt
wp3_on_wp2_zt
chi_1
chi_2
stdev_chi_1
stdev_chi_2
stdev_eta_1
stdev_eta_2
covar_chi_eta_1
covar_chi_eta_2
corr_w_chi_1
corr_w_chi_2
corr_w_eta_1
corr_w_eta_2
corr_chi_eta_1
corr_chi_eta_2
corr_w_rt_1
corr_w_rt_2
corr_w_thl_1
corr_w_thl_2
corr_rt_thl_1
corr_rt_thl_2
crt_1
crt_2
cthl_1
cthl_2
F_w
F_rt
F_thl
min_F_w
max_F_w
min_F_rt
max_F_rt
min_F_thl
max_F_thl
coef_wprtp2_implicit
term_wprtp2_explicit
coef_wpthlp2_implicit
term_wpthlp2_explicit
coef_wprtpthlp_implicit
term_wprtpthlp_explicit
coef_wp2rtp_implicit
term_wp2rtp_explicit
coef_wp2thlp_implicit
term_wp2thlp_explicit
hm_i
precip_frac
precip_frac_1
precip_frac_2
Ncnm
mu_hm_i
mu_Ncn_i
sigma_hm_i
sigma_Ncn_i
corr_w_chi_1_ca
corr_w_chi_2_ca
corr_w_eta_1_ca
corr_w_eta_2_ca
corr_w_hm_i
corr_w_Ncn_i
corr_chi_eta_1_ca
corr_chi_eta_2_ca
corr_chi_hm_i
corr_chi_Ncn_i
corr_eta_hm_i
corr_eta_Ncn_i
corr_Ncn_hm_i
corr_hmx_hmy_i
chi
chip2
C11_Skw_fnc
wp2_zt
thlp2_zt
wpthlp_zt
wprtp_zt
rtp2_zt
rtpthlp_zt
up2_zt
vp2_zt
upwp_zt
vpwp_zt
hmp2_zt
PSMLT
EVPMS
PRACS
EVPMG
PRACG
PGMLT
MNUCCC
PSACWS
PSACWI
QMULTS
QMULTG
PSACWG
PGSACW
PRD
PRCI
PRAI
QMULTR
QMULTRG
MNUCCD
PRACI
PRACIS
EPRD
MNUCCR
PIACR
PIACRS
PGRACS
PRDS
EPRDS
PSACR
PRDG
EPRDG
NGSTEN
NRSTEN
NISTEN
NSSTEN
NCSTEN
NPRC1
NRAGG
NPRACG
NSUBR
NSMLTR
NGMLTR
NPRACS
NNUCCR
NIACR
NIACRS
NGRACS
NSMLTS
NSAGG
NPRCI
NSCNG
NSUBS
PRC
PRA
PRE
PCC
NNUCCC
NPSACWS
NPRA
NPRC
NPSACWI
NPSACWG
NPRAI
NMULTS
NMULTG
NMULTR
NMULTRG
NNUCCD
NSUBI
NGMLTG
NSUBG
NACT
SIZEFIX_NR
SIZEFIX_NC
SIZEFIX_NI
SIZEFIX_NS
SIZEFIX_NG
NEGFIX_NR
NEGFIX_NC
NEGFIX_NI
NEGFIX_NS
NEGFIX_NG
NIM_MORR_CL
QC_INST
QR_INST
QI_INST
QS_INST
QG_INST
NC_INST
NR_INST
NI_INST
NS_INST
NG_INST
T_in_K_mc
cloud_frac_refined
rcm_refined
hl_on_Cp_residual
qto_residual
vars_zm =
wp2
rtp2
thlp2
rtpthlp
wprtp
wpthlp
wp2up2
wp2vp2
wp4
up2
vp2
Skw_zm
Skthl_zm
Skrt_zm
wpthvp
rtpthvp
thlpthvp
tau_zm
Kh_zm
K_hm
wprcp
rc_coef_zm
wm_zm
thlprcp
rtprcp
rcp2
upwp
vpwp
upthlp
uprtp
vpthlp
vprtp
upthvp
uprcp
vpthvp
vprcp
rho_zm
sigma_sqd_w
Skw_velocity
gamma_Skw_fnc
coef_wp4_implicit
C6rt_Skw_fnc
C6thl_Skw_fnc
C6_term
C7_Skw_fnc
C1_Skw_fnc
a3_coef
wp3_on_wp2
wp3_on_wp2_cfl_num
rcm_zm
rtm_zm
thlm_zm
cloud_frac_zm
ice_supersat_frac_zm
rho_ds_zm
thv_ds_zm
em
mean_w_up
mean_w_down
shear
wp3_zm
thlp3_zm
rtp3_zm
w_1_zm
w_2_zm
varnce_w_1_zm
varnce_w_2_zm
mixt_frac_zm
Frad
Frad_LW
Frad_SW
Frad_LW_up
Frad_SW_up
Frad_LW_down
Frad_SW_down
Fprec
Fcsed
hydrometp2
wphydrometp
rtphmp
thlphmp
hmxphmyp
Vri
VNi
Vrc
VNc
Vrr
VNr
Vrs
VNs
Vrg
Vrrprrp
VNrpNrp
Vrrprrp_expcalc
VNrpNrp_expcalc
wp2_bt
wp2_ma
wp2_ta
wp2_ac
wp2_bp
wp2_pr1
wp2_pr2
wp2_pr3
wp2_pr_dfsn
wp2_dp1
wp2_dp2
wp2_sdmp
wp2_cl
wp2_pd
wp2_sf
wp2_splat
vp2_bt
vp2_ma
vp2_ta
vp2_tp
vp2_dp1
vp2_dp2
vp2_pr1
vp2_pr2
vp2_sdmp
vp2_cl
vp2_pd
vp2_sf
vp2_splat
up2_bt
up2_ma
up2_ta
up2_tp
up2_dp1
up2_dp2
up2_pr1
up2_pr2
up2_sdmp
up2_cl
up2_pd
up2_sf
up2_splat
upwp_bt
upwp_ma
upwp_ta
upwp_tp
upwp_ac
upwp_bp
upwp_pr1
upwp_pr2
upwp_pr3
upwp_pr4
upwp_dp1
upwp_mfl
upwp_cl
vpwp_bt
vpwp_ma
vpwp_ta
vpwp_tp
vpwp_ac
vpwp_bp
vpwp_pr1
vpwp_pr2
vpwp_pr3
vpwp_pr4
vpwp_dp1
vpwp_mfl
vpwp_cl
wprtp_bt
wprtp_ma
wprtp_ta
wprtp_tp
wprtp_ac
wprtp_bp
wprtp_pr1
wprtp_pr2
wprtp_pr3
wprtp_dp1
wprtp_mfl
wprtp_cl
wprtp_sicl
wprtp_pd
wprtp_forcing
wprtp_mc
wpthlp_bt
wpthlp_ma
wpthlp_ta
wpthlp_tp
wpthlp_ac
wpthlp_bp
wpthlp_pr1
wpthlp_pr2
wpthlp_pr3
wpthlp_dp1
wpthlp_mfl
wpthlp_cl
wpthlp_sicl
wpthlp_forcing
wpthlp_mc
rtp2_bt
rtp2_ma
rtp2_ta
rtp2_tp
rtp2_dp1
rtp2_dp2
rtp2_cl
rtp2_pd
rtp2_sf
rtp2_forcing
rtp2_mc
thlp2_bt
thlp2_ma
thlp2_ta
thlp2_tp
thlp2_dp1
thlp2_dp2
thlp2_cl
thlp2_pd
thlp2_sf
thlp2_forcing
thlp2_mc
rtpthlp_bt
rtpthlp_ma
rtpthlp_ta
rtpthlp_tp1
rtpthlp_tp2
rtpthlp_dp1
rtpthlp_dp2
rtpthlp_cl
rtpthlp_sf
rtpthlp_forcing
rtpthlp_mc
wpthlp_enter_mfl
wpthlp_exit_mfl
wprtp_enter_mfl
wprtp_exit_mfl
wpthlp_mfl_min
wpthlp_mfl_max
wprtp_mfl_min
wprtp_mfl_max
stability_correction
bv_freq_sqd
bv_freq_sqd_splat
bv_freq_sqd_mixed
bv_freq_sqd_moist
bv_freq_sqd_dry
bv_freq_sqd_smth
bv_freq_out_cloud
bv_freq_pos
shear_sqd
invrs_tau_zm
invrs_tau_xp2_zm
invrs_tau_wp2_zm
invrs_tau_wpxp_zm
invrs_tau_wp3_zm
invrs_tau_no_N2_zm
invrs_tau_bkgnd
invrs_tau_sfc
invrs_tau_shear
Ri_zm
vars_sfc =
ustar
soil_heat_flux
veg_T_in_K
sfc_soil_T_in_K
deep_soil_T_in_K
lh
sh
cc
lwp
vwp
swp
iwp
rwp
z_cloud_base
z_inversion
precip_rate_sfc
rain_flux_sfc
rrm_sfc
precip_frac_tol
wpthlp_sfc
wprtp_sfc
upwp_sfc
vpwp_sfc
morr_snow_rate
thlm_vert_avg
rtm_vert_avg
um_vert_avg
vm_vert_avg
wp2_vert_avg
up2_vert_avg
vp2_vert_avg
rtp2_vert_avg
thlp2_vert_avg
T_sfc
rtm_spur_src
thlm_spur_src
rs_sd_morr_int
tot_vartn_normlzd_rtm
tot_vartn_normlzd_thlm
tot_vartn_normlzd_wprtp
--------------------------------------------------
iteration = 1; time = 57660.0
iteration = 2; time = 57720.0
iteration = 3; time = 57780.0
iteration = 4; time = 57840.0
iteration = 5; time = 57900.0
iteration = 6; time = 57960.0
iteration = 7; time = 58020.0
iteration = 8; time = 58080.0
iteration = 9; time = 58140.0
iteration = 10; time = 58200.0
iteration = 11; time = 58260.0
iteration = 12; time = 58320.0
iteration = 13; time = 58380.0
iteration = 14; time = 58440.0
iteration = 15; time = 58500.0
iteration = 16; time = 58560.0
iteration = 17; time = 58620.0
iteration = 18; time = 58680.0
iteration = 19; time = 58740.0
iteration = 20; time = 58800.0
iteration = 21; time = 58860.0
iteration = 22; time = 58920.0
iteration = 23; time = 58980.0
iteration = 24; time = 59040.0
iteration = 25; time = 59100.0
iteration = 26; time = 59160.0
iteration = 27; time = 59220.0
iteration = 28; time = 59280.0
iteration = 29; time = 59340.0
iteration = 30; time = 59400.0
iteration = 31; time = 59460.0
iteration = 32; time = 59520.0
iteration = 33; time = 59580.0
iteration = 34; time = 59640.0
iteration = 35; time = 59700.0
iteration = 36; time = 59760.0
iteration = 37; time = 59820.0
iteration = 38; time = 59880.0
iteration = 39; time = 59940.0
iteration = 40; time = 60000.0
iteration = 41; time = 60060.0
iteration = 42; time = 60120.0
iteration = 43; time = 60180.0
iteration = 44; time = 60240.0
iteration = 45; time = 60300.0
iteration = 46; time = 60360.0
iteration = 47; time = 60420.0
iteration = 48; time = 60480.0
iteration = 49; time = 60540.0
iteration = 50; time = 60600.0
iteration = 51; time = 60660.0
iteration = 52; time = 60720.0
iteration = 53; time = 60780.0
iteration = 54; time = 60840.0
iteration = 55; time = 60900.0
iteration = 56; time = 60960.0
iteration = 57; time = 61020.0
iteration = 58; time = 61080.0
iteration = 59; time = 61140.0
iteration = 60; time = 61200.0
iteration = 61; time = 61260.0
iteration = 62; time = 61320.0
iteration = 63; time = 61380.0
iteration = 64; time = 61440.0
iteration = 65; time = 61500.0
iteration = 66; time = 61560.0
iteration = 67; time = 61620.0
iteration = 68; time = 61680.0
iteration = 69; time = 61740.0
iteration = 70; time = 61800.0
iteration = 71; time = 61860.0
iteration = 72; time = 61920.0
iteration = 73; time = 61980.0
iteration = 74; time = 62040.0
iteration = 75; time = 62100.0
iteration = 76; time = 62160.0
iteration = 77; time = 62220.0
iteration = 78; time = 62280.0
iteration = 79; time = 62340.0
iteration = 80; time = 62400.0
iteration = 81; time = 62460.0
iteration = 82; time = 62520.0
iteration = 83; time = 62580.0
iteration = 84; time = 62640.0
iteration = 85; time = 62700.0
iteration = 86; time = 62760.0
iteration = 87; time = 62820.0
iteration = 88; time = 62880.0
iteration = 89; time = 62940.0
iteration = 90; time = 63000.0
iteration = 91; time = 63060.0
iteration = 92; time = 63120.0
iteration = 93; time = 63180.0
iteration = 94; time = 63240.0
iteration = 95; time = 63300.0
iteration = 96; time = 63360.0
iteration = 97; time = 63420.0
iteration = 98; time = 63480.0
iteration = 99; time = 63540.0
iteration = 100; time = 63600.0
iteration = 101; time = 63660.0
iteration = 102; time = 63720.0
iteration = 103; time = 63780.0
iteration = 104; time = 63840.0
iteration = 105; time = 63900.0
iteration = 106; time = 63960.0
iteration = 107; time = 64020.0
iteration = 108; time = 64080.0
iteration = 109; time = 64140.0
iteration = 110; time = 64200.0
iteration = 111; time = 64260.0
iteration = 112; time = 64320.0
iteration = 113; time = 64380.0
iteration = 114; time = 64440.0
iteration = 115; time = 64500.0
iteration = 116; time = 64560.0
iteration = 117; time = 64620.0
iteration = 118; time = 64680.0
iteration = 119; time = 64740.0
iteration = 120; time = 64800.0
iteration = 121; time = 64860.0
iteration = 122; time = 64920.0
iteration = 123; time = 64980.0
iteration = 124; time = 65040.0
iteration = 125; time = 65100.0
iteration = 126; time = 65160.0
iteration = 127; time = 65220.0
iteration = 128; time = 65280.0
iteration = 129; time = 65340.0
iteration = 130; time = 65400.0
iteration = 131; time = 65460.0
iteration = 132; time = 65520.0
iteration = 133; time = 65580.0
iteration = 134; time = 65640.0
iteration = 135; time = 65700.0
iteration = 136; time = 65760.0
iteration = 137; time = 65820.0
iteration = 138; time = 65880.0
iteration = 139; time = 65940.0
iteration = 140; time = 66000.0
iteration = 141; time = 66060.0
iteration = 142; time = 66120.0
iteration = 143; time = 66180.0
iteration = 144; time = 66240.0
iteration = 145; time = 66300.0
iteration = 146; time = 66360.0
iteration = 147; time = 66420.0
iteration = 148; time = 66480.0
iteration = 149; time = 66540.0
iteration = 150; time = 66600.0
iteration = 151; time = 66660.0
iteration = 152; time = 66720.0
iteration = 153; time = 66780.0
iteration = 154; time = 66840.0
iteration = 155; time = 66900.0
iteration = 156; time = 66960.0
iteration = 157; time = 67020.0
iteration = 158; time = 67080.0
iteration = 159; time = 67140.0
iteration = 160; time = 67200.0
iteration = 161; time = 67260.0
iteration = 162; time = 67320.0
iteration = 163; time = 67380.0
iteration = 164; time = 67440.0
iteration = 165; time = 67500.0
iteration = 166; time = 67560.0
iteration = 167; time = 67620.0
iteration = 168; time = 67680.0
iteration = 169; time = 67740.0
iteration = 170; time = 67800.0
iteration = 171; time = 67860.0
iteration = 172; time = 67920.0
iteration = 173; time = 67980.0
iteration = 174; time = 68040.0
iteration = 175; time = 68100.0
iteration = 176; time = 68160.0
iteration = 177; time = 68220.0
iteration = 178; time = 68280.0
iteration = 179; time = 68340.0
iteration = 180; time = 68400.0
iteration = 181; time = 68460.0
iteration = 182; time = 68520.0
iteration = 183; time = 68580.0
iteration = 184; time = 68640.0
iteration = 185; time = 68700.0
iteration = 186; time = 68760.0
iteration = 187; time = 68820.0
iteration = 188; time = 68880.0
iteration = 189; time = 68940.0
iteration = 190; time = 69000.0
iteration = 191; time = 69060.0
iteration = 192; time = 69120.0
iteration = 193; time = 69180.0
iteration = 194; time = 69240.0
iteration = 195; time = 69300.0
iteration = 196; time = 69360.0
iteration = 197; time = 69420.0
iteration = 198; time = 69480.0
iteration = 199; time = 69540.0
iteration = 200; time = 69600.0
iteration = 201; time = 69660.0
iteration = 202; time = 69720.0
iteration = 203; time = 69780.0
iteration = 204; time = 69840.0
iteration = 205; time = 69900.0
iteration = 206; time = 69960.0
iteration = 207; time = 70020.0
iteration = 208; time = 70080.0
iteration = 209; time = 70140.0
iteration = 210; time = 70200.0
iteration = 211; time = 70260.0
iteration = 212; time = 70320.0
iteration = 213; time = 70380.0
iteration = 214; time = 70440.0
iteration = 215; time = 70500.0
iteration = 216; time = 70560.0
iteration = 217; time = 70620.0
iteration = 218; time = 70680.0
iteration = 219; time = 70740.0
iteration = 220; time = 70800.0
iteration = 221; time = 70860.0
iteration = 222; time = 70920.0
iteration = 223; time = 70980.0
iteration = 224; time = 71040.0
iteration = 225; time = 71100.0
iteration = 226; time = 71160.0
iteration = 227; time = 71220.0
iteration = 228; time = 71280.0
iteration = 229; time = 71340.0
iteration = 230; time = 71400.0
iteration = 231; time = 71460.0
iteration = 232; time = 71520.0
iteration = 233; time = 71580.0
iteration = 234; time = 71640.0
iteration = 235; time = 71700.0
iteration = 236; time = 71760.0
iteration = 237; time = 71820.0
iteration = 238; time = 71880.0
iteration = 239; time = 71940.0
iteration = 240; time = 72000.0
iteration = 241; time = 72060.0
iteration = 242; time = 72120.0
iteration = 243; time = 72180.0
iteration = 244; time = 72240.0
iteration = 245; time = 72300.0
iteration = 246; time = 72360.0
iteration = 247; time = 72420.0
iteration = 248; time = 72480.0
iteration = 249; time = 72540.0
iteration = 250; time = 72600.0
iteration = 251; time = 72660.0
iteration = 252; time = 72720.0
iteration = 253; time = 72780.0
iteration = 254; time = 72840.0
iteration = 255; time = 72900.0
iteration = 256; time = 72960.0
iteration = 257; time = 73020.0
iteration = 258; time = 73080.0
iteration = 259; time = 73140.0
iteration = 260; time = 73200.0
iteration = 261; time = 73260.0
iteration = 262; time = 73320.0
iteration = 263; time = 73380.0
iteration = 264; time = 73440.0
iteration = 265; time = 73500.0
iteration = 266; time = 73560.0
iteration = 267; time = 73620.0
iteration = 268; time = 73680.0
iteration = 269; time = 73740.0
iteration = 270; time = 73800.0
iteration = 271; time = 73860.0
iteration = 272; time = 73920.0
iteration = 273; time = 73980.0
iteration = 274; time = 74040.0
iteration = 275; time = 74100.0
iteration = 276; time = 74160.0
iteration = 277; time = 74220.0
iteration = 278; time = 74280.0
iteration = 279; time = 74340.0
iteration = 280; time = 74400.0
iteration = 281; time = 74460.0
iteration = 282; time = 74520.0
iteration = 283; time = 74580.0
iteration = 284; time = 74640.0
iteration = 285; time = 74700.0
iteration = 286; time = 74760.0
iteration = 287; time = 74820.0
iteration = 288; time = 74880.0
iteration = 289; time = 74940.0
iteration = 290; time = 75000.0
iteration = 291; time = 75060.0
iteration = 292; time = 75120.0
iteration = 293; time = 75180.0
iteration = 294; time = 75240.0
iteration = 295; time = 75300.0
iteration = 296; time = 75360.0
iteration = 297; time = 75420.0
iteration = 298; time = 75480.0
iteration = 299; time = 75540.0
iteration = 300; time = 75600.0
iteration = 301; time = 75660.0
iteration = 302; time = 75720.0
iteration = 303; time = 75780.0
iteration = 304; time = 75840.0
iteration = 305; time = 75900.0
iteration = 306; time = 75960.0
iteration = 307; time = 76020.0
iteration = 308; time = 76080.0
iteration = 309; time = 76140.0
iteration = 310; time = 76200.0
iteration = 311; time = 76260.0
iteration = 312; time = 76320.0
iteration = 313; time = 76380.0
iteration = 314; time = 76440.0
iteration = 315; time = 76500.0
iteration = 316; time = 76560.0
iteration = 317; time = 76620.0
iteration = 318; time = 76680.0
iteration = 319; time = 76740.0
iteration = 320; time = 76800.0
iteration = 321; time = 76860.0
iteration = 322; time = 76920.0
iteration = 323; time = 76980.0
iteration = 324; time = 77040.0
iteration = 325; time = 77100.0
iteration = 326; time = 77160.0
iteration = 327; time = 77220.0
iteration = 328; time = 77280.0
iteration = 329; time = 77340.0
iteration = 330; time = 77400.0
iteration = 331; time = 77460.0
iteration = 332; time = 77520.0
iteration = 333; time = 77580.0
iteration = 334; time = 77640.0
iteration = 335; time = 77700.0
iteration = 336; time = 77760.0
iteration = 337; time = 77820.0
iteration = 338; time = 77880.0
iteration = 339; time = 77940.0
iteration = 340; time = 78000.0
iteration = 341; time = 78060.0
iteration = 342; time = 78120.0
iteration = 343; time = 78180.0
iteration = 344; time = 78240.0
iteration = 345; time = 78300.0
iteration = 346; time = 78360.0
iteration = 347; time = 78420.0
iteration = 348; time = 78480.0
iteration = 349; time = 78540.0
iteration = 350; time = 78600.0
iteration = 351; time = 78660.0
iteration = 352; time = 78720.0
iteration = 353; time = 78780.0
iteration = 354; time = 78840.0
iteration = 355; time = 78900.0
iteration = 356; time = 78960.0
iteration = 357; time = 79020.0
iteration = 358; time = 79080.0
iteration = 359; time = 79140.0
iteration = 360; time = 79200.0
iteration = 361; time = 79260.0
iteration = 362; time = 79320.0
iteration = 363; time = 79380.0
iteration = 364; time = 79440.0
iteration = 365; time = 79500.0
iteration = 366; time = 79560.0
iteration = 367; time = 79620.0
iteration = 368; time = 79680.0
iteration = 369; time = 79740.0
iteration = 370; time = 79800.0
iteration = 371; time = 79860.0
iteration = 372; time = 79920.0
iteration = 373; time = 79980.0
iteration = 374; time = 80040.0
iteration = 375; time = 80100.0
iteration = 376; time = 80160.0
iteration = 377; time = 80220.0
iteration = 378; time = 80280.0
iteration = 379; time = 80340.0
iteration = 380; time = 80400.0
iteration = 381; time = 80460.0
iteration = 382; time = 80520.0
iteration = 383; time = 80580.0
iteration = 384; time = 80640.0
iteration = 385; time = 80700.0
iteration = 386; time = 80760.0
iteration = 387; time = 80820.0
iteration = 388; time = 80880.0
iteration = 389; time = 80940.0
iteration = 390; time = 81000.0
iteration = 391; time = 81060.0
iteration = 392; time = 81120.0
iteration = 393; time = 81180.0
iteration = 394; time = 81240.0
iteration = 395; time = 81300.0
iteration = 396; time = 81360.0
iteration = 397; time = 81420.0
iteration = 398; time = 81480.0
iteration = 399; time = 81540.0
iteration = 400; time = 81600.0
iteration = 401; time = 81660.0
iteration = 402; time = 81720.0
iteration = 403; time = 81780.0
iteration = 404; time = 81840.0
iteration = 405; time = 81900.0
iteration = 406; time = 81960.0
iteration = 407; time = 82020.0
iteration = 408; time = 82080.0
iteration = 409; time = 82140.0
iteration = 410; time = 82200.0
iteration = 411; time = 82260.0
iteration = 412; time = 82320.0
iteration = 413; time = 82380.0
iteration = 414; time = 82440.0
iteration = 415; time = 82500.0
iteration = 416; time = 82560.0
iteration = 417; time = 82620.0
iteration = 418; time = 82680.0
iteration = 419; time = 82740.0
iteration = 420; time = 82800.0
iteration = 421; time = 82860.0
iteration = 422; time = 82920.0
iteration = 423; time = 82980.0
iteration = 424; time = 83040.0
iteration = 425; time = 83100.0
iteration = 426; time = 83160.0
iteration = 427; time = 83220.0
iteration = 428; time = 83280.0
iteration = 429; time = 83340.0
iteration = 430; time = 83400.0
iteration = 431; time = 83460.0
iteration = 432; time = 83520.0
iteration = 433; time = 83580.0
iteration = 434; time = 83640.0
iteration = 435; time = 83700.0
iteration = 436; time = 83760.0
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
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
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
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
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
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
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
Program exited normally
iteration = 437; time = 83820.0
iteration = 438; time = 83880.0
iteration = 439; time = 83940.0
iteration = 440; time = 84000.0
iteration = 441; time = 84060.0
iteration = 442; time = 84120.0
iteration = 443; time = 84180.0
iteration = 444; time = 84240.0
iteration = 445; time = 84300.0
iteration = 446; time = 84360.0
iteration = 447; time = 84420.0
iteration = 448; time = 84480.0
iteration = 449; time = 84540.0
iteration = 450; time = 84600.0
iteration = 451; time = 84660.0
iteration = 452; time = 84720.0
iteration = 453; time = 84780.0
iteration = 454; time = 84840.0
iteration = 455; time = 84900.0
iteration = 456; time = 84960.0
iteration = 457; time = 85020.0
iteration = 458; time = 85080.0
iteration = 459; time = 85140.0
iteration = 460; time = 85200.0
iteration = 461; time = 85260.0
iteration = 462; time = 85320.0
iteration = 463; time = 85380.0
iteration = 464; time = 85440.0
iteration = 465; time = 85500.0
iteration = 466; time = 85560.0
iteration = 467; time = 85620.0
iteration = 468; time = 85680.0
iteration = 469; time = 85740.0
iteration = 470; time = 85800.0
iteration = 471; time = 85860.0
iteration = 472; time = 85920.0
iteration = 473; time = 85980.0
iteration = 474; time = 86040.0
iteration = 475; time = 86100.0
iteration = 476; time = 86160.0
iteration = 477; time = 86220.0
iteration = 478; time = 86280.0
iteration = 479; time = 86340.0
iteration = 480; time = 86400.0
iteration = 481; time = 86460.0
iteration = 482; time = 86520.0
iteration = 483; time = 86580.0
iteration = 484; time = 86640.0
iteration = 485; time = 86700.0
iteration = 486; time = 86760.0
iteration = 487; time = 86820.0
iteration = 488; time = 86880.0
iteration = 489; time = 86940.0
iteration = 490; time = 87000.0
iteration = 491; time = 87060.0
iteration = 492; time = 87120.0
iteration = 493; time = 87180.0
iteration = 494; time = 87240.0
iteration = 495; time = 87300.0
iteration = 496; time = 87360.0
iteration = 497; time = 87420.0
iteration = 498; time = 87480.0
iteration = 499; time = 87540.0
iteration = 500; time = 87600.0
CLUBB-TIMER time_loop_init = 0.2003
CLUBB-TIMER time_clubb_advance = 77.8831
CLUBB-TIMER time_clubb_pdf = 0.0017
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.0645
CLUBB-TIMER time_microphys_advance = 0.0035
CLUBB-TIMER time_loop_end = 1.9240
CLUBB-TIMER time_total = 80.0809
[Pipeline] sh
+ run_scripts/run_scm.bash mpace_b
Running mpace_b
2024/01/09 16:45:43
--------------------------------------------------
Latest git log entry
--------------------------------------------------
commit dd59f60c668e6989bf231b72032771c3ac9518d5
Author: Gunther Huebler <huebler@uwm.edu>
Date: Tue Jan 9 16:35:25 2024 -0600
Undoing accidental changes to compiler config
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
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.25000000000000000000
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
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DNETCDF enabled
-DCOAMPS_MICRO enabled
-DNR_SP enabled
-DTUNER disabled
-DSILHS enabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
-DBYTESWAP_IO disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = mpace_b
nzmax = 56
grid_type = 1
deltaz = 50.000000000000000
zm_init = 0.0000000000000000
zm_top = 3750.0000000000000
zt_grid_fname =
zm_grid_fname =
day = 9
month = 10
year = 2004
lat_vals = 71.750000000000000
lon_vals = -151.00000000000000
sfc_elevation = 0.0000000000000000
time_initial = 61200.000000000000
time_final = 104400.00000000000
dt_main = 60.000000000000000
dt_rad = 60.000000000000000
sfctype = 0
T_sfc = 288.00000000000000
p_sfc = 101000.00000000000
sens_ht = 0.0000000000000000
latent_ht = 0.0000000000000000
fcor = 1.0000000000000000E-004
T0 = 300.00000000000000
ts_nudge = 3600.0000000000000
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/mpace_b
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 = mpace_b
stats_fmt = netcdf
stats_tsamp = 60.000000000000000
stats_tout = 60.000000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_hole_fill = T
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
--------------------------------------------------
µphysics_setting
--------------------------------------------------
microphys_scheme = coamps
l_cloud_sed = F
sigma_g = 1.5000000000000000
l_graupel = F
l_hail = F
l_seifert_beheng = F
l_predict_Nc = T
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 = 0.0000000000000000
hmp2_ip_on_hmm2_ip_slope%ri = 0.0000000000000000
hmp2_ip_on_hmm2_ip_slope%rs = 0.0000000000000000
hmp2_ip_on_hmm2_ip_slope%rg = 0.0000000000000000
hmp2_ip_on_hmm2_ip_slope%Nr = 0.0000000000000000
hmp2_ip_on_hmm2_ip_slope%Ni = 0.0000000000000000
hmp2_ip_on_hmm2_ip_slope%Ni = 0.0000000000000000
hmp2_ip_on_hmm2_ip_slope%Ng = 0.0000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rr = 1.0000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%ri = 1.0000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rs = 1.0000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rg = 1.0000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Nr = 1.0000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 1.0000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 1.0000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ng = 1.0000000000000000
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
--------------------------------------------------
Correlation array (approximate); in cloud:
1.000 0.300 0.090 0.103 0.253 0.063 -0.086 0.000 0.281 0.303
0.300 1.000 0.027 0.031 0.076 0.019 -0.026 0.000 0.085 0.091
0.090 0.027 1.000 0.390 0.000 0.679 0.475 0.000 0.000 0.595
0.103 0.031 0.390 1.000 0.000 0.162 0.437 0.000 0.000 0.332
0.253 0.076 0.000 0.000 1.000 0.000 0.000 0.000 0.796 0.000
0.063 0.019 0.679 0.162 0.000 1.000 0.314 0.000 0.000 0.458
-0.086 -0.026 0.475 0.437 0.000 0.314 1.000 0.000 0.000 0.793
0.000 0.000 0.000 0.000 0.000 0.000 0.000 1.000 0.000 0.000
0.281 0.085 0.000 0.000 0.796 0.000 0.000 0.000 1.000 0.000
0.303 0.091 0.595 0.332 0.000 0.458 0.793 0.000 0.000 1.000
Correlation array (approximate); below cloud:
1.000 0.300 0.090 0.103 0.060 0.063 -0.086 0.000 0.016 0.303
0.300 1.000 0.027 0.031 0.182 0.019 -0.026 0.000 0.005 0.091
0.090 0.027 1.000 0.390 0.000 0.679 0.475 0.000 0.000 0.595
0.103 0.031 0.390 1.000 0.000 0.162 0.437 0.000 0.000 0.332
0.060 0.182 0.000 0.000 1.000 0.000 0.000 0.000 0.898 0.000
0.063 0.019 0.679 0.162 0.000 1.000 0.314 0.000 0.000 0.458
-0.086 -0.026 0.475 0.437 0.000 0.314 1.000 0.000 0.000 0.793
0.000 0.000 0.000 0.000 0.000 0.000 0.000 1.000 0.000 0.000
0.016 0.005 0.000 0.000 0.898 0.000 0.000 0.000 1.000 0.000
0.303 0.091 0.595 0.332 0.000 0.458 0.793 0.000 0.000 1.000
--------------------------------------------------
&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 = 70.000000000000000
F1 = 22.000000000000000
kappa = 85.000000000000000
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 = 1212.7500000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 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 = 2
tridiag_solve_method = 2
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_min_wp2_from_corr_wx = T
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 = T
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
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
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: mpace_b_sounding.in
File exists? T
Path to sclr_sounding: mpace_b_sclr_sounding.in
File exists? T
Path to edsclr_sounding: mpace_b_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.0000000000000000 4.9816235513449900 10.063427011787200 15.157362881475500 19.979169512713401 24.772568151579801 29.568044553912600 34.496472485776401 39.732606978874202 44.807477918365201 49.720862448185500 54.636432060705800 59.652566558956700 64.900634454882095 69.987078845702797 74.911675661619299 79.965187535045303 85.035099785179597 90.126131987333807 95.388706850132493 100.06134505603900 104.90059836373500 109.89021450321400 115.32701916803600 120.27189607837801 124.72418235682100 129.92079024132099 135.07032314823400 140.12316522388900 145.07918271283600 149.73987323077199 154.40253696480400 159.36498594499400 164.67728472145899 170.09151626824300 175.06104512141300 180.03281949533101 185.00684182728099 189.98311455874099 194.81225156501500 199.29479186727499 204.62641359644900 210.11021745893200 215.09786951558601 220.01014851493400 224.89133690507100 229.77469561230399 234.66022695458199 239.54793325377500 244.51404005662701 249.66033175624199 254.68029104864601 259.68823665018800 264.69846968285901 269.81126649109399 274.96944325751298 280.13004814169500 285.16397834664099 290.18587037951801 295.21006517027899 300.33711878907297 305.31567291823700 309.84359615049300 314.72578874917900 319.77564784406297 324.95741195575602 330.04080325493800 335.07211766144502 340.00482771481802 344.97341843665600 350.02283210197402 354.99597833927402 359.93768706392302 364.73450644007698 369.51707822473600 374.35328313471098 379.21372804343002 384.21819564384498 389.35819408030301 395.15264272328102 400.04812940153300 404.55907399203898 409.47812882046600 414.45585222978002 419.53750464678097 424.56502402093003 429.53833478220599 434.45057567785602 439.33787375524599 444.51265279645401 449.81221757004801 455.11436191765199 460.41908885549202 465.44055712138402 470.34178366588202 474.93311559069701 479.39257338282403 484.41164900008499 489.99111683861400 495.33148780834398 500.10965176428601 504.88991646471101 509.72819437478501 514.57484203131298 519.42365224886896 524.27462734526898 529.16510991183600 534.09515275286799 539.23299523174398 544.57893185179398 549.82462059124305 554.96991526121303 560.08332459120300 564.89006742108700 569.69894129398403 574.55369470052995 579.42937955443597 584.44799882918596 589.60975054367805 594.73952580743196 599.56166294915795 604.38594755957399 609.51959147873697 614.78739661433599 619.81156529832595 624.59175744217600 629.37406180559799 634.51739734625903 639.70307854617499 644.71826794360095 649.56272756370402 654.46476122966396 659.86788136007601 665.22454774852099 670.14125706811103 675.06020477890900 679.61222640205494 684.12513585386205 689.09162502960601 694.51246072901301 699.72760794306896 704.73673952276204 709.71043447258705 714.64863811936004 719.58931071427901 724.53245485488799 729.49498548603401 734.61229874612604 739.76718186204505 745.00627437937305 749.80772253124906 754.42266652177898 759.23569236525600 764.13507451243299 769.14195366984302 774.39665391856704 779.65415155021503 784.72503033263297 789.77745724165504 794.41878143984297 799.01630235314803 803.93802174350606 809.00029223205001 814.13083258809502 819.29220097474297 824.45626945771801 829.57135989864605 834.22374350077200 838.97707838030306 844.62199177746902 849.96197191293004 854.58544200485505 859.25734670317104 864.34807744232705 869.42184116167698 874.32177246430695 879.22413852704506 884.22706283337300 889.33069732521699 894.54338253917604 899.86529017860300 904.61485604271900 909.30276869066097 913.95801708454803 918.61158505735602 923.99177770837002 929.68556221324900 934.45016259243801 939.11341356876301 944.05109096822605 949.10796890495601 954.01605256841106 958.77511846046798 964.06037352254396 969.34846392441000 974.11493976634199 978.91353390011398 983.74429224107905 989.06086270799904 994.39821833556300 999.65481598228098 1004.4359756691700 1008.7410038247000 1013.4787083116300 1018.6497127505000 1023.9802544709900 1029.4705912301499 1034.7284954127599 1039.4394494623700 1044.1853961370400 1049.2284241254599 1053.6251692639701 1058.4927087843500 1063.9039090849101 1068.7332100063800 1073.4998646310901 1078.7458511244499 1084.0476663051600 1089.3523378827799 1094.4887552604800 1099.2283913389799 1103.9742629195900 1108.7580137649900 1113.5876109378000 1118.8114640499200 1123.9905637590900 1128.7444295830201 1133.5005927236000 1138.6874300292900 1143.9246259795000 1148.7715150133499 1153.5770947644000 1158.8659446661400 1164.1536621998400 1168.9269751264701 1173.7026050756201 1178.8389941638200 1184.0179147676399 1188.8972255784199 1193.6493231090101 1198.6232067184101 1204.1120263614800 1208.8348624626501 1213.2302354882800 1218.5072775610899 1223.8271628176401 1228.6295304059199 1233.4342446151700 1238.7961202493200 1244.2226029965800 1249.4293300760801 1254.1188045905801 1258.8105171969501 1263.5399791554601 1268.5914586326601 1273.6455355218300 1278.6332404301900 1283.4624628445299 1288.3030090124500 1293.2265271001700 1298.2465787811000 1303.4887984187501 1308.7338162809201 1313.9816354922800 1319.2322591828199 1324.1219008759399 1328.9735370561900 1333.8736805394799 1338.8065968245701 1343.6902147713399 1348.5543833352999 1353.5543173046501 1358.8674320588500 1364.1472848575900 1369.0990579639999 1374.0589267677601 1379.0669809149999 1384.1211606995300 1389.2788779479799 1393.8591570821800 1398.4420768063801 1403.6090971507299 1408.7794770102200 1413.9855666073099 1419.2598011838099 1424.4403664032200 1429.1705767076401 1433.7738904216801 1438.9639141170701 1444.2330852972100 1449.4840843309000 1454.6193355104001 1459.1723257120800 1464.1076693825701 1469.4260751881400 1474.6719789956101 1479.2364420750000 1484.3365156717600 1489.6140115363601 1494.7751876753600 1499.3511734294400 1503.9297849546399 1508.5110248455801 1513.4224157848200 1518.6645653625001 1523.9101588377700 1528.6997712666200 1533.3527095544400 1538.5258214165401 1543.7022847273699 1548.8821032329799 1554.0076713597900 1559.1301227232000 1564.2558578646699 1569.3848804195000 1574.5171940295400 1579.3959436272301 1584.0206626155900 1589.0080763089099 1594.1529953956299 1598.8377471048500 1603.5399632529700 1608.8415453715900 1614.0434509837000 1619.2044849432300 1623.9039167853700 1628.6061062257099 1633.7765308768501 1638.9502926683199 1644.1273953323800 1649.0487407573801 1653.7138553065199 1658.7448518561600 1663.9347511358901 1669.1280093738901 1674.2726474758899 1678.9524543015500 1683.8106389775401 1689.0818739547501 1694.3565711573999 1699.5760692205099 1704.2706487979799 1709.1245977285600 1714.3471709478499 1719.3117607807301 1724.0767303808600 1729.3744552602000 1734.3810688981100 1739.0960246394600 1743.8137457142300 1748.7113071755400 1754.0252868535999 1759.2968090530601 1764.5520722680601 1769.3373450163399 1774.0728312904300 1778.8111039049900 1783.5521657187601 1788.6651031090501 1793.9395716647800 1799.2768912731699 1804.2677441151800 1808.4291500296399 1813.4851753319899 1818.7229910237700 1823.4875956333799 1828.6722999627700 1834.0392961614100 1839.4098649034800 1844.4853528135200 1849.2652001088300 1854.0478794790999 1858.8333938600799 1864.0528371956500 1869.3235875235800 1874.1661254168700 1878.9635790136499 1884.2440702365300 1889.5280143405500 1894.3345995297600 1899.1440445873200 1903.9563524961500 1908.7715262442400 1913.5895688246901 1918.4104832356800 1923.2342724805201 1928.4834099510999 1933.8567430471001 1938.6897520022701 1943.8711802012001 1949.3325399633500 1954.1747996041199 1959.0199564633499 1963.8680135877701 1968.7189740293700 1973.6335325843299 1979.0976515165200 1984.2615933575701 1989.1247811773901 1993.9908882694299 1998.8599177183601 2003.7318726141800 2008.8157451151601 2014.3907740859199 2018.7925262936401 2023.2490086476400 2028.1356373147901 2033.5143293932899 2038.8965879951500 2043.7926487965699 2048.6916637245899 2053.5936359241800 2058.4985685457600 2063.8974174732398 2069.1156233283500 2073.4154870692500 2078.1479664485400 2083.0677486287300 2087.9905102489702 2093.4911190801399 2098.4788952135100 2102.8589243233801 2108.6164368744198 2113.6370228262199 2118.5783283701098 2123.5226364399500 2128.4699502651602 2133.4202730808402 2138.3736081277698 2143.3299586524099 2148.3720096535098 2154.1618189154501 2158.6517536168799 2163.3985817337998 2169.0806657772600 2173.6291875810998 2178.1091195953800 2183.0897115023299 2188.0733483636700 2193.0600334835799 2198.0497701720701 2203.0425617450001 2208.0384115241200 2213.7874237801302 2219.0400623091600 2223.9900854408702 2228.4421082970098 2233.0636501806898 2238.0779192844502 2243.0952700123298 2248.1157057336200 2253.1392298235701 2258.7524857140702 2263.8873841236400 2268.2912958844900 2273.2642775825002 2278.3032943561702 2283.3454198771101 2288.3906575630599 2293.4390108378698 2298.4904831315298 2303.5450778802001 2308.6027985261999 2313.1574226079401 2317.7145839779901 2322.7810755023902 2328.2129427303598 2333.8659118091700 2338.2170079133398 2343.0784666943000 2348.1606881764701 2353.2460661168898 2357.8892307190499 2362.4713702716199 2368.2026516344299 2373.3004922471200 2377.7637061956898 2382.8036835676899 2387.9106186658400 2393.0207377193001 2398.1340442815199 2403.2505419124600 2408.3702341785101 2413.2735065637598 2417.6669861077598 2422.7223984358802 2427.8542629557701 2432.9893393202401 2438.1276311336101 2443.0977064132298 2447.6705481217000 2452.8997740016798 2458.6486153685801 2463.1585234683198 2467.9933178613401 2473.0890476544901 2477.6068943104001 2482.7731917777201 2488.5891621006699 2493.2449040210099 2643.7014800473198 2911.2338731619998 3187.0382605516502 3471.4480014479300 3764.9722748415602 4068.2523527721100 4382.0407413894900 4707.1272273994700 5044.4965798291896 5395.5029119714700 5761.6487946201796 6144.4643631279696 6545.6414391460903 6967.2302713401104 7411.8617210726698 7882.9382207687504 8384.8105402058209 8923.6465647905497 9508.6644648774909 10152.094501913200 11282.275413622800 12141.020139344801 13055.495347144501 14026.356631101200 15055.863841821600 16147.926245281700 17305.432803517800 18528.279185470699 19812.164074687600 21152.378581816702 22520.860379894300 23884.623428379200 25245.376737940402 26603.061908374701 27958.042232411899 29309.829773103698 30658.592410842601 32007.140795466599 33361.441604202897 34728.114903338501 36118.318434873698 37555.071155567399 39071.996861314801 40711.130151986603 42535.193770975900 44638.385551042098 47162.521208714097 50302.339682772901 54304.059689039197 61898.395041557204
u = -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000
v = -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000
ug = -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000 -13.000000000000000
vg = -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000 -3.0000000000000000
theta = 269.20114608253698 269.20107350161402 269.20099944763598 269.20092520321202 269.20085491249398 269.20078502375497 269.20071509260202 269.20064321001598 269.20056682540002 269.20049277948499 269.20042107681701 269.20034932950398 269.20027610119098 269.20019947275301 269.20012519032798 269.20005325848598 269.19997943028898 269.19990534891201 269.19983094523599 269.19975402009402 269.19968570599201 269.19961494377299 269.19954196986299 269.19946244071798 269.19939009383302 269.19932494277799 269.19924888662598 269.19917350530000 269.19909952568503 269.19902695051201 269.19895868814501 269.19889038531602 269.19881767825802 269.19873983086597 269.19866047426899 269.19858762195099 269.19851472354401 269.19844177899000 269.19836878822798 269.19829794298698 269.19823217131000 269.19815392721500 269.19807343393501 269.19800020940102 269.19792807843402 269.19785639121602 269.19778465937202 269.19771288284397 269.19764106157999 269.19756807517598 269.19749242667399 269.19741862153597 269.19734497956898 269.19727129050699 269.19719607908399 269.19712018588802 269.19704424267297 269.19697014981602 269.19689622058098 269.19682224388401 269.19674673869201 269.19667340689602 269.19660670110602 269.19653476382200 269.19646034253401 269.19638396304498 269.19630901951803 269.19623483003699 269.19616208128099 269.19608879008001 269.19601429302003 269.19594090772699 269.19586797310802 269.19579716429200 269.19572655341500 269.19565513811398 269.19558335212400 269.19550942564803 269.19543348298902 269.19534785378301 269.19527549508598 269.19520880869499 269.19513607654198 269.19506246357298 269.19498729979000 269.19491292291298 269.19483933449800 269.19476663653001 269.19469429469399 269.19461768341603 269.19453920963201 269.19446068236698 269.19438210154999 269.19430770263699 269.19423507200798 269.19416702179802 269.19410091516102 269.19402649983499 269.19394375973297 269.19386454939001 269.19379366471901 269.19372273641699 269.19365093462397 269.19357899580399 269.19350701204303 269.19343498328300 269.19336235488203 269.19328912573297 269.19321279584801 269.19313335909402 269.19305539673900 269.19297891181600 269.19290288649700 269.19283140757398 269.19275988428399 269.19268766574902 269.19261512282498 269.19254043962002 269.19246361199902 269.19238724581498 269.19231544620499 269.19224360182801 269.19216713634199 269.19208865745497 269.19201379399402 269.19194255304200 269.19187126801700 269.19179458739700 269.19171726069402 269.19164246218998 269.19157019684098 269.19149705947200 269.19141643062397 269.19133647907398 269.19126308020202 269.19118963454400 269.19112165560699 269.19148829055098 269.20285522563802 269.21525062819302 269.22716443117599 269.23859716760597 269.24993888451900 269.26118964796501 269.27243601849301 269.28367796197199 269.29495385532101 269.30657078020602 269.31826201579798 269.33013291988402 269.34100215080599 269.35144010905600 269.36231658497002 269.37337822522602 269.38467213745798 269.39651368766300 269.40834986270102 269.41975480923099 269.43110739497399 269.44152667533501 269.45183856234303 269.46286758729701 269.47420074447899 269.48567551266001 269.49720779797599 269.50873461498702 269.52014074018598 269.53050523114501 269.54108491222797 269.55363624183298 269.56549676676201 269.57575579648102 269.58611278604297 269.59738734941197 269.60861299314797 269.61944326393802 269.63026830353999 269.64130442186598 269.65255126216300 269.66402646701903 269.67572962963197 269.68616350788199 269.69645205442902 269.70665917029999 269.71685288059302 269.72862613565701 269.74107140542401 269.75147444849802 269.76164626057499 269.77240592843401 269.78341387148402 269.79408679103500 269.80442517923399 269.81589451888101 269.82735722311497 269.83767827018897 269.84805832781302 269.85849726436402 269.86997357937798 269.88148163740101 269.89280269384102 269.90308868963803 269.91234127903601 269.92251384246902 269.93360483900000 269.94502496485597 269.95677355640402 269.96801154763500 269.97806950461103 269.98819163268098 269.99893576404099 270.00829321868599 270.01864201197299 270.03013353104501 270.04037759281300 270.05047792489597 270.06158146985302 270.07278988274197 270.08399093318502 270.09482391304198 270.10480887544799 270.11479620197400 270.12485231823803 270.13499366808099 270.14595026812299 270.15680003368698 270.16674758885301 270.17668903285602 270.18751821544299 270.19843932201297 270.20853467382102 270.21853272352899 270.22952324199002 270.24049779209003 270.25039299783401 270.26028187430501 270.27090532797200 270.28160367197898 270.29167106860899 270.30146475536401 270.31170363742899 270.32298839932702 270.33268645163002 270.34170219197500 270.35251379539801 270.36339923465198 270.37321370323298 270.38302152380902 270.39395314205200 270.40500192928999 270.41558949748003 270.42511370069400 270.43463147052603 270.44421469335401 270.45443806256299 270.46465390560400 270.47472304065599 270.48446034035697 270.49420871814198 270.50411210767197 270.51419710675202 270.52471487474401 270.53522438307601 270.54572560020802 270.55621849464899 270.56597745198400 270.57564858388702 272.55715506748697 272.60058152776901 272.64354733253299 272.68631567356999 272.73025035000097 272.77690656145199 272.82323968456399 272.86666569615699 272.91013549875697 272.95400000782701 272.99824042222099 273.04335804638902 273.08339987103000 273.12344163277203 273.16855903533900 273.21367635786203 273.25907558275401 273.30503869040001 273.35015577018203 273.39132503528799 273.43136631099202 273.47648316526698 273.52225789116397 273.56784454781001 273.61239720044699 273.65187416840200 273.69464081359399 273.74069711910499 273.78609539445398 273.82557208861198 273.86965432332499 273.91524034763302 273.95979238149602 273.99926880052601 274.03874515684203 274.07822145037198 274.12051740940501 274.16563301941397 274.21074854712498 274.25191639426203 274.29188579656801 274.33629616754399 274.38070645839298 274.42511666901203 274.46903335385201 274.51289513286599 274.55675683332902 274.60061845514099 274.64447999820601 274.68614839109102 274.72562364495002 274.76816912465802 274.81203036600903 274.85194402679502 274.89198293921203 274.93709712744300 274.98133401367602 275.02519486909199 275.06510817825898 275.10502142135101 275.14888205175498 275.19274260217600 275.23660307251498 275.27827044506898 275.31774473118497 275.36028916665998 275.40414933015802 275.44800941308898 275.49143081572703 275.53090474943201 275.57185888642198 275.61626690700501 275.66067484449002 275.70458927862302 275.74406285775598 275.78485215362900 275.82871153294900 275.87037786776398 275.91034458546397 275.95475196995801 275.99669220048600 276.03616529017398 276.07563831340502 276.11659150468000 276.16099849852498 276.20502164490102 276.24888023863599 276.28879148719199 276.32826408327998 276.36773661234400 276.40720907430699 276.44975154142202 276.49360967314800 276.53796112430098 276.57940690281600 276.61394499471999 276.65588403674798 276.69930319977499 276.73877509502199 276.78170070410903 276.82610642208300 276.87051205398598 276.91245062720702 276.95192215522599 276.99139361498601 277.03086500640802 277.07388874512498 277.11730711452901 277.15717299880498 277.19664410233901 277.24006223681698 277.28348028799599 277.32295117124102 277.36242198547700 277.40189273062299 277.44136340659799 277.48083401332099 277.52030455071099 277.55977501868603 277.60269907372401 277.64660980349299 277.68608004879400 277.72836951992002 277.77291434279601 277.81238436458500 277.85185431635398 277.89132419801899 277.93079400949898 277.97075712203002 278.01516049580601 278.05709693361899 278.09656644941100 278.13603589458597 278.17550526905802 278.21497457274398 278.25613534252500 278.30124294680797 278.33683560031102 278.37285107794798 278.41232002644199 278.45573578744001 278.49915146206001 278.53862018212101 278.57808883061500 278.61755740746003 278.65702591257002 278.70044118523299 278.74237630916599 278.77691105607698 278.81489921393398 278.85436735907501 278.89383543196402 278.93790802786100 278.97784580327902 279.01289701322497 279.05894275159102 279.09906824290800 279.13853586588800 279.17800341598598 279.21747089311498 279.25693829718801 279.29640562811397 279.33587288580702 279.37599785596200 279.42204281017501 279.45772758087298 279.49543262212802 279.54053762985802 279.57662156666100 279.61214163164402 279.65160830026099 279.69107489484202 279.73054141529400 279.77000786152797 279.80947423345401 279.84894053097997 279.89432668104098 279.93576612320402 279.97479367068797 280.00987454983800 280.04627089943602 280.08573674865301 280.12520252283002 280.16466822187698 280.20413384570099 280.24820370329002 280.28849136395502 280.32302358189497 280.36199558690799 280.40146083322401 280.44092600375899 280.48039109842000 280.51985611711399 280.55932105974500 280.59878592621999 280.63825071644499 280.67376896237499 280.70928714639700 280.74875172261801 280.79103511212497 280.83500974379302 280.86883631864100 280.90660926044899 280.94607345266598 280.98553756779501 281.02154850550500 281.05706607967198 281.10146295925699 281.14092676991697 281.17545754062201 281.21442791043398 281.25389149880800 281.29335500933900 281.33281844193101 281.37228179648599 281.41174507290299 281.44951699277101 281.48334253175199 281.52224183035599 281.56170480896202 281.60116770895900 281.64063053024802 281.67877784925099 281.71385577866897 281.75394476443103 281.79798774550898 281.83251737368602 281.86951333650597 281.90848234188599 281.94301177555900 281.98247391086602 282.02686871784402 282.06238449072401 283.19885440594402 284.63880218703201 285.79158226529802 286.84260653724601 287.87215480067601 288.94046257019500 290.05508502545803 291.11300388364299 292.38282122054500 293.99658058149402 295.76821580703302 297.59681942524298 299.47454119963498 301.52370405632303 303.92607840236798 306.87288851771200 310.52110297515799 315.77233076004597 323.54851312881601 333.72027109679800 350.86529857371102 366.27654673621100 381.80689122719502 397.99235798694002 415.99942047681100 436.32556607256998 458.02943468356898 480.29636519198300 504.79611215687498 532.36059130480805 563.36220836623102 597.40294426930302 633.86131006933999 672.49525608737099 713.19542544030503 756.40761107841104 802.65503936558605 854.59501863621404 914.86494414572996 983.64025517564801 1057.7995452890600 1134.4186047931300 1215.6721469804800 1309.5814504301500 1430.1249466150700 1594.8603075404401 1824.2511972928701 2128.0355718371902 2510.4955543868700 3306.2633595253101
rt = 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9500000000000101E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999899E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9500000000000101E-003 1.9500000000000101E-003 1.9499999999999999E-003 1.9499999999999899E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003 8.2102260000000002E-004 8.1990060000000002E-004 8.1879049999999997E-004 8.1768550000000002E-004 8.1655036363636297E-004 8.1534490909090896E-004 8.1414780000000004E-004 8.1302580000000004E-004 8.1190266666666695E-004 8.1076933333333297E-004 8.0962628571428603E-004 8.0846057142857199E-004 8.0742599999999998E-004 8.0639142857142905E-004 8.0522571428571403E-004 8.0406000000000000E-004 8.0288699999999996E-004 8.0169942857142901E-004 8.0053371428571399E-004 7.9947000000000004E-004 7.9843542857142900E-004 7.9726971428571399E-004 7.9608700000000001E-004 7.9490914285714300E-004 7.9375799999999999E-004 7.9273799999999997E-004 7.9163300000000003E-004 7.9044300000000005E-004 7.8927000000000001E-004 7.8825000000000000E-004 7.8711099999999995E-004 7.8593314285714305E-004 7.8478200000000004E-004 7.8376200000000002E-004 7.8274200000000001E-004 7.8172199999999999E-004 7.8062914285714302E-004 7.7946342857142898E-004 7.7829771428571397E-004 7.7723400000000002E-004 7.7620124999999999E-004 7.7505374999999998E-004 7.7390624999999996E-004 7.7275874999999995E-004 7.7162400000000005E-004 7.7049066666666705E-004 7.6935733333333297E-004 7.6822399999999997E-004 7.6709066666666697E-004 7.6601399999999997E-004 7.6499399999999996E-004 7.6389466666666695E-004 7.6276133333333395E-004 7.6172999999999996E-004 7.6069542857142903E-004 7.5952971428571402E-004 7.5838666666666697E-004 7.5725333333333397E-004 7.5622199999999997E-004 7.5519066666666695E-004 7.5405733333333298E-004 7.5292399999999998E-004 7.5179066666666698E-004 7.5071399999999998E-004 7.4969399999999997E-004 7.4859466666666696E-004 7.4746133333333396E-004 7.4632799999999999E-004 7.4520599999999999E-004 7.4418599999999998E-004 7.4312775000000004E-004 7.4198025000000003E-004 7.4083275000000001E-004 7.3969800000000000E-004 7.3867799999999999E-004 7.3762399999999998E-004 7.3649066666666698E-004 7.3541399999999999E-004 7.3438124999999996E-004 7.3323374999999995E-004 7.3214999999999999E-004 7.3112999999999997E-004 7.3010999999999996E-004 7.2905175000000002E-004 7.2790425000000001E-004 7.2676666666666697E-004 7.2563333333333299E-004 7.2460199999999997E-004 7.2358199999999996E-004 7.2256200000000005E-004 7.2154200000000004E-004 7.2044266666666703E-004 7.1930933333333295E-004 7.1816325000000005E-004 7.1709224999999999E-004 7.1619974999999998E-004 7.1511600000000002E-004 7.1399400000000002E-004 7.1297400000000001E-004 7.1186475000000003E-004 7.1071725000000001E-004 7.0956974999999999E-004 7.0848600000000003E-004 7.0746600000000002E-004 7.0644600000000001E-004 7.0542599999999999E-004 7.0431420000000001E-004 7.0319220000000001E-004 7.0216199999999999E-004 7.0114199999999998E-004 7.0001999999999998E-004 6.9889799999999999E-004 6.9787799999999997E-004 6.9685799999999996E-004 6.9583799999999995E-004 6.9481800000000004E-004 6.9379800000000003E-004 6.9277800000000001E-004 6.9175800000000000E-004 6.9064875000000002E-004 6.8951400000000001E-004 6.8849400000000000E-004 6.8740114285714303E-004 6.8625000000000001E-004 6.8523000000000000E-004 6.8420999999999998E-004 6.8318999999999997E-004 6.8216999999999996E-004 6.8113725000000004E-004 6.7998975000000002E-004 6.7890599999999995E-004 6.7788600000000005E-004 6.7686600000000003E-004 6.7584600000000002E-004 6.7482600000000001E-004 6.7376228571428595E-004 6.7259657142857104E-004 6.7167675000000000E-004 6.7074599999999995E-004 6.6972600000000005E-004 6.6860400000000005E-004 6.6748199999999995E-004 6.6646200000000004E-004 6.6544200000000003E-004 6.6442200000000002E-004 6.6340200000000000E-004 6.6228000000000001E-004 6.6119625000000005E-004 6.6030375000000004E-004 6.5932199999999995E-004 6.5830200000000004E-004 6.5728200000000003E-004 6.5614299999999998E-004 6.5511085714285700E-004 6.5420500000000004E-004 6.5301499999999995E-004 6.5197800000000000E-004 6.5095799999999998E-004 6.4993799999999997E-004 6.4891799999999996E-004 6.4789800000000005E-004 6.4687800000000004E-004 6.4585800000000002E-004 6.4482099999999996E-004 6.4363099999999998E-004 6.4270875000000001E-004 6.4173428571428603E-004 6.4056857142857199E-004 6.3963599999999996E-004 6.3871800000000003E-004 6.3769800000000002E-004 6.3667800000000001E-004 6.3565799999999999E-004 6.3463799999999998E-004 6.3361799999999996E-004 6.3259799999999995E-004 6.3142500000000002E-004 6.3035399999999996E-004 6.2934533333333404E-004 6.2843866666666701E-004 6.2749799999999999E-004 6.2647799999999997E-004 6.2545799999999996E-004 6.2443799999999995E-004 6.2341800000000004E-004 6.2227900000000000E-004 6.2123775000000000E-004 6.2034524999999999E-004 6.1933799999999998E-004 6.1831799999999997E-004 6.1729799999999996E-004 6.1627800000000005E-004 6.1525800000000004E-004 6.1423800000000002E-004 6.1321800000000001E-004 6.1219800000000000E-004 6.1127999999999996E-004 6.1036200000000004E-004 6.0934200000000002E-004 6.0824914285714305E-004 6.0711257142857095E-004 6.0623828571428604E-004 6.0526199999999997E-004 6.0424199999999995E-004 6.0322200000000005E-004 6.0229125000000000E-004 6.0137324999999997E-004 6.0022574999999995E-004 5.9920575000000005E-004 5.9831325000000003E-004 5.9730600000000003E-004 5.9628600000000002E-004 5.9526600000000000E-004 5.9424599999999999E-004 5.9322599999999997E-004 5.9220599999999996E-004 5.9122971428571399E-004 5.9035542857142898E-004 5.8934999999999999E-004 5.8832999999999997E-004 5.8730999999999996E-004 5.8629000000000005E-004 5.8530400000000003E-004 5.8439733333333300E-004 5.8336114285714301E-004 5.8222275000000001E-004 5.8133025000000000E-004 5.8037400000000004E-004 5.7936675000000003E-004 5.7847425000000002E-004 5.7745425000000001E-004 5.7630674999999999E-004 5.7538874999999996E-004 5.4600000000000004E-004 4.9500000000000000E-004 4.4400000000000000E-004 3.9300000000000001E-004 3.4200000000000002E-004 3.0503600000000001E-004 2.3217800000000001E-004 1.8755000000000001E-004 1.3561600000000000E-004 7.3258900000000004E-005 4.6653500000000003E-005 4.0121900000000000E-005 3.5302500000000003E-005 3.0691800000000003E-005 3.0462599999999999E-005 2.5523900000000001E-005 2.1179499999999999E-005 2.0444700000000001E-005 1.3830200000000000E-005 7.6517600000000007E-006 6.1661000000000001E-006 3.1852000000000000E-006 2.3020000000000002E-006 2.1824999999999999E-006 2.1807000000000001E-006 2.1880999999999999E-006 2.1876000000000000E-006 2.1868000000000000E-006 2.1988999999999998E-006 2.2475999999999999E-006 2.3292000000000001E-006 2.4271999999999998E-006 2.5378999999999999E-006 2.6344999999999999E-006 2.7363000000000000E-006 2.8455999999999999E-006 2.9855000000000000E-006 3.1292999999999998E-006 3.2681999999999999E-006 3.4056000000000001E-006 3.5385000000000001E-006 3.6499000000000000E-006 3.7587999999999999E-006 3.8831000000000001E-006 3.9639000000000003E-006 4.0049000000000004E-006 4.0137000000000002E-006 3.9957999999999999E-006 3.9632999999999998E-006 3.9348999999999999E-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 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -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 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
--------------------------------------------------
Statistics
--------------------------------------------------
vars_zt =
thlm
thvm
rtm
rcm
rvm
um
vm
um_ref
vm_ref
wm_zt
ug
vg
cloud_frac
ice_supersat_frac
cloud_cover
rcm_in_layer
rcm_in_cloud
p_in_Pa
exner
rho_ds_zt
thv_ds_zt
Lscale
T_in_K
rel_humidity
wp3
thlp3
rtp3
wpthlp2
wp2thlp
wprtp2
wp2rtp
Skw_zt
Skthl_zt
Skrt_zt
Lscale_up
Lscale_down
tau_zt
Kh_zt
wp2thvp
wp2rcp
wp2hmp
wprtpthlp
wpup2
wpvp2
rc_coef
Lscale_pert_1
Lscale_pert_2
sigma_sqd_w_zt
rho
radht
radht_LW
radht_SW
Ncm
Nc_in_cloud
Nc_activated
Nccnm
Nim
snowslope
Nsm
Ngm
sed_rcm
rsat
rsati
rrm
Nrm
m_vol_rad_rain
m_vol_rad_cloud
eff_rad_cloud
eff_rad_ice
eff_rad_snow
eff_rad_rain
eff_rad_graupel
precip_rate_zt
rsm
rim
rgm
diam
mass_ice_cryst
rcm_icedfs
u_T_cm
rtm_bt
rtm_ma
rtm_ta
rtm_mfl
rtm_tacl
rtm_cl
rtm_forcing
rtm_sdmp
rtm_mc
rtm_pd
rvm_mc
rcm_mc
rcm_sd_mg_morr
thlm_bt
thlm_ma
thlm_ta
thlm_mfl
thlm_tacl
thlm_cl
thlm_forcing
thlm_sdmp
thlm_mc
thlm_old
thlm_without_ta
thlm_mfl_min
thlm_mfl_max
thlm_enter_mfl
thlm_exit_mfl
rtm_old
rtm_without_ta
rtm_mfl_min
rtm_mfl_max
rtm_enter_mfl
rtm_exit_mfl
um_bt
um_ma
um_gf
um_cf
um_ta
um_f
um_sdmp
um_ndg
um_mfl
vm_bt
vm_ma
vm_gf
vm_cf
vm_ta
vm_f
vm_sdmp
vm_ndg
vm_mfl
wp3_bt
wp3_ma
wp3_ta
wp3_tp
wp3_ac
wp3_bp1
wp3_pr_turb
wp3_pr_dfsn
wp3_pr1
wp3_pr2
wp3_pr3
wp3_pr_tp
wp3_dp1
wp3_sdmp
wp3_cl
wp3_splat
rtp3_bt
rtp3_tp
rtp3_ac
rtp3_dp
thlp3_bt
thlp3_tp
thlp3_ac
thlp3_dp
rrm_bt
rrm_ma
rrm_sd
rrm_ts
rrm_sd_morr
rrm_ta
rrm_evap
rrm_auto
rrm_accr
rrm_evap_adj
rrm_src_adj
rrm_hf
rrm_wvhf
rrm_cl
rrm_mc
Nrm_bt
Nrm_ma
Nrm_sd
Nrm_ts
Nrm_ta
Nrm_evap
Nrm_auto
Nrm_evap_adj
Nrm_src_adj
Nrm_cl
Nrm_mc
Ncm_bt
Ncm_ma
Ncm_ta
Ncm_mc
Ncm_cl
Ncm_act
rsm_bt
rsm_ma
rsm_sd
rsm_sd_morr
rsm_ta
rsm_mc
rsm_hf
rsm_wvhf
rsm_cl
rim_bt
rim_ma
rim_sd
rim_sd_mg_morr
rim_ta
rim_mc
rim_hf
rim_wvhf
rim_cl
rgm_bt
rgm_ma
rgm_sd
rgm_sd_morr
rgm_ta
rgm_mc
rgm_hf
rgm_wvhf
rgm_cl
Nsm_bt
Nsm_mc
Nsm_ta
Nsm_ma
Nsm_sd
Nsm_cl
Nim_bt
Nim_mc
Nim_ta
Nim_ma
Nim_sd
Nim_cl
Ngm_bt
Ngm_mc
Ngm_ta
Ngm_ma
Ngm_sd
Ngm_cl
w_KK_evap_covar_zt
rt_KK_evap_covar_zt
thl_KK_evap_covar_zt
w_KK_auto_covar_zt
rt_KK_auto_covar_zt
thl_KK_auto_covar_zt
w_KK_accr_covar_zt
rt_KK_accr_covar_zt
thl_KK_accr_covar_zt
rr_KK_mvr_covar_zt
Nr_KK_mvr_covar_zt
KK_mvr_variance_zt
mixt_frac
w_1
w_2
varnce_w_1
varnce_w_2
thl_1
thl_2
varnce_thl_1
varnce_thl_2
rt_1
rt_2
varnce_rt_1
varnce_rt_2
rc_1
rc_2
rsatl_1
rsatl_2
cloud_frac_1
cloud_frac_2
a3_coef_zt
wp3_on_wp2_zt
chi_1
chi_2
stdev_chi_1
stdev_chi_2
stdev_eta_1
stdev_eta_2
covar_chi_eta_1
covar_chi_eta_2
corr_w_chi_1
corr_w_chi_2
corr_w_eta_1
corr_w_eta_2
corr_chi_eta_1
corr_chi_eta_2
corr_w_rt_1
corr_w_rt_2
corr_w_thl_1
corr_w_thl_2
corr_rt_thl_1
corr_rt_thl_2
crt_1
crt_2
cthl_1
cthl_2
F_w
F_rt
F_thl
min_F_w
max_F_w
min_F_rt
max_F_rt
min_F_thl
max_F_thl
coef_wprtp2_implicit
term_wprtp2_explicit
coef_wpthlp2_implicit
term_wpthlp2_explicit
coef_wprtpthlp_implicit
term_wprtpthlp_explicit
coef_wp2rtp_implicit
term_wp2rtp_explicit
coef_wp2thlp_implicit
term_wp2thlp_explicit
hm_i
precip_frac
precip_frac_1
precip_frac_2
Ncnm
mu_hm_i
mu_Ncn_i
sigma_hm_i
sigma_Ncn_i
corr_w_chi_1_ca
corr_w_chi_2_ca
corr_w_eta_1_ca
corr_w_eta_2_ca
corr_w_hm_i
corr_w_Ncn_i
corr_chi_eta_1_ca
corr_chi_eta_2_ca
corr_chi_hm_i
corr_chi_Ncn_i
corr_eta_hm_i
corr_eta_Ncn_i
corr_Ncn_hm_i
corr_hmx_hmy_i
chi
chip2
C11_Skw_fnc
wp2_zt
thlp2_zt
wpthlp_zt
wprtp_zt
rtp2_zt
rtpthlp_zt
up2_zt
vp2_zt
upwp_zt
vpwp_zt
hmp2_zt
PSMLT
EVPMS
PRACS
EVPMG
PRACG
PGMLT
MNUCCC
PSACWS
PSACWI
QMULTS
QMULTG
PSACWG
PGSACW
PRD
PRCI
PRAI
QMULTR
QMULTRG
MNUCCD
PRACI
PRACIS
EPRD
MNUCCR
PIACR
PIACRS
PGRACS
PRDS
EPRDS
PSACR
PRDG
EPRDG
NGSTEN
NRSTEN
NISTEN
NSSTEN
NCSTEN
NPRC1
NRAGG
NPRACG
NSUBR
NSMLTR
NGMLTR
NPRACS
NNUCCR
NIACR
NIACRS
NGRACS
NSMLTS
NSAGG
NPRCI
NSCNG
NSUBS
PRC
PRA
PRE
PCC
NNUCCC
NPSACWS
NPRA
NPRC
NPSACWI
NPSACWG
NPRAI
NMULTS
NMULTG
NMULTR
NMULTRG
NNUCCD
NSUBI
NGMLTG
NSUBG
NACT
SIZEFIX_NR
SIZEFIX_NC
SIZEFIX_NI
SIZEFIX_NS
SIZEFIX_NG
NEGFIX_NR
NEGFIX_NC
NEGFIX_NI
NEGFIX_NS
NEGFIX_NG
NIM_MORR_CL
QC_INST
QR_INST
QI_INST
QS_INST
QG_INST
NC_INST
NR_INST
NI_INST
NS_INST
NG_INST
T_in_K_mc
cloud_frac_refined
rcm_refined
hl_on_Cp_residual
qto_residual
vars_zm =
wp2
rtp2
thlp2
rtpthlp
wprtp
wpthlp
wp2up2
wp2vp2
wp4
up2
vp2
Skw_zm
Skthl_zm
Skrt_zm
wpthvp
rtpthvp
thlpthvp
tau_zm
Kh_zm
K_hm
wprcp
rc_coef_zm
wm_zm
thlprcp
rtprcp
rcp2
upwp
vpwp
upthlp
uprtp
vpthlp
vprtp
upthvp
uprcp
vpthvp
vprcp
rho_zm
sigma_sqd_w
Skw_velocity
gamma_Skw_fnc
coef_wp4_implicit
C6rt_Skw_fnc
C6thl_Skw_fnc
C6_term
C7_Skw_fnc
C1_Skw_fnc
a3_coef
wp3_on_wp2
wp3_on_wp2_cfl_num
rcm_zm
rtm_zm
thlm_zm
cloud_frac_zm
ice_supersat_frac_zm
rho_ds_zm
thv_ds_zm
em
mean_w_up
mean_w_down
shear
wp3_zm
thlp3_zm
rtp3_zm
w_1_zm
w_2_zm
varnce_w_1_zm
varnce_w_2_zm
mixt_frac_zm
Frad
Frad_LW
Frad_SW
Frad_LW_up
Frad_SW_up
Frad_LW_down
Frad_SW_down
Fprec
Fcsed
hydrometp2
wphydrometp
rtphmp
thlphmp
hmxphmyp
Vri
VNi
Vrc
VNc
Vrr
VNr
Vrs
VNs
Vrg
Vrrprrp
VNrpNrp
Vrrprrp_expcalc
VNrpNrp_expcalc
wp2_bt
wp2_ma
wp2_ta
wp2_ac
wp2_bp
wp2_pr1
wp2_pr2
wp2_pr3
wp2_pr_dfsn
wp2_dp1
wp2_dp2
wp2_sdmp
wp2_cl
wp2_pd
wp2_sf
wp2_splat
vp2_bt
vp2_ma
vp2_ta
vp2_tp
vp2_dp1
vp2_dp2
vp2_pr1
vp2_pr2
vp2_sdmp
vp2_cl
vp2_pd
vp2_sf
vp2_splat
up2_bt
up2_ma
up2_ta
up2_tp
up2_dp1
up2_dp2
up2_pr1
up2_pr2
up2_sdmp
up2_cl
up2_pd
up2_sf
up2_splat
upwp_bt
upwp_ma
upwp_ta
upwp_tp
upwp_ac
upwp_bp
upwp_pr1
upwp_pr2
upwp_pr3
upwp_pr4
upwp_dp1
upwp_mfl
upwp_cl
vpwp_bt
vpwp_ma
vpwp_ta
vpwp_tp
vpwp_ac
vpwp_bp
vpwp_pr1
vpwp_pr2
vpwp_pr3
vpwp_pr4
vpwp_dp1
vpwp_mfl
vpwp_cl
wprtp_bt
wprtp_ma
wprtp_ta
wprtp_tp
wprtp_ac
wprtp_bp
wprtp_pr1
wprtp_pr2
wprtp_pr3
wprtp_dp1
wprtp_mfl
wprtp_cl
wprtp_sicl
wprtp_pd
wprtp_forcing
wprtp_mc
wpthlp_bt
wpthlp_ma
wpthlp_ta
wpthlp_tp
wpthlp_ac
wpthlp_bp
wpthlp_pr1
wpthlp_pr2
wpthlp_pr3
wpthlp_dp1
wpthlp_mfl
wpthlp_cl
wpthlp_sicl
wpthlp_forcing
wpthlp_mc
rtp2_bt
rtp2_ma
rtp2_ta
rtp2_tp
rtp2_dp1
rtp2_dp2
rtp2_cl
rtp2_pd
rtp2_sf
rtp2_forcing
rtp2_mc
thlp2_bt
thlp2_ma
thlp2_ta
thlp2_tp
thlp2_dp1
thlp2_dp2
thlp2_cl
thlp2_pd
thlp2_sf
thlp2_forcing
thlp2_mc
rtpthlp_bt
rtpthlp_ma
rtpthlp_ta
rtpthlp_tp1
rtpthlp_tp2
rtpthlp_dp1
rtpthlp_dp2
rtpthlp_cl
rtpthlp_sf
rtpthlp_forcing
rtpthlp_mc
wpthlp_enter_mfl
wpthlp_exit_mfl
wprtp_enter_mfl
wprtp_exit_mfl
wpthlp_mfl_min
wpthlp_mfl_max
wprtp_mfl_min
wprtp_mfl_max
stability_correction
bv_freq_sqd
bv_freq_sqd_splat
bv_freq_sqd_mixed
bv_freq_sqd_moist
bv_freq_sqd_dry
bv_freq_sqd_smth
bv_freq_out_cloud
bv_freq_pos
shear_sqd
invrs_tau_zm
invrs_tau_xp2_zm
invrs_tau_wp2_zm
invrs_tau_wpxp_zm
invrs_tau_wp3_zm
invrs_tau_no_N2_zm
invrs_tau_bkgnd
invrs_tau_sfc
invrs_tau_shear
Ri_zm
vars_sfc =
ustar
soil_heat_flux
veg_T_in_K
sfc_soil_T_in_K
deep_soil_T_in_K
lh
sh
cc
lwp
vwp
swp
iwp
rwp
z_cloud_base
z_inversion
precip_rate_sfc
rain_flux_sfc
rrm_sfc
precip_frac_tol
wpthlp_sfc
wprtp_sfc
upwp_sfc
vpwp_sfc
morr_snow_rate
thlm_vert_avg
rtm_vert_avg
um_vert_avg
vm_vert_avg
wp2_vert_avg
up2_vert_avg
vp2_vert_avg
rtp2_vert_avg
thlp2_vert_avg
T_sfc
rtm_spur_src
thlm_spur_src
rs_sd_morr_int
tot_vartn_normlzd_rtm
tot_vartn_normlzd_thlm
tot_vartn_normlzd_wprtp
--------------------------------------------------
iteration = 1; time = 61260.0
iteration = 2; time = 61320.0
iteration = 3; time = 61380.0
iteration = 4; time = 61440.0
iteration = 5; time = 61500.0
iteration = 6; time = 61560.0
iteration = 7; time = 61620.0
iteration = 8; time = 61680.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 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
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
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
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
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
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
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
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 9; time = 61740.0
iteration = 10; time = 61800.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 11; time = 61860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 12; time = 61920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 13; time = 61980.0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 14; time = 62040.0
iteration = 15; time = 62100.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 16; time = 62160.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 17; time = 62220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 18; time = 62280.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 19; time = 62340.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 20; time = 62400.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 21; time = 62460.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 22; time = 62520.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 23; time = 62580.0
iteration = 24; time = 62640.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 25; time = 62700.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 26; time = 62760.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 27; time = 62820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 28; time = 62880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 29; time = 62940.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 30; time = 63000.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 31; time = 63060.0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 34
Nim < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 32; time = 63120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 33; time = 63180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 34; time = 63240.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 35; time = 63300.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 36; time = 63360.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 37; time = 63420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 38; time = 63480.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 39; time = 63540.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 40; time = 63600.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 41; time = 63660.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 42; time = 63720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 43; time = 63780.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 44; time = 63840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 45; time = 63900.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 46; time = 63960.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 47; time = 64020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 48; time = 64080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 49; time = 64140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 50; time = 64200.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 51; time = 64260.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 52; time = 64320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 53; time = 64380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 54; time = 64440.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 55; time = 64500.0
iteration = 56; time = 64560.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 57; time = 64620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 58; time = 64680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 59; time = 64740.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 60; time = 64800.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 61; time = 64860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 62; time = 64920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 63; time = 64980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 64; time = 65040.0
iteration = 65; time = 65100.0
iteration = 66; time = 65160.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 67; time = 65220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 68; time = 65280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 69; time = 65340.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 70; time = 65400.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 71; time = 65460.0
iteration = 72; time = 65520.0
iteration = 73; time = 65580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 74; time = 65640.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 75; time = 65700.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 76; time = 65760.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 77; time = 65820.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 78; time = 65880.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 79; time = 65940.0
iteration = 80; time = 66000.0
iteration = 81; time = 66060.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 82; time = 66120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 83; time = 66180.0
iteration = 84; time = 66240.0
iteration = 85; time = 66300.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 86; time = 66360.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 87; time = 66420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 88; time = 66480.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 89; time = 66540.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 90; time = 66600.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 91; time = 66660.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 92; time = 66720.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 93; time = 66780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 94; time = 66840.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 95; time = 66900.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 96; time = 66960.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 97; time = 67020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 98; time = 67080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 99; time = 67140.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 100; time = 67200.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 101; time = 67260.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 102; time = 67320.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 103; time = 67380.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 104; time = 67440.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 105; time = 67500.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 106; time = 67560.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 107; time = 67620.0
iteration = 108; time = 67680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 109; time = 67740.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 110; time = 67800.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 111; time = 67860.0
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 34
Nim < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 112; time = 67920.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 113; time = 67980.0
iteration = 114; time = 68040.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 115; time = 68100.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 116; time = 68160.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 117; time = 68220.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 118; time = 68280.0
iteration = 119; time = 68340.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 120; time = 68400.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 121; time = 68460.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 122; time = 68520.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 123; time = 68580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 124; time = 68640.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 125; time = 68700.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 126; time = 68760.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 127; time = 68820.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 128; time = 68880.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 129; time = 68940.0
iteration = 130; time = 69000.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 131; time = 69060.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 132; time = 69120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 133; time = 69180.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 134; time = 69240.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 135; time = 69300.0
iteration = 136; time = 69360.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 137; time = 69420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 138; time = 69480.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 139; time = 69540.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 140; time = 69600.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 141; time = 69660.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 142; time = 69720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 143; time = 69780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 144; time = 69840.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 145; time = 69900.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 146; time = 69960.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 147; time = 70020.0
iteration = 148; time = 70080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 149; time = 70140.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 150; time = 70200.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 151; time = 70260.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 152; time = 70320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 153; time = 70380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 154; time = 70440.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 155; time = 70500.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 156; time = 70560.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 157; time = 70620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 158; time = 70680.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 159; time = 70740.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 160; time = 70800.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 161; time = 70860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 162; time = 70920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 163; time = 70980.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 164; time = 71040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 165; time = 71100.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 166; time = 71160.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 167; time = 71220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 168; time = 71280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 169; time = 71340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 170; time = 71400.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 171; time = 71460.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 172; time = 71520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 173; time = 71580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 174; time = 71640.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 175; time = 71700.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 176; time = 71760.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 177; time = 71820.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 178; time = 71880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 179; time = 71940.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 180; time = 72000.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 181; time = 72060.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 182; time = 72120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 183; time = 72180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 184; time = 72240.0
iteration = 185; time = 72300.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 186; time = 72360.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 187; time = 72420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 188; time = 72480.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 189; time = 72540.0
iteration = 190; time = 72600.0
iteration = 191; time = 72660.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 192; time = 72720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 193; time = 72780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 194; time = 72840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 195; time = 72900.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 196; time = 72960.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 197; time = 73020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 198; time = 73080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 199; time = 73140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 200; time = 73200.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 201; time = 73260.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 202; time = 73320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 203; time = 73380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 204; time = 73440.0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 205; time = 73500.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 206; time = 73560.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 207; time = 73620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 208; time = 73680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 209; time = 73740.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 210; time = 73800.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 211; time = 73860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 212; time = 73920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 213; time = 73980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 214; time = 74040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 215; time = 74100.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 216; time = 74160.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 217; time = 74220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 218; time = 74280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 219; time = 74340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 220; time = 74400.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
iteration = 221; time = 74460.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 222; time = 74520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 223; time = 74580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 224; time = 74640.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 225; time = 74700.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 226; time = 74760.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 227; time = 74820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 228; time = 74880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 229; time = 74940.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 230; time = 75000.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 231; time = 75060.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 232; time = 75120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 233; time = 75180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 234; time = 75240.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 235; time = 75300.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 236; time = 75360.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 237; time = 75420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 238; time = 75480.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 239; time = 75540.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 240; time = 75600.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 241; time = 75660.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 242; time = 75720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 243; time = 75780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 244; time = 75840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 245; time = 75900.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 246; time = 75960.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 247; time = 76020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 248; time = 76080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 249; time = 76140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 250; time = 76200.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 251; time = 76260.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 252; time = 76320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 253; time = 76380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 254; time = 76440.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 255; time = 76500.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 256; time = 76560.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 257; time = 76620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 258; time = 76680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 259; time = 76740.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 260; time = 76800.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 261; time = 76860.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 262; time = 76920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 263; time = 76980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 264; time = 77040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 265; time = 77100.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 266; time = 77160.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 267; time = 77220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: Hole filling failed! A hole could not be filled.
iteration = 268; time = 77280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 269; time = 77340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 270; time = 77400.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 271; time = 77460.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 272; time = 77520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 273; time = 77580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 274; time = 77640.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 275; time = 77700.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 276; time = 77760.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 277; time = 77820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 278; time = 77880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 279; time = 77940.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 280; time = 78000.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 281; time = 78060.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 282; time = 78120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 283; time = 78180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 284; time = 78240.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 285; time = 78300.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 286; time = 78360.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 287; time = 78420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 288; time = 78480.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 289; time = 78540.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 290; time = 78600.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 291; time = 78660.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 292; time = 78720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 293; time = 78780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 294; time = 78840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 295; time = 78900.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 296; time = 78960.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 297; time = 79020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 298; time = 79080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 299; time = 79140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 300; time = 79200.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 301; time = 79260.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 302; time = 79320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 303; time = 79380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 304; time = 79440.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 305; time = 79500.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 306; time = 79560.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 307; time = 79620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 308; time = 79680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 309; time = 79740.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 310; time = 79800.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 311; time = 79860.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 312; time = 79920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 313; time = 79980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 314; time = 80040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 315; time = 80100.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 316; time = 80160.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 317; time = 80220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 318; time = 80280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 319; time = 80340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 320; time = 80400.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 321; time = 80460.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 322; time = 80520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 323; time = 80580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 324; time = 80640.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 325; time = 80700.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 326; time = 80760.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 327; time = 80820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 328; time = 80880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 329; time = 80940.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 330; time = 81000.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 331; time = 81060.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 332; time = 81120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 333; time = 81180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 334; time = 81240.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 335; time = 81300.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 336; time = 81360.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 337; time = 81420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 338; time = 81480.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 339; time = 81540.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 340; time = 81600.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 341; time = 81660.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 342; time = 81720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 343; time = 81780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 344; time = 81840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 345; time = 81900.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 346; time = 81960.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 347; time = 82020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 348; time = 82080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 349; time = 82140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 350; time = 82200.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 351; time = 82260.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 352; time = 82320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 353; time = 82380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
iteration = 354; time = 82440.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 355; time = 82500.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 356; time = 82560.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 357; time = 82620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 358; time = 82680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 359; time = 82740.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 360; time = 82800.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 361; time = 82860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 362; time = 82920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 363; time = 82980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 364; time = 83040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 365; time = 83100.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 366; time = 83160.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 367; time = 83220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 368; time = 83280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 369; time = 83340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 370; time = 83400.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 371; time = 83460.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
iteration = 372; time = 83520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 373; time = 83580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 374; time = 83640.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 375; time = 83700.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 376; time = 83760.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 377; time = 83820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 378; time = 83880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 379; time = 83940.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 380; time = 84000.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 381; time = 84060.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 382; time = 84120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 383; time = 84180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 384; time = 84240.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 385; time = 84300.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 386; time = 84360.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 387; time = 84420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 388; time = 84480.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 389; time = 84540.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 390; time = 84600.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 391; time = 84660.0
iteration = 392; time = 84720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 393; time = 84780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 394; time = 84840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 395; time = 84900.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 396; time = 84960.0
iteration = 397; time = 85020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 398; time = 85080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 399; time = 85140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 400; time = 85200.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 401; time = 85260.0
iteration = 402; time = 85320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 403; time = 85380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 404; time = 85440.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 405; time = 85500.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 406; time = 85560.0
iteration = 407; time = 85620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 408; time = 85680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 409; time = 85740.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 410; time = 85800.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 411; time = 85860.0
iteration = 412; time = 85920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 413; time = 85980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 414; time = 86040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 415; time = 86100.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 416; time = 86160.0
iteration = 417; time = 86220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 418; time = 86280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 419; time = 86340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 420; time = 86400.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 421; time = 86460.0
iteration = 422; time = 86520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 423; time = 86580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 424; time = 86640.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 425; time = 86700.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 426; time = 86760.0
iteration = 427; time = 86820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 428; time = 86880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 429; time = 86940.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 430; time = 87000.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 431; time = 87060.0
iteration = 432; time = 87120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 433; time = 87180.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 434; time = 87240.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 435; time = 87300.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 436; time = 87360.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 437; time = 87420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 438; time = 87480.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 439; time = 87540.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 440; time = 87600.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 441; time = 87660.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 442; time = 87720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 443; time = 87780.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 444; time = 87840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 445; time = 87900.0
iteration = 446; time = 87960.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 447; time = 88020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 448; time = 88080.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 449; time = 88140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 450; time = 88200.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 451; time = 88260.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: Hole filling failed! A hole could not be filled.
iteration = 452; time = 88320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 453; time = 88380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 454; time = 88440.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 455; time = 88500.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 456; time = 88560.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 457; time = 88620.0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 458; time = 88680.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 459; time = 88740.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 460; time = 88800.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 461; time = 88860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 462; time = 88920.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 463; time = 88980.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 464; time = 89040.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 465; time = 89100.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 466; time = 89160.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 467; time = 89220.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 468; time = 89280.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 469; time = 89340.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 33
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 470; time = 89400.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 471; time = 89460.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
iteration = 472; time = 89520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 473; time = 89580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 474; time = 89640.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 475; time = 89700.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 476; time = 89760.0
iteration = 477; time = 89820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 478; time = 89880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 479; time = 89940.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 480; time = 90000.0
iteration = 481; time = 90060.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 482; time = 90120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 483; time = 90180.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 484; time = 90240.0
iteration = 485; time = 90300.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 486; time = 90360.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 487; time = 90420.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 488; time = 90480.0
iteration = 489; time = 90540.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 490; time = 90600.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 491; time = 90660.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 492; time = 90720.0
iteration = 493; time = 90780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 494; time = 90840.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 495; time = 90900.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 496; time = 90960.0
iteration = 497; time = 91020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 498; time = 91080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 499; time = 91140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 500; time = 91200.0
iteration = 501; time = 91260.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 502; time = 91320.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 503; time = 91380.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 504; time = 91440.0
iteration = 505; time = 91500.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 506; time = 91560.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 507; time = 91620.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 508; time = 91680.0
iteration = 509; time = 91740.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 510; time = 91800.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 511; time = 91860.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 512; time = 91920.0
iteration = 513; time = 91980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 514; time = 92040.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 515; time = 92100.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 516; time = 92160.0
iteration = 517; time = 92220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 518; time = 92280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 519; time = 92340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 520; time = 92400.0
iteration = 521; time = 92460.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 522; time = 92520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 523; time = 92580.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 524; time = 92640.0
iteration = 525; time = 92700.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 526; time = 92760.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 527; time = 92820.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 528; time = 92880.0
iteration = 529; time = 92940.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 530; time = 93000.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 531; time = 93060.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 532; time = 93120.0
iteration = 533; time = 93180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 534; time = 93240.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 535; time = 93300.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 536; time = 93360.0
iteration = 537; time = 93420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 538; time = 93480.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 539; time = 93540.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 540; time = 93600.0
iteration = 541; time = 93660.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 542; time = 93720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 543; time = 93780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 544; time = 93840.0
iteration = 545; time = 93900.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 546; time = 93960.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 547; time = 94020.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 548; time = 94080.0
iteration = 549; time = 94140.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 550; time = 94200.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 551; time = 94260.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 552; time = 94320.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 553; time = 94380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 554; time = 94440.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 555; time = 94500.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 556; time = 94560.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 557; time = 94620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 558; time = 94680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 559; time = 94740.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 560; time = 94800.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 561; time = 94860.0
iteration = 562; time = 94920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 563; time = 94980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 564; time = 95040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 565; time = 95100.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 566; time = 95160.0
iteration = 567; time = 95220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 568; time = 95280.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 569; time = 95340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 570; time = 95400.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 571; time = 95460.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 572; time = 95520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 573; time = 95580.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 574; time = 95640.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 575; time = 95700.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Warning: Hole filling failed! A hole could not be filled.
iteration = 576; time = 95760.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 577; time = 95820.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 578; time = 95880.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 579; time = 95940.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 580; time = 96000.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 581; time = 96060.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 582; time = 96120.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 583; time = 96180.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 584; time = 96240.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 585; time = 96300.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 586; time = 96360.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 587; time = 96420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 588; time = 96480.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 589; time = 96540.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 590; time = 96600.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 591; time = 96660.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 592; time = 96720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 593; time = 96780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 594; time = 96840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 595; time = 96900.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 596; time = 96960.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 597; time = 97020.0
iteration = 598; time = 97080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 599; time = 97140.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 600; time = 97200.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 601; time = 97260.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 602; time = 97320.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 603; time = 97380.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 604; time = 97440.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 605; time = 97500.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 606; time = 97560.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 607; time = 97620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 608; time = 97680.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 609; time = 97740.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 610; time = 97800.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 611; time = 97860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 612; time = 97920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 613; time = 97980.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 614; time = 98040.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 615; time = 98100.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 28
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 616; time = 98160.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 617; time = 98220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 618; time = 98280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 619; time = 98340.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 620; time = 98400.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 621; time = 98460.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 622; time = 98520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 623; time = 98580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 624; time = 98640.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 625; time = 98700.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 626; time = 98760.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 627; time = 98820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 628; time = 98880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 629; time = 98940.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 630; time = 99000.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 631; time = 99060.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 632; time = 99120.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 633; time = 99180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 634; time = 99240.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 635; time = 99300.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 636; time = 99360.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 637; time = 99420.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 638; time = 99480.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 639; time = 99540.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 640; time = 99600.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 641; time = 99660.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 642; time = 99720.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 643; time = 99780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 644; time = 99840.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 645; time = 99900.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 646; time = 99960.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 647; time = 100020.0
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 648; time = 100080.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 649; time = 100140.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 650; time = 100200.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 651; time = 100260.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 652; time = 100320.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 653; time = 100380.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 654; time = 100440.0
iteration = 655; time = 100500.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 656; time = 100560.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 657; time = 100620.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 658; time = 100680.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 659; time = 100740.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 34
rim < 0.0000000000000000 in fill_holes_driver at k= 35
rim < 0.0000000000000000 in fill_holes_driver at k= 36
rim < 0.0000000000000000 in fill_holes_driver at k= 37
rim < 0.0000000000000000 in fill_holes_driver at k= 38
rim < 0.0000000000000000 in fill_holes_driver at k= 39
rim < 0.0000000000000000 in fill_holes_driver at k= 40
rim < 0.0000000000000000 in fill_holes_driver at k= 41
rim < 0.0000000000000000 in fill_holes_driver at k= 42
rim < 0.0000000000000000 in fill_holes_driver at k= 43
rim < 0.0000000000000000 in fill_holes_driver at k= 44
rim < 0.0000000000000000 in fill_holes_driver at k= 45
rim < 0.0000000000000000 in fill_holes_driver at k= 46
rim < 0.0000000000000000 in fill_holes_driver at k= 47
rim < 0.0000000000000000 in fill_holes_driver at k= 48
rim < 0.0000000000000000 in fill_holes_driver at k= 49
rim < 0.0000000000000000 in fill_holes_driver at k= 50
rim < 0.0000000000000000 in fill_holes_driver at k= 51
rim < 0.0000000000000000 in fill_holes_driver at k= 52
rim < 0.0000000000000000 in fill_holes_driver at k= 53
rim < 0.0000000000000000 in fill_holes_driver at k= 54
rim < 0.0000000000000000 in fill_holes_driver at k= 55
rim < 0.0000000000000000 in fill_holes_driver at k= 56
rim < 0.0000000000000000 in fill_holes_driver at k= 57
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 660; time = 100800.0
iteration = 661; time = 100860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 662; time = 100920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 663; time = 100980.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 664; time = 101040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.0000000000000000 in fill_holes_driver at k= 58
rim < 0.0000000000000000 in fill_holes_driver at k= 59
rim < 0.0000000000000000 in fill_holes_driver at k= 60
rim < 0.0000000000000000 in fill_holes_driver at k= 61
rim < 0.0000000000000000 in fill_holes_driver at k= 62
rim < 0.0000000000000000 in fill_holes_driver at k= 63
rim < 0.0000000000000000 in fill_holes_driver at k= 64
rim < 0.0000000000000000 in fill_holes_driver at k= 65
rim < 0.0000000000000000 in fill_holes_driver at k= 66
rim < 0.0000000000000000 in fill_holes_driver at k= 67
rim < 0.0000000000000000 in fill_holes_driver at k= 68
rim < 0.0000000000000000 in fill_holes_driver at k= 69
rim < 0.0000000000000000 in fill_holes_driver at k= 70
rim < 0.0000000000000000 in fill_holes_driver at k= 71
rim < 0.0000000000000000 in fill_holes_driver at k= 72
rim < 0.0000000000000000 in fill_holes_driver at k= 73
rim < 0.0000000000000000 in fill_holes_driver at k= 74
rim < 0.0000000000000000 in fill_holes_driver at k= 75
rim < 0.0000000000000000 in fill_holes_driver at k= 76
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 665; time = 101100.0
iteration = 666; time = 101160.0
iteration = 667; time = 101220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 668; time = 101280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 669; time = 101340.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 670; time = 101400.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 671; time = 101460.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 672; time = 101520.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 673; time = 101580.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 28
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
Warning: Hole filling failed! A hole could not be filled.
iteration = 674; time = 101640.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 675; time = 101700.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 676; time = 101760.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 677; time = 101820.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 678; time = 101880.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 679; time = 101940.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 680; time = 102000.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 681; time = 102060.0
iteration = 682; time = 102120.0
iteration = 683; time = 102180.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 684; time = 102240.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 685; time = 102300.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 686; time = 102360.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 34
rsm < 0.0000000000000000 in fill_holes_driver at k= 35
rsm < 0.0000000000000000 in fill_holes_driver at k= 36
rsm < 0.0000000000000000 in fill_holes_driver at k= 37
rsm < 0.0000000000000000 in fill_holes_driver at k= 38
rsm < 0.0000000000000000 in fill_holes_driver at k= 39
rsm < 0.0000000000000000 in fill_holes_driver at k= 40
rsm < 0.0000000000000000 in fill_holes_driver at k= 41
rsm < 0.0000000000000000 in fill_holes_driver at k= 42
rsm < 0.0000000000000000 in fill_holes_driver at k= 43
rsm < 0.0000000000000000 in fill_holes_driver at k= 44
rsm < 0.0000000000000000 in fill_holes_driver at k= 45
rsm < 0.0000000000000000 in fill_holes_driver at k= 46
rsm < 0.0000000000000000 in fill_holes_driver at k= 47
rsm < 0.0000000000000000 in fill_holes_driver at k= 48
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 687; time = 102420.0
iteration = 688; time = 102480.0
iteration = 689; time = 102540.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 690; time = 102600.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 691; time = 102660.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 692; time = 102720.0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 693; time = 102780.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 694; time = 102840.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 695; time = 102900.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 696; time = 102960.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 697; time = 103020.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 698; time = 103080.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rsm < 0.0000000000000000 in fill_holes_driver at k= 49
rsm < 0.0000000000000000 in fill_holes_driver at k= 50
rsm < 0.0000000000000000 in fill_holes_driver at k= 51
rsm < 0.0000000000000000 in fill_holes_driver at k= 52
rsm < 0.0000000000000000 in fill_holes_driver at k= 53
rsm < 0.0000000000000000 in fill_holes_driver at k= 54
rsm < 0.0000000000000000 in fill_holes_driver at k= 55
rsm < 0.0000000000000000 in fill_holes_driver at k= 56
rsm < 0.0000000000000000 in fill_holes_driver at k= 57
rsm < 0.0000000000000000 in fill_holes_driver at k= 58
rsm < 0.0000000000000000 in fill_holes_driver at k= 59
rsm < 0.0000000000000000 in fill_holes_driver at k= 60
rsm < 0.0000000000000000 in fill_holes_driver at k= 61
rsm < 0.0000000000000000 in fill_holes_driver at k= 62
rsm < 0.0000000000000000 in fill_holes_driver at k= 63
rsm < 0.0000000000000000 in fill_holes_driver at k= 64
rsm < 0.0000000000000000 in fill_holes_driver at k= 65
rsm < 0.0000000000000000 in fill_holes_driver at k= 66
rsm < 0.0000000000000000 in fill_holes_driver at k= 67
rsm < 0.0000000000000000 in fill_holes_driver at k= 68
rsm < 0.0000000000000000 in fill_holes_driver at k= 69
rsm < 0.0000000000000000 in fill_holes_driver at k= 70
rsm < 0.0000000000000000 in fill_holes_driver at k= 71
rsm < 0.0000000000000000 in fill_holes_driver at k= 72
rsm < 0.0000000000000000 in fill_holes_driver at k= 73
rsm < 0.0000000000000000 in fill_holes_driver at k= 74
rsm < 0.0000000000000000 in fill_holes_driver at k= 75
rsm < 0.0000000000000000 in fill_holes_driver at k= 76
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 28
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
iteration = 699; time = 103140.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 700; time = 103200.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 701; time = 103260.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 702; time = 103320.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 703; time = 103380.0
iteration = 704; time = 103440.0
iteration = 705; time = 103500.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 706; time = 103560.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 707; time = 103620.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 708; time = 103680.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 709; time = 103740.0
iteration = 710; time = 103800.0
iteration = 711; time = 103860.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 712; time = 103920.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 30
rim < 0.0000000000000000 in fill_holes_driver at k= 32
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Nim < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rim < 0.0000000000000000 in fill_holes_driver at k= 29
rim < 0.0000000000000000 in fill_holes_driver at k= 31
Nim < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 30
rsm < 0.0000000000000000 in fill_holes_driver at k= 27
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 31
rsm < 0.0000000000000000 in fill_holes_driver at k= 28
rsm < 0.0000000000000000 in fill_holes_driver at k= 29
rsm < 0.0000000000000000 in fill_holes_driver at k= 32
rsm < 0.0000000000000000 in fill_holes_driver at k= 33
rim < 0.0000000000000000 in fill_holes_driver at k= 28
rim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 29
Nim < 0.0000000000000000 in fill_holes_driver at k= 30
Program exited normally
Warning: Hole filling failed! A hole could not be filled.
iteration = 713; time = 103980.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 714; time = 104040.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 715; time = 104100.0
iteration = 716; time = 104160.0
iteration = 717; time = 104220.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 718; time = 104280.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 719; time = 104340.0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 720; time = 104400.0
CLUBB-TIMER time_loop_init = 0.2354
CLUBB-TIMER time_clubb_advance = 66.5771
CLUBB-TIMER time_clubb_pdf = 0.7976
CLUBB-TIMER time_SILHS = 0.0005
CLUBB-TIMER time_microphys_scheme = 0.0569
CLUBB-TIMER time_microphys_advance = 0.3020
CLUBB-TIMER time_loop_end = 3.0030
CLUBB-TIMER time_total = 70.9775
[Pipeline] sh
+ mv output cpu_output
+ mkdir output
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile GPU)
[Pipeline] sh
+ compile/clean_all.bash
rm -f /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj/*.* /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj/.cppdefs /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/lib* /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_standalone /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_tuner /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_thread_test /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/int2txt /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/jacobian /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/G_unit_tests /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/mkmf_template /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/Makefile
[Pipeline] sh
+ compile/compile.bash -c config/linux_x86_64_nvhpc_gpu.bash
......................................................................................................................................................................... Make.clubb_lapack is ready.
.................................................................................. Make.clubb_param is ready.
......................... Make.clubb_bugsrad is ready.
... Make.microphys_utils is ready.
..... Make.clubb_parabolic is ready.
.............. Make.clubb_KK_microphys is ready.
................................................. Make.clubb_coamps is ready.
... Make.clubb_morrison is ready.
... Make.clubb_gfdlact is ready.
............. Make.silhs is ready.
.................................................................. Make.clubb_other is ready.
... Make.clubb_standalone is ready.
... Make.clubb_thread_test is ready.
............ Make.clubb_tuner is ready.
... Make.jacobian is ready.
................ Make.G_unit_tests is ready.
... Make.int2txt is ready.
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_param
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_gfdlact
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SCM_Activation/aer_ccn_act_k.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/model_flags.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clubb_precision.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/parameter_indices.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/error_code.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/lapack_interfaces.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/input_names.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/array_index.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/endian.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/code_timer_module.F90
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mt95.f90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/constants_clubb.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_variables.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/parameters_model.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stat_file_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/penta_lu_solver.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/tridiag_lu_solver.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clip_semi_implicit.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_operations.F90
tridiag_lu_solve_single_rhs_lhs:
116, Generating copyout(soln(:)) [if not already present]
Generating create(upper(:)) [if not already present]
Generating copyin(lhs(:,:)) [if not already present]
Generating create(lower_diag_invrs(:)) [if not already present]
Generating copyin(rhs(:)) [if not already present]
120, Accelerator serial kernel generated
Generating NVIDIA GPU code
125, Loop carried dependence of upper prevents parallelization
Loop carried backward dependence of upper prevents vectorization
Accelerator serial kernel generated
Generating NVIDIA GPU code
125, !$acc loop seq
125, Loop carried dependence of upper prevents parallelization
128, Accelerator serial kernel generated
Generating NVIDIA GPU code
134, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
Accelerator serial kernel generated
Generating NVIDIA GPU code
134, !$acc loop seq
134, Loop carried dependence of soln prevents parallelization
138, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
Accelerator serial kernel generated
Generating NVIDIA GPU code
138, !$acc loop seq
138, Loop carried dependence of soln prevents parallelization
penta_lu_solve_single_rhs_multiple_lhs:
135, Generating copyout(soln(:,:)) [if not already present]
Generating create(upper_2(:,:),upper_1(:,:)) [if not already present]
Generating copyin(lhs(:,:,:)) [if not already present]
Generating create(lower_1(:,:),lower_2(:,:),lower_diag_invrs(:,:)) [if not already present]
Generating copyin(rhs(:,:)) [if not already present]
139, Generating NVIDIA GPU code
140, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
152, Generating NVIDIA GPU code
153, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
154, !$acc loop seq
154, Loop carried dependence of upper_1 prevents parallelization
Loop carried backward dependence of upper_1 prevents vectorization
Loop carried dependence of upper_2 prevents parallelization
Loop carried backward dependence of upper_2 prevents vectorization
167, Generating NVIDIA GPU code
168, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
188, Generating NVIDIA GPU code
189, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
195, !$acc loop seq
195, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
202, Generating NVIDIA GPU code
203, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
206, !$acc loop seq
206, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
tridiag_lu_solve_single_rhs_multiple_lhs:
183, Generating copyout(soln(:,:)) [if not already present]
Generating create(upper(:,:)) [if not already present]
Generating copyin(lhs(:,:,:)) [if not already present]
Generating create(lower_diag_invrs(:,:)) [if not already present]
Generating copyin(rhs(:,:)) [if not already present]
187, Generating NVIDIA GPU code
188, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
194, Generating NVIDIA GPU code
195, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
196, !$acc loop seq
196, Loop is parallelizable
203, Generating NVIDIA GPU code
204, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
209, Generating NVIDIA GPU code
210, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
214, !$acc loop seq
214, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
220, Generating NVIDIA GPU code
221, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
222, !$acc loop seq
222, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/sigma_sqd_w_module.F90
tridiag_lu_solve_multiple_rhs_lhs:
270, Generating copyout(soln(:,:,:)) [if not already present]
Generating create(upper(:,:)) [if not already present]
Generating copyin(lhs(:,:,:)) [if not already present]
Generating create(lower_diag_invrs(:,:)) [if not already present]
Generating copyin(rhs(:,:,:)) [if not already present]
274, Generating NVIDIA GPU code
275, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
281, Generating NVIDIA GPU code
282, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
283, !$acc loop seq
283, Loop carried dependence of upper prevents parallelization
Loop carried backward dependence of upper prevents vectorization
290, Generating NVIDIA GPU code
291, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
296, Generating NVIDIA GPU code
297, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
298, ! blockidx%x threadidx%x collapsed
302, !$acc loop seq
302, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
309, Generating NVIDIA GPU code
310, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
311, ! blockidx%x threadidx%x collapsed
312, !$acc loop seq
312, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
penta_lu_solve_multiple_rhs_lhs:
257, Generating copyout(soln(:,:,:)) [if not already present]
Generating create(upper_1(:,:),upper_2(:,:)) [if not already present]
Generating copyin(lhs(:,:,:)) [if not already present]
Generating create(lower_1(:,:),lower_2(:,:),lower_diag_invrs(:,:)) [if not already present]
Generating copyin(rhs(:,:,:)) [if not already present]
261, Generating NVIDIA GPU code
262, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
274, Generating NVIDIA GPU code
275, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
276, !$acc loop seq
276, Loop carried dependence of upper_1 prevents parallelization
Loop carried backward dependence of upper_1 prevents vectorization
Loop carried dependence of upper_2 prevents parallelization
Loop carried backward dependence of upper_2 prevents vectorization
289, Generating NVIDIA GPU code
290, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
310, Generating NVIDIA GPU code
311, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
312, ! blockidx%x threadidx%x collapsed
318, !$acc loop seq
318, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
326, Generating NVIDIA GPU code
327, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
328, ! blockidx%x threadidx%x collapsed
331, !$acc loop seq
331, Loop carried dependence of soln prevents parallelization
Loop carried backward dependence of soln prevents vectorization
compute_sigma_sqd_w:
97, Generating enter data create(max_corr_w_x_sqd(:,:))
108, Generating NVIDIA GPU code
109, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
110, ! blockidx%x threadidx%x collapsed
108, Generating default present(rtp2(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),thlp2(:ngrdcol,:nz),max_corr_w_x_sqd(:ngrdcol,:nz),wp2(:ngrdcol,:nz))
120, Generating NVIDIA GPU code
121, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
122, ! blockidx%x threadidx%x collapsed
120, Generating default present(max_corr_w_x_sqd(:ngrdcol,:nz),up2(:ngrdcol,:nz),upwp(:ngrdcol,:nz),vpwp(:ngrdcol,:nz),wp2(:ngrdcol,:nz),vp2(:ngrdcol,:nz))
134, Generating NVIDIA GPU code
135, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
136, ! blockidx%x threadidx%x collapsed
134, Generating default present(sigma_sqd_w(:ngrdcol,:nz),max_corr_w_x_sqd(:ngrdcol,:nz),gamma_skw_fnc(:ngrdcol,:nz))
142, Generating exit data delete(max_corr_w_x_sqd(:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/calendar.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/pdf_utilities.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_gfdlact.a aer_ccn_act_k.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_gfdlact.a
a - aer_ccn_act_k.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/calc_roots.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_hybrid_pdf.F90
calc_comp_corrs_binormal:
868, Generating NVIDIA GPU code
869, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
870, ! blockidx%x threadidx%x collapsed
868, Generating default present(corr_x_y_1(:ngrdcol,:nz),mu_y_2(:ngrdcol,:nz),sigma_x_2_sqd(:ngrdcol,:nz),sigma_x_1_sqd(:ngrdcol,:nz),sigma_y_1_sqd(:ngrdcol,:nz),xm(:ngrdcol,:nz),mu_x_2(:ngrdcol,:nz),ym(:ngrdcol,:nz),xpyp(:ngrdcol,:nz),corr_x_y_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),sigma_y_2_sqd(:ngrdcol,:nz),mu_y_1(:ngrdcol,:nz),mu_x_1(:ngrdcol,:nz))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_tsdadg_pdf.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/LY93_pdf.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/Nc_Ncn_eqns.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/hydromet_pdf_parameter_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/diagnose_correlations_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/file_functions.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/interpolation.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/pdf_parameter_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/T_in_K_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/saturation.F90
pvertinterp:
544, Generating NVIDIA GPU nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_type.F90
code
545, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
544, Generating default present(p_mid(:ngrdcol,:),interp_var(:ngrdcol),input_var(:ngrdcol,:))
564, Accelerator restriction: induction variable live-out from loop: k
569, Accelerator restriction: induction variable live-out from loop: k
thlm2t_in_k_2d:
140, Generating copyin(rcm(:,:),thlm(:,:),exner(:,:)) [if not already present]
143, Generating NVIDIA GPU code
144, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
145, ! blockidx%x threadidx%x collapsed
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/lapack_wrap.F90
sat_mixrat_liq_k:
90, Generating acc routine seq
Generating NVIDIA GPU code
sat_mixrat_liq_2d:
367, Generating create(esat(:,:)) [if not already present]
Generating copyin(t_in_k(:,:),p_in_pa(:,:)) [if not already present]
382, Generating NVIDIA GPU code
383, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
384, ! blockidx%x threadidx%x collapsed
437, Generating NVIDIA GPU code
438, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
439, ! blockidx%x threadidx%x collapsed
451, Generating NVIDIA GPU code
452, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
453, ! blockidx%x threadidx%x collapsed
477, Generating NVIDIA GPU code
478, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
479, ! blockidx%x threadidx%x collapsed
499, Generating NVIDIA GPU code
500, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
501, ! blockidx%x threadidx%x collapsed
sat_mixrat_ice_2d:
958, Generating create(esat_ice(:,:)) [if not already present]
Generating copyin(t_in_k(:,:),p_in_pa(:,:)) [if not already present]
967, Generating NVIDIA GPU code
968, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
969, ! blockidx%x threadidx%x collapsed
982, Generating NVIDIA GPU code
983, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
984, ! blockidx%x threadidx%x collapsed
1011, Generating NVIDIA GPU code
1012, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1013, ! blockidx%x threadidx%x collapsed
1041, Generating NVIDIA GPU code
1042, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1043, ! blockidx%x threadidx%x collapsed
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c -I/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/output_grads.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_pdf.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/grid_class.F90
linear_interpolated_azm_2d:
1487, Generating copyin(azt(:,:),gr,gr%zm(:,:),gr%weights_zt2zm(:,:,:)) [if not already present]
Generating copyout(linear_interpolated_azm(:,:)) [if not already present]
Generating copyin(gr%zt(:,:)) [if not already present]
1493, Generating NVIDIA GPU code
1494, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1495, ! blockidx%x threadidx%x collapsed
1508, Generating NVIDIA GPU code
1509, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
zt2zm2zt:
1559, Generating create(azt_zm(:,:)) [if not already present]
Generating copyin(azt(:,:)) [if not already present]
zm2zt2zm:
1612, Generating create(azm_zt(:,:)) [if not already present]
Generating copyin(azm(:,:)) [if not already present]
linear_interpolated_azt_2d:
1958, Generating copyin(azm(:,:),gr,gr%zm(:,:),gr%weights_zm2zt(:,:,:)) [if not already present]
Generating copyout(linear_interpolated_azt(:,:)) [if not already present]
Generating copyin(gr%zt(:,:)) [if not already present]
1967, Generating NVIDIA GPU code
1968, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1978, Generating NVIDIA GPU code
1979, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1980, ! blockidx%x threadidx%x collapsed
gradzm_2d:
2317, Generating copyin(azm(:,:),gr%invrs_dzt(:,:),gr) [if not already present]
2320, Generating NVIDIA GPU code
2321, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2326, Generating NVIDIA GPU code
2327, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2328, ! blockidx%x threadidx%x collapsed
gradzt_2d:
2411, Generating copyin(azt(:,:),gr%invrs_dzm(:,:),gr) [if not already present]
2414, Generating NVIDIA GPU code
2415, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2420, Generating NVIDIA GPU code
2421, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2422, ! blockidx%x threadidx%x collapsed
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_type_utilities.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/input_reader.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_zm_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_zt_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_lh_zt_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_lh_sfc_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_rad_zt_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_rad_zm_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_sfc_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/precipitation_fraction.F90
adg1_pdf_driver:
150, Generating enter data create(w_1_n(:,:),w_2_n(:,:))
207, Generating exit data delete(w_2_n(:,:),w_1_n(:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/parameters_tunable.F90
adg1_w_closure:
661, Generating NVIDIA GPU code
662, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
663, ! blockidx%x threadidx%x collapsed
661, Generating default present(wm(:ngrdcol,:nz),wp2(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),w_1(:ngrdcol,:nz),w_2(:ngrdcol,:nz),skw(:ngrdcol,:nz),w_2_n(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),w_1_n(:ngrdcol,:nz),sqrt_wp2(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz))
adg1_adg2_responder_params:
1114, Generating NVIDIA GPU code
1115, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1116, ! blockidx%x threadidx%x collapsed
1114, Generating default present(wp2(:ngrdcol,:nz),w_1_n(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),alpha_x(:ngrdcol,:nz),w_2_n(:ngrdcol,:nz),xp2(:ngrdcol,:nz),xm(:ngrdcol,:nz),x_2(:ngrdcol,:nz),wpxp(:ngrdcol,:nz),x_1(:ngrdcol,:nz),sqrt_wp2(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_helper_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mean_adv.F90
term_ma_zt_lhs:
230, Generating copyin(wm_zt(:,:),weights_zt2zm(:,:,:),invrs_dzm(:,:)) [if not already present]
Generating copyout(lhs_ma(:,:,:)) [if not already present]
Generating copyin(invrs_dzt(:,:)) [if not already present]
234, Generating NVIDIA GPU code
235, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
236, ! blockidx%x threadidx%x collapsed
246, Generating NVIDIA GPU code
247, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
248, ! blockidx%x threadidx%x collapsed
269, Generating NVIDIA GPU code
270, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
288, Generating NVIDIA GPU code
289, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
290, ! blockidx%x threadidx%x collapsed
320, Generating NVIDIA GPU code
321, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/matrix_solver_wrapper.F90
term_ma_zm_lhs:
454, Generating copyin(wm_zm(:,:),weights_zm2zt(:,:,:)) [if not already present]
Generating copyout(lhs_ma(:,:,:)) [if not already present]
Generating copyin(invrs_dzm(:,:)) [if not already present]
458, Generating NVIDIA GPU code
459, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
460, ! blockidx%x threadidx%x collapsed
467, Generating NVIDIA GPU code
468, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
469, ! blockidx%x threadidx%x collapsed
486, Generating NVIDIA GPU code
487, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
488, ! blockidx%x threadidx%x collapsed
band_solve_single_rhs_multiple_lhs:
112, Generating update self(lhs(:,:,:),rhs(:,:))
125, Generating update device(rcond(:))
132, Generating update self(rhs(:,:),lhs(:,:,:))
140, Generating update device(soln(:,:))
band_solve_multiple_rhs_lhs:
230, Generating update self(lhs(:,:,:),rhs(:,:,:))
243, Generating update device(rcond(:))
250, Generating update self(rhs(:,:,:),lhs(:,:,:))
258, Generating update device(soln(:,:,:))
tridiag_solve_single_rhs_multiple_lhs:
444, Generating update self(lhs(:,:,:),rhs(:,:))
455, Generating update device(rcond(:))
462, Generating update self(rhs(:,:),lhs(:,:,:))
469, Generating update device(soln(:,:))
tridiag_solve_multiple_rhs_lhs:
552, Generating update self(lhs(:,:,:),rhs(:,:,:))
563, Generating update device(rcond(:))
570, Generating update self(rhs(:,:,:),lhs(:,:,:))
577, Generating update device(soln(:,:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/sponge_layer_damping.F90
calc_stability_correction:
297, Generating enter data create(lscale_zm(:,:),lambda0_stability(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd_dry(:,:))
313, Generating NVIDIA GPU code
314, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
315, ! blockidx%x threadidx%x collapsed
313, Generating default present(brunt_vaisala_freq_sqd(:ngrdcol,:nz),lambda0_stability(:ngrdcol,:nz))
327, Generating NVIDIA GPU code
328, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
329, ! blockidx%x threadidx%x collapsed
327, Generating default present(lscale_zm(:ngrdcol,:nz),stability_correction(:ngrdcol,:nz),brunt_vaisala_freq_sqd(:ngrdcol,:nz),em(:ngrdcol,:nz),lambda0_stability(:ngrdcol,:nz))
336, Generating exit data delete(lscale_zm(:,:),lambda0_stability(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd_dry(:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/turbulent_adv_pdf.F90
calc_brunt_vaisala_freq_sqd:
441, Generating copyin(exner(:,:),gr) [if not already present]
Generating create(t_in_k_zm(:,:),ddzt_thvm(:,:),rsat_zm(:,:)) [if not already present]
Generating copyin(p_in_pa(:,:),ice_supersat_frac(:,:)) [if not already present]
Generating create(thm_zm(:,:)) [if not already present]
Generating copyin(gr%zt(:,:)) [if not already present]
Generating copyout(brunt_vaisala_freq_sqd_dry(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_mixed(:,:)) [if not already present]
Generating create(stat_liq(:,:),t_in_k(:,:)) [if not already present]
Generating copyin(rcm(:,:)) [if not already present]
Generating create(rsat(:,:)) [if not already present]
Generating copyin(thlm(:,:)) [if not already present]
Generating create(thm(:,:),ddzt_stat_liq_zm(:,:),ddzt_thlm(:,:)) [if not already present]
Generating copyout(brunt_vaisala_freq_sqd_moist(:,:)) [if not already present]
Generating create(ddzt_rsat(:,:)) [if not already present]
Generating copyin(thvm(:,:)) [if not already present]
Generating create(thvm_zm(:,:),ddzt_thm(:,:)) [if not already present]
Generating copyin(rtm(:,:)) [if not already present]
Generating create(stat_dry_virtual_zm(:,:),ddzt_rtm_zm(:,:),ddzt_stat_liq(:,:),stat_dry(:,:),stat_dry_virtual(:,:),ddzt_rtm(:,:)) [if not already present]
457, Generating NVIDIA GPU code
458, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
459, ! blockidx%x threadidx%x collapsed
467, Generating NVIDIA GPU code
468, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
469, ! blockidx%x threadidx%x collapsed
483, Generating NVIDIA GPU code
484, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
485, ! blockidx%x threadidx%x collapsed
495, Generating NVIDIA GPU code
496, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
497, ! blockidx%x threadidx%x collapsed
507, Generating NVIDIA GPU code
508, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
509, ! blockidx%x threadidx%x collapsed
519, Generating NVIDIA GPU code
520, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
521, ! blockidx%x threadidx%x collapsed
527, Generating NVIDIA GPU code
528, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
529, ! blockidx%x threadidx%x collapsed
541, Generating NVIDIA GPU code
542, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
543, ! blockidx%x threadidx%x collapsed
compute_cx_fnc_richardson:
718, Generating enter data create(fnc_richardson_clipped(:,:),fnc_richardson(:,:),ddzt_vm(:,:),cx_fnc_interp(:,:),fnc_richardson_smooth(:,:),shear_sqd(:,:),ri_zm(:,:),ddzt_um(:,:),cx_fnc_richardson_avg(:,:),lscale_zm(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_dry(:,:))
751, Generating NVIDIA GPU code
752, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
753, ! blockidx%x threadidx%x collapsed
751, Generating default present(shear_sqd(:ngrdcol,:nz),ddzt_vm(:ngrdcol,:nz),ddzt_um(:ngrdcol,:nz))
760, Generating update self(shear_sqd(:,:))
769, Generating NVIDIA GPU code
770, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
771, ! blockidx%x threadidx%x collapsed
769, Generating default present(brunt_vaisala_freq_sqd_mixed(:ngrdcol,:nz),shear_sqd(:ngrdcol,:nz),ri_zm(:ngrdcol,:nz))
779, Generating NVIDIA GPU code
780, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
781, ! blockidx%x threadidx%x collapsed
779, Generating default present(ri_zm(:ngrdcol,:nz),brunt_vaisala_freq_sqd(:ngrdcol,:nz))
793, Generating NVIDIA GPU code
794, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
795, ! blockidx%x threadidx%x collapsed
793, Generating default present(ri_zm(:ngrdcol,:nz),fnc_richardson(:ngrdcol,:nz))
809, Generating NVIDIA GPU code
810, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
811, ! blockidx%x threadidx%x collapsed
809, Generating default present(fnc_richardson_smooth(:ngrdcol,:nz),cx_fnc_interp(:ngrdcol,:nz))
820, Generating NVIDIA GPU code
821, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
822, ! blockidx%x threadidx%x collapsed
820, Generating default present(ri_zm(:ngrdcol,:nz),cx_fnc_richardson(:ngrdcol,:nz))
848, Generating NVIDIA GPU code
849, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
850, ! blockidx%x threadidx%x collapsed
848, Generating default present(cx_fnc_richardson(:ngrdcol,:nz))
856, Generating exit data delete(fnc_richardson_clipped(:,:),fnc_richardson(:,:),ddzt_vm(:,:),cx_fnc_interp(:,:),fnc_richardson_smooth(:,:),shear_sqd(:,:),ri_zm(:,:),ddzt_um(:,:),cx_fnc_richardson_avg(:,:),lscale_zm(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_dry(:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/diffusion.F90
xpyp_term_ta_pdf_lhs:
370, Generating copyin(coef_wpxpyp_implicit_zm(:,:),gr%invrs_dzt(:,:),gr,gr%invrs_dzm(:,:),rho_ds_zm(:,:),gr%weights_zm2zt(:,:,:),rho_ds_zt(:,:),sgn_turbulent_vel(:,:),coef_wpxpyp_implicit(:,:)) [if not already present]
Generating copyout(lhs_ta(:,:,:)) [if not already present]
Generating copyin(invrs_rho_ds_zm(:,:)) [if not already present]
377, Generating NVIDIA GPU code
378, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
379, ! blockidx%x threadidx%x collapsed
388, Generating NVIDIA GPU code
389, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
390, ! blockidx%x threadidx%x collapsed
419, Generating NVIDIA GPU code
420, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
421, ! blockidx%x threadidx%x collapsed
466, Generating NVIDIA GPU code
467, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
468, ! blockidx%x threadidx%x collapsed
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/pos_definite_module.F90
xpyp_term_ta_pdf_lhs_godunov:
539, Generating copyin(coef_wpxpyp_implicit(:,:),gr,gr%invrs_dzm(:,:),rho_ds_zm(:,:)) [if not already present]
Generating copyout(lhs_ta(:,:,:)) [if not already present]
Generating copyin(invrs_rho_ds_zm(:,:)) [if not already present]
544, Generating NVIDIA GPU code
545, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
546, ! blockidx%x threadidx%x collapsed
553, Generating NVIDIA GPU code
554, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
555, ! blockidx%x threadidx%x collapsed
577, Generating NVIDIA GPU code
578, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
579, ! blockidx%x threadidx%x collapsed
lscale_width_vert_avg:
932, Generating enter data create(denom_terms(:,:),one_half_avg_width(:,:),numer_terms(:,:))
935, Generating NVIDIA GPU code
936, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
937, ! blockidx%x threadidx%x collapsed
935, Generating default present(one_half_avg_width(:ngrdcol,:nz),lscale_zm(:ngrdcol,:nz))
942, Generating NVIDIA GPU code
943, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
944, ! blockidx%x threadidx%x collapsed
942, Generating default present(one_half_avg_width(:ngrdcol,:nz))
951, Generating NVIDIA GPU code
952, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
953, ! blockidx%x threadidx%x collapsed
951, Generating default present(gr%dzm(1:ngrdcol,1:nz),numer_terms(:ngrdcol,:nz),gr,denom_terms(:ngrdcol,:nz),var_profile(:ngrdcol,:nz),rho_ds_zm(:ngrdcol,:nz))
960, Generating NVIDIA GPU code
961, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
962, ! blockidx%x threadidx%x collapsed
1020, !$acc loop seq
960, Generating default present(gr%zm(1:ngrdcol,:),denom_terms(:ngrdcol,:),gr,one_half_avg_width(:ngrdcol,:nz),numer_terms(:ngrdcol,:))
982, Accelerator restriction: induction variable live-out from loop: k_avg_upper
985, Accelerator restriction: induction variable live-out from loop: k_avg_upper
989, Accelerator restriction: induction variable live-out from loop: k_avg_lower
992, Accelerator restriction: induction variable live-out from loop: k_avg_lower
1020, Loop is parallelizable
1032, Generating exit data delete(denom_terms(:,:),one_half_avg_width(:,:),numer_terms(:,:))
xpyp_term_ta_pdf_rhs:
888, Generating copyin(gr,gr%invrs_dzm(:,:),sgn_turbulent_vel(:,:),rho_ds_zm(:,:),gr%invrs_dzt(:,:)) [if not already present]
Generating copyout(rhs_ta(:,:)) [if not already present]
Generating copyin(term_wpxpyp_explicit_zm(:,:),term_wpxpyp_explicit(:,:),invrs_rho_ds_zm(:,:),rho_ds_zt(:,:)) [if not already present]
895, Generating NVIDIA GPU code
896, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
904, Generating NVIDIA GPU code
905, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
906, ! blockidx%x threadidx%x collapsed
919, Generating NVIDIA GPU code
920, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
921, ! blockidx%x threadidx%x collapsed
950, Generating NVIDIA GPU code
951, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
wp2_term_splat_lhs:
1088, Generating enter data create(brunt_vaisala_freq_splat_smooth(:,:),brunt_vaisala_freq_splat_clipped(:,:))
1090, Generating NVIDIA GPU code
1091, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1092, ! blockidx%x threadidx%x collapsed
1090, Generating default present(brunt_vaisala_freq_sqd_splat(:ngrdcol,:nz),brunt_vaisala_freq_splat_clipped(:ngrdcol,:nz))
1102, Generating NVIDIA GPU code
1103, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1104, ! blockidx%x threadidx%x collapsed
1102, Generating default present(lhs_splat_wp2(:ngrdcol,:nz),brunt_vaisala_freq_splat_smooth(:ngrdcol,:nz))
1110, Generating exit data delete(brunt_vaisala_freq_splat_smooth(:,:),brunt_vaisala_freq_splat_clipped(:,:))
xpyp_term_ta_pdf_rhs_godunov:
1015, Generating copyin(gr,sgn_turbulent_vel(:,:),term_wpxpyp_explicit_zm(:,:),gr%invrs_dzm(:,:)) [if not already present]
Generating copyout(rhs_ta(:,:)) [if not already present]
Generating copyin(invrs_rho_ds_zm(:,:),rho_ds_zm(:,:)) [if not already present]
1021, Generating NVIDIA GPU code
1022, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1027, Generating NVIDIA GPU code
1028, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1029, ! blockidx%x threadidx%x collapsed
1045, Generating NVIDIA GPU code
1046, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
wp3_term_splat_lhs:
1168, Generating enter data create(brunt_vaisala_freq_splat_smooth(:,:),brunt_vaisala_freq_splat_clipped(:,:))
1170, Generating NVIDIA GPU code
1171, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1172, ! blockidx%x threadidx%x collapsed
1170, Generating default present(brunt_vaisala_freq_sqd_splat(:ngrdcol,:nz),brunt_vaisala_freq_splat_clipped(:ngrdcol,:nz))
1182, Generating NVIDIA GPU code
1183, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1184, ! blockidx%x threadidx%x collapsed
1182, Generating default present(lhs_splat_wp3(:ngrdcol,:nz),brunt_vaisala_freq_splat_smooth(:ngrdcol,:nz))
1191, Generating exit data delete(brunt_vaisala_freq_splat_smooth(:,:),brunt_vaisala_freq_splat_clipped(:,:))
smooth_min_sclr_idx:
1239, Generating copyin(input_var2(:,:)) [if not already present]
1242, Generating NVIDIA GPU code
1243, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1244, ! blockidx%x threadidx%x collapsed
smooth_min_array_scalar:
1299, Generating copyin(input_var1(:,:)) [if not already present]
1302, Generating NVIDIA GPU code
1303, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1304, ! blockidx%x threadidx%x collapsed
smooth_min_arrays:
1359, Generating copyin(input_var2(:,:),input_var1(:,:)) [if not already present]
1362, Generating NVIDIA GPU code
1363, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1364, ! blockidx%x threadidx%x collapsed
smooth_min_scalars:
1378, Generating acc routine seq
Generating NVIDIA GPU code
smooth_max_sclr_idx:
1459, Generating copyin(input_var2(:,:)) [if not already present]
1462, Generating NVIDIA GPU code
1463, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1464, ! blockidx%x threadidx%x collapsed
smooth_max_array_scalar:
1519, Generating copyin(input_var1(:,:)) [if not already present]
1522, Generating NVIDIA GPU code
1523, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1524, ! blockidx%x threadidx%x collapsed
diffusion_zt_lhs:
306, Generating create(drhokdz_zt(:,:)) [if not already present]
Generating copyin(gr,gr%invrs_dzm(:,:),invrs_rho_ds_zt(:,:)) [if not already present]
Generating create(k_zm_nu(:,:)) [if not already present]
Generating copyin(nu(:),gr%invrs_dzt(:,:)) [if not already present]
Generating create(lhs_upwind(:,:,:)) [if not already present]
Generating copyin(k_zt(:,:)) [if not already present]
Generating copyout(lhs(:,:,:)) [if not already present]
Generating create(ddzm_rho_k_zm_nu(:,:)) [if not already present]
Generating copyin(k_zm(:,:)) [if not already present]
Generating create(rho_k_zm_nu(:,:)) [if not already present]
Generating copyin(rho_ds_zm(:,:)) [if not already present]
311, Generating NVIDIA GPU code
312, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
313, ! blockidx%x threadidx%x collapsed
392, Generating NVIDIA GPU code
393, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
408, Generating NVIDIA GPU code
409, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
445, Generating NVIDIA GPU code
446, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
447, ! blockidx%x threadidx%x collapsed
498, Generating NVIDIA GPU code
499, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
smooth_max_arrays:
1579, Generating copyin(input_var2(:,:),input_var1(:,:)) [if not already present]
1582, Generating NVIDIA GPU code
1583, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1584, ! blockidx%x threadidx%x collapsed
smooth_max_scalars:
1598, Generating acc routine seq
Generating NVIDIA GPU code
smooth_heaviside_peskin:
1683, Generating copyin(input(:,:)) [if not already present]
1686, Generating NVIDIA GPU code
1687, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1688, ! blockidx%x threadidx%x collapsed
calc_xpwp_2d:
1794, Generating copyin(gr,gr%invrs_dzm(:,:),km_zm(:,:)) [if not already present]
Generating copyout(xpwp(:,:)) [if not already present]
Generating copyin(xm(:,:)) [if not already present]
1798, Generating NVIDIA GPU code
1799, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1800, ! blockidx%x threadidx%x collapsed
diffusion_zm_lhs:
985, Generating create(drhokdz_zm(:,:)) [if not already present]
Generating copyin(gr%invrs_dzm(:,:),gr,invrs_rho_ds_zm(:,:),k_zm(:,:),nu(:),gr%invrs_dzt(:,:)) [if not already present]
Generating create(lhs_upwind(:,:,:)) [if not already present]
Generating copyin(k_zt(:,:)) [if not already present]
Generating copyout(lhs(:,:,:)) [if not already present]
Generating create(ddzt_rho_k_zt_nu(:,:),rho_k_zt_nu(:,:)) [if not already present]
Generating copyin(rho_ds_zt(:,:)) [if not already present]
990, Generating NVIDIA GPU code
991, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
992, ! blockidx%x threadidx%x collapsed
1001, Generating NVIDIA GPU code
1002, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1003, ! blockidx%x threadidx%x collapsed
1011, Generating NVIDIA GPU code
1012, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1020, Generating NVIDIA GPU code
1021, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1022, ! blockidx%x threadidx%x collapsed
1036, Generating NVIDIA GPU code
1037, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1052, Generating NVIDIA GPU code
1053, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1089, Generating NVIDIA GPU code
1090, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1091, ! blockidx%x threadidx%x collapsed
1143, Generating NVIDIA GPU code
1144, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/corr_varnce_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp3_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/calc_pressure.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/Skx_module.F90
calculate_thvm:
235, Generating copyin(rtm(:,:),rcm(:,:),exner(:,:),thlm(:,:)) [if not already present]
Generating copyout(thvm(:,:)) [if not already present]
Generating copyin(thv_ds_zt(:,:)) [if not already present]
239, Generating NVIDIA GPU code
240, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
241, ! blockidx%x threadidx%x collapsed
skx_func:
67, Generating copyout(skx(:,:)) [if not already present]
Generating copyin(xp3(:,:),xp2(:,:)) [if not already present]
75, Generating NVIDIA GPU code
76, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
77, ! blockidx%x threadidx%x collapsed
lg_2005_ansatz:
159, Generating NVIDIA GPU code
160, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
161, ! blockidx%x threadidx%x collapsed
159, Generating default present(skw(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz),skx(:ngrdcol,:nz),xp2(:ngrdcol,:nz),wpxp(:ngrdcol,:nz),wp2(:ngrdcol,:nz))
xp3_lg_2005_ansatz:
232, Generating copyin(skw_zt(:,:),sigma_sqd_w_zt(:,:),wp2_zt(:,:)) [if not already present]
Generating create(skx_zt(:,:)) [if not already present]
Generating copyin(wpxp_zt(:,:)) [if not already present]
Generating copyout(xp3(:,:)) [if not already present]
Generating copyin(xp2_zt(:,:)) [if not already present]
245, Generating NVIDIA GPU code
246, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
247, ! blockidx%x threadidx%x collapsed
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/output_netcdf.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/index_mapping.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/fill_holes.F90
fill_holes_vertical:
123, Generating enter data create(invrs_denom_integral(:,:),denom_integral_global(:),mass_fraction_global(:),numer_integral_global(:),rho_ds_dz(:,:),field_avg_global(:),field_clipped(:,:))
128, Generating NVIDIA GPU code
130, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
Generating reduction(.or.:l_field_below_threshold)
131, ! blockidx%x threadidx%x collapsed
128, Generating default present(field(:ngrdcol,:nz))
Generating implicit copy(l_field_below_threshold) [if not already present]
130, Scalar last value needed after loop for l_field_below_threshold at line 140
131, Scalar last value needed after loop for l_field_below_threshold at line 140
141, Generating exit data delete(invrs_denom_integral(:,:),denom_integral_global(:),mass_fraction_global(:),rho_ds_dz(:,:),numer_integral_global(:),field_avg_global(:),field_clipped(:,:))
146, Generating NVIDIA GPU code
147, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
148, ! blockidx%x threadidx%x collapsed
146, Generating default present(rho_ds_dz(:ngrdcol,:nz),rho_ds(:ngrdcol,:nz),dz(:ngrdcol,:nz))
158, Generating NVIDIA GPU code
159, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
160, ! blockidx%x threadidx%x collapsed
163, !$acc loop seq
158, Generating default present(rho_ds_dz(:ngrdcol,:),invrs_denom_integral(:ngrdcol,num_draw_pts+2:upper_hf_level-num_draw_pts))
163, Loop is parallelizable
168, Generating NVIDIA GPU code
169, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
178, !$acc loop seq
187, !$acc loop seq
193, !$acc loop seq
197, !$acc loop seq
203, !$acc loop seq
214, !$acc loop seq
168, Generating default present(field(:ngrdcol,:),field_clipped(:ngrdcol,:),rho_ds_dz(:ngrdcol,:),invrs_denom_integral(:ngrdcol,num_draw_pts+2:upper_hf_level-num_draw_pts))
178, Loop carried dependence of field,field_clipped prevents parallelization
Loop carried backward dependence of field_clipped,field prevents vectorization
187, Loop is parallelizable
193, Loop is parallelizable
197, Loop is parallelizable
203, Loop is parallelizable
214, Loop is parallelizable
227, Generating NVIDIA GPU code
228, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
Generating reduction(.or.:l_field_below_threshold)
229, ! blockidx%x threadidx%x collapsed
227, Generating default present(field(:ngrdcol,:nz))
Generating implicit copy(l_field_below_threshold) [if not already present]
228, Scalar last value needed after loop for l_field_below_threshold at line 238
229, Scalar last value needed after loop for l_field_below_threshold at line 238
239, Generating exit data delete(invrs_denom_integral(:,:),denom_integral_global(:),mass_fraction_global(:),rho_ds_dz(:,:),numer_integral_global(:),field_avg_global(:),field_clipped(:,:))
251, Generating NVIDIA GPU code
252, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
251, Generating default present(numer_integral_global(:ngrdcol),denom_integral_global(:ngrdcol))
258, Generating NVIDIA GPU code
259, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
260, !$acc loop seq
258, Generating default present(field(:ngrdcol,2:upper_hf_level),rho_ds_dz(:ngrdcol,2:upper_hf_level),numer_integral_global(:ngrdcol),denom_integral_global(:ngrdcol))
260, Complex loop carried dependence of numer_integral_global prevents parallelization
Loop carried dependence of numer_integral_global prevents parallelization
Loop carried backward dependence of numer_integral_global prevents vectorization
Complex loop carried dependence of denom_integral_global prevents parallelization
Loop carried dependence of denom_integral_global prevents parallelization
Loop carried backward dependence of denom_integral_global prevents vectorization
269, Generating NVIDIA GPU code
270, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
279, !$acc loop seq
283, !$acc loop seq
269, Generating default present(field_avg_global(:ngrdcol),denom_integral_global(:ngrdcol),field(:ngrdcol,2:upper_hf_level),numer_integral_global(:ngrdcol),field_clipped(:ngrdcol,2:upper_hf_level))
279, Loop is parallelizable
283, Loop is parallelizable
290, Generating NVIDIA GPU code
291, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
293, !$acc loop seq
290, Generating default present(field_clipped(:ngrdcol,2:upper_hf_level),rho_ds_dz(:ngrdcol,2:upper_hf_level),numer_integral_global(:ngrdcol))
293, Complex loop carried dependence of numer_integral_global prevents parallelization
Loop carried reuse of numer_integral_global prevents parallelization
299, Generating NVIDIA GPU code
300, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
319, !$acc loop seq
299, Generating default present(denom_integral_global(:ngrdcol),field_clipped(:ngrdcol,2:upper_hf_level),field(:ngrdcol,2:upper_hf_level),field_avg_global(:ngrdcol),numer_integral_global(:ngrdcol),mass_fraction_global(:ngrdcol))
319, Loop is parallelizable
328, Generating exit data delete(invrs_denom_integral(:,:),denom_integral_global(:),mass_fraction_global(:),rho_ds_dz(:,:),numer_integral_global(:),field_avg_global(:),field_clipped(:,:))
fill_holes_driver:
833, Generating copyin(gr) [if not already present]
Generating copy(hydromet(:,i)) [if not already present]
Generating copyin(rho_ds_zt(:),gr%dzt(:,:)) [if not already present]
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mono_flux_limiter.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clip_explicit.F90
clip_covars_denom:
161, Generating enter data create(upwp_chnge(:,:),wprtp_chnge(:,:),vpwp_chnge(:,:),wpthlp_chnge(:,:))
162, Generating enter data create(wpsclrp_chnge(:,:,:))
419, Generating exit data delete(upwp_chnge(:,:),wprtp_chnge(:,:),vpwp_chnge(:,:),wpthlp_chnge(:,:))
420, Generating exit data delete(wpsclrp_chnge(:,:,:))
clip_covar:
576, Generating update self(xpyp(:,:))
609, Generating NVIDIA GPU code
610, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
611, ! blockidx%x threadidx%x collapsed
609, Generating default present(xp2(:ngrdcol,2:nz-1),yp2(:ngrdcol,2:nz-1),xpyp_chnge(:ngrdcol,2:nz-1),xpyp(:ngrdcol,2:nz-1))
639, Generating NVIDIA GPU code
640, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
639, Generating default present(xpyp_chnge(:ngrdcol,:))
648, Generating update self(xpyp(:,:))
clip_variance:
944, Generating copy(xp2(:,:)) [if not already present]
Generating copyin(threshold(:,:)) [if not already present]
964, Generating update self(xp2(:,:))
982, Generating NVIDIA GPU code
983, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
984, ! blockidx%x threadidx%x collapsed
993, Generating update self(xp2(:,:))
clip_skewness:
1110, Generating copyin(gr,gr%zt(:,:),sfc_elevation(:)) [if not already present]
Generating copy(wp3(:,:)) [if not already present]
Generating copyin(wp2_zt(:,:)) [if not already present]
1116, Generating update self(wp3(:,:))
1131, Generating update self(wp3(:,:))
clip_skewness_core:
1203, Generating enter data create(zagl_thresh(:,:),wp3_lim_sqd(:,:),wp2_zt_cubed(:,:),h_zagl(:,:))
1222, Generating NVIDIA GPU code
1223, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1224, ! blockidx%x threadidx%x collapsed
1222, Generating default present(wp2_zt_cubed(:ngrdcol,:nz),wp2_zt(:ngrdcol,:nz))
1233, Generating NVIDIA GPU code
1234, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1235, ! blockidx%x threadidx%x collapsed
1233, Generating default present(zagl_thresh(:ngrdcol,:nz),sfc_elevation(:ngrdcol),gr%zt(1:ngrdcol,1:nz),gr)
1244, Generating NVIDIA GPU code
1245, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1246, ! blockidx%x threadidx%x collapsed
1244, Generating default present(wp3_lim_sqd(:ngrdcol,:nz),wp2_zt_cubed(:ngrdcol,:nz),h_zagl(:ngrdcol,:nz))
1257, Generating NVIDIA GPU code
1258, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1259, ! blockidx%x threadidx%x collapsed
1257, Generating default present(gr%zt(1:ngrdcol,1:nz),gr,sfc_elevation(:ngrdcol),wp3_lim_sqd(:ngrdcol,:nz),wp2_zt_cubed(:ngrdcol,:nz))
1277, Generating NVIDIA GPU code
1278, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1279, ! blockidx%x threadidx%x collapsed
1277, Generating default present(wp3_lim_sqd(:ngrdcol,:nz),wp3(:ngrdcol,:nz))
1290, Generating NVIDIA GPU code
1291, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1292, ! blockidx%x threadidx%x collapsed
1290, Generating default present(wp3(:ngrdcol,:nz))
1300, Generating exit data delete(zagl_thresh(:,:),wp3_lim_sqd(:,:),wp2_zt_cubed(:,:),h_zagl(:,:))
monotonic_turbulent_flux_limit:
443, Generating enter data create(xm_enter_mfl(:,:),min_x_allowable_lev(:,:),l_adjustment_needed(:),wpxp_mfl_max(:,:),rhs_mfl_xm(:,:),lhs_mfl_xm(:,:,:),max_x_allowable_lev(:,:),max_x_allowable(:,:),min_x_allowable(:,:),wpxp_mfl_min(:,:),xm_mfl(:,:),wpxp_net_adjust(:,:),xp2_zt(:,:),xm_without_ta(:,:))
473, Generating update self(wpxp(:,:),xm(:,:))
482, Generating update self(xm_old(:,:),xm(:,:),wpxp(:,:))
492, Generating update self(xm_old(:,:),xm(:,:),wpxp(:,:))
504, Generating NVIDIA GPU code
505, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
506, ! blockidx%x threadidx%x collapsed
504, Generating default present(xm_enter_mfl(:ngrdcol,:nz),xm(:ngrdcol,:nz),wpxp_net_adjust(:ngrdcol,:nz))
525, Generating NVIDIA GPU code
526, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
527, ! blockidx%x threadidx%x collapsed
525, Generating default present(xp2_zt(:ngrdcol,:nz))
537, Generating NVIDIA GPU code
538, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
539, ! blockidx%x threadidx%x collapsed
537, Generating default present(xp2_zt(:ngrdcol,2:nz),xm_without_ta(:ngrdcol,2:nz),min_x_allowable_lev(:ngrdcol,2:nz),xm_forcing(:ngrdcol,2:nz),xm_old(:ngrdcol,2:nz),max_x_allowable_lev(:ngrdcol,2:nz))
595, Generating NVIDIA GPU code
596, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
595, Generating default present(min_x_allowable_lev(:ngrdcol,:2),xm_without_ta(:ngrdcol,:1),xm(:ngrdcol,:1),max_x_allowable_lev(:ngrdcol,:2))
611, Generating NVIDIA GPU code
612, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
613, ! blockidx%x threadidx%x collapsed
620, !$acc loop seq
611, Generating default present(min_x_allowable_lev(:ngrdcol,:),min_x_allowable(:ngrdcol,2:nz-1),low_lev_effect(:ngrdcol,2:nz-1),high_lev_effect(:ngrdcol,2:nz-1))
620, Complex loop carried dependence of min_x_allowable prevents parallelization
Loop carried reuse of min_x_allowable prevents parallelization
629, Generating NVIDIA GPU code
630, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
631, ! blockidx%x threadidx%x collapsed
638, !$acc loop seq
629, Generating default present(max_x_allowable_lev(:ngrdcol,:),max_x_allowable(:ngrdcol,2:nz-1),low_lev_effect(:ngrdcol,2:nz-1),high_lev_effect(:ngrdcol,2:nz-1))
638, Complex loop carried dependence of max_x_allowable prevents parallelization
Loop carried reuse of max_x_allowable prevents parallelization
645, Generating NVIDIA GPU code
646, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
647, ! blockidx%x threadidx%x collapsed
645, Generating default present(wpxp_mfl_max(:ngrdcol,2:nz-1),invrs_rho_ds_zm(:ngrdcol,2:nz-1),min_x_allowable(:ngrdcol,2:nz-1),rho_ds_zm(:ngrdcol,:nz-2),gr%invrs_dzt(1:ngrdcol,2:nz-1),gr,max_x_allowable(:ngrdcol,2:nz-1),xm_without_ta(:ngrdcol,2:nz-1),wpxp_net_adjust(:ngrdcol,2:nz-1),rho_ds_zt(:ngrdcol,2:nz-1),wpxp(:ngrdcol,:nz-1),wpxp_mfl_min(:ngrdcol,2:nz-1))
767, Generating NVIDIA GPU code
768, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
767, Generating default present(max_x_allowable(:ngrdcol,:),wpxp_mfl_min(:ngrdcol,:),wpxp_mfl_max(:ngrdcol,:),min_x_allowable(:ngrdcol,:))
784, Generating update self(min_x_allowable(:,:),wpxp_mfl_max(:,:),max_x_allowable(:,:),xm_without_ta(:,:),wpxp_mfl_min(:,:))
799, Generating update self(min_x_allowable(:,:),wpxp_mfl_max(:,:),max_x_allowable(:,:),xm_without_ta(:,:),wpxp_mfl_min(:,:))
817, Generating NVIDIA GPU code
818, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
817, Generating default present(l_adjustment_needed(:ngrdcol))
823, Generating NVIDIA GPU code
825, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
Generating reduction(.or.:l_any_adjustment_needed)
826, ! blockidx%x threadidx%x collapsed
823, Generating default present(wpxp_net_adjust(:ngrdcol,:nz),l_adjustment_needed(:ngrdcol))
Generating implicit copy(l_any_adjustment_needed) [if not already present]
825, Scalar last value needed after loop for l_any_adjustment_needed at line 835
826, Scalar last value needed after loop for l_any_adjustment_needed at line 835
861, Generating NVIDIA GPU code
862, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
863, ! blockidx%x threadidx%x collapsed
861, Generating default present(xm_mfl(:ngrdcol,:nz),xm(:ngrdcol,:nz),l_adjustment_needed(:ngrdcol))
920, Generating NVIDIA GPU code
921, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
930, !$acc loop seq
952, !$acc loop seq
920, Generating default present(xm_enter_mfl(:ngrdcol,nz),xm(:ngrdcol,:),rho_ds_zt(:ngrdcol,2:nz),gr,gr%dzt(1:ngrdcol,2:nz-1),gr%zm(1:ngrdcol,nz-1:nz))
930, Loop is parallelizable
952, Loop is parallelizable
980, Generating update self(xm(:,:),wpxp(:,:))
1003, Generating exit data delete(xm_enter_mfl(:,:),min_x_allowable_lev(:,:),l_adjustment_needed(:),wpxp_mfl_max(:,:),rhs_mfl_xm(:,:),lhs_mfl_xm(:,:,:),max_x_allowable_lev(:,:),max_x_allowable(:,:),min_x_allowable(:,:),wpxp_mfl_min(:,:),xm_mfl(:,:),wpxp_net_adjust(:,:),xp2_zt(:,:),xm_without_ta(:,:))
mfl_xm_lhs:
1095, Generating NVIDIA GPU code
1096, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1097, ! blockidx%x threadidx%x collapsed
1098, ! blockidx%x threadidx%x collapsed
1095, Generating default present(lhs(:,:ngrdcol,:nz))
1106, Generating NVIDIA GPU code
1107, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1108, ! blockidx%x threadidx%x collapsed
1106, Generating default present(lhs(2,:ngrdcol,2:nz))
1118, Generating NVIDIA GPU code
1119, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1120, ! blockidx%x threadidx%x collapsed
1121, !$acc loop seq
1118, Generating default present(lhs(:,:ngrdcol,:1))
1121, Loop is parallelizable
mfl_xm_rhs:
1182, Generating NVIDIA GPU code
1183, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1184, ! blockidx%x threadidx%x collapsed
1182, Generating default present(wpxp(:ngrdcol,:nz),invrs_dzt(:ngrdcol,2:nz),invrs_rho_ds_zt(:ngrdcol,2:nz),rhs(:ngrdcol,2:nz),rho_ds_zm(:ngrdcol,:nz),xm_forcing(:ngrdcol,2:nz),xm_old(:ngrdcol,2:nz))
1219, Generating NVIDIA GPU code
1220, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1219, Generating default present(xm_old(:ngrdcol,:1),rhs(:ngrdcol,:1))
mfl_xm_solve:
1317, Generating NVIDIA GPU code
1318, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1317, Generating default present(xm(:ngrdcol,:2))
calc_turb_adv_range:
1428, Generating enter data create(vert_vel_up(:,:),w_min(:,:),vert_vel_down(:,:))
1533, Generating NVIDIA GPU code
1534, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1535, ! blockidx%x threadidx%x collapsed
1533, Generating default present(w_min(:ngrdcol,:nz),gr%dzm(1:ngrdcol,1:nz),gr)
1553, Generating NVIDIA GPU code
1554, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1555, ! blockidx%x threadidx%x collapsed
1553, Generating default present(gr,gr%dzm(1:ngrdcol,:),vert_vel_up(:ngrdcol,:),low_lev_effect(:ngrdcol,3:nz-2))
1566, Loop carried reuse of low_lev_effect prevents parallelization
Loop carried scalar dependence for dt_all_grid_levs at line 1580
1568, Accelerator restriction: induction variable live-out from loop: j
1571, Accelerator restriction: induction variable live-out from loop: j
1575, Accelerator restriction: induction variable live-out from loop: j
1603, Accelerator restriction: induction variable live-out from loop: j
1614, Generating NVIDIA GPU code
1615, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1616, ! blockidx%x threadidx%x collapsed
1614, Generating default present(gr,gr%dzm(1:ngrdcol,:),vert_vel_down(:ngrdcol,:),high_lev_effect(:ngrdcol,3:nz-2))
1623, Loop carried reuse of high_lev_effect prevents parallelization
Loop carried scalar dependence for dt_all_grid_levs at line 1640
1625, Accelerator restriction: induction variable live-out from loop: j
1628, Accelerator restriction: induction variable live-out from loop: j
1636, Accelerator restriction: induction variable live-out from loop: j
1663, Accelerator restriction: induction variable live-out from loop: j
1675, Generating NVIDIA GPU code
1676, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1675, Generating default present(low_lev_effect(:ngrdcol,:),high_lev_effect(:ngrdcol,:))
1688, Generating exit data delete(w_min(:,:),vert_vel_up(:,:),vert_vel_down(:,:))
mean_vert_vel_up_down:
1947, Generating enter data create(mean_w_up_1st(:,:),mean_w_up_2nd(:,:),mean_w_down_2nd(:,:),mean_w_down_1st(:,:))
1960, Generating NVIDIA GPU code
1961, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1962, ! blockidx%x threadidx%x collapsed
1960, Generating default present(mean_w_down(:ngrdcol,:nz),mean_w_down_2nd(:ngrdcol,:nz),mixt_frac_zm(:ngrdcol,:nz),mean_w_down_1st(:ngrdcol,:nz))
1970, Generating NVIDIA GPU code
1971, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1972, ! blockidx%x threadidx%x collapsed
1970, Generating default present(mean_w_up(:ngrdcol,:nz),mean_w_up_1st(:ngrdcol,:nz),mean_w_up_2nd(:ngrdcol,:nz),mixt_frac_zm(:ngrdcol,:nz))
1980, Generating update self(mean_w_up(:,:),mean_w_down(:,:))
1990, Generating exit data delete(mean_w_up_2nd(:,:),mean_w_up_1st(:,:),mean_w_down_2nd(:,:),mean_w_down_1st(:,:))
calc_mean_w_up_down_component:
2071, Generating enter data create(erf_cache(:,:),exp_cache(:,:))
2077, Generating NVIDIA GPU code
2078, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2079, ! blockidx%x threadidx%x collapsed
2077, Generating default present(erf_cache(:ngrdcol,2:nz-1),w_min(:ngrdcol,2:nz-1),w_i_zm(:ngrdcol,2:nz-1),varnce_w_i(:ngrdcol,2:nz-1),mean_w_up_i(:ngrdcol,2:nz-1),exp_cache(:ngrdcol,2:nz-1),mean_w_down_i(:ngrdcol,2:nz-1))
2124, Generating NVIDIA GPU code
2125, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2124, Generating default present(mean_w_up_i(:ngrdcol,:),mean_w_down_i(:ngrdcol,:))
2134, Generating exit data delete(exp_cache(:,:),erf_cache(:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90
NVFORTRAN-W-0170-PGI Fortran extension: '&' required as the first character of a continued string literal (/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90: 599)
advance_windm_edsclrm:
280, Generating enter data create(wind_speed_pert(:,:),km_zt(:,:),km_zm_p_nu10(:,:),lhs_diff(:,:,:),lhs(:,:,:),lhs_ma_zt(:,:,:),u_star_sqd(:),solution(:,:,:),wind_speed(:,:),vpwp_chnge(:,:),rhs(:,:,:),nu_zero(:),kmh_zt(:,:),vm_tndcy(:,:),um_tndcy(:,:),vm_old(:,:),um_old(:,:),upwp_chnge(:,:),u_star_sqd_pert(:),xpwp(:,:))
286, Generating enter data create(edsclrm_old(:,:,:))
288, Generating NVIDIA GPU code
289, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
288, Generating default present(nu_zero(:ngrdcol))
294, Generating NVIDIA GPU code
295, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
296, ! blockidx%x threadidx%x collapsed
294, Generating default present(km_zm(:ngrdcol,:nz),nu_vert_res_dep%nu10(1:ngrdcol),nu_vert_res_dep,km_zm_p_nu10(:ngrdcol,:nz))
310, Generating NVIDIA GPU code
311, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
312, ! blockidx%x threadidx%x collapsed
313, ! blockidx%x threadidx%x collapsed
310, Generating default present(lhs_ma_zt(:,:ngrdcol,:nz))
325, Generating NVIDIA GPU code
326, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
327, ! blockidx%x threadidx%x collapsed
325, Generating default present(km_zt(:ngrdcol,:nz))
340, Generating NVIDIA GPU code
341, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
340, Generating default present(gr,rho_ds_zm(:ngrdcol,2),nu_vert_res_dep%nu10(1:ngrdcol),lhs_diff(:,:ngrdcol,2),nu_vert_res_dep,invrs_rho_ds_zt(:ngrdcol,2),gr%invrs_dzt(1:ngrdcol,2),gr%invrs_dzm(1:ngrdcol,2),km_zm(:ngrdcol,2))
376, Generating NVIDIA GPU code
377, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
378, ! blockidx%x threadidx%x collapsed
376, Generating default present(vm(:ngrdcol,:nz),vm_old(:ngrdcol,:nz),um_old(:ngrdcol,:nz),um(:ngrdcol,:nz))
413, Generating NVIDIA GPU code
414, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
415, ! blockidx%x threadidx%x collapsed
413, Generating default present(wind_speed(:ngrdcol,:nz),vm(:ngrdcol,:nz),um(:ngrdcol,:nz))
422, Generating NVIDIA GPU code
423, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
422, Generating default present(upwp(:ngrdcol,:1),vpwp(:ngrdcol,:1),u_star_sqd(:ngrdcol))
460, Generating NVIDIA GPU code
461, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
462, ! blockidx%x threadidx%x collapsed
460, Generating default present(xpwp(:ngrdcol,2:nz-1),upwp(:ngrdcol,2:nz-1))
472, Generating NVIDIA GPU code
473, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
474, ! blockidx%x threadidx%x collapsed
472, Generating default present(xpwp(:ngrdcol,2:nz-1),vpwp(:ngrdcol,2:nz-1))
483, Generating NVIDIA GPU code
484, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
483, Generating default present(vpwp(:ngrdcol,nz),upwp(:ngrdcol,nz))
519, Generating NVIDIA GPU code
520, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
521, ! blockidx%x threadidx%x collapsed
519, Generating default present(solution(:ngrdcol,:nz,:1),um(:ngrdcol,:nz))
530, Generating NVIDIA GPU code
531, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
532, ! blockidx%x threadidx%x collapsed
530, Generating default present(vm(:ngrdcol,:nz),solution(:ngrdcol,:nz,2))
540, Generating update self(um(:,:),wind_speed(:,:),vm(:,:),lhs_ma_zt(:,:,:),rho_ds_zm(:,:),lhs_diff(:,:,:),invrs_rho_ds_zt(:,:),u_star_sqd(:))
571, Generating NVIDIA GPU code
572, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
571, Generating default present(vm(:ngrdcol,:2),um(:ngrdcol,:2))
579, Generating NVIDIA GPU code
580, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
581, ! blockidx%x threadidx%x collapsed
579, Generating default present(vm_old(:ngrdcol,:nz),vm(:ngrdcol,:nz),um_old(:ngrdcol,:nz),um(:ngrdcol,:nz))
591, Generating update self(vm_ref(:,:),vm(:,:),um(:,:),um_ref(:,:))
632, Generating update device(vm(:,:),um(:,:))
644, Generating NVIDIA GPU code
645, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
646, ! blockidx%x threadidx%x collapsed
644, Generating default present(xpwp(:ngrdcol,2:nz-1),upwp(:ngrdcol,2:nz-1))
656, Generating NVIDIA GPU code
657, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
658, ! blockidx%x threadidx%x collapsed
656, Generating default present(xpwp(:ngrdcol,2:nz-1),vpwp(:ngrdcol,2:nz-1))
669, Generating update self(vm(:,:),um(:,:))
678, Generating NVIDIA GPU code
679, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
680, ! blockidx%x threadidx%x collapsed
678, Generating default present(vm_ref(:ngrdcol,:nz),vm(:ngrdcol,:nz),um_ref(:ngrdcol,:nz),um(:ngrdcol,:nz))
688, Generating update self(vm(:,:),um(:,:))
700, Generating update self(vm_ref(:,:),um_ref(:,:))
803, Generating NVIDIA GPU code
804, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
805, ! blockidx%x threadidx%x collapsed
803, Generating default present(wind_speed_pert(:ngrdcol,:nz),vm_pert(:ngrdcol,:nz),um_pert(:ngrdcol,:nz))
812, Generating NVIDIA GPU code
813, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
812, Generating default present(vpwp_pert(:ngrdcol,:1),upwp_pert(:ngrdcol,:1),u_star_sqd_pert(:ngrdcol))
850, Generating NVIDIA GPU code
851, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
852, ! blockidx%x threadidx%x collapsed
850, Generating default present(xpwp(:ngrdcol,2:nz-1),upwp_pert(:ngrdcol,2:nz-1))
862, Generating NVIDIA GPU code
863, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
864, ! blockidx%x threadidx%x collapsed
862, Generating default present(xpwp(:ngrdcol,2:nz-1),vpwp_pert(:ngrdcol,2:nz-1))
873, Generating NVIDIA GPU code
874, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
873, Generating default present(vpwp_pert(:ngrdcol,nz),upwp_pert(:ngrdcol,nz))
909, Generating NVIDIA GPU code
910, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
911, ! blockidx%x threadidx%x collapsed
909, Generating default present(um_pert(:ngrdcol,:nz),solution(:ngrdcol,:nz,:1))
920, Generating NVIDIA GPU code
921, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
922, ! blockidx%x threadidx%x collapsed
920, Generating default present(vm_pert(:ngrdcol,:nz),solution(:ngrdcol,:nz,2))
934, Generating NVIDIA GPU code
935, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
934, Generating default present(vm_pert(:ngrdcol,:2),um_pert(:ngrdcol,:2))
949, Generating NVIDIA GPU code
950, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
951, ! blockidx%x threadidx%x collapsed
949, Generating default present(xpwp(:ngrdcol,2:nz-1),upwp_pert(:ngrdcol,2:nz-1))
961, Generating NVIDIA GPU code
962, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
963, ! blockidx%x threadidx%x collapsed
961, Generating default present(xpwp(:ngrdcol,2:nz-1),vpwp_pert(:ngrdcol,2:nz-1))
1044, Generating NVIDIA GPU code
1045, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1046, ! blockidx%x threadidx%x collapsed
1044, Generating default present(kmh_zt(:ngrdcol,2:nz-1))
1060, Generating NVIDIA GPU code
1061, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1060, Generating default present(gr,rho_ds_zm(:ngrdcol,2),nu_zero(:ngrdcol),gr%invrs_dzt(1:ngrdcol,2),gr%invrs_dzm(1:ngrdcol,2),invrs_rho_ds_zt(:ngrdcol,2),lhs_diff(:,:ngrdcol,2),kmh_zm(:ngrdcol,2))
1097, Generating NVIDIA GPU code
1098, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1099, ! blockidx%x threadidx%x collapsed
1100, ! blockidx%x threadidx%x collapsed
1097, Generating default present(edsclrm_old(:ngrdcol,:nz,:edsclr_dim),edsclrm(:ngrdcol,:nz,:edsclr_dim))
1141, Generating NVIDIA GPU code
1142, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1143, ! blockidx%x threadidx%x collapsed
1141, Generating default present(xpwp(:ngrdcol,2:nz-1),wpedsclrp(:ngrdcol,2:nz-1,edsclr))
1153, Generating NVIDIA GPU code
1154, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1155, ! blockidx%x threadidx%x collapsed
1153, Generating default present(wpedsclrp(:ngrdcol,nz,:edsclr_dim))
1187, Generating NVIDIA GPU code
1188, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1189, ! blockidx%x threadidx%x collapsed
1190, ! blockidx%x threadidx%x collapsed
1187, Generating default present(solution(:ngrdcol,:nz,:edsclr_dim),edsclrm(:ngrdcol,:nz,:edsclr_dim))
1200, Generating NVIDIA GPU code
1201, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1202, ! blockidx%x threadidx%x collapsed
1200, Generating default present(edsclrm(:ngrdcol,:2,:edsclr_dim))
1209, Generating NVIDIA GPU code
1210, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1211, ! blockidx%x threadidx%x collapsed
1212, ! blockidx%x threadidx%x collapsed
1209, Generating default present(edsclrm_old(:ngrdcol,:nz,:edsclr_dim),edsclrm(:ngrdcol,:nz,:edsclr_dim))
1230, Generating NVIDIA GPU code
1231, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1232, ! blockidx%x threadidx%x collapsed
1230, Generating default present(xpwp(:ngrdcol,2:nz-1),wpedsclrp(:ngrdcol,2:nz-1,edsclr))
1247, Generating update self(wpedsclrp(:,:,:),wp2(:,:),vp2(:,:),up2(:,:),edsclrm_forcing(:,:,:),vg(:,:),vm_forcing(:,:),ug(:,:),um_forcing(:,:),edsclrm_old(:,:,:),edsclrm(:,:,:),vm(:,:),um(:,:),vm_ref(:,:),um_ref(:,:),wm_zt(:,:),vm_old(:,:),um_old(:,:),upwp(:,:),km_zm(:,:),fcor(:),vpwp(:,:))
1295, Generating exit data delete(wind_speed_pert(:,:),km_zt(:,:),km_zm_p_nu10(:,:),lhs_diff(:,:,:),lhs(:,:,:),lhs_ma_zt(:,:,:),u_star_sqd(:),solution(:,:,:),wind_speed(:,:),vpwp_chnge(:,:),rhs(:,:,:),nu_zero(:),kmh_zt(:,:),vm_tndcy(:,:),um_tndcy(:,:),vm_old(:,:),um_old(:,:),upwp_chnge(:,:),u_star_sqd_pert(:),xpwp(:,:))
1301, Generating exit data delete(edsclrm_old(:,:,:))
compute_uv_tndcy:
2159, Generating enter data create(xm_cf(:,:),xm_gf(:,:))
2173, Generating NVIDIA GPU code
2174, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2175, ! blockidx%x threadidx%x collapsed
2173, Generating default present(perp_wind_g(:ngrdcol,:nz),xm_gf(:ngrdcol,:nz),fcor(:ngrdcol))
2181, Generating NVIDIA GPU code
2182, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2183, ! blockidx%x threadidx%x collapsed
2181, Generating default present(xm_cf(:ngrdcol,:nz),perp_wind_m(:ngrdcol,:nz),fcor(:ngrdcol))
2195, Generating NVIDIA GPU code
2196, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2197, ! blockidx%x threadidx%x collapsed
2195, Generating default present(xm_gf(:ngrdcol,:nz),perp_wind_g(:ngrdcol,:nz),fcor(:ngrdcol))
2203, Generating NVIDIA GPU code
2204, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2205, ! blockidx%x threadidx%x collapsed
2203, Generating default present(xm_cf(:ngrdcol,:nz),perp_wind_m(:ngrdcol,:nz),fcor(:ngrdcol))
2217, Generating NVIDIA GPU code
2218, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2219, ! blockidx%x threadidx%x collapsed
2217, Generating default present(xm_gf(:ngrdcol,:nz),xm_cf(:ngrdcol,:nz))
2228, Generating NVIDIA GPU code
2229, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2230, ! blockidx%x threadidx%x collapsed
2228, Generating default present(xm_tndcy(:ngrdcol,:nz),xm_gf(:ngrdcol,:nz),xm_forcing(:ngrdcol,:nz),xm_cf(:ngrdcol,:nz))
2238, Generating update self(xm_cf(:,:),xm_gf(:,:),xm_forcing(:,:))
2257, Generating NVIDIA GPU code
2258, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2259, ! blockidx%x threadidx%x collapsed
2257, Generating default present(xm_tndcy(:ngrdcol,:nz))
2267, Generating exit data delete(xm_gf(:,:),xm_cf(:,:))
windm_edsclrm_lhs:
2349, Generating NVIDIA GPU code
2350, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2349, Generating default present(lhs(:,:ngrdcol,:1))
2358, Generating NVIDIA GPU code
2359, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2360, ! blockidx%x threadidx%x collapsed
2358, Generating default present(lhs_diff(:,:ngrdcol,2:nz),lhs(:,:ngrdcol,2:nz))
2375, Generating NVIDIA GPU code
2376, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2377, ! blockidx%x threadidx%x collapsed
2378, !$acc loop seq
2375, Generating default present(lhs_ma_zt(:,:ngrdcol,2:nz-1),lhs(:,:ngrdcol,2:nz-1))
2378, Loop is parallelizable
2388, Generating NVIDIA GPU code
2389, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2388, Generating default present(rho_ds_zm(:ngrdcol,:1),wind_speed(:ngrdcol,2),u_star_sqd(:ngrdcol),lhs(2,:ngrdcol,2),gr,gr%invrs_dzt(1:ngrdcol,2),invrs_rho_ds_zt(:ngrdcol,2))
windm_edsclrm_rhs:
2513, Generating NVIDIA GPU code
2514, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2513, Generating default present(rhs(:ngrdcol,:1))
2520, Generating NVIDIA GPU code
2521, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2522, ! blockidx%x threadidx%x collapsed
2520, Generating default present(lhs_diff(:,:ngrdcol,2:nz-1),xm_tndcy(:ngrdcol,2:nz-1),xm(:ngrdcol,:nz),rhs(:ngrdcol,2:nz-1))
2534, Generating NVIDIA GPU code
2535, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2534, Generating default present(rhs(:ngrdcol,nz),xm(:ngrdcol,nz-1:nz),xm_tndcy(:ngrdcol,nz),lhs_diff(2:,:ngrdcol,nz))
2546, Generating update self(xm(:,:),lhs_diff(:,:,:))
2578, Generating NVIDIA GPU code
2579, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2578, Generating default present(xpwp_sfc(:ngrdcol),rhs(:ngrdcol,2),invrs_rho_ds_zt(:ngrdcol,2),gr,gr%invrs_dzt(1:ngrdcol,2),rho_ds_zm(:ngrdcol,:1))
2588, Generating update self(xpwp_sfc(:),rho_ds_zm(:,:),invrs_rho_ds_zt(:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/numerical_check.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/stats_clubb_utilities.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_pdf_main.F90
advance_wp2_wp3:
412, Generating enter data create(kw8(:,:),kw1(:,:),kw1_zm(:,:),dvm_dz(:,:),lhs_tp_wp3(:,:,:),kw8_zt(:,:),dum_dz(:,:),coef_wp4_implicit_zt(:,:),a1(:,:),c1_skw_fnc(:,:),coef_wp4_implicit(:,:),lhs_ac_pr2_wp2(:,:),lhs(:,:,:),lhs_ma_zm(:,:,:),lhs_dp1_wp2(:,:),lhs_diff_zt(:,:,:),lhs_diff_zm(:,:,:),lhs_diff_zm_crank(:,:,:),lhs_adv_tp_wp3(:,:,:),rhs_pr_dfsn_wp2(:,:),rhs_pr_dfsn_wp3(:,:),rhs_pr_turb_wp3(:,:),rhs_pr3_wp2(:,:),rhs_pr1_wp3(:,:),rhs(:,:),rhs_pr3_wp3(:,:),rhs_bp1_pr2_wp3(:,:),rhs_pr1_wp2(:,:),lhs_pr1_wp2(:,:),rhs_dp1_wp2(:,:),lhs_ma_zt(:,:,:),rhs_bp_pr2_wp2(:,:),lhs_diff_zt_crank(:,:,:),lhs_ta_wp2(:,:,:),lhs_pr1_wp3(:,:),lhs_ac_pr2_wp3(:,:),lhs_ta_wp3(:,:,:),lhs_pr_tp_wp3(:,:,:),wp3_old(:,:),wp3_term_ta_lhs_result(:,:,:),wp3_pr3_lhs(:,:,:),c11_skw_fnc(:,:),a1_zt(:,:),c16_fnc(:,:),wp2_old(:,:),rhs_ta_wp3(:,:))
458, Generating NVIDIA GPU code
459, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
460, ! blockidx%x threadidx%x collapsed
458, Generating default present(cx_fnc_richardson(:ngrdcol,:nz),c11_skw_fnc(:ngrdcol,:nz))
475, Generating NVIDIA GPU code
476, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
477, ! blockidx%x threadidx%x collapsed
475, Generating default present(c11_skw_fnc(:ngrdcol,:nz),skw_zt(:ngrdcol,:nz))
483, Generating NVIDIA GPU code
484, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
485, ! blockidx%x threadidx%x collapsed
483, Generating default present(c11_skw_fnc(:ngrdcol,:nz))
501, Generating NVIDIA GPU code
502, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
503, ! blockidx%x threadidx%x collapsed
501, Generating default present(c1_skw_fnc(:ngrdcol,:nz),skw_zm(:ngrdcol,:nz))
509, Generating NVIDIA GPU code
510, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
511, ! blockidx%x threadidx%x collapsed
509, Generating default present(c1_skw_fnc(:ngrdcol,:nz))
522, Generating NVIDIA GPU code
523, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
524, ! blockidx%x threadidx%x collapsed
522, Generating default present(c1_skw_fnc(:ngrdcol,:nz))
532, Generating NVIDIA GPU code
533, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
534, ! blockidx%x threadidx%x collapsed
532, Generating default present(c16_fnc(:ngrdcol,:nz),cx_fnc_richardson(:ngrdcol,:nz))
542, Generating NVIDIA GPU code
543, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
544, ! blockidx%x threadidx%x collapsed
542, Generating default present(c11_skw_fnc(:ngrdcol,:nz))
543, Scalar last value needed after loop for err_code at line 566,1081
544, Scalar last value needed after loop for err_code at line 566
554, Generating NVIDIA GPU code
555, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
556, ! blockidx%x threadidx%x collapsed
554, Generating default present(c16_fnc(:ngrdcol,:nz))
555, Scalar last value needed after loop for err_code at line 566,1081
556, Scalar last value needed after loop for err_code at line 566
574, Generating update self(c1_skw_fnc(:,:),c11_skw_fnc(:,:))
589, Generating NVIDIA GPU code
590, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
591, ! blockidx%x threadidx%x collapsed
589, Generating default present(kw8(:ngrdcol,:nz),kw1(:ngrdcol,:nz),kh_zt(:ngrdcol,:nz),kh_zm(:ngrdcol,:nz))
647, Generating NVIDIA GPU code
648, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
649, ! blockidx%x threadidx%x collapsed
647, Generating default present(a1(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz))
659, Generating NVIDIA GPU code
660, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
661, ! blockidx%x threadidx%x collapsed
659, Generating default present(a1_zt(:ngrdcol,:nz))
672, Generating NVIDIA GPU code
673, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
674, ! blockidx%x threadidx%x collapsed
672, Generating default present(rhs_pr3_wp3(:ngrdcol,:nz))
681, Generating NVIDIA GPU code
682, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
683, ! blockidx%x threadidx%x collapsed
684, ! blockidx%x threadidx%x collapsed
681, Generating default present(wp3_term_ta_lhs_result(:,:ngrdcol,:nz),wp3_pr3_lhs(:,:ngrdcol,:nz))
703, Generating NVIDIA GPU code
704, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
705, ! blockidx%x threadidx%x collapsed
703, Generating default present(kw8_zt(:ngrdcol,:nz),kw1_zm(:ngrdcol,:nz))
794, Generating NVIDIA GPU code
795, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
796, ! blockidx%x threadidx%x collapsed
797, ! blockidx%x threadidx%x collapsed
794, Generating default present(lhs_adv_tp_wp3(:,:ngrdcol,:nz),lhs_pr_tp_wp3(:,:ngrdcol,:nz),lhs_tp_wp3(:,:ngrdcol,:nz))
927, Generating NVIDIA GPU code
928, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
929, ! blockidx%x threadidx%x collapsed
930, ! blockidx%x threadidx%x collapsed
927, Generating default present(lhs_diff_zt(:,:ngrdcol,:nz))
983, Generating NVIDIA GPU code
984, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
985, ! blockidx%x threadidx%x collapsed
983, Generating default present(wp3_old(:ngrdcol,:nz),wp3(:ngrdcol,:nz),wp2_old(:ngrdcol,:nz),wp2(:ngrdcol,:nz))
1015, Generating NVIDIA GPU code
1016, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1017, ! blockidx%x threadidx%x collapsed
1015, Generating default present(wp3_old(:ngrdcol,:nz),wp3(:ngrdcol,:nz),wp2_old(:ngrdcol,:nz),wp2(:ngrdcol,:nz))
1028, Generating update self(wp2(:,:))
1049, Generating update device(wp2(:,:))
1055, Generating update self(wp3(:,:))
1076, Generating update device(wp3(:,:))
1083, Generating update self(wp2vp2(:,:),wp3(:,:),wm_zt(:,:),wp2(:,:),wp3_on_wp2(:,:),wp2_old(:,:),skw_zt(:,:),rho_ds_zt(:,:),wprtp(:,:),wp4(:,:),lhs_splat_wp2(:,:),kh_zt(:,:),a3_zt(:,:),thv_ds_zm(:,:),thlp2(:,:),mixt_frac(:,:),invrs_rho_ds_zm(:,:),em(:,:),rho_ds_zm(:,:),radf(:,:),invrs_rho_ds_zt(:,:),wp3_old(:,:),a3(:,:),lhs_splat_wp3(:,:),skw_zm(:,:),invrs_tau_c4_zm(:,:),invrs_tau_c1_zm(:,:),kh_zm(:,:),invrs_tau_wp3_zt(:,:),cx_fnc_richardson(:,:),vm(:,:),um(:,:),vp2(:,:),up2(:,:),upwp(:,:),thv_ds_zt(:,:),wp2_zt(:,:),wpthlp(:,:),wp3_zm(:,:),wp2up2(:,:),wp2thvp(:,:),wpvp2(:,:),wpup2(:,:),wpthvp(:,:),wm_zm(:,:),vpwp(:,:),sigma_sqd_w(:,:),sfc_elevation(:),rtp2(:,:))
1161, Generating exit data delete(kw8(:,:),kw1(:,:),kw1_zm(:,:),dvm_dz(:,:),lhs_tp_wp3(:,:,:),kw8_zt(:,:),dum_dz(:,:),coef_wp4_implicit_zt(:,:),a1(:,:),c1_skw_fnc(:,:),coef_wp4_implicit(:,:),lhs_ac_pr2_wp2(:,:),lhs(:,:,:),lhs_ma_zm(:,:,:),lhs_dp1_wp2(:,:),lhs_diff_zt(:,:,:),lhs_diff_zm(:,:,:),lhs_diff_zm_crank(:,:,:),lhs_adv_tp_wp3(:,:,:),rhs_pr_dfsn_wp2(:,:),rhs_pr_dfsn_wp3(:,:),rhs_pr_turb_wp3(:,:),rhs_pr3_wp2(:,:),rhs_pr1_wp3(:,:),rhs(:,:),rhs_pr3_wp3(:,:),rhs_bp1_pr2_wp3(:,:),rhs_pr1_wp2(:,:),lhs_pr1_wp2(:,:),rhs_dp1_wp2(:,:),lhs_ma_zt(:,:,:),rhs_bp_pr2_wp2(:,:),lhs_diff_zt_crank(:,:,:),lhs_ta_wp2(:,:,:),lhs_pr1_wp3(:,:),lhs_ac_pr2_wp3(:,:),lhs_ta_wp3(:,:,:),lhs_pr_tp_wp3(:,:,:),wp3_old(:,:),wp3_term_ta_lhs_result(:,:,:),wp3_pr3_lhs(:,:,:),c11_skw_fnc(:,:),a1_zt(:,:),c16_fnc(:,:),wp2_old(:,:),rhs_ta_wp3(:,:))
wp23_solve:
1391, Generating enter data create(solut(:,:),threshold_array(:,:),old_solut(:,:),rhs_save(:,:),rcond(:))
1395, Generating NVIDIA GPU code
1396, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1397, ! blockidx%x threadidx%x collapsed
1395, Generating default present(rhs(:ngrdcol,:nz),rhs_save(:ngrdcol,:nz))
1425, Generating update self(rcond(:))
1444, Generating update self(lhs(:,:,:),rhs_save(:,:))
1471, Generating NVIDIA GPU code
1472, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1473, ! blockidx%x threadidx%x collapsed
1471, Generating default present(wp2(:ngrdcol,:nz),wp3(:ngrdcol,:nz),solut(:ngrdcol,:))
1484, Generating update self(lhs_ta_wp2(:,:,:),lhs_ma_zm(:,:,:),wp3(:,:),lhs_pr1_wp3(:,:),c11_skw_fnc(:,:),wp3_term_ta_lhs_result(:,:,:),wp3_pr3_lhs(:,:,:),lhs_diff_zm(:,:,:),lhs_pr1_wp2(:,:),lhs_ma_zt(:,:,:),lhs_dp1_wp2(:,:),wp2(:,:),lhs_pr_tp_wp3(:,:,:),lhs_adv_tp_wp3(:,:,:),wm_zt(:,:),lhs_diff_zt(:,:,:),wm_zm(:,:))
1685, Generating update self(wp2(:,:))
1708, Generating NVIDIA GPU code
1709, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1710, ! blockidx%x threadidx%x collapsed
1708, Generating default present(wp2(:ngrdcol,:nz))
1721, Generating update self(wp2(:,:))
1760, Generating NVIDIA GPU code
1761, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1762, ! blockidx%x threadidx%x collapsed
1760, Generating default present(thlp2(:ngrdcol,:nz),threshold_array(:ngrdcol,:nz),rtp2(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wprtp(:ngrdcol,:nz))
1779, Generating NVIDIA GPU code
1780, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1781, ! blockidx%x threadidx%x collapsed
1779, Generating default present(threshold_array(:ngrdcol,:nz))
1798, Generating NVIDIA GPU code
1799, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1800, ! blockidx%x threadidx%x collapsed
1798, Generating default present(wp2_zt(:ngrdcol,:nz))
1816, Generating exit data delete(threshold_array(:,:),solut(:,:),old_solut(:,:),rhs_save(:,:),rcond(:))
wp23_lhs:
1923, Generating copyin(lhs_tp_wp3(:,:,:),wp3_term_ta_lhs_result(:,:,:),lhs_ac_pr2_wp3(:,:),lhs_diff_zm(:,:,:),lhs_dp1_wp2(:,:),lhs_ma_zm(:,:,:),lhs_splat_wp3(:,:),lhs_ta_wp2(:,:,:)) [if not already present]
Generating copyout(lhs(:,:,:)) [if not already present]
Generating copyin(lhs_ac_pr2_wp2(:,:),lhs_diff_zt(:,:,:),lhs_pr1_wp2(:,:),lhs_ma_zt(:,:,:),lhs_pr1_wp3(:,:),lhs_splat_wp2(:,:)) [if not already present]
1932, Generating NVIDIA GPU code
1933, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1934, ! blockidx%x threadidx%x collapsed
1935, ! blockidx%x threadidx%x collapsed
1943, Generating NVIDIA GPU code
1944, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1945, ! blockidx%x threadidx%x collapsed
1956, Generating NVIDIA GPU code
1957, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1958, ! blockidx%x threadidx%x collapsed
1969, Generating NVIDIA GPU code
1970, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1971, ! blockidx%x threadidx%x collapsed
2010, Generating NVIDIA GPU code
2011, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2012, ! blockidx%x threadidx%x collapsed
2050, Generating NVIDIA GPU code
2051, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2052, ! blockidx%x threadidx%x collapsed
2063, Generating NVIDIA GPU code
2064, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2065, ! blockidx%x threadidx%x collapsed
2086, Generating NVIDIA GPU code
2087, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2088, ! blockidx%x threadidx%x collapsed
2099, Generating NVIDIA GPU code
2100, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2101, ! blockidx%x threadidx%x collapsed
2127, Generating NVIDIA GPU code
2128, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2129, ! blockidx%x threadidx%x collapsed
2130, !$acc loop seq
2130, Loop is parallelizable
2143, Generating NVIDIA GPU code
2144, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2145, ! blockidx%x threadidx%x collapsed
advance_xp2_xpyp:
421, Generating enter data create(lhs_dp1(:,:),lhs_dp1_c14(:,:),rhs_ta_wpvp2(:,:),lhs_diff_uv(:,:,:),lhs_dp1_c4(:,:),lhs_diff(:,:,:),lhs(:,:,:),rhs_ta_wpup2(:,:),rhs_ta_wpthlp2(:,:),rhs_ta_wprtp2(:,:),rhs_ta_wprtpthlp(:,:),lhs_ta_wpvp2(:,:,:),lhs_ta_wpup2(:,:,:),lhs_ta_wpthlp2(:,:,:),lhs_ta_wprtp2(:,:,:),lhs_ta_wprtpthlp(:,:,:),lhs_ma(:,:,:),rtp2_old(:,:),kw9(:,:),kw2(:,:),kw2_zm(:,:),c4_1d(:,:),uv_rhs(:,:,:),up2_old(:,:),kw9_zm(:,:),thlp2_old(:,:),c2thl_1d(:,:),c2rt_1d(:,:),c2sclr_1d(:,:),c14_1d(:,:),c2rtthl_1d(:,:),uv_solution(:,:,:),threshold_array(:,:),rtpthlp_chnge(:,:),rtpthlp_old(:,:),rtm_zm(:,:),vp2_old(:,:))
431, Generating enter data create(sclrprtp_old(:,:,:),rhs_ta_wpsclrp2(:,:,:),lhs_ta_wpthlpsclrp(:,:,:,:),rhs_ta_wprtpsclrp(:,:,:),lhs_ta_wpsclrp2(:,:,:,:),lhs_ta_wprtpsclrp(:,:,:,:),sclrp2_old(:,:,:),sclrpthlp_old(:,:,:),sclrpthlp_chnge(:,:,:),sclrprtp_chnge(:,:,:),rhs_ta_wpthlpsclrp(:,:,:))
465, Generating NVIDIA GPU code
466, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
467, ! blockidx%x threadidx%x collapsed
465, Generating default present(cloud_frac(:ngrdcol,:nz),c2thl_1d(:ngrdcol,:nz),c2rtthl_1d(:ngrdcol,:nz),c2rt_1d(:ngrdcol,:nz))
481, Generating NVIDIA GPU code
482, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
483, ! blockidx%x threadidx%x collapsed
481, Generating default present(c2rt_1d(:ngrdcol,:nz),c2thl_1d(:ngrdcol,:nz),c2rtthl_1d(:ngrdcol,:nz))
492, Generating NVIDIA GPU code
493, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
494, ! blockidx%x threadidx%x collapsed
492, Generating default present(c2sclr_1d(:ngrdcol,:nz),c4_1d(:ngrdcol,:nz),c14_1d(:ngrdcol,:nz))
511, Generating NVIDIA GPU code
512, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
513, ! blockidx%x threadidx%x collapsed
511, Generating default present(kw9(:ngrdcol,:nz),kw2(:ngrdcol,:nz),kh_zt(:ngrdcol,:nz))
531, Generating NVIDIA GPU code
532, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
533, ! blockidx%x threadidx%x collapsed
531, Generating default present(kw9_zm(:ngrdcol,:nz),kw2_zm(:ngrdcol,:nz))
542, Generating NVIDIA GPU code
543, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
544, ! blockidx%x threadidx%x collapsed
542, Generating default present(rtpthlp(:ngrdcol,:nz),rtp2_old(:ngrdcol,:nz),rtp2(:ngrdcol,:nz),thlp2_old(:ngrdcol,:nz),thlp2(:ngrdcol,:nz),rtpthlp_old(:ngrdcol,:nz))
553, Generating NVIDIA GPU code
554, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
555, ! blockidx%x threadidx%x collapsed
556, ! blockidx%x threadidx%x collapsed
553, Generating default present(sclrp2(:ngrdcol,:nz,:sclr_dim),sclrp2_old(:ngrdcol,:nz,:sclr_dim),sclrprtp(:ngrdcol,:nz,:sclr_dim),sclrprtp_old(:ngrdcol,:nz,:sclr_dim),sclrpthlp_old(:ngrdcol,:nz,:sclr_dim),sclrpthlp(:ngrdcol,:nz,:sclr_dim))
653, Generating NVIDIA GPU code
654, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
655, ! blockidx%x threadidx%x collapsed
653, Generating default present(vp2_old(:ngrdcol,:nz),vp2(:ngrdcol,:nz),up2_old(:ngrdcol,:nz),up2(:ngrdcol,:nz))
673, Generating NVIDIA GPU code
674, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
675, ! blockidx%x threadidx%x collapsed
673, Generating default present(lhs_dp1_c4(:ngrdcol,2:nz-1),lhs_dp1_c14(:ngrdcol,2:nz-1),lhs_dp1(:ngrdcol,2:nz-1))
817, Generating NVIDIA GPU code
818, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
819, ! blockidx%x threadidx%x collapsed
817, Generating default present(vp2(:ngrdcol,:nz),uv_solution(:ngrdcol,:nz,:),up2(:ngrdcol,:nz))
827, Generating NVIDIA GPU code
828, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
829, ! blockidx%x threadidx%x collapsed
827, Generating default present(vp2(:ngrdcol,:nz),vp2_old(:ngrdcol,:nz),up2_old(:ngrdcol,:nz),up2(:ngrdcol,:nz))
839, Generating update self(lhs_diff_uv(:,:,:),lhs_dp1_c14(:,:),vp2(:,:),up2(:,:),lhs_dp1_c4(:,:),lhs_ma(:,:,:),lhs_ta_wpup2(:,:,:))
916, Generating NVIDIA GPU code
917, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
918, ! blockidx%x threadidx%x collapsed
916, Generating default present(threshold_array(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),wp2(:ngrdcol,:nz))
934, Generating NVIDIA GPU code
935, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
936, ! blockidx%x threadidx%x collapsed
934, Generating default present(threshold_array(:ngrdcol,:nz))
959, Generating update self(rtp2(:,:))
969, Generating NVIDIA GPU code
970, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
971, ! blockidx%x threadidx%x collapsed
969, Generating default present(rtp2(:ngrdcol,:nz),rtm_zm(:ngrdcol,:nz))
982, Generating update self(rtp2(:,:))
1020, Generating NVIDIA GPU code
1021, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1022, ! blockidx%x threadidx%x collapsed
1020, Generating default present(threshold_array(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wp2(:ngrdcol,:nz))
1038, Generating NVIDIA GPU code
1039, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1040, ! blockidx%x threadidx%x collapsed
1038, Generating default present(threshold_array(:ngrdcol,:nz))
1057, Generating NVIDIA GPU code
1058, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1059, ! blockidx%x threadidx%x collapsed
1057, Generating default present(threshold_array(:ngrdcol,:nz))
1073, Generating update self(up2(:,:))
1082, Generating NVIDIA GPU code
1083, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1084, ! blockidx%x threadidx%x collapsed
1082, Generating default present(up2(:ngrdcol,:nz))
1092, Generating update self(up2(:,:))
1104, Generating NVIDIA GPU code
1105, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1106, ! blockidx%x threadidx%x collapsed
1104, Generating default present(threshold_array(:ngrdcol,:nz))
1119, Generating update self(vp2(:,:))
1128, Generating NVIDIA GPU code
1129, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1130, ! blockidx%x threadidx%x collapsed
1128, Generating default present(vp2(:ngrdcol,:nz))
1138, Generating update self(vp2(:,:))
1150, Generating update self(vp2(:,:),up2(:,:))
1180, Generating update device(vp2(:,:),up2(:,:))
1237, Generating NVIDIA GPU code
1238, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1239, ! blockidx%x threadidx%x collapsed
1237, Generating default present(threshold_array(:ngrdcol,:nz),sclr_tol(sclr))
1264, Generating NVIDIA GPU code
1265, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1266, ! blockidx%x threadidx%x collapsed
1264, Generating default present(threshold_array(:ngrdcol,:nz),sclr_tol(sclr))
1299, Generating NVIDIA GPU code
1300, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1301, ! blockidx%x threadidx%x collapsed
1299, Generating default present(threshold_array(:ngrdcol,:nz),sclr_tol(sclr))
1329, Generating update self(sclrprtp_old(:,:,:),sclrpthlp(:,:,:),sclrp2_old(:,:,:),sclrprtp(:,:,:),sclrm(:,:,:),sclrp2(:,:,:),vm(:,:),vp2(:,:),um(:,:),up2(:,:),rtp2_old(:,:),rtpthlp_forcing(:,:),thlm(:,:),thlp2_forcing(:,:),rtm(:,:),rtp2_forcing(:,:),wprtp(:,:),rtpthlp_old(:,:),wp2(:,:),thlp2_old(:,:),rho_ds_zm(:,:),kh_zt(:,:),rtpthlp(:,:),thlp2(:,:),rtp2(:,:),invrs_tau_xp2_zm(:,:),sclrpthlp_old(:,:,:),vp2_old(:,:),up2_old(:,:),wp2_zt(:,:),wm_zm(:,:),upwp(:,:),thv_ds_zm(:,:),wpthvp(:,:),wpthlp(:,:),wpsclrp(:,:,:),sigma_sqd_w(:,:),wp3(:,:),rho_ds_zt(:,:),vpwp(:,:),invrs_rho_ds_zm(:,:),invrs_tau_c14_zm(:,:),invrs_tau_c4_zm(:,:))
1406, Generating exit data delete(lhs_dp1(:,:),lhs_dp1_c14(:,:),rhs_ta_wpvp2(:,:),lhs_diff_uv(:,:,:),lhs_dp1_c4(:,:),lhs_diff(:,:,:),lhs(:,:,:),rhs_ta_wpup2(:,:),rhs_ta_wpthlp2(:,:),rhs_ta_wprtp2(:,:),rhs_ta_wprtpthlp(:,:),lhs_ta_wpvp2(:,:,:),lhs_ta_wpup2(:,:,:),lhs_ta_wpthlp2(:,:,:),lhs_ta_wprtp2(:,:,:),lhs_ta_wprtpthlp(:,:,:),lhs_ma(:,:,:),rtp2_old(:,:),kw9(:,:),kw2(:,:),kw2_zm(:,:),c4_1d(:,:),uv_rhs(:,:,:),up2_old(:,:),kw9_zm(:,:),thlp2_old(:,:),c2thl_1d(:,:),c2rt_1d(:,:),c2sclr_1d(:,:),c14_1d(:,:),c2rtthl_1d(:,:),uv_solution(:,:,:),threshold_array(:,:),rtpthlp_chnge(:,:),rtpthlp_old(:,:),rtm_zm(:,:),vp2_old(:,:))
1416, Generating exit data delete(sclrprtp_old(:,:,:),rhs_ta_wpsclrp2(:,:,:),lhs_ta_wpthlpsclrp(:,:,:,:),rhs_ta_wprtpsclrp(:,:,:),lhs_ta_wpsclrp2(:,:,:,:),lhs_ta_wprtpsclrp(:,:,:,:),sclrp2_old(:,:,:),sclrpthlp_old(:,:,:),sclrpthlp_chnge(:,:,:),sclrprtp_chnge(:,:,:),rhs_ta_wpthlpsclrp(:,:,:))
wp23_rhs:
2352, Generating copyin(wp3(:,:),lhs_adv_tp_wp3(:,:,:),lhs_diff_zm_crank(:,:,:),lhs_diff_zm(:,:,:),lhs_diff_zt(:,:,:),lhs_ta_wp3(:,:,:),c11_skw_fnc(:,:),lhs_pr1_wp3(:,:),lhs_splat_wp3(:,:),lhs_diff_zt_crank(:,:,:),rhs_bp_pr2_wp2(:,:),lhs_dp1_wp2(:,:),rhs_dp1_wp2(:,:),lhs_pr1_wp2(:,:),rhs_pr1_wp2(:,:),rhs_bp1_pr2_wp3(:,:),rhs_pr3_wp3(:,:)) [if not already present]
Generating copyout(rhs(:,:)) [if not already present]
Generating copyin(rhs_pr1_wp3(:,:),rhs_pr3_wp2(:,:),rhs_pr_turb_wp3(:,:),rhs_pr_dfsn_wp3(:,:),rhs_pr_dfsn_wp2(:,:),vp2(:,:),wp2thvp(:,:),wpthvp(:,:),wpvp2(:,:),wpup2(:,:),wp3_term_ta_lhs_result(:,:,:),wp2(:,:),thv_ds_zt(:,:),up2(:,:),lhs_tp_wp3(:,:,:),rhs_ta_wp3(:,:),thv_ds_zm(:,:),lhs_pr_tp_wp3(:,:,:),lhs_splat_wp2(:,:),radf(:,:)) [if not already present]
2369, Generating NVIDIA GPU code
2370, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2371, ! blockidx%x threadidx%x collapsed
2378, Generating NVIDIA GPU code
2379, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2380, ! blockidx%x threadidx%x collapsed
2387, Generating NVIDIA GPU code
2388, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2389, ! blockidx%x threadidx%x collapsed
2431, Generating NVIDIA GPU code
2432, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2433, ! blockidx%x threadidx%x collapsed
2443, Generating NVIDIA GPU code
2444, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2445, ! blockidx%x threadidx%x collapsed
2459, Generating NVIDIA GPU code
2460, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2461, ! blockidx%x threadidx%x collapsed
2477, Generating NVIDIA GPU code
2478, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2479, ! blockidx%x threadidx%x collapsed
2507, Generating NVIDIA GPU code
2508, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2509, ! blockidx%x threadidx%x collapsed
2561, Generating NVIDIA GPU code
2562, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2563, ! blockidx%x threadidx%x collapsed
2617, Generating NVIDIA GPU code
2618, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2632, Generating update self(rhs_pr_dfsn_wp2(:,:),rhs_pr_dfsn_wp3(:,:),wpvp2(:,:),wpup2(:,:),wpthvp(:,:),lhs_diff_zm_crank(:,:,:),lhs_splat_wp2(:,:),lhs_pr1_wp2(:,:),rhs_pr1_wp2(:,:),rhs_pr3_wp2(:,:),lhs_pr1_wp3(:,:),lhs_splat_wp3(:,:),wp2thvp(:,:),wp3(:,:),rhs_pr_turb_wp3(:,:),rhs_pr1_wp3(:,:),lhs_diff_zt(:,:,:),lhs_ta_wp3(:,:,:),lhs_dp1_wp2(:,:),rhs_dp1_wp2(:,:),lhs_pr_tp_wp3(:,:,:),rhs_pr3_wp3(:,:),lhs_adv_tp_wp3(:,:,:),up2(:,:),thv_ds_zt(:,:),lhs_diff_zm(:,:,:),vp2(:,:),wp2(:,:),thv_ds_zm(:,:),wp3_term_ta_lhs_result(:,:,:),rhs_ta_wp3(:,:))
wp2_term_ta_lhs:
3009, Generating copyin(gr%invrs_dzm(:,:),gr,rho_ds_zt(:,:)) [if not already present]
Generating copyout(lhs_ta_wp2(:,:,:)) [if not already present]
Generating copyin(invrs_rho_ds_zm(:,:)) [if not already present]
3013, Generating NVIDIA GPU code
3014, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3015, ! blockidx%x threadidx%x collapsed
3024, Generating NVIDIA GPU code
3025, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3026, ! blockidx%x threadidx%x collapsed
solve_xp2_xpyp_with_single_lhs:
1581, Generating enter data create(lhs(:,:,:),rhs(:,:,:),lhs_dp1(:,:),solution(:,:,:))
1583, Generating enter data create(sclrpthlp_forcing(:,:),sclrprtp_forcing(:,:),sclrp2_forcing(:,:))
1590, Generating NVIDIA GPU code
1591, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1592, ! blockidx%x threadidx%x collapsed
1590, Generating default present(lhs_dp1(:ngrdcol,2:nz-1))
1636, Generating NVIDIA GPU code
1637, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1638, ! blockidx%x threadidx%x collapsed
1636, Generating default present(sclrp2_forcing(:ngrdcol,:nz))
1660, Generating NVIDIA GPU code
1661, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1662, ! blockidx%x threadidx%x collapsed
1660, Generating default present(rtp2_forcing(:ngrdcol,:nz),sclrprtp_forcing(:ngrdcol,:nz))
1670, Generating NVIDIA GPU code
1671, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1672, ! blockidx%x threadidx%x collapsed
1670, Generating default present(sclrprtp_forcing(:ngrdcol,:nz))
1695, Generating NVIDIA GPU code
1696, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1697, ! blockidx%x threadidx%x collapsed
1695, Generating default present(thlp2_forcing(:ngrdcol,:nz),sclrpthlp_forcing(:ngrdcol,:nz))
1705, Generating NVIDIA GPU code
1706, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1707, ! blockidx%x threadidx%x collapsed
1705, Generating default present(sclrpthlp_forcing(:ngrdcol,:nz))
1739, Generating NVIDIA GPU code
1740, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1741, ! blockidx%x threadidx%x collapsed
1739, Generating default present(rtp2(:ngrdcol,:nz),solution(:ngrdcol,:nz,:3),thlp2(:ngrdcol,:nz),rtpthlp(:ngrdcol,:nz))
1750, Generating NVIDIA GPU code
1751, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1752, ! blockidx%x threadidx%x collapsed
1753, ! blockidx%x threadidx%x collapsed
1750, Generating default present(sclrprtp(:ngrdcol,:nz,:sclr_dim),sclrp2(:ngrdcol,:nz,:sclr_dim),solution(:ngrdcol,:nz,:),sclrpthlp(:ngrdcol,:nz,:sclr_dim))
1768, Generating NVIDIA GPU code
1769, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1770, ! blockidx%x threadidx%x collapsed
1768, Generating default present(rtp2(:ngrdcol,:nz),thlp2(:ngrdcol,:nz),solution(:ngrdcol,:nz,:3),rtpthlp(:ngrdcol,:nz))
1779, Generating NVIDIA GPU code
1780, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1781, ! blockidx%x threadidx%x collapsed
1782, ! blockidx%x threadidx%x collapsed
1779, Generating default present(sclrprtp(:ngrdcol,:nz,:sclr_dim),sclrp2(:ngrdcol,:nz,:sclr_dim),solution(:ngrdcol,:nz,:),sclrpthlp(:ngrdcol,:nz,:sclr_dim))
1796, Generating update self(lhs_dp1(:,:),lhs_ma(:,:,:),lhs_diff(:,:,:),rtp2(:,:),thlp2(:,:),rtpthlp(:,:),lhs_ta(:,:,:))
1820, Generating exit data delete(lhs(:,:,:),rhs(:,:,:),lhs_dp1(:,:),solution(:,:,:))
1822, Generating exit data delete(sclrpthlp_forcing(:,:),sclrprtp_forcing(:,:),sclrp2_forcing(:,:))
wp2_terms_ac_pr2_lhs:
3136, Generating copyin(gr) [if not already present]
Generating copyout(lhs_ac_pr2_wp2(:,:)) [if not already present]
Generating copyin(wm_zt(:,:),gr%invrs_dzm(:,:)) [if not already present]
3140, Generating NVIDIA GPU code
3141, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3149, Generating NVIDIA GPU code
3150, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3151, ! blockidx%x threadidx%x collapsed
wp2_term_dp1_lhs:
3230, Generating copyin(c1_skw_fnc(:,:)) [if not already present]
Generating copyout(lhs_dp1_wp2(:,:)) [if not already present]
Generating copyin(invrs_tau1m(:,:)) [if not already present]
3234, Generating NVIDIA GPU code
3235, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3243, Generating NVIDIA GPU code
3244, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3245, ! blockidx%x threadidx%x collapsed
wp2_term_pr1_lhs:
3330, Generating copyin(invrs_tau_c4_zm(:,:)) [if not already present]
Generating copyout(lhs_pr1_wp2(:,:)) [if not already present]
3334, Generating NVIDIA GPU code
3335, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3344, Generating NVIDIA GPU code
3345, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3346, ! blockidx%x threadidx%x collapsed
wp2_terms_bp_pr2_rhs:
3424, Generating copyout(rhs_bp_pr2_wp2(:,:)) [if not already present]
Generating copyin(wpthvp(:,:),thv_ds_zm(:,:)) [if not already present]
3428, Generating NVIDIA GPU code
3429, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3437, Generating NVIDIA GPU code
3438, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3439, ! blockidx%x threadidx%x collapsed
wp2_term_dp1_rhs:
3527, Generating copyin(c1_skw_fnc(:,:)) [if not already present]
Generating copyout(rhs_dp1_wp2(:,:)) [if not already present]
Generating copyin(vp2(:,:),up2(:,:),invrs_tau1m(:,:)) [if not already present]
3531, Generating NVIDIA GPU code
3532, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3541, Generating NVIDIA GPU code
3542, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3543, ! blockidx%x threadidx%x collapsed
3549, Generating NVIDIA GPU code
3550, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3551, ! blockidx%x threadidx%x collapsed
wp2_term_pr3_rhs:
3647, Generating copyin(gr) [if not already present]
Generating copyout(rhs_pr3_wp2(:,:)) [if not already present]
Generating copyin(vpwp(:,:),wpthvp(:,:),um(:,:),thv_ds_zm(:,:),vm(:,:),upwp(:,:),gr%invrs_dzm(:,:)) [if not already present]
3652, Generating NVIDIA GPU code
3653, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3661, Generating NVIDIA GPU code
3662, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3663, ! blockidx%x threadidx%x collapsed
wp2_term_pr1_rhs:
3768, Generating copyout(rhs_pr1_wp2(:,:)) [if not already present]
Generating copyin(up2(:,:),vp2(:,:),invrs_tau_c4_zm(:,:)) [if not already present]
3772, Generating NVIDIA GPU code
3773, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3781, Generating NVIDIA GPU code
3782, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3783, ! blockidx%x threadidx%x collapsed
wp2_term_pr_dfsn_rhs:
3866, Generating copyin(gr%invrs_dzm(:,:),gr,invrs_rho_ds_zm(:,:)) [if not already present]
Generating create(wpuip2(:,:)) [if not already present]
Generating copyin(wpup2(:,:),wpvp2(:,:)) [if not already present]
Generating copyout(rhs_pr_dfsn_wp2(:,:)) [if not already present]
Generating copyin(rho_ds_zt(:,:),wp3(:,:)) [if not already present]
3871, Generating NVIDIA GPU code
3872, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3873, ! blockidx%x threadidx%x collapsed
3879, Generating NVIDIA GPU code
3880, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3888, Generating NVIDIA GPU code
3889, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3890, ! blockidx%x threadidx%x collapsed
wp3_term_ta_new_pdf_lhs:
4024, Generating copyin(coef_wp4_implicit(:,:),gr,gr%invrs_dzt(:,:)) [if not already present]
Generating copyout(lhs_ta_wp3(:,:,:)) [if not already present]
Generating copyin(wp2(:,:),rho_ds_zm(:,:),invrs_rho_ds_zt(:,:)) [if not already present]
4029, Generating NVIDIA GPU code
4030, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4031, !$acc loop seq
4031, Loop is parallelizable
4042, Generating NVIDIA GPU code
4043, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4044, ! blockidx%x threadidx%x collapsed
solve_xp2_xpyp_with_multiple_lhs:
2010, Generating enter data create(rtp2_solution(:,:),rtpthlp_solution(:,:),rhs(:,:),lhs(:,:,:),thlp2_solution(:,:),lhs_dp1(:,:),threshold)
2013, Generating enter data create(sclrp2_forcing(:,:),sclrprtp_solution(:,:,:),sclrp2_solution(:,:,:),sclr_solution(:,:,:),sclr_rhs(:,:,:),sclrpthlp_solution(:,:,:),sclrpthlp_forcing(:,:),sclrprtp_forcing(:,:))
2023, Generating NVIDIA GPU code
2024, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2025, ! blockidx%x threadidx%x collapsed
2023, Generating default present(lhs_dp1(:ngrdcol,2:nz-1))
2053, Generating NVIDIA GPU code
2054, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2055, ! blockidx%x threadidx%x collapsed
2053, Generating default present(rtp2_solution(:ngrdcol,:nz),rtp2(:ngrdcol,:nz))
2061, Generating NVIDIA GPU code
2062, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2063, ! blockidx%x threadidx%x collapsed
2061, Generating default present(rtp2_solution(:ngrdcol,:nz),rtp2(:ngrdcol,:nz))
2072, Generating update self(lhs_dp1(:,:),lhs_ma(:,:,:),lhs_diff(:,:,:),lhs_ta_wprtp2(:,:,:),rtp2(:,:))
2089, Generating NVIDIA GPU code
2090, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2091, ! blockidx%x threadidx%x collapsed
2089, Generating default present(lhs_dp1(:ngrdcol,2:nz-1))
2120, Generating NVIDIA GPU code
2121, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2122, ! blockidx%x threadidx%x collapsed
2120, Generating default present(thlp2_solution(:ngrdcol,:nz),thlp2(:ngrdcol,:nz))
2128, Generating NVIDIA GPU code
2129, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2130, ! blockidx%x threadidx%x collapsed
2128, Generating default present(thlp2_solution(:ngrdcol,:nz),thlp2(:ngrdcol,:nz))
2139, Generating update self(lhs_dp1(:,:),lhs_ma(:,:,:),lhs_diff(:,:,:),thlp2(:,:),lhs_ta_wpthlp2(:,:,:))
2155, Generating NVIDIA GPU code
2156, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2157, ! blockidx%x threadidx%x collapsed
2155, Generating default present(lhs_dp1(:ngrdcol,2:nz-1))
2186, Generating NVIDIA GPU code
2187, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2188, ! blockidx%x threadidx%x collapsed
2186, Generating default present(rtpthlp_solution(:ngrdcol,:nz),rtpthlp(:ngrdcol,:nz))
2194, Generating NVIDIA GPU code
2195, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2196, ! blockidx%x threadidx%x collapsed
2194, Generating default present(rtpthlp_solution(:ngrdcol,:nz),rtpthlp(:ngrdcol,:nz))
2205, Generating update self(lhs_dp1(:,:),lhs_ma(:,:,:),lhs_diff(:,:,:),rtpthlp(:,:),lhs_ta_wprtpthlp(:,:,:))
2222, Generating NVIDIA GPU code
2223, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2224, ! blockidx%x threadidx%x collapsed
2222, Generating default present(lhs_dp1(:ngrdcol,:nz))
2365, Generating NVIDIA GPU code
2366, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2367, ! blockidx%x threadidx%x collapsed
2365, Generating default present(sclrp2_forcing(:ngrdcol,:nz))
2389, Generating NVIDIA GPU code
2390, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2391, ! blockidx%x threadidx%x collapsed
2389, Generating default present(sclrprtp_forcing(:ngrdcol,:nz),rtp2_forcing(:ngrdcol,:nz))
2399, Generating NVIDIA GPU code
2400, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2401, ! blockidx%x threadidx%x collapsed
2399, Generating default present(sclrprtp_forcing(:ngrdcol,:nz))
2425, Generating NVIDIA GPU code
2426, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2427, ! blockidx%x threadidx%x collapsed
2425, Generating default present(thlp2_forcing(:ngrdcol,:nz),sclrpthlp_forcing(:ngrdcol,:nz))
2435, Generating NVIDIA GPU code
2436, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2437, ! blockidx%x threadidx%x collapsed
2435, Generating default present(sclrpthlp_forcing(:ngrdcol,:nz))
2467, Generating NVIDIA GPU code
2468, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
2469, ! blockidx%x threadidx%x collapsed
2470, ! blockidx%x threadidx%x collapsed
2467, Generating default present(sclr_solution(:ngrdcol,:nz,:),sclrp2(:ngrdcol,:nz,:sclr_dim),sclrpthlp(:ngrdcol,:nz,:sclr_dim),sclrprtp(:ngrdcol,:nz,:sclr_dim))
2484, Generating NVIDIA GPU code
2485, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
2486, ! blockidx%x threadidx%x collapsed
2487, ! blockidx%x threadidx%x collapsed
2484, Generating default present(sclr_solution(:ngrdcol,:nz,:),sclrp2(:ngrdcol,:nz,:sclr_dim),sclrpthlp(:ngrdcol,:nz,:sclr_dim),sclrprtp(:ngrdcol,:nz,:sclr_dim))
2502, Generating exit data delete(rtp2_solution(:,:),rtpthlp_solution(:,:),rhs(:,:),lhs(:,:,:),thlp2_solution(:,:),lhs_dp1(:,:),threshold)
2505, Generating exit data delete(sclrp2_forcing(:,:),sclrprtp_solution(:,:,:),sclrp2_solution(:,:,:),sclr_solution(:,:,:),sclr_rhs(:,:,:),sclrpthlp_solution(:,:,:),sclrpthlp_forcing(:,:),sclrprtp_forcing(:,:))
xp2_xpyp_lhs:
2588, Generating NVIDIA GPU code
2589, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2590, ! blockidx%x threadidx%x collapsed
2588, Generating default present(lhs_diff(:,:ngrdcol,2:nz-1),lhs(:,:ngrdcol,2:nz-1),lhs_dp1(:ngrdcol,2:nz-1),lhs_ta(:,:ngrdcol,2:nz-1),lhs_ma(:,:ngrdcol,2:nz-1))
2602, Generating NVIDIA GPU code
2603, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2604, ! blockidx%x threadidx%x collapsed
2602, Generating default present(lhs(2,:ngrdcol,2:nz-1))
2617, Generating NVIDIA GPU code
2618, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
2617, Generating default present(lhs(:,:ngrdcol,:))
wp3_term_ta_adg1_lhs:
4224, Generating copyin(a3_zt(:,:),gr,gr%invrs_dzt(:,:),rho_ds_zt(:,:),a1(:,:),a1_zt(:,:),a3(:,:),wp2(:,:),wp3_on_wp2(:,:)) [if not already present]
Generating copyout(lhs_ta_wp3(:,:,:)) [if not already present]
Generating copyin(rho_ds_zm(:,:),gr%weights_zt2zm(:,:,:),invrs_rho_ds_zt(:,:)) [if not already present]
4230, Generating NVIDIA GPU code
4231, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4232, ! blockidx%x threadidx%x collapsed
4254, Generating NVIDIA GPU code
4255, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4256, ! blockidx%x threadidx%x collapsed
4302, Generating NVIDIA GPU code
4303, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4341, Generating NVIDIA GPU code
4342, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4343, ! blockidx%x threadidx%x collapsed
4385, Generating NVIDIA GPU code
4386, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4432, Generating NVIDIA GPU code
4433, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4434, ! blockidx%x threadidx%x collapsed
4480, Generating NVIDIA GPU code
4481, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
wp3_term_tp_lhs:
4629, Generating copyin(gr%invrs_dzt(:,:),gr) [if not already present]
Generating copyout(lhs_tp_wp3(:,:,:)) [if not already present]
Generating copyin(wp2(:,:),rho_ds_zm(:,:),invrs_rho_ds_zt(:,:)) [if not already present]
4634, Generating NVIDIA GPU code
4635, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4636, !$acc loop seq
4636, Loop is parallelizable
4647, Generating NVIDIA GPU code
4648, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4649, ! blockidx%x threadidx%x collapsed
wp3_terms_ac_pr2_lhs:
4759, Generating copyin(c11_skw_fnc(:,:),gr%invrs_dzt(:,:),gr,wm_zm(:,:)) [if not already present]
Generating copyout(lhs_ac_pr2_wp3(:,:)) [if not already present]
4763, Generating NVIDIA GPU code
4764, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4774, Generating NVIDIA GPU code
4775, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4776, ! blockidx%x threadidx%x collapsed
wp3_term_pr1_lhs:
4880, Generating copyout(lhs_pr1_wp3(:,:)) [if not already present]
Generating copyin(skw_zt(:,:),invrs_tau_wp3_zt(:,:)) [if not already present]
4884, Generating NVIDIA GPU code
4885, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4896, Generating NVIDIA GPU code
4897, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4898, ! blockidx%x threadidx%x collapsed
4907, Generating NVIDIA GPU code
4908, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4909, ! blockidx%x threadidx%x collapsed
xp2_xpyp_uv_rhs:
3110, Generating enter data create(rhs_term_tp(:,:),rhs_pr2(:,:),rhs_pr1(:,:))
3138, Generating NVIDIA GPU code
3139, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3140, ! blockidx%x threadidx%x collapsed
3138, Generating default present(lhs_splat_wp2(:ngrdcol,2:nz-1),rhs(:ngrdcol,2:nz-1),rhs_ta(:ngrdcol,2:nz-1),wp2(:ngrdcol,2:nz-1))
3165, Generating NVIDIA GPU code
3166, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3167, ! blockidx%x threadidx%x collapsed
3165, Generating default present(rhs_pr1(:ngrdcol,2:nz-1),lhs_dp1_c14(:ngrdcol,2:nz-1),rhs(:ngrdcol,2:nz-1),rhs_pr2(:ngrdcol,2:nz-1),lhs_ta(:,:ngrdcol,2:nz-1),lhs_dp1_c4(:ngrdcol,2:nz-1),xap2(:ngrdcol,:nz),rhs_term_tp(:ngrdcol,2:nz-1))
3194, Generating NVIDIA GPU code
3195, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3196, ! blockidx%x threadidx%x collapsed
3194, Generating default present(xap2(:ngrdcol,2:nz-1),rhs(:ngrdcol,2:nz-1))
3204, Generating update self(lhs_dp1_c14(:,:),invrs_tau_c4_zm(:,:),rhs_ta(:,:),lhs_dp1_c4(:,:),lhs_ta(:,:,:),invrs_tau_c14_zm(:,:),rhs_term_tp(:,:),xbp2(:,:),xap2(:,:),wp2(:,:),lhs_splat_wp2(:,:),rhs_pr2(:,:))
3287, Generating NVIDIA GPU code
3288, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3287, Generating default present(xap2(:ngrdcol,:1),rhs(:ngrdcol,:))
3296, Generating exit data delete(rhs_term_tp(:,:),rhs_pr2(:,:),rhs_pr1(:,:))
wp3_term_ta_explicit_rhs:
5008, Generating copyin(wp4(:,:)) [if not already present]
Generating copyout(rhs_ta_wp3(:,:)) [if not already present]
Generating copyin(invrs_rho_ds_zt(:,:),gr%invrs_dzt(:,:),gr,rho_ds_zm(:,:)) [if not already present]
5012, Generating NVIDIA GPU code
5013, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5023, Generating NVIDIA GPU code
5024, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5025, ! blockidx%x threadidx%x collapsed
wp3_terms_bp1_pr2_rhs:
5098, Generating copyout(rhs_bp1_pr2_wp3(:,:)) [if not already present]
Generating copyin(thv_ds_zt(:,:),wp2thvp(:,:),c11_skw_fnc(:,:)) [if not already present]
5102, Generating NVIDIA GPU code
5103, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5113, Generating NVIDIA GPU code
5114, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5115, ! blockidx%x threadidx%x collapsed
wp3_term_pr_turb_rhs:
5200, Generating copyin(wp2(:,:),wpthvp(:,:),dum_dz(:,:),thv_ds_zt(:,:),upwp(:,:)) [if not already present]
Generating copyout(rhs_pr_turb_wp3(:,:)) [if not already present]
Generating copyin(kh_zt(:,:),invrs_rho_ds_zt(:,:),gr%invrs_dzt(:,:),vpwp(:,:),dvm_dz(:,:),em(:,:),gr,rho_ds_zm(:,:)) [if not already present]
5206, Generating NVIDIA GPU code
5207, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5218, Generating NVIDIA GPU code
5219, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5220, ! blockidx%x threadidx%x collapsed
5232, Generating NVIDIA GPU code
5233, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5234, ! blockidx%x threadidx%x collapsed
wp3_term_pr_dfsn_rhs:
5323, Generating copyin(gr%invrs_dzt(:,:),invrs_rho_ds_zt(:,:)) [if not already present]
Generating create(wp2uip2(:,:)) [if not already present]
Generating copyin(wp2up2(:,:),wp2vp2(:,:),wp4(:,:)) [if not already present]
Generating copyout(rhs_pr_dfsn_wp3(:,:)) [if not already present]
Generating copyin(up2(:,:),vp2(:,:),gr,rho_ds_zm(:,:)) [if not already present]
Generating create(wp2_uip2(:,:)) [if not already present]
Generating copyin(wp2(:,:)) [if not already present]
5329, Generating NVIDIA GPU code
5330, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5331, ! blockidx%x threadidx%x collapsed
5338, Generating NVIDIA GPU code
5339, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5348, Generating NVIDIA GPU code
5349, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5350, ! blockidx%x threadidx%x collapsed
xp2_xpyp_rhs:
3453, Generating enter data create(lhs_term_dp1(:,:),rhs_term_tp(:,:),rhs_term_dp1(:,:))
3504, Generating NVIDIA GPU code
3505, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3506, ! blockidx%x threadidx%x collapsed
3504, Generating default present(lhs_ta(:,:ngrdcol,2:nz-1),rhs_ta(:ngrdcol,2:nz-1),rhs_term_dp1(:ngrdcol,2:nz-1),lhs_term_dp1(:ngrdcol,2:nz-1),rhs(:ngrdcol,2:nz-1),rhs_term_tp(:ngrdcol,2:nz-1),xapxbp(:ngrdcol,:nz))
3559, Generating NVIDIA GPU code
3560, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3561, ! blockidx%x threadidx%x collapsed
3559, Generating default present(xpyp_forcing(:ngrdcol,2:nz-1),rhs(:ngrdcol,2:nz-1))
3568, Generating NVIDIA GPU code
3569, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3570, ! blockidx%x threadidx%x collapsed
3568, Generating default present(xapxbp(:ngrdcol,2:nz-1),rhs(:ngrdcol,2:nz-1))
3578, Generating update self(lhs_ta(:,:,:),rhs_ta(:,:),xpyp_forcing(:,:),xbm(:,:),rhs_term_tp(:,:),wpxap(:,:),xapxbp(:,:),rhs_term_dp1(:,:),wpxbp(:,:),cn(:,:),xam(:,:),invrs_tau_zm(:,:),lhs_term_dp1(:,:))
3678, Generating NVIDIA GPU code
3679, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3678, Generating default present(xapxbp(:ngrdcol,:1),rhs(:ngrdcol,:))
3685, Generating exit data delete(lhs_term_dp1(:,:),rhs_term_tp(:,:),rhs_term_dp1(:,:))
wp3_term_pr1_rhs:
5451, Generating copyout(rhs_pr1_wp3(:,:)) [if not already present]
Generating copyin(wp3(:,:),skw_zt(:,:),invrs_tau_wp3_zt(:,:)) [if not already present]
5455, Generating NVIDIA GPU code
5456, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5467, Generating NVIDIA GPU code
5468, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5469, ! blockidx%x threadidx%x collapsed
5476, Generating NVIDIA GPU code
5477, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5478, ! blockidx%x threadidx%x collapsed
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/new_hybrid_pdf_main.F90
calc_xp2_xpyp_ta_terms:
3975, Generating enter data create(wp_coef(:,:),vpwp_zt(:,:),wprtp_zt(:,:),wp_coef_zt(:,:),upwp_zt(:,:),term_wpvp2_explicit_zm(:,:),a1(:,:),sgn_t_vel_up2(:,:),sgn_t_vel_thlp2(:,:),sgn_t_vel_rtp2(:,:),sgn_t_vel_rtpthlp(:,:),coef_wpvp2_implicit_zm(:,:),term_wpvp2_explicit(:,:),term_wpup2_explicit(:,:),coef_wpup2_implicit(:,:),term_wpup2_explicit_zm(:,:),coef_wpup2_implicit_zm(:,:),term_wpthlp2_explicit_zm(:,:),coef_wpthlp2_implicit(:,:),term_wprtpthlp_explicit(:,:),coef_wpvp2_implicit(:,:),term_wprtp2_explicit_zm(:,:),coef_wprtp2_implicit_zm(:,:),term_wpthlp2_explicit(:,:),term_wprtpthlp_explicit_zm(:,:),coef_wprtpthlp_implicit(:,:),term_wprtp2_explicit(:,:),coef_wprtp2_implicit(:,:),sgn_t_vel_vp2(:,:),a1_zt(:,:),wpthlp_zt(:,:))
3987, Generating enter data create(term_wpthlpsclrp_explicit_zm(:,:),wpsclrp_zt(:,:,:),sgn_t_vel_sclrprtp(:,:),sgn_t_vel_sclrp2(:,:),coef_wpthlpsclrp_implicit_zm(:,:),term_wpsclrp2_explicit_zm(:,:),coef_wpthlpsclrp_implicit(:,:),coef_wpsclrp2_implicit_zm(:,:),term_wprtpsclrp_explicit(:,:),coef_wprtpsclrp_implicit(:,:),sgn_t_vel_sclrpthlp(:,:),term_wpsclrp2_explicit(:,:),coef_wpsclrp2_implicit(:,:),term_wprtpsclrp_explicit_zm(:,:),coef_wprtpsclrp_implicit_zm(:,:))
4002, Generating NVIDIA GPU code
4003, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4004, ! blockidx%x threadidx%x collapsed
4002, Generating default present(sigma_sqd_w(:ngrdcol,:nz),a1(:ngrdcol,:nz))
4014, Generating NVIDIA GPU code
4015, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4016, ! blockidx%x threadidx%x collapsed
4014, Generating default present(a1_zt(:ngrdcol,:nz))
4022, Generating NVIDIA GPU code
4023, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4024, ! blockidx%x threadidx%x collapsed
4022, Generating default present(wp_coef(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz),wp2(:ngrdcol,:nz),a1(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz),wp3_on_wp2_zt(:ngrdcol,:nz),a1_zt(:ngrdcol,:nz),wp2_zt(:ngrdcol,:nz))
4284, Generating NVIDIA GPU code
4285, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4286, ! blockidx%x threadidx%x collapsed
4284, Generating default present(coef_wprtp2_implicit(:ngrdcol,:nz),coef_wprtpthlp_implicit(:ngrdcol,:nz),a1_zt(:ngrdcol,:nz),wp3_on_wp2_zt(:ngrdcol,:nz),coef_wpthlp2_implicit(:ngrdcol,:nz))
4298, Generating NVIDIA GPU code
4299, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4300, ! blockidx%x threadidx%x collapsed
4298, Generating default present(coef_wprtp2_implicit_zm(:ngrdcol,:nz),a1(:ngrdcol,:nz),sgn_t_vel_rtp2(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz))
4322, Generating NVIDIA GPU code
4323, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4324, ! blockidx%x threadidx%x collapsed
4322, Generating default present(coef_wprtp2_implicit(:ngrdcol,:nz),coef_wprtpthlp_implicit(:ngrdcol,:nz),a1_zt(:ngrdcol,:nz),wp3_on_wp2_zt(:ngrdcol,:nz),coef_wpthlp2_implicit(:ngrdcol,:nz))
4341, Generating NVIDIA GPU code
4342, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
4343, ! blockidx%x threadidx%x collapsed
4344, ! blockidx%x threadidx%x collapsed
4341, Generating default present(lhs_ta_wpthlp2(:,:ngrdcol,:nz),lhs_ta_wprtpthlp(:,:ngrdcol,:nz),lhs_ta_wprtp2(:,:ngrdcol,:nz))
4353, Generating NVIDIA GPU code
4354, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
4355, ! blockidx%x threadidx%x collapsed
4356, ! blockidx%x threadidx%x collapsed
4357, ! blockidx%x threadidx%x collapsed
4353, Generating default present(lhs_ta_wpsclrp2(:,:ngrdcol,:nz,:sclr_dim),lhs_ta_wpthlpsclrp(:,:ngrdcol,:nz,:sclr_dim),lhs_ta_wprtp2(:,:ngrdcol,:nz),lhs_ta_wprtpsclrp(:,:ngrdcol,:nz,:sclr_dim))
4377, Generating NVIDIA GPU code
4378, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4379, ! blockidx%x threadidx%x collapsed
4377, Generating default present(term_wprtp2_explicit(:ngrdcol,:nz),term_wprtpthlp_explicit(:ngrdcol,:nz),wpthlp_zt(:ngrdcol,:nz),wprtp_zt(:ngrdcol,:nz),term_wpthlp2_explicit(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz))
4391, Generating NVIDIA GPU code
4392, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4393, ! blockidx%x threadidx%x collapsed
4391, Generating default present(term_wprtp2_explicit_zm(:ngrdcol,:nz),sgn_t_vel_rtp2(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),wp_coef(:ngrdcol,:nz))
4419, Generating NVIDIA GPU code
4420, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4421, ! blockidx%x threadidx%x collapsed
4419, Generating default present(term_wprtp2_explicit_zm(:ngrdcol,:nz),sgn_t_vel_rtp2(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz))
4440, Generating NVIDIA GPU code
4441, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4442, ! blockidx%x threadidx%x collapsed
4440, Generating default present(term_wpthlp2_explicit_zm(:ngrdcol,:nz),sgn_t_vel_thlp2(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wp_coef(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz))
4465, Generating NVIDIA GPU code
4466, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4467, ! blockidx%x threadidx%x collapsed
4465, Generating default present(term_wpthlp2_explicit_zm(:ngrdcol,:nz),sgn_t_vel_thlp2(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz))
4486, Generating NVIDIA GPU code
4487, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4488, ! blockidx%x threadidx%x collapsed
4486, Generating default present(term_wprtpthlp_explicit_zm(:ngrdcol,:nz),sgn_t_vel_rtpthlp(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz),wp_coef(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wprtp(:ngrdcol,:nz))
4512, Generating NVIDIA GPU code
4513, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4514, ! blockidx%x threadidx%x collapsed
4512, Generating default present(term_wprtpthlp_explicit_zm(:ngrdcol,:nz),sgn_t_vel_rtpthlp(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz))
4545, Generating NVIDIA GPU code
4546, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4547, ! blockidx%x threadidx%x collapsed
4545, Generating default present(term_wpsclrp2_explicit_zm(:ngrdcol,:nz),sgn_t_vel_sclrp2(:ngrdcol,:nz),wpsclrp(:ngrdcol,:nz,sclr),wp_coef(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz))
4554, Generating NVIDIA GPU code
4555, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4556, ! blockidx%x threadidx%x collapsed
4554, Generating default present(wpsclrp_zt(:ngrdcol,:nz,sclr),wp_coef_zt(:ngrdcol,:nz),term_wpsclrp2_explicit(:ngrdcol,:nz))
4579, Generating NVIDIA GPU code
4580, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4581, ! blockidx%x threadidx%x collapsed
4579, Generating default present(term_wpsclrp2_explicit_zm(:ngrdcol,:nz),sgn_t_vel_sclrp2(:ngrdcol,:nz),wpsclrp(:ngrdcol,:nz,sclr),wp_coef_zt(:ngrdcol,:nz))
4603, Generating NVIDIA GPU code
4604, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4605, ! blockidx%x threadidx%x collapsed
4603, Generating default present(term_wprtpsclrp_explicit_zm(:ngrdcol,:nz),sgn_t_vel_sclrprtp(:ngrdcol,:nz),wpsclrp(:ngrdcol,:nz,sclr),wprtp(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz),wp_coef(:ngrdcol,:nz))
4612, Generating NVIDIA GPU code
4613, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4614, ! blockidx%x threadidx%x collapsed
4612, Generating default present(wpsclrp_zt(:ngrdcol,:nz,sclr),wprtp_zt(:ngrdcol,:nz),term_wprtpsclrp_explicit(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz))
4637, Generating NVIDIA GPU code
4638, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4639, ! blockidx%x threadidx%x collapsed
4637, Generating default present(term_wprtpsclrp_explicit_zm(:ngrdcol,:nz),sgn_t_vel_sclrprtp(:ngrdcol,:nz),wpsclrp(:ngrdcol,:nz,sclr),wprtp(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz))
4661, Generating NVIDIA GPU code
4662, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4663, ! blockidx%x threadidx%x collapsed
4661, Generating default present(term_wpthlpsclrp_explicit_zm(:ngrdcol,:nz),sgn_t_vel_sclrpthlp(:ngrdcol,:nz),wp_coef(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wpsclrp(:ngrdcol,:nz,sclr))
4670, Generating NVIDIA GPU code
4671, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4672, ! blockidx%x threadidx%x collapsed
4670, Generating default present(wp_coef_zt(:ngrdcol,:nz),term_wpthlpsclrp_explicit(:ngrdcol,:nz),wpthlp_zt(:ngrdcol,:nz),wpsclrp_zt(:ngrdcol,:nz,sclr))
4695, Generating NVIDIA GPU code
4696, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4697, ! blockidx%x threadidx%x collapsed
4695, Generating default present(term_wpthlpsclrp_explicit_zm(:ngrdcol,:nz),sgn_t_vel_sclrpthlp(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wpsclrp(:ngrdcol,:nz,sclr))
5132, Generating NVIDIA GPU code
5133, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5134, ! blockidx%x threadidx%x collapsed
5132, Generating default present(term_wpup2_explicit_zm(:ngrdcol,:nz),upwp(:ngrdcol,:nz),coef_wpvp2_implicit_zm(:ngrdcol,:nz),term_wpvp2_explicit_zm(:ngrdcol,:nz),wp_coef(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz),coef_wpup2_implicit_zm(:ngrdcol,:nz),a1(:ngrdcol,:nz),vpwp(:ngrdcol,:nz))
5146, Generating NVIDIA GPU code
5147, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5148, ! blockidx%x threadidx%x collapsed
5146, Generating default present(sgn_t_vel_up2(:ngrdcol,:nz),wp3_on_wp2(:ngrdcol,:nz),sgn_t_vel_vp2(:ngrdcol,:nz))
5164, Generating NVIDIA GPU code
5165, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5166, ! blockidx%x threadidx%x collapsed
5164, Generating default present(coef_wpup2_implicit(:ngrdcol,:nz),a1_zt(:ngrdcol,:nz),wp3_on_wp2_zt(:ngrdcol,:nz),coef_wpvp2_implicit(:ngrdcol,:nz))
5174, Generating NVIDIA GPU code
5175, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5176, ! blockidx%x threadidx%x collapsed
5174, Generating default present(term_wpup2_explicit(:ngrdcol,:nz),upwp_zt(:ngrdcol,:nz),term_wpvp2_explicit(:ngrdcol,:nz),wp_coef_zt(:ngrdcol,:nz),vpwp_zt(:ngrdcol,:nz))
5196, Generating NVIDIA GPU code
5197, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
5198, ! blockidx%x threadidx%x collapsed
5199, ! blockidx%x threadidx%x collapsed
5196, Generating default present(lhs_ta_wpvp2(:,:ngrdcol,:nz),lhs_ta_wpup2(:,:ngrdcol,:nz))
5230, Generating update self(term_wprtp2_explicit(:,:),coef_wprtp2_implicit(:,:),term_wpthlp2_explicit(:,:),term_wprtpthlp_explicit(:,:),coef_wprtpthlp_implicit(:,:),coef_wpthlp2_implicit(:,:))
5249, Generating exit data delete(wp_coef(:,:),vpwp_zt(:,:),wprtp_zt(:,:),wp_coef_zt(:,:),upwp_zt(:,:),term_wpvp2_explicit_zm(:,:),a1(:,:),sgn_t_vel_up2(:,:),sgn_t_vel_thlp2(:,:),sgn_t_vel_rtp2(:,:),sgn_t_vel_rtpthlp(:,:),coef_wpvp2_implicit_zm(:,:),term_wpvp2_explicit(:,:),term_wpup2_explicit(:,:),coef_wpup2_implicit(:,:),term_wpup2_explicit_zm(:,:),coef_wpup2_implicit_zm(:,:),term_wpthlp2_explicit_zm(:,:),coef_wpthlp2_implicit(:,:),term_wprtpthlp_explicit(:,:),coef_wpvp2_implicit(:,:),term_wprtp2_explicit_zm(:,:),coef_wprtp2_implicit_zm(:,:),term_wpthlp2_explicit(:,:),term_wprtpthlp_explicit_zm(:,:),coef_wprtpthlp_implicit(:,:),term_wprtp2_explicit(:,:),coef_wprtp2_implicit(:,:),sgn_t_vel_vp2(:,:),a1_zt(:,:),wpthlp_zt(:,:))
5261, Generating exit data delete(wpsclrp_zt(:,:,:),term_wpthlpsclrp_explicit_zm(:,:),sgn_t_vel_sclrprtp(:,:),sgn_t_vel_sclrp2(:,:),coef_wpthlpsclrp_implicit_zm(:,:),term_wpsclrp2_explicit_zm(:,:),coef_wpthlpsclrp_implicit(:,:),coef_wpsclrp2_implicit_zm(:,:),term_wprtpsclrp_explicit(:,:),coef_wprtpsclrp_implicit(:,:),sgn_t_vel_sclrpthlp(:,:),term_wpsclrp2_explicit(:,:),coef_wpsclrp2_implicit(:,:),term_wprtpsclrp_explicit_zm(:,:),coef_wprtpsclrp_implicit_zm(:,:))
term_tp_rhs:
5335, Generating copyin(wpxbp(:,:),xbm(:,:),xam(:,:),wpxap(:,:)) [if not already present]
Generating copyout(rhs(:,:)) [if not already present]
Generating copyin(invrs_dzm(:,:)) [if not already present]
5338, Generating NVIDIA GPU code
5339, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5340, ! blockidx%x threadidx%x collapsed
term_dp1_lhs:
5430, Generating copyin(cn(:,:)) [if not already present]
Generating copyout(lhs(:,:)) [if not already present]
Generating copyin(invrs_tau_zm(:,:)) [if not already present]
5433, Generating NVIDIA GPU code
5434, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5441, Generating NVIDIA GPU code
5442, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5443, ! blockidx%x threadidx%x collapsed
term_dp1_rhs:
5524, Generating copyin(cn(:,:)) [if not already present]
Generating copyout(rhs(:,:)) [if not already present]
Generating copyin(invrs_tau_zm(:,:)) [if not already present]
5527, Generating NVIDIA GPU code
5528, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5529, ! blockidx%x threadidx%x collapsed
term_pr1:
5657, Generating copyin(xbp2(:,:),wp2(:,:)) [if not already present]
Generating copyout(rhs(:,:)) [if not already present]
Generating copyin(invrs_tau_c14_zm(:,:),invrs_tau_c4_zm(:,:)) [if not already present]
5660, Generating NVIDIA GPU code
5661, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5662, ! blockidx%x threadidx%x collapsed
term_pr2:
5777, Generating NVIDIA GPU code
5778, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5779, ! blockidx%x threadidx%x collapsed
5777, Generating default present(gr%invrs_dzm(1:ngrdcol,2:nz-1),rhs_pr2(:ngrdcol,2:nz-1),vpwp(:ngrdcol,2:nz-1),wpthvp(:ngrdcol,2:nz-1),vm(:ngrdcol,2:nz),upwp(:ngrdcol,2:nz-1),um(:ngrdcol,2:nz),gr,thv_ds_zm(:ngrdcol,2:nz-1))
pos_definite_variances:
5882, Generating update self(xp2_np1(:,:))
5901, Generating update self(xp2_np1(:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/sfc_varnce_module.F90
calc_sfc_varnce:
206, Generating enter data create(vsp2_sfc(:),zeta(:),wp2_splat_sfc_correction(:),usp2_sfc(:),vm_sfc_sqd(:),um_sfc_sqd(:),ustar(:),uf(:),depth_pos_wpthlp(:),min_wp2_sfc_val(:))
215, Generating update self(rtp2(:,:),rtpthlp(:,:),up2(:,:),thlp2(:,:),wp2(:,:),vp2(:,:))
244, Generating NVIDIA GPU code
245, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
244, Generating default present(wpthlp(:ngrdcol,:),sfc_elevation(:ngrdcol),gr%zm(1:ngrdcol,:),gr,depth_pos_wpthlp(:ngrdcol))
252, Accelerator restriction: induction variable live-out from loop: k
253, Accelerator restriction: induction variable live-out from loop: k
254, Accelerator restriction: induction variable live-out from loop: k
518, Generating NVIDIA GPU code
519, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
518, Generating default present(depth_pos_wpthlp(:ngrdcol),upwp_sfc(:ngrdcol),uf(:ngrdcol),vpwp_sfc(:ngrdcol),wpthlp(:ngrdcol,:1))
545, Generating NVIDIA GPU code
546, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
545, Generating default present(vp2(:ngrdcol,:1),wp2(:ngrdcol,:1),uf(:ngrdcol),up2(:ngrdcol,:1))
559, Generating NVIDIA GPU code
560, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
559, Generating default present(wpthlp(:ngrdcol,:1),wprtp_sfc(:ngrdcol),thlp2(:ngrdcol,:1),rtpthlp(:ngrdcol,:1),uf(:ngrdcol),rtp2(:ngrdcol,:1))
568, Generating NVIDIA GPU code
569, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
568, Generating default present(wpthlp(:ngrdcol,:1),wprtp_sfc(:ngrdcol),thlp2(:ngrdcol,:1),rtpthlp(:ngrdcol,:1),uf(:ngrdcol),rtp2(:ngrdcol,:1))
577, Generating NVIDIA GPU code
578, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
577, Generating default present(rtp2(:ngrdcol,:1),thlp2(:ngrdcol,:1))
589, Generating NVIDIA GPU code
590, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
589, Generating default present(wpthlp(:ngrdcol,:1),wprtp_sfc(:ngrdcol),rtp2(:ngrdcol,:1),thlp2(:ngrdcol,:1),min_wp2_sfc_val(:ngrdcol))
598, Generating NVIDIA GPU code
599, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
598, Generating default present(wp2_splat_sfc_correction(:ngrdcol),wp2(:ngrdcol,:1),vp2(:ngrdcol,:1),min_wp2_sfc_val(:ngrdcol),lhs_splat_wp2(:ngrdcol,:1),tau_zm(:ngrdcol,:1),up2(:ngrdcol,:1))
619, Generating NVIDIA GPU code
620, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
621, ! blockidx%x threadidx%x collapsed
619, Generating default present(sclr_idx,wprtp_sfc(:ngrdcol),sclrpthlp(:ngrdcol,:1,:sclr_dim),uf(:ngrdcol),sclrp2(:ngrdcol,:1,:sclr_dim),wpthlp(:ngrdcol,:1),wpsclrp_sfc(:ngrdcol,:sclr_dim),sclrprtp(:ngrdcol,:1,:sclr_dim))
676, Generating NVIDIA GPU code
677, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
676, Generating default present(wp2(:ngrdcol,:1))
682, Generating NVIDIA GPU code
683, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
682, Generating default present(rtpthlp(:ngrdcol,:1),gr,rtp2(:ngrdcol,:1),gr%zm(1:ngrdcol,1),sfc_elevation(:ngrdcol),up2(:ngrdcol,:1),thlp2(:ngrdcol,:1),wp2(:ngrdcol,:1),vp2(:ngrdcol,:1))
701, Generating NVIDIA GPU code
702, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
703, ! blockidx%x threadidx%x collapsed
701, Generating default present(gr%zm(1:ngrdcol,1),sclrp2(:ngrdcol,:1,:sclr_dim),sclrprtp(:ngrdcol,:1,:sclr_dim),gr,sfc_elevation(:ngrdcol),sclrpthlp(:ngrdcol,:1,:sclr_dim))
718, Generating update self(rtp2(:,:),rtpthlp(:,:),up2(:,:),thlp2(:,:),wp2(:,:),vp2(:,:))
749, Generating update self(wp2(:,:),wpthlp(:,:),wprtp_sfc(:),vp2(:,:),up2(:,:),sclrprtp(:,:,:),sclrp2(:,:,:),rtpthlp(:,:),rtp2(:,:),sclrpthlp(:,:,:),upwp_sfc(:),thlp2(:,:),vpwp_sfc(:))
792, Generating exit data delete(vsp2_sfc(:),zeta(:),wp2_splat_sfc_correction(:),usp2_sfc(:),vm_sfc_sqd(:),um_sfc_sqd(:),ustar(:),uf(:),depth_pos_wpthlp(:),min_wp2_sfc_val(:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/mixing_length.F90
advance_xm_wpxp:
489, Generating enter data create(lhs_pr1_wprtp(:,:),lhs_ma_zt(:,:,:),kw6(:,:),lhs_ta_wpvp(:,:,:),lhs_ta_xm(:,:,:),rhs_ta_wpup(:,:),rhs_ta_wpthlp(:,:),rhs_ta_wprtp(:,:),low_lev_effect(:,:),lhs_ta_wpup(:,:,:),lhs_ta_wpthlp(:,:,:),lhs_ta_wprtp(:,:,:),lhs_pr1_wpthlp(:,:),lhs_diff_zt(:,:,:),lhs_ma_zm(:,:,:),lhs_diff_zm(:,:,:),lhs_ac_pr2(:,:),vm_old(:,:),upwp_old(:,:),um_old(:,:),thlm_old(:,:),wprtp_old(:,:),rtm_old(:,:),vpwp_old(:,:),rhs_ta_wpvp(:,:),c7_skw_fnc(:,:),lhs_tp(:,:,:),high_lev_effect(:,:),c6thl_skw_fnc(:,:),c6rt_skw_fnc(:,:),c6_term(:,:),wpthlp_old(:,:))
498, Generating enter data create(lhs_ta_wpsclrp(:,:,:,:),lhs_pr1_wpsclrp(:,:),wpsclrp_old(:,:,:),sclrm_old(:,:,:),rhs_ta_wpsclrp(:,:,:))
535, Generating NVIDIA GPU code
536, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
537, ! blockidx%x threadidx%x collapsed
535, Generating default present(wpthlp_old(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wprtp_old(:ngrdcol,:nz),thlm(:ngrdcol,:nz),rtm_old(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),thlm_old(:ngrdcol,:nz),rtm(:ngrdcol,:nz))
547, Generating NVIDIA GPU code
548, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
549, ! blockidx%x threadidx%x collapsed
550, ! blockidx%x threadidx%x collapsed
547, Generating default present(sclrm(:ngrdcol,:nz,:sclr_dim),sclrm_old(:ngrdcol,:nz,:sclr_dim),wpsclrp(:ngrdcol,:nz,:sclr_dim),wpsclrp_old(:ngrdcol,:nz,:sclr_dim))
560, Generating NVIDIA GPU code
561, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
562, ! blockidx%x threadidx%x collapsed
560, Generating default present(vpwp_old(:ngrdcol,:nz),vpwp(:ngrdcol,:nz),vm_old(:ngrdcol,:nz),vm(:ngrdcol,:nz),upwp_old(:ngrdcol,:nz),upwp(:ngrdcol,:nz),um_old(:ngrdcol,:nz),um(:ngrdcol,:nz))
593, Generating NVIDIA GPU code
594, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
595, ! blockidx%x threadidx%x collapsed
593, Generating default present(c6rt_skw_fnc(:ngrdcol,:nz),skw_zm(:ngrdcol,:nz))
602, Generating NVIDIA GPU code
603, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
604, ! blockidx%x threadidx%x collapsed
602, Generating default present(c6rt_skw_fnc(:ngrdcol,:nz))
612, Generating NVIDIA GPU code
613, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
614, ! blockidx%x threadidx%x collapsed
612, Generating default present(skw_zm(:ngrdcol,:nz),c6thl_skw_fnc(:ngrdcol,:nz))
621, Generating NVIDIA GPU code
622, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
623, ! blockidx%x threadidx%x collapsed
621, Generating default present(c6thl_skw_fnc(:ngrdcol,:nz))
642, Generating NVIDIA GPU code
643, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
644, ! blockidx%x threadidx%x collapsed
642, Generating default present(c6thl_skw_fnc(:ngrdcol,:nz),c6rt_skw_fnc(:ngrdcol,:nz))
656, Generating NVIDIA GPU code
657, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
658, ! blockidx%x threadidx%x collapsed
656, Generating default present(c7_skw_fnc(:ngrdcol,:nz),cx_fnc_richardson(:ngrdcol,:nz))
674, Generating NVIDIA GPU code
675, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
676, ! blockidx%x threadidx%x collapsed
674, Generating default present(c7_skw_fnc(:ngrdcol,:nz),skw_zm(:ngrdcol,:nz))
682, Generating NVIDIA GPU code
683, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
684, ! blockidx%x threadidx%x collapsed
682, Generating default present(c7_skw_fnc(:ngrdcol,:nz))
702, Generating update self(c6rt_skw_fnc(:,:),c7_skw_fnc(:,:),c6thl_skw_fnc(:,:))
717, Generating NVIDIA GPU code
718, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
719, ! blockidx%x threadidx%x collapsed
717, Generating default present(c7_skw_fnc(:ngrdcol,:nz))
718, Scalar last value needed after loop for err_code at line 727,930
719, Scalar last value needed after loop for err_code at line 727
738, Generating NVIDIA GPU code
739, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
740, ! blockidx%x threadidx%x collapsed
738, Generating default present(kw6(:ngrdcol,:nz),kh_zt(:ngrdcol,:nz))
763, Generating NVIDIA GPU code
764, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
765, ! blockidx%x threadidx%x collapsed
763, Generating default present(c6_term(:ngrdcol,:nz),invrs_tau_c6_zm(:ngrdcol,:nz),c6rt_skw_fnc(:ngrdcol,:nz))
772, Generating update self(c6_term(:,:))
890, Generating NVIDIA GPU code
891, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
892, ! blockidx%x threadidx%x collapsed
890, Generating default present(wprtp(:ngrdcol,:nz),thlm_old(:ngrdcol,:nz),wpthlp_old(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wprtp_old(:ngrdcol,:nz),rtm(:ngrdcol,:nz),thlm(:ngrdcol,:nz),rtm_old(:ngrdcol,:nz))
902, Generating NVIDIA GPU code
903, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
904, ! blockidx%x threadidx%x collapsed
905, ! blockidx%x threadidx%x collapsed
902, Generating default present(sclrm(:ngrdcol,:nz,:sclr_dim),sclrm_old(:ngrdcol,:nz,:sclr_dim),wpsclrp_old(:ngrdcol,:nz,:sclr_dim),wpsclrp(:ngrdcol,:nz,:sclr_dim))
915, Generating NVIDIA GPU code
916, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
917, ! blockidx%x threadidx%x collapsed
915, Generating default present(vpwp_old(:ngrdcol,:nz),vpwp(:ngrdcol,:nz),vm_old(:ngrdcol,:nz),upwp(:ngrdcol,:nz),um_old(:ngrdcol,:nz),vm(:ngrdcol,:nz),upwp_old(:ngrdcol,:nz),um(:ngrdcol,:nz))
932, Generating update self(vpwp(:,:),vm_forcing(:,:),upwp(:,:),um_forcing(:,:),wpsclrp(:,:,:),sclrm_forcing(:,:,:),wpthlp_forcing(:,:),thlm_forcing(:,:),wprtp_forcing(:,:),rtm_forcing(:,:),vprcp(:,:),vg(:,:),uprcp(:,:),ug(:,:),wprtp_old(:,:),rtpthvp(:,:),wpsclrp_old(:,:,:),skw_zm(:,:),wp3_on_wp2_zt(:,:),rho_ds_zt(:,:),p_in_pa(:,:),vp2(:,:),up2(:,:),vm_ref(:,:),um_ref(:,:),vm_old(:,:),um_old(:,:),exner(:,:),wpthvp(:,:),wpthlp_old(:,:),varnce_w_2_zm(:,:),thvm(:,:),vm(:,:),um(:,:),thv_ds_zm(:,:),mixt_frac_zm(:,:),rc_coef(:,:),em(:,:),sclrm_old(:,:,:),sclrm(:,:,:),sclrp2(:,:,:),wp2rtp(:,:),cx_fnc_richardson(:,:),lscale(:,:),varnce_w_1_zm(:,:),upwp_old(:,:),w_1_zm(:,:),vpwp_old(:,:),thlm_ref(:,:),rtm_ref(:,:),thlpthvp(:,:),invrs_rho_ds_zm(:,:),fcor(:),rho_ds_zm(:,:),rcm(:,:),thlm_old(:,:),wpthlp(:,:),thlm(:,:),thlp2(:,:),wp2sclrp(:,:,:),rtm_old(:,:),wprtp(:,:),rtm(:,:),rtp2(:,:),wp2(:,:),sigma_sqd_w(:,:),invrs_rho_ds_zt(:,:),invrs_tau_c6_zm(:,:),kh_zm(:,:),wp3_on_wp2(:,:),wp2thlp(:,:),kh_zt(:,:),wm_zt(:,:),wm_zm(:,:),w_2_zm(:,:),sclrpthvp(:,:,:))
979, Generating update self(rtm_ref(:,:),rtm(:,:))
1000, Generating update device(rtm(:,:))
1006, Generating update self(thlm_ref(:,:),thlm(:,:))
1027, Generating update device(thlm(:,:))
1035, Generating update self(vm_ref(:,:),vm(:,:),um(:,:),um_ref(:,:))
1065, Generating update device(vm(:,:),um(:,:))
1074, Generating update self(vm(:,:),um(:,:))
1083, Generating NVIDIA GPU code
1084, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1085, ! blockidx%x threadidx%x collapsed
1083, Generating default present(vm_ref(:ngrdcol,:nz),vm(:ngrdcol,:nz),um_ref(:ngrdcol,:nz),um(:ngrdcol,:nz))
1094, Generating update self(vm(:,:),um(:,:))
1106, Generating update self(vm_ref(:,:),um_ref(:,:))
1117, Generating exit data delete(lhs_pr1_wprtp(:,:),lhs_ma_zt(:,:,:),kw6(:,:),lhs_ta_wpvp(:,:,:),lhs_ta_xm(:,:,:),rhs_ta_wpup(:,:),rhs_ta_wpthlp(:,:),rhs_ta_wprtp(:,:),low_lev_effect(:,:),lhs_ta_wpup(:,:,:),lhs_ta_wpthlp(:,:,:),lhs_ta_wprtp(:,:,:),lhs_pr1_wpthlp(:,:),lhs_diff_zt(:,:,:),lhs_ma_zm(:,:,:),lhs_diff_zm(:,:,:),lhs_ac_pr2(:,:),vm_old(:,:),upwp_old(:,:),um_old(:,:),thlm_old(:,:),wprtp_old(:,:),rtm_old(:,:),vpwp_old(:,:),rhs_ta_wpvp(:,:),c7_skw_fnc(:,:),lhs_tp(:,:,:),high_lev_effect(:,:),c6thl_skw_fnc(:,:),c6rt_skw_fnc(:,:),c6_term(:,:),wpthlp_old(:,:))
1126, Generating exit data delete(lhs_ta_wpsclrp(:,:,:,:),lhs_pr1_wpsclrp(:,:),wpsclrp_old(:,:,:),sclrm_old(:,:,:),rhs_ta_wpsclrp(:,:,:))
compute_mixing_length:
245, Generating enter data create(thv_par_1(:,:),thl_par_j_precalc(:,:),lv_coef(:,:),rt_par_j_precalc(:,:),cape_incr_1(:,:),s_par_1(:,:),rc_par_1(:,:),rsatl_par_1(:,:),tl_par_1(:,:),tke_i(:,:),rt_par_1(:,:),thl_par_1(:,:),dcape_dz_1(:,:),invrs_dzm_on_mu(:,:),exp_mu_dzm(:,:),grav_on_thvm(:,:),entrain_coef(:,:))
250, Generating NVIDIA GPU code
251, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
250, Generating default present(mu(:ngrdcol))
251, Scalar last value needed after loop for err_code at line 259
268, Generating NVIDIA GPU code
269, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
270, ! blockidx%x threadidx%x collapsed
268, Generating default present(lscale_up(:ngrdcol,:nz),mu(:ngrdcol),entrain_coef(:ngrdcol,:nz),gr%invrs_dzm(1:ngrdcol,1:nz),thvm(:ngrdcol,:nz),thv_ds(:ngrdcol,:nz),grav_on_thvm(:ngrdcol,:nz),gr%dzm(1:ngrdcol,1:nz),exner(:ngrdcol,:nz),gr,exp_mu_dzm(:ngrdcol,:nz),lv_coef(:ngrdcol,:nz),invrs_dzm_on_mu(:ngrdcol,:nz),lscale_down(:ngrdcol,:nz))
287, Generating NVIDIA GPU code
288, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
287, Generating default present(lscale_up(:ngrdcol,:1),lscale_down(:ngrdcol,:1))
307, Generating NVIDIA GPU code
308, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
309, ! blockidx%x threadidx%x collapsed
307, Generating default present(exp_mu_dzm(:ngrdcol,:nz-2),rt_par_j_precalc(:ngrdcol,2:nz-1),rtm(:ngrdcol,:nz-1),entrain_coef(:ngrdcol,:nz-2),thl_par_j_precalc(:ngrdcol,2:nz-1),thlm(:ngrdcol,:nz-1))
329, Generating NVIDIA GPU code
330, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
331, ! blockidx%x threadidx%x collapsed
329, Generating default present(exner(:ngrdcol,3:nz),rt_par_1(:ngrdcol,3:nz),tl_par_1(:ngrdcol,3:nz),thlm(:ngrdcol,2:nz),entrain_coef(:ngrdcol,2:nz-1),rtm(:ngrdcol,2:nz),thl_par_1(:ngrdcol,3:nz))
356, Generating NVIDIA GPU code
357, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
358, !$acc loop seq
393, !$acc loop seq
356, Generating default present(gr,exp_mu_dzm(:ngrdcol,:),cape_incr_1(:ngrdcol,3:nz),gr%zt(1:ngrdcol,:),thv_par_1(:ngrdcol,3:nz),thv_ds(:ngrdcol,:),thl_par_j_precalc(:ngrdcol,:),s_par_1(:ngrdcol,3:nz),lscale_up(:ngrdcol,2:nz-2),p_in_pa(:,:),rt_par_j_precalc(:ngrdcol,:),rc_par_1(:ngrdcol,3:nz),rsatl_par_1(:ngrdcol,3:nz),tl_par_1(:ngrdcol,3:nz),tke_i(:ngrdcol,2:nz-2),gr%dzm(1:ngrdcol,:),exner(:ngrdcol,:),thl_par_1(:ngrdcol,3:nz),rt_par_1(:ngrdcol,3:nz),dcape_dz_1(:ngrdcol,3:nz),lv_coef(:ngrdcol,:),thvm(:ngrdcol,:),grav_on_thvm(:ngrdcol,:),gr%invrs_dzm(1:ngrdcol,:))
358, Loop is parallelizable
393, Loop carried scalar dependence for lscale_up_max_alt at line 535,539
Loop carried dependence of p_in_pa prevents parallelization
Loop carried backward dependence of p_in_pa prevents vectorization
Loop carried scalar dependence for dcape_dz_j at line 739,746,757,759,494,501,509,511
415, Loop carried scalar dependence for thl_par_j at line 426
Loop carried scalar dependence for rt_par_j at line 433
Scalar last value needed after loop for dcape_dz_j at line 739,746,757,759,494,501,509,511
Loop carried scalar dependence for dcape_dz_j_minus_1 at line 467
Scalar last value needed after loop for dcape_dz_j_minus_1 at line 494,509,511
Loop carried scalar dependence for tke at line 470,478
Scalar last value needed after loop for tke at line 501,511
426, Accelerator restriction: induction variable live-out from loop: j
433, Accelerator restriction: induction variable live-out from loop: j
440, Accelerator restriction: induction variable live-out from loop: j
442, Accelerator restriction: induction variable live-out from loop: j
Reference argument passing prevents parallelization: tl_par_j
459, Accelerator restriction: induction variable live-out from loop: j
463, Accelerator restriction: induction variable live-out from loop: j
467, Accelerator restriction: induction variable live-out from loop: j
479, Accelerator restriction: induction variable live-out from loop: j
481, Accelerator restriction: induction variable live-out from loop: j
556, Generating NVIDIA GPU code
557, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
558, ! blockidx%x threadidx%x collapsed
556, Generating default present(exp_mu_dzm(:ngrdcol,2:nz-1),rt_par_j_precalc(:ngrdcol,2:nz-1),rtm(:ngrdcol,2:nz),entrain_coef(:ngrdcol,2:nz-1),thlm(:ngrdcol,2:nz),thl_par_j_precalc(:ngrdcol,2:nz-1))
578, Generating NVIDIA GPU code
579, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
580, ! blockidx%x threadidx%x collapsed
578, Generating default present(exner(:ngrdcol,2:nz-1),rt_par_1(:ngrdcol,2:nz-1),tl_par_1(:ngrdcol,2:nz-1),thlm(:ngrdcol,2:nz),entrain_coef(:ngrdcol,2:nz-1),rtm(:ngrdcol,2:nz),thl_par_1(:ngrdcol,2:nz-1))
604, Generating NVIDIA GPU code
605, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
606, !$acc loop seq
640, !$acc loop seq
604, Generating default present(gr,exp_mu_dzm(:ngrdcol,:),cape_incr_1(:ngrdcol,2:nz-1),gr%zt(1:ngrdcol,:),thv_par_1(:ngrdcol,2:nz-1),thv_ds(:ngrdcol,:),thl_par_j_precalc(:ngrdcol,:),s_par_1(:ngrdcol,2:nz-1),lscale_down(:ngrdcol,3:nz),p_in_pa(:,:),rt_par_j_precalc(:ngrdcol,:),rc_par_1(:ngrdcol,2:nz-1),rsatl_par_1(:ngrdcol,2:nz-1),tl_par_1(:ngrdcol,2:nz-1),tke_i(:ngrdcol,3:nz),gr%invrs_dzm(1:ngrdcol,:),gr%dzm(1:ngrdcol,:),thl_par_1(:ngrdcol,2:nz-1),exner(:ngrdcol,:),rt_par_1(:ngrdcol,2:nz-1),dcape_dz_1(:ngrdcol,2:nz-1),lv_coef(:ngrdcol,:),thvm(:ngrdcol,:),grav_on_thvm(:ngrdcol,:))
606, Loop is parallelizable
640, Loop carried scalar dependence for lscale_down_min_alt at line 782,783
Loop carried dependence of p_in_pa prevents parallelization
Loop carried backward dependence of p_in_pa prevents vectorization
Loop carried scalar dependence for dcape_dz_j at line 739,746,757,759
662, Loop carried scalar dependence for thl_par_j at line 673
Loop carried scalar dependence for rt_par_j at line 680
Scalar last value needed after loop for dcape_dz_j at line 739,746,757,759
Loop carried scalar dependence for dcape_dz_j_plus_1 at line 713
Scalar last value needed after loop for dcape_dz_j_plus_1 at line 739,757,759
Loop carried scalar dependence for tke at line 716,724
Scalar last value needed after loop for tke at line 746,759
673, Accelerator restriction: induction variable live-out from loop: j
680, Accelerator restriction: induction variable live-out from loop: j
687, Accelerator restriction: induction variable live-out from loop: j
689, Accelerator restriction: induction variable live-out from loop: j
Reference argument passing prevents parallelization: tl_par_j
706, Accelerator restriction: induction variable live-out from loop: j
709, Accelerator restriction: induction variable live-out from loop: j
713, Accelerator restriction: induction variable live-out from loop: j
725, Accelerator restriction: induction variable live-out from loop: j
727, Accelerator restriction: induction variable live-out from loop: j
794, Generating NVIDIA GPU code
795, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
796, !$acc loop seq
829, !$acc loop seq
794, Generating default present(gr,gr%zm(1:ngrdcol,1),lscale_up(:ngrdcol,2:nz),lscale_max(:ngrdcol),lscale(:ngrdcol,:),gr%zt(1:ngrdcol,2:nz),lscale_down(:ngrdcol,2:nz))
796, Loop is parallelizable
829, Loop is parallelizable
837, Generating update self(thlm(:,:),lscale_up(:,:),em(:,:),p_in_pa(:,:),rtm(:,:),thvm(:,:),thv_ds(:,:),lscale(:,:),lscale_down(:,:),exner(:,:))
868, Generating exit data delete(thv_par_1(:,:),thl_par_j_precalc(:,:),lv_coef(:,:),rt_par_j_precalc(:,:),cape_incr_1(:,:),s_par_1(:,:),rc_par_1(:,:),rsatl_par_1(:,:),tl_par_1(:,:),tke_i(:,:),rt_par_1(:,:),thl_par_1(:,:),dcape_dz_1(:,:),invrs_dzm_on_mu(:,:),exp_mu_dzm(:,:),grav_on_thvm(:,:),entrain_coef(:,:))
calc_lscale_directly:
1018, Generating enter data create(mu_pert_2(:),mu_pert_neg_rt(:),mu_pert_1(:),lscale_pert_2(:,:),rtm_pert_2(:,:),rtm_pert_neg_rt(:,:),thlm_pert_2(:,:),thlm_pert_neg_rt(:,:),thlm_pert_pos_rt(:,:),rtm_pert_1(:,:),mu_pert_pos_rt(:),thlm_pert_1(:,:),sign_rtpthlp(:,:),lscale_pert_1(:,:),rtm_pert_pos_rt(:,:))
1192, Generating NVIDIA GPU code
1193, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1194, ! blockidx%x threadidx%x collapsed
1192, Generating default present(lscale_pert_2(:ngrdcol,:nz),lscale_pert_1(:ngrdcol,:nz))
1203, Generating update self(lscale_pert_2(:,:),lscale_pert_1(:,:))
1258, Generating exit data delete(mu_pert_2(:),mu_pert_neg_rt(:),mu_pert_1(:),lscale_pert_2(:,:),rtm_pert_2(:,:),rtm_pert_neg_rt(:,:),thlm_pert_2(:,:),thlm_pert_pos_rt(:,:),thlm_pert_neg_rt(:,:),rtm_pert_1(:,:),mu_pert_pos_rt(:),thlm_pert_1(:,:),sign_rtpthlp(:,:),lscale_pert_1(:,:),rtm_pert_pos_rt(:,:))
xm_wpxp_lhs:
1292, Generating NVIDIA GPU code
1293, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1292, Generating default present(lhs(:,:ngrdcol,:1))
1303, Generating NVIDIA GPU code
1304, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1303, Generating default present(lhs(:,:ngrdcol,2))
1314, Generating NVIDIA GPU code
1315, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1316, ! blockidx%x threadidx%x collapsed
1314, Generating default present(lhs(:,:ngrdcol,:),lhs_ma_zm(:,:ngrdcol,2:nz),lhs_tp(:,:ngrdcol,2:nz),lhs_ta_xm(:,:ngrdcol,2:nz),lhs_diff_zm(:,:ngrdcol,2:nz),lhs_ac_pr2(:ngrdcol,2:nz),lhs_pr1(:ngrdcol,2:nz),lhs_ta_wpxp(:,:ngrdcol,2:nz))
1354, Generating NVIDIA GPU code
1355, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1354, Generating default present(lhs(:,:ngrdcol,nz*2))
1366, Generating NVIDIA GPU code
1367, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1368, ! blockidx%x threadidx%x collapsed
1366, Generating default present(lhs(3,:ngrdcol,:))
1378, Generating NVIDIA GPU code
1379, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1380, ! blockidx%x threadidx%x collapsed
1378, Generating default present(lhs_diff_zt(:,:ngrdcol,2:nz),lhs(:,:ngrdcol,:))
1392, Generating NVIDIA GPU code
1393, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1394, ! blockidx%x threadidx%x collapsed
1392, Generating default present(lhs_ma_zt(:,:ngrdcol,2:nz),lhs(:,:ngrdcol,:))
calc_xm_wpxp_lhs_terms:
1552, Generating enter data create(zeros_array(:),kw6_zm(:,:),kh_n2_zm(:,:),k_zm(:,:),k_zt(:,:))
1558, Generating NVIDIA GPU code
1559, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1560, ! blockidx%x threadidx%x collapsed
1558, Generating default present(kw6_zm(:ngrdcol,:nz))
1608, Generating NVIDIA GPU code
1609, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1610, ! blockidx%x threadidx%x collapsed
1608, Generating default present(kh_zm(:ngrdcol,:nz),kh_n2_zm(:ngrdcol,:nz))
1617, Generating NVIDIA GPU code
1618, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1619, ! blockidx%x threadidx%x collapsed
1617, Generating default present(kh_n2_zm(:ngrdcol,:nz),kh_zm(:ngrdcol,:nz))
1628, Generating NVIDIA GPU code
1629, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1630, ! blockidx%x threadidx%x collapsed
1628, Generating default present(k_zm(:ngrdcol,:nz),kh_n2_zm(:ngrdcol,:nz),k_zt(:ngrdcol,:nz))
1637, Generating NVIDIA GPU code
1638, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1637, Generating default present(zeros_array(:ngrdcol))
1657, Generating exit data delete(zeros_array(:),kw6_zm(:,:),kh_n2_zm(:,:),k_zm(:,:),k_zt(:,:))
xm_wpxp_rhs:
1803, Generating enter data create(rhs_bp_pr3(:,:))
1812, Generating NVIDIA GPU code
1813, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1812, Generating default present(xm(:ngrdcol,:1),wpxp(:ngrdcol,:1),rhs(:ngrdcol,:2))
1823, Generating NVIDIA GPU code
1824, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1825, ! blockidx%x threadidx%x collapsed
1823, Generating default present(rhs(:ngrdcol,:),wpxp(:ngrdcol,:nz),rhs_bp_pr3(:ngrdcol,2:nz-1),lhs_pr1(:ngrdcol,2:nz-1),rhs_ta(:ngrdcol,2:nz-1),lhs_ta_wpxp(:,:ngrdcol,2:nz-1),wpxp_forcing(:ngrdcol,2:nz-1),xm_forcing(:ngrdcol,2:nz-1),xm(:ngrdcol,2:nz-1))
1848, Generating NVIDIA GPU code
1849, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1848, Generating default present(xm_forcing(:ngrdcol,nz),xm(:ngrdcol,nz),rhs(:ngrdcol,nz*2-1:nz*2))
1860, Generating NVIDIA GPU code
1861, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1862, ! blockidx%x threadidx%x collapsed
1860, Generating default present(wpxp(:ngrdcol,2:nz-1),rhs(:ngrdcol,:))
1873, Generating update self(lhs_ta_wpxp(:,:,:),rhs(:,:),c7_skw_fnc(:,:),rhs_ta(:,:),xm_forcing(:,:),xpthvp(:,:),wpxp(:,:),xm(:,:),thv_ds_zm(:,:),wpxp_forcing(:,:),lhs_pr1(:,:))
2002, Generating exit data delete(rhs_bp_pr3(:,:))
diagnose_lscale_from_tau:
1511, Generating enter data create(smooth_thlm(:,:),ddzt_um(:,:),ice_supersat_frac_zm(:,:),h_invrs_tau_wpxp_n2(:,:),brunt_freq_pos(:,:),norm_ddzt_umvm(:,:),invrs_tau_shear_smooth(:,:),ddzt_umvm_sqd(:,:),bvf_thresh(:,:),tau_zt(:,:),ddzt_vm(:,:),brunt_vaisala_freq_sqd_smth(:,:),smooth_norm_ddzt_umvm(:,:),brunt_vaisala_freq_clipped(:,:),brunt_freq_out_cloud(:,:),ustar(:))
1518, Generating enter data create(tmp_calc_max(:,:),tmp_calc_min_max(:,:),tmp_calc(:,:),tau_zt_unclipped(:,:),ddzt_umvm_sqd_clipped(:,:),ri_zm_clipped(:,:),tau_zm_unclipped(:,:),ri_zm_smooth(:,:),em_clipped(:,:))
1526, Generating NVIDIA GPU code
1527, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1526, Generating default present(sfc_elevation(:ngrdcol),gr%zm(1:ngrdcol,1),gr)
1527, Scalar last value needed after loop for err_code at line 1535
1579, Generating NVIDIA GPU code
1580, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1579, Generating default present(vpwp_sfc(:ngrdcol),ustar(:ngrdcol),upwp_sfc(:ngrdcol))
1587, Generating NVIDIA GPU code
1588, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1589, ! blockidx%x threadidx%x collapsed
1587, Generating default present(invrs_tau_bkgnd(:ngrdcol,:nz))
1598, Generating NVIDIA GPU code
1599, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1600, ! blockidx%x threadidx%x collapsed
1598, Generating default present(norm_ddzt_umvm(:ngrdcol,:nz),ddzt_vm(:ngrdcol,:nz),ddzt_um(:ngrdcol,:nz),ddzt_umvm_sqd(:ngrdcol,:nz))
1609, Generating NVIDIA GPU code
1610, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1611, ! blockidx%x threadidx%x collapsed
1609, Generating default present(invrs_tau_shear_smooth(:ngrdcol,:nz),smooth_norm_ddzt_umvm(:ngrdcol,:nz))
1621, Generating NVIDIA GPU code
1622, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1623, ! blockidx%x threadidx%x collapsed
1621, Generating default present(gr%zm(1:ngrdcol,1:nz),invrs_tau_sfc(:ngrdcol,:nz),gr,ustar(:ngrdcol),sfc_elevation(:ngrdcol))
1631, Generating NVIDIA GPU code
1632, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1633, ! blockidx%x threadidx%x collapsed
1631, Generating default present(invrs_tau_bkgnd(:ngrdcol,:nz),invrs_tau_no_n2_zm(:ngrdcol,:nz),invrs_tau_shear(:ngrdcol,:nz),invrs_tau_sfc(:ngrdcol,:nz))
1668, Generating NVIDIA GPU code
1669, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1670, ! blockidx%x threadidx%x collapsed
1668, Generating default present(brunt_vaisala_freq_sqd_mixed(:ngrdcol,:nz),brunt_vaisala_freq_clipped(:ngrdcol,:nz))
1685, Generating update self(brunt_vaisala_freq_sqd_smth(:,:))
1695, Generating NVIDIA GPU code
1696, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1697, ! blockidx%x threadidx%x collapsed
1695, Generating default present(ri_zm_clipped(:ngrdcol,:nz),ddzt_umvm_sqd(:ngrdcol,:nz),brunt_vaisala_freq_sqd_smth(:ngrdcol,:nz))
1726, Generating NVIDIA GPU code
1727, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1728, ! blockidx%x threadidx%x collapsed
1726, Generating default present(ri_zm(:ngrdcol,:nz),ddzt_umvm_sqd(:ngrdcol,:nz),brunt_vaisala_freq_sqd_smth(:ngrdcol,:nz))
1755, Generating NVIDIA GPU code
1756, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1757, ! blockidx%x threadidx%x collapsed
1755, Generating default present(brunt_vaisala_freq_sqd_smth(:ngrdcol,:nz),brunt_freq_pos(:ngrdcol,:nz))
1794, Generating NVIDIA GPU code
1795, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1796, ! blockidx%x threadidx%x collapsed
1794, Generating default present(ice_supersat_frac_zm(:ngrdcol,:nz),brunt_freq_pos(:ngrdcol,:nz),brunt_freq_out_cloud(:ngrdcol,:nz))
1807, Generating NVIDIA GPU code
1808, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1809, ! blockidx%x threadidx%x collapsed
1807, Generating default present(brunt_freq_out_cloud(:ngrdcol,:nz),gr%zt(1:ngrdcol,1:nz),gr)
1820, Generating update self(brunt_vaisala_freq_sqd_smth(:,:))
1833, Generating NVIDIA GPU code
1834, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1835, ! blockidx%x threadidx%x collapsed
1833, Generating default present(invrs_tau_wp2_zm(:ngrdcol,:nz),invrs_tau_zm(:ngrdcol,:nz),invrs_tau_shear(:ngrdcol,:nz),invrs_tau_n2_iso(:ngrdcol,:nz),invrs_tau_bkgnd(:ngrdcol,:nz),brunt_freq_pos(:ngrdcol,:nz),invrs_tau_no_n2_zm(:ngrdcol,:nz),brunt_freq_out_cloud(:ngrdcol,:nz))
1851, Generating NVIDIA GPU code
1852, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1853, ! blockidx%x threadidx%x collapsed
1851, Generating default present(invrs_tau_zm(:ngrdcol,:nz))
1859, Generating NVIDIA GPU code
1860, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1861, ! blockidx%x threadidx%x collapsed
1859, Generating default present(invrs_tau_no_n2_zm(:ngrdcol,:nz),gr%zm(1:ngrdcol,1:nz),sfc_elevation(:ngrdcol),invrs_tau_xp2_zm(:ngrdcol,:nz),gr,em(:ngrdcol,:nz),brunt_freq_pos(:ngrdcol,:nz))
1900, Generating NVIDIA GPU code
1901, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1902, ! blockidx%x threadidx%x collapsed
1900, Generating default present(brunt_vaisala_freq_sqd_smth(:ngrdcol,:nz),invrs_tau_xp2_zm(:ngrdcol,:nz),ddzt_umvm_sqd(:ngrdcol,:nz))
1914, Generating NVIDIA GPU code
1915, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1916, ! blockidx%x threadidx%x collapsed
1914, Generating default present(brunt_freq_out_cloud(:ngrdcol,:nz),invrs_tau_zm(:ngrdcol,:nz),invrs_tau_wpxp_zm(:ngrdcol,:nz))
1925, Generating NVIDIA GPU code
1926, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1927, ! blockidx%x threadidx%x collapsed
1925, Generating default present(invrs_tau_xp2_zm(:ngrdcol,:nz),invrs_tau_no_n2_zm(:ngrdcol,:nz),brunt_freq_pos(:ngrdcol,:nz),brunt_freq_out_cloud(:ngrdcol,:nz))
1948, Generating NVIDIA GPU code
1949, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1950, ! blockidx%x threadidx%x collapsed
1948, Generating default present(invrs_tau_wpxp_zm(:ngrdcol,:nz),invrs_tau_no_n2_zm(:ngrdcol,:nz),brunt_freq_pos(:ngrdcol,:nz),brunt_freq_out_cloud(:ngrdcol,:nz))
1962, Generating NVIDIA GPU code
1963, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1964, ! blockidx%x threadidx%x collapsed
1962, Generating default present(bvf_thresh(:ngrdcol,:nz),brunt_vaisala_freq_sqd_smth(:ngrdcol,:nz))
1974, Generating NVIDIA GPU code
1975, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1976, ! blockidx%x threadidx%x collapsed
1974, Generating default present(h_invrs_tau_wpxp_n2(:ngrdcol,:nz),brunt_vaisala_freq_sqd_smth(:ngrdcol,:nz))
2012, Generating NVIDIA GPU code
2013, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2014, ! blockidx%x threadidx%x collapsed
2012, Generating default present(h_invrs_tau_wpxp_n2(:ngrdcol,:nz),gr%zt(1:ngrdcol,1:nz),ri_zm(:ngrdcol,:nz),invrs_tau_wpxp_zm(:ngrdcol,:nz),gr)
2027, Generating NVIDIA GPU code
2028, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2029, ! blockidx%x threadidx%x collapsed
2027, Generating default present(invrs_tau_wp3_zm(:ngrdcol,:nz),invrs_tau_wp2_zm(:ngrdcol,:nz),brunt_freq_out_cloud(:ngrdcol,:nz))
2053, Generating NVIDIA GPU code
2054, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2055, ! blockidx%x threadidx%x collapsed
2053, Generating default present(sqrt_em_zt(:ngrdcol,:nz),tau_max_zt(:ngrdcol,:nz),tau_max_zm(:ngrdcol,:nz),lscale_max(:ngrdcol),em(:ngrdcol,:nz))
2083, Generating NVIDIA GPU code
2084, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2085, ! blockidx%x threadidx%x collapsed
2083, Generating default present(tau_zm(:ngrdcol,:nz),tau_max_zm(:ngrdcol,:nz),invrs_tau_zm(:ngrdcol,:nz))
2093, Generating NVIDIA GPU code
2094, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2095, ! blockidx%x threadidx%x collapsed
2093, Generating default present(tau_zt(:ngrdcol,:nz),tau_max_zt(:ngrdcol,:nz))
2106, Generating NVIDIA GPU code
2107, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2108, ! blockidx%x threadidx%x collapsed
2106, Generating default present(lscale(:ngrdcol,:nz),lscale_down(:ngrdcol,:nz),tau_zt(:ngrdcol,:nz),sqrt_em_zt(:ngrdcol,:nz),lscale_up(:ngrdcol,:nz))
2121, Generating exit data delete(smooth_thlm(:,:),ddzt_um(:,:),ice_supersat_frac_zm(:,:),h_invrs_tau_wpxp_n2(:,:),brunt_freq_pos(:,:),norm_ddzt_umvm(:,:),invrs_tau_shear_smooth(:,:),ddzt_umvm_sqd(:,:),bvf_thresh(:,:),tau_zt(:,:),ddzt_vm(:,:),brunt_vaisala_freq_sqd_smth(:,:),smooth_norm_ddzt_umvm(:,:),brunt_vaisala_freq_clipped(:,:),brunt_freq_out_cloud(:,:),ustar(:))
2128, Generating exit data delete(tmp_calc_min_max(:,:),tmp_calc_max(:,:),tmp_calc(:,:),tau_zt_unclipped(:,:),ddzt_umvm_sqd_clipped(:,:),ri_zm_clipped(:,:),tau_zm_unclipped(:,:),ri_zm_smooth(:,:),em_clipped(:,:))
calc_xm_wpxp_ta_terms:
2187, Generating enter data create(a1(:,:),sgn_t_vel_wprtp(:,:),coef_wp2thlp_implicit_zm(:,:),term_wp2thlp_explicit(:,:),coef_wp2thlp_implicit(:,:),term_wp2rtp_explicit_zm(:,:),coef_wp2rtp_implicit_zm(:,:),term_wp2rtp_explicit(:,:),coef_wp2rtp_implicit(:,:),sgn_t_vel_wpthlp(:,:),a1_zt(:,:),term_wp2thlp_explicit_zm(:,:))
2193, Generating enter data create(term_wp2sclrp_explicit(:,:),term_wp2sclrp_explicit_zm(:,:),sgn_t_vel_wpsclrp(:,:))
2216, Generating NVIDIA GPU code
2217, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
2218, ! blockidx%x threadidx%x collapsed
2219, ! blockidx%x threadidx%x collapsed
2216, Generating default present(lhs_ta_wprtp(:,:ngrdcol,:nz),lhs_ta_wpthlp(:,:ngrdcol,:nz))
2228, Generating NVIDIA GPU code
2229, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
2230, ! blockidx%x threadidx%x collapsed
2231, ! blockidx%x threadidx%x collapsed
2232, ! blockidx%x threadidx%x collapsed
2228, Generating default present(lhs_ta_wpsclrp(:,:ngrdcol,:nz,sclr_dim))
2241, Generating NVIDIA GPU code
2242, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2243, ! blockidx%x threadidx%x collapsed
2241, Generating default present(term_wp2rtp_explicit(:ngrdcol,:nz),wp2thlp(:ngrdcol,:nz),wp2rtp(:ngrdcol,:nz),term_wp2thlp_explicit(:ngrdcol,:nz))
2270, Generating NVIDIA GPU code
2271, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2272, ! blockidx%x threadidx%x collapsed
2270, Generating default present(wp2sclrp(:ngrdcol,:nz,sclr),term_wp2sclrp_explicit(:ngrdcol,:nz))
2304, Generating NVIDIA GPU code
2305, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2306, ! blockidx%x threadidx%x collapsed
2304, Generating default present(a1(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz))
2317, Generating NVIDIA GPU code
2318, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2319, ! blockidx%x threadidx%x collapsed
2317, Generating default present(a1_zt(:ngrdcol,:nz))
2325, Generating NVIDIA GPU code
2326, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2327, ! blockidx%x threadidx%x collapsed
2325, Generating default present(coef_wp2rtp_implicit(:ngrdcol,:nz),a1_zt(:ngrdcol,:nz),wp3_on_wp2_zt(:ngrdcol,:nz),coef_wp2thlp_implicit(:ngrdcol,:nz))
2348, Generating NVIDIA GPU code
2349, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2350, ! blockidx%x threadidx%x collapsed
2348, Generating default present(coef_wp2rtp_implicit(:ngrdcol,:nz),a1_zt(:ngrdcol,:nz),wp3_on_wp2_zt(:ngrdcol,:nz),coef_wp2thlp_implicit(:ngrdcol,:nz))
2366, Generating NVIDIA GPU code
2367, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
2368, ! blockidx%x threadidx%x collapsed
2369, ! blockidx%x threadidx%x collapsed
2366, Generating default present(lhs_ta_wpthlp(:,:ngrdcol,:nz),lhs_ta_wprtp(:,:ngrdcol,:nz))
2377, Generating NVIDIA GPU code
2378, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
2379, ! blockidx%x threadidx%x collapsed
2380, ! blockidx%x threadidx%x collapsed
2381, ! blockidx%x threadidx%x collapsed
2377, Generating default present(lhs_ta_wpsclrp(:,:ngrdcol,:nz,:sclr_dim),lhs_ta_wprtp(:,:ngrdcol,:nz))
2391, Generating NVIDIA GPU code
2392, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2393, ! blockidx%x threadidx%x collapsed
2391, Generating default present(term_wp2thlp_explicit(:ngrdcol,:nz),term_wp2rtp_explicit(:ngrdcol,:nz))
2403, Generating NVIDIA GPU code
2404, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2405, ! blockidx%x threadidx%x collapsed
2403, Generating default present(rhs_ta_wpthlp(:ngrdcol,:nz),rhs_ta_wprtp(:ngrdcol,:nz))
2413, Generating NVIDIA GPU code
2414, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
2415, ! blockidx%x threadidx%x collapsed
2416, ! blockidx%x threadidx%x collapsed
2413, Generating default present(rhs_ta_wpsclrp(:ngrdcol,:nz,:sclr_dim))
2428, Generating NVIDIA GPU code
2429, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
2430, ! blockidx%x threadidx%x collapsed
2431, ! blockidx%x threadidx%x collapsed
2428, Generating default present(lhs_ta_wprtp(:,:ngrdcol,:nz),lhs_ta_wpvp(:,:ngrdcol,:nz),lhs_ta_wpup(:,:ngrdcol,:nz))
2441, Generating NVIDIA GPU code
2442, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2443, ! blockidx%x threadidx%x collapsed
2441, Generating default present(rhs_ta_wpvp(:ngrdcol,:nz),rhs_ta_wpup(:ngrdcol,:nz))
2575, Generating update self(term_wp2thlp_explicit(:,:),term_wp2rtp_explicit(:,:),coef_wp2rtp_implicit(:,:),coef_wp2thlp_implicit(:,:))
2589, Generating exit data delete(a1(:,:),sgn_t_vel_wprtp(:,:),coef_wp2thlp_implicit_zm(:,:),term_wp2thlp_explicit(:,:),coef_wp2thlp_implicit(:,:),term_wp2rtp_explicit_zm(:,:),coef_wp2rtp_implicit_zm(:,:),term_wp2rtp_explicit(:,:),coef_wp2rtp_implicit(:,:),sgn_t_vel_wpthlp(:,:),a1_zt(:,:),term_wp2thlp_explicit_zm(:,:))
2595, Generating exit data delete(term_wp2sclrp_explicit_zm(:,:),term_wp2sclrp_explicit(:,:),sgn_t_vel_wpsclrp(:,:))
solve_xm_wpxp_with_single_lhs:
2914, Generating enter data create(ddzt_vm(:,:),ddzt_um(:,:),ddzt_um_pert(:,:),vpwp_forcing_pert(:,:),old_solution(:,:,:),lhs(:,:,:),rhs_save(:,:,:),rhs(:,:,:),rcond(:),vprtp(:,:),uprtp(:,:),vpthlp(:,:),upthlp(:,:),vpthvp(:,:),upthvp(:,:),vpwp_forcing(:,:),upwp_forcing(:,:),solution(:,:,:),vm_tndcy(:,:),um_tndcy(:,:),vprtp_pert(:,:),uprtp_pert(:,:),vpthlp_pert(:,:),upthlp_pert(:,:),vpthvp_pert(:,:),upthvp_pert(:,:),upwp_forcing_pert(:,:),tau_c6_zm(:,:),ddzt_vm_pert(:,:),zeros_vector(:,:))
2921, Generating enter data create(wpsclrp_forcing(:,:,:))
2925, Generating NVIDIA GPU code
2926, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2927, ! blockidx%x threadidx%x collapsed
2925, Generating default present(zeros_vector(:ngrdcol,:nz))
2978, Generating NVIDIA GPU code
2979, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2980, ! blockidx%x threadidx%x collapsed
2978, Generating default present(wpsclrp_forcing(:ngrdcol,:nz,j))
3008, Generating NVIDIA GPU code
3009, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3010, ! blockidx%x threadidx%x collapsed
3008, Generating default present(vm_tndcy(:ngrdcol,:nz),vm_forcing(:ngrdcol,:nz),vm(:ngrdcol,:nz),ug(:ngrdcol,:nz),fcor(:ngrdcol),um_forcing(:ngrdcol,:nz),vg(:ngrdcol,:nz),um_tndcy(:ngrdcol,:nz),um(:ngrdcol,:nz))
3019, Generating update self(ug(:,:),vg(:,:),fcor(:),um_forcing(:,:),vm(:,:),vm_forcing(:,:),um(:,:))
3044, Generating NVIDIA GPU code
3045, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3046, ! blockidx%x threadidx%x collapsed
3044, Generating default present(vm_tndcy(:ngrdcol,:nz),um_tndcy(:ngrdcol,:nz))
3059, Generating NVIDIA GPU code
3060, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3061, ! blockidx%x threadidx%x collapsed
3059, Generating default present(upwp_forcing(:ngrdcol,:nz),ddzt_um(:ngrdcol,:nz),ddzt_vm(:ngrdcol,:nz),wp2(:ngrdcol,:nz),vpwp_forcing(:ngrdcol,:nz))
3073, Generating NVIDIA GPU code
3074, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3075, ! blockidx%x threadidx%x collapsed
3073, Generating default present(upwp_forcing_pert(:ngrdcol,:nz),ddzt_um_pert(:ngrdcol,:nz),ddzt_vm_pert(:ngrdcol,:nz),wp2(:ngrdcol,:nz),vpwp_forcing_pert(:ngrdcol,:nz))
3086, Generating update self(ddzt_um(:,:),wp2(:,:),ddzt_vm(:,:))
3097, Generating NVIDIA GPU code
3098, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3099, ! blockidx%x threadidx%x collapsed
3097, Generating default present(invrs_tau_c6_zm(:ngrdcol,:nz),tau_max_zm(:ngrdcol,:nz),tau_c6_zm(:ngrdcol,:nz))
3148, Generating NVIDIA GPU code
3149, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3150, ! blockidx%x threadidx%x collapsed
3148, Generating default present(vpthvp(:ngrdcol,:nz),vpthlp(:ngrdcol,:nz),vprtp(:ngrdcol,:nz),vprcp(:ngrdcol,:nz),upthvp(:ngrdcol,:nz),upthlp(:ngrdcol,:nz),uprtp(:ngrdcol,:nz),rc_coef(:ngrdcol,:nz),uprcp(:ngrdcol,:nz),thv_ds_zm(:ngrdcol,:nz))
3162, Generating NVIDIA GPU code
3163, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3164, ! blockidx%x threadidx%x collapsed
3162, Generating default present(vpthlp_pert(:ngrdcol,:nz),vpthvp_pert(:ngrdcol,:nz),vprtp_pert(:ngrdcol,:nz),vprcp(:ngrdcol,:nz),upthvp_pert(:ngrdcol,:nz),upthlp_pert(:ngrdcol,:nz),uprtp_pert(:ngrdcol,:nz),uprcp(:ngrdcol,:nz),rc_coef(:ngrdcol,:nz),thv_ds_zm(:ngrdcol,:nz))
3179, Generating update self(vpthvp(:,:),vpthlp(:,:),upthlp(:,:),upthvp(:,:),vprtp(:,:),uprtp(:,:))
3237, Generating NVIDIA GPU code
3238, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
3239, ! blockidx%x threadidx%x collapsed
3240, ! blockidx%x threadidx%x collapsed
3237, Generating default present(rhs_save(:ngrdcol,:nz*2,:nrhs),rhs(:ngrdcol,:nz*2,:nrhs))
3250, Generating NVIDIA GPU code
3251, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3252, ! blockidx%x threadidx%x collapsed
3250, Generating default present(wpthlp(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),rtm(:ngrdcol,:nz),thlm(:ngrdcol,:nz),old_solution(:ngrdcol,:nz*2,:2))
3261, Generating NVIDIA GPU code
3262, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
3263, ! blockidx%x threadidx%x collapsed
3264, ! blockidx%x threadidx%x collapsed
3261, Generating default present(old_solution(:ngrdcol,:nz*2,3:sclr_dim+2),wpsclrp(:ngrdcol,:nz,:sclr_dim),sclrm(:ngrdcol,:nz,:sclr_dim))
3273, Generating NVIDIA GPU code
3274, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3275, ! blockidx%x threadidx%x collapsed
3273, Generating default present(vpwp(:ngrdcol,:nz),vm(:ngrdcol,:nz),upwp(:ngrdcol,:nz),um(:ngrdcol,:nz),old_solution(:ngrdcol,:nz*2,sclr_dim+3:sclr_dim+4))
3306, Generating update self(rhs_save(:,:,:),lhs(:,:,:),gr%zt(:,:),gr%zm(:,:))
3606, Generating exit data delete(ddzt_vm(:,:),ddzt_um(:,:),ddzt_um_pert(:,:),vpwp_forcing_pert(:,:),old_solution(:,:,:),lhs(:,:,:),rhs_save(:,:,:),rhs(:,:,:),rcond(:),vprtp(:,:),uprtp(:,:),vpthlp(:,:),upthlp(:,:),vpthvp(:,:),upthvp(:,:),vpwp_forcing(:,:),upwp_forcing(:,:),solution(:,:,:),vm_tndcy(:,:),um_tndcy(:,:),vprtp_pert(:,:),uprtp_pert(:,:),vpthlp_pert(:,:),upthlp_pert(:,:),vpthvp_pert(:,:),upthvp_pert(:,:),upwp_forcing_pert(:,:),tau_c6_zm(:,:),ddzt_vm_pert(:,:),zeros_vector(:,:))
3613, Generating exit data delete(wpsclrp_forcing(:,:,:))
xm_wpxp_clipping_and_stats:
4515, Generating enter data create(xm_pd(:,:),xp2_relaxed(:,:),xm_old(:,:),wpxp_chnge(:,:),wpxp_pd(:,:))
4611, Generating NVIDIA GPU code
4612, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4613, ! blockidx%x threadidx%x collapsed
4611, Generating default present(solution(:ngrdcol,:),xm(:ngrdcol,:nz),xm_old(:ngrdcol,:nz),wpxp(:ngrdcol,:nz))
4628, Generating NVIDIA GPU code
4629, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4628, Generating default present(xm(:ngrdcol,:2))
4637, Generating update self(wm_zt(:,:),xm(:,:),wpxp(:,:),lhs_ma_zt(:,:,:),lhs_ta_wpxp(:,:,:),lhs_ta_xm(:,:,:),lhs_pr1(:,:),lhs_diff_zm(:,:,:),lhs_ma_zm(:,:,:),c7_skw_fnc(:,:),lhs_tp(:,:,:),rcond(:))
4811, Generating update self(xm(:,:))
4830, Generating update self(xm(:,:))
4862, Generating NVIDIA GPU code
4863, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4862, Generating default present(xm(:ngrdcol,:))
4873, Generating update self(xm(:,:))
4898, Generating NVIDIA GPU code
4899, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4900, ! blockidx%x threadidx%x collapsed
4898, Generating default present(xp2_relaxed(:ngrdcol,:nz),xp2(:ngrdcol,:nz))
4908, Generating NVIDIA GPU code
4909, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4910, ! blockidx%x threadidx%x collapsed
4908, Generating default present(xp2_relaxed(:ngrdcol,:nz),xp2(:ngrdcol,:nz))
4918, Generating NVIDIA GPU code
4919, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4920, ! blockidx%x threadidx%x collapsed
4918, Generating default present(xp2_relaxed(:ngrdcol,:nz),xp2(:ngrdcol,:nz))
4930, Generating NVIDIA GPU code
4931, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4932, ! blockidx%x threadidx%x collapsed
4930, Generating default present(xp2_relaxed(:ngrdcol,:nz),xp2(:ngrdcol,:nz))
5001, Generating exit data delete(xp2_relaxed(:,:),xm_pd(:,:),xm_old(:,:),wpxp_chnge(:,:),wpxp_pd(:,:))
xm_term_ta_lhs:
5092, Generating NVIDIA GPU code
5093, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5092, Generating default present(lhs_ta_xm(:,:ngrdcol,:1))
5100, Generating NVIDIA GPU code
5101, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5102, ! blockidx%x threadidx%x collapsed
5100, Generating default present(invrs_rho_ds_zt(:ngrdcol,2:nz),gr%invrs_dzt(1:ngrdcol,2:nz),gr,rho_ds_zm(:ngrdcol,:nz),lhs_ta_xm(:,:ngrdcol,2:nz))
wpxp_term_tp_lhs:
5198, Generating NVIDIA GPU code
5199, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5198, Generating default present(lhs_tp(:,:ngrdcol,:1))
5206, Generating NVIDIA GPU code
5207, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5208, ! blockidx%x threadidx%x collapsed
5206, Generating default present(gr%invrs_dzm(1:ngrdcol,2:nz-1),wp2(:ngrdcol,2:nz-1),lhs_tp(:,:ngrdcol,2:nz-1),gr)
5221, Generating NVIDIA GPU code
5222, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5221, Generating default present(lhs_tp(:,:ngrdcol,nz))
wpxp_terms_ac_pr2_lhs:
5313, Generating copyin(wm_zt(:,:)) [if not already present]
Generating copyout(lhs_ac_pr2(:,:)) [if not already present]
Generating copyin(c7_skw_fnc(:,:),invrs_dzm(:,:)) [if not already present]
5317, Generating NVIDIA GPU code
5318, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5324, Generating NVIDIA GPU code
5325, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5326, ! blockidx%x threadidx%x collapsed
5335, Generating NVIDIA GPU code
5336, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
wpxp_term_pr1_lhs:
5414, Generating NVIDIA GPU code
5415, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5416, ! blockidx%x threadidx%x collapsed
5414, Generating default present(lhs_pr1_wpthlp(:ngrdcol,2:nz-1),lhs_pr1_wprtp(:ngrdcol,2:nz-1),c6rt_skw_fnc(:ngrdcol,2:nz-1),invrs_tau_c6_zm(:ngrdcol,2:nz-1),c6thl_skw_fnc(:ngrdcol,2:nz-1))
5428, Generating NVIDIA GPU code
5429, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5428, Generating default present(lhs_pr1_wpthlp(:ngrdcol,:),lhs_pr1_wprtp(:ngrdcol,:))
5448, Generating NVIDIA GPU code
5449, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5450, ! blockidx%x threadidx%x collapsed
5448, Generating default present(invrs_tau_c6_zm(:ngrdcol,2:nz-1),lhs_pr1_wpsclrp(:ngrdcol,2:nz-1),c7_skw_fnc(:ngrdcol,2:nz-1))
5459, Generating NVIDIA GPU code
5460, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5459, Generating default present(lhs_pr1_wpsclrp(:ngrdcol,:))
wpxp_terms_bp_pr3_rhs:
5531, Generating copyout(rhs_bp_pr3(:,:)) [if not already present]
Generating copyin(thv_ds_zm(:,:),xpthvp(:,:),c7_skw_fnc(:,:)) [if not already present]
5535, Generating NVIDIA GPU code
5536, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5541, Generating NVIDIA GPU code
5542, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5543, ! blockidx%x threadidx%x collapsed
5549, Generating NVIDIA GPU code
5550, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
xm_correction_wpxp_cl:
5734, Generating enter data create(l_any_clipping_needed,l_clipping_needed(:),xm_tndcy_wpxp_cl(:,:))
5738, Generating NVIDIA GPU code
5739, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5740, ! blockidx%x threadidx%x collapsed
5738, Generating default present(l_clipping_needed(:ngrdcol),wpxp_chnge(:ngrdcol,:nz))
5739, Scalar last value needed after loop for l_any_clipping_needed at line 5751
5740, Scalar last value needed after loop for l_any_clipping_needed at line 5751
5749, Generating update self(l_any_clipping_needed)
5767, Generating NVIDIA GPU code
5768, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5769, ! blockidx%x threadidx%x collapsed
5767, Generating default present(l_clipping_needed(:ngrdcol),xm(:ngrdcol,2:nz),xm_tndcy_wpxp_cl(:ngrdcol,2:nz),wpxp_chnge(:ngrdcol,:nz),invrs_dzt(:ngrdcol,2:nz))
5780, Generating update self(xm_tndcy_wpxp_cl(:,:))
5790, Generating exit data delete(l_any_clipping_needed,xm_tndcy_wpxp_cl(:,:),l_clipping_needed(:))
damp_coefficient:
5838, Generating NVIDIA GPU code
5839, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5840, ! blockidx%x threadidx%x collapsed
5838, Generating default present(gr,damped_value(:ngrdcol,:nz),lscale(:ngrdcol,:nz),gr%zt(1:ngrdcol,1:nz),cx_skw_fnc(:ngrdcol,:nz))
diagnose_upxp:
5914, Generating enter data create(ddzt_xm(:,:),ddzt_ym(:,:))
5919, Generating NVIDIA GPU code
5920, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5921, ! blockidx%x threadidx%x collapsed
5919, Generating default present(ypxp(:ngrdcol,:nz),ypwp(:ngrdcol,:nz),ddzt_ym(:ngrdcol,:nz),c6x_skw_fnc(:ngrdcol,:nz),tau_c6_zm(:ngrdcol,:nz),ddzt_xm(:ngrdcol,:nz),wpxp(:ngrdcol,:nz),c7_skw_fnc(:ngrdcol,:nz))
5929, Generating exit data delete(ddzt_ym(:,:),ddzt_xm(:,:))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/pdf_closure_module.F90
pdf_closure:
447, Generating enter data create(rsatl_1(:,:),rc_2_ice(:,:),rc_1_ice(:,:),corr_v_w_2(:,:),vprcp_contrib_comp_1(:,:),varnce_v_2(:,:),uprcp_contrib_comp_1(:,:),u_2(:,:),thlprcp_contrib_comp_1(:,:),sqrt_wp2(:,:),rtprcp_contrib_comp_1(:,:),rsatl_2(:,:),wp2rcp_contrib_comp_1(:,:),vprcp_contrib_comp_2(:,:),wprcp_contrib_comp_1(:,:),wp2rcp_contrib_comp_2(:,:),sku(:,:),skthl(:,:),rtprcp_contrib_comp_2(:,:),skrt(:,:),skv(:,:),tl1(:,:),thlprcp_contrib_comp_2(:,:),corr_v_w_1(:,:),corr_u_w_2(:,:),corr_u_w_1(:,:),alpha_v(:,:),alpha_u(:,:),varnce_v_1(:,:),varnce_u_2(:,:),v_1(:,:),uprcp_contrib_comp_2(:,:),varnce_u_1(:,:),v_2(:,:),u_1(:,:),tl2(:,:),wprcp_contrib_comp_2(:,:))
459, Generating enter data create(sclr2(:,:,:),corr_w_sclr_1(:,:,:),corr_sclr_thl_2(:,:,:),corr_sclr_rt_1(:,:,:),alpha_sclr(:,:,:),corr_sclr_thl_1(:,:,:),corr_sclr_rt_2(:,:,:),varnce_sclr1(:,:,:),varnce_sclr2(:,:,:),sksclr(:,:,:),sclr1(:,:,:),corr_w_sclr_2(:,:,:))
542, Generating NVIDIA GPU code
543, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
544, ! blockidx%x threadidx%x collapsed
542, Generating default present(wp2(:ngrdcol,:nz),sqrt_wp2(:ngrdcol,:nz))
709, Generating NVIDIA GPU code
710, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
711, ! blockidx%x threadidx%x collapsed
709, Generating default present(corr_v_w_1(:ngrdcol,:nz),corr_u_w_2(:ngrdcol,:nz),corr_u_w_1(:ngrdcol,:nz),pdf_params%corr_w_thl_1(1:ngrdcol,1:nz),pdf_params%corr_w_thl_2(1:ngrdcol,1:nz),pdf_params%corr_w_rt_2(1:ngrdcol,1:nz),pdf_params%corr_w_rt_1(1:ngrdcol,1:nz),pdf_params,corr_v_w_2(:ngrdcol,:nz))
778, Generating NVIDIA GPU code
779, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
780, ! blockidx%x threadidx%x collapsed
781, !$acc loop seq
778, Generating default present(corr_w_sclr_2(:ngrdcol,:nz,:sclr_dim),corr_w_sclr_1(:ngrdcol,:nz,:sclr_dim))
781, Loop is parallelizable
972, Generating NVIDIA GPU code
973, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
974, ! blockidx%x threadidx%x collapsed
972, Generating default present(tl2(:ngrdcol,:nz),tl1(:ngrdcol,:nz),pdf_params%thl_1(1:ngrdcol,1:nz),pdf_params%thl_2(1:ngrdcol,1:nz),pdf_params,exner(:ngrdcol,:nz))
1037, Generating NVIDIA GPU code
1038, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1039, ! blockidx%x threadidx%x collapsed
1037, Generating default present(pdf_params%rsatl_1(1:ngrdcol,1:nz),rsatl_2(:ngrdcol,:nz),rsatl_1(:ngrdcol,:nz),pdf_params,pdf_params%rsatl_2(1:ngrdcol,1:nz))
1103, Generating NVIDIA GPU code
1104, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1105, ! blockidx%x threadidx%x collapsed
1103, Generating default present(pdf_params,pdf_params%mixt_frac(1:ngrdcol,1:nz),pdf_params%ice_supersat_frac_2(1:ngrdcol,1:nz),pdf_params%ice_supersat_frac_1(1:ngrdcol,1:nz),ice_supersat_frac(:ngrdcol,:nz))
1136, Generating NVIDIA GPU code
1137, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1138, ! blockidx%x threadidx%x collapsed
1136, Generating default present(rcm(:ngrdcol,:nz),pdf_params%rc_2(1:ngrdcol,1:nz),pdf_params%mixt_frac(1:ngrdcol,1:nz),pdf_params%rc_1(1:ngrdcol,1:nz),pdf_params,pdf_params%cloud_frac_1(1:ngrdcol,1:nz),pdf_params%cloud_frac_2(1:ngrdcol,1:nz),cloud_frac(:ngrdcol,:nz))
1153, Generating NVIDIA GPU code
1154, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1155, ! blockidx%x threadidx%x collapsed
1153, Generating default present(pdf_params%corr_w_eta_2(1:ngrdcol,1:nz),pdf_params%corr_w_eta_1(1:ngrdcol,1:nz),pdf_params%corr_w_chi_2(1:ngrdcol,1:nz),pdf_params%corr_w_chi_1(1:ngrdcol,1:nz),pdf_params)
1243, Generating NVIDIA GPU code
1244, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1245, ! blockidx%x threadidx%x collapsed
1243, Generating default present(uprcp_contrib_comp_2(:ngrdcol,:nz),vprcp(:ngrdcol,:nz),vprcp_contrib_comp_1(:ngrdcol,:nz),thv_ds(:ngrdcol,:nz),uprcp(:ngrdcol,:nz),uprcp_contrib_comp_1(:ngrdcol,:nz),rtprcp_contrib_comp_2(:ngrdcol,:nz),thlprcp(:ngrdcol,:nz),thlprcp_contrib_comp_1(:ngrdcol,:nz),rc_coef(:ngrdcol,:nz),rtprcp(:ngrdcol,:nz),rtprcp_contrib_comp_1(:ngrdcol,:nz),vprcp_contrib_comp_2(:ngrdcol,:nz),wp2rcp(:ngrdcol,:nz),wp2rcp_contrib_comp_1(:ngrdcol,:nz),wp2rcp_contrib_comp_2(:ngrdcol,:nz),wprcp(:ngrdcol,:nz),wprcp_contrib_comp_2(:ngrdcol,:nz),wprcp_contrib_comp_1(:ngrdcol,:nz),pdf_params,exner(:ngrdcol,:nz),pdf_params%mixt_frac(1:ngrdcol,1:nz),thlprcp_contrib_comp_2(:ngrdcol,:nz))
1272, Generating NVIDIA GPU code
1273, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1274, ! blockidx%x threadidx%x collapsed
1272, Generating default present(thlprcp(:ngrdcol,:nz),rtpthvp(:ngrdcol,:nz),thlp2(:ngrdcol,:nz),rtpthlp(:ngrdcol,:nz),rtprcp(:ngrdcol,:nz),rc_coef(:ngrdcol,:nz),rtp2(:ngrdcol,:nz),wp2thlp(:ngrdcol,:nz),wp2rtp(:ngrdcol,:nz),wp2rcp(:ngrdcol,:nz),thv_ds(:ngrdcol,:nz),wpthvp(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),thlpthvp(:ngrdcol,:nz),wprcp(:ngrdcol,:nz),wp2thvp(:ngrdcol,:nz))
1310, Generating NVIDIA GPU code
1311, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1312, ! blockidx%x threadidx%x collapsed
1313, ! blockidx%x threadidx%x collapsed
1310, Generating default present(corr_sclr_thl_2(:ngrdcol,:nz,:sclr_dim),pdf_params%cloud_frac_1(1:ngrdcol,1:nz),varnce_sclr2(:ngrdcol,:nz,:sclr_dim),varnce_sclr1(:ngrdcol,:nz,:sclr_dim),pdf_params%varnce_rt_1(1:ngrdcol,1:nz),pdf_params%crt_1(1:ngrdcol,1:nz),pdf_params%cthl_2(1:ngrdcol,1:nz),corr_sclr_rt_1(:ngrdcol,:nz,:sclr_dim),pdf_params,thv_ds(:ngrdcol,:nz),pdf_params%rc_2(1:ngrdcol,1:nz),pdf_params%cloud_frac_2(1:ngrdcol,1:nz),pdf_params%rc_1(1:ngrdcol,1:nz),sclr1(:ngrdcol,:nz,:sclr_dim),sclr2(:ngrdcol,:nz,:sclr_dim),pdf_params%mixt_frac(1:ngrdcol,1:nz),rc_coef(:ngrdcol,:nz),pdf_params%varnce_rt_2(1:ngrdcol,1:nz),pdf_params%crt_2(1:ngrdcol,1:nz),corr_sclr_rt_2(:ngrdcol,:nz,:sclr_dim),pdf_params%varnce_thl_1(1:ngrdcol,1:nz),pdf_params%cthl_1(1:ngrdcol,1:nz),corr_sclr_thl_1(:ngrdcol,:nz,:sclr_dim),sclrm(:ngrdcol,:nz,:sclr_dim),pdf_params%varnce_thl_2(1:ngrdcol,1:nz),sclrpthvp(:ngrdcol,:nz,:sclr_dim),sclrprcp(:ngrdcol,:nz,:sclr_dim),sclrprtp(:ngrdcol,:nz,:sclr_dim),sclrpthlp(:ngrdcol,:nz,:sclr_dim))
1350, Generating NVIDIA GPU code
1351, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1352, ! blockidx%x threadidx%x collapsed
1350, Generating default present(rcp2(:ngrdcol,:nz),rcm(:ngrdcol,:nz),pdf_params%stdev_chi_2(1:ngrdcol,1:nz),pdf_params,pdf_params%mixt_frac(1:ngrdcol,1:nz),pdf_params%rc_2(1:ngrdcol,1:nz),pdf_params%chi_2(1:ngrdcol,1:nz),pdf_params%chi_1(1:ngrdcol,1:nz),pdf_params%rc_1(1:ngrdcol,1:nz),pdf_params%stdev_chi_1(1:ngrdcol,1:nz),pdf_params%cloud_frac_1(1:ngrdcol,1:nz),pdf_params%cloud_frac_2(1:ngrdcol,1:nz))
1383, Generating NVIDIA GPU code
1384, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1385, ! blockidx%x threadidx%x collapsed
1383, Generating default present(w_up_in_cloud(:ngrdcol,:nz),w_down_in_cloud(:ngrdcol,:nz))
1429, Generating update self(pdf_params%ice_supersat_frac_1(:,:),pdf_params%cthl_2(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%chi_2(:,:),pdf_params%rc_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rsatl_1(:,:),pdf_params%rc_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%chi_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%cthl_1(:,:),pdf_params%crt_2(:,:),pdf_params%crt_1(:,:),pdf_params%covar_chi_eta_2(:,:),cloud_frac(:,:),pdf_params%alpha_rt(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%thl_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%rt_1(:,:),pdf_params%rsatl_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_w_2(:,:),wp2rtp(:,:),wpsclrprtp(:,:,:),wpsclrp2(:,:,:),wprtpthlp(:,:),rtpthvp(:,:),sclrprcp(:,:,:),wprtp2(:,:),rcm(:,:),sclrpthvp(:,:,:),rcp2(:,:),thlpthvp(:,:),wp4(:,:),thlprcp(:,:),rtprcp(:,:),wp2thlp(:,:),wpthvp(:,:),wpthlp2(:,:),pdf_params%w_2(:,:),wp2sclrp(:,:,:),wpsclrpthlp(:,:,:),wp2rcp(:,:),wprcp(:,:),wp2thvp(:,:))
1479, Generating update self(exner(:,:),sclrprtp(:,:,:),sclrp2(:,:,:),sclrm(:,:,:),wprtp(:,:),rtpthlp(:,:),rtp2(:,:),wpthlp(:,:),wpsclrp(:,:,:),thlm(:,:),sigma_sqd_w(:,:),wp3(:,:),rtm(:,:),p_in_pa(:,:),sclrpthlp(:,:,:),wp2(:,:),wm(:,:),thv_ds(:,:),thlp2(:,:),ice_supersat_frac(:,:))
1773, Generating exit data delete(rsatl_1(:,:),rc_2_ice(:,:),rc_1_ice(:,:),corr_v_w_2(:,:),vprcp_contrib_comp_1(:,:),varnce_v_2(:,:),uprcp_contrib_comp_1(:,:),u_2(:,:),thlprcp_contrib_comp_1(:,:),sqrt_wp2(:,:),rtprcp_contrib_comp_1(:,:),rsatl_2(:,:),wp2rcp_contrib_comp_1(:,:),vprcp_contrib_comp_2(:,:),wprcp_contrib_comp_1(:,:),wp2rcp_contrib_comp_2(:,:),sku(:,:),skthl(:,:),rtprcp_contrib_comp_2(:,:),skrt(:,:),skv(:,:),tl1(:,:),thlprcp_contrib_comp_2(:,:),corr_v_w_1(:,:),corr_u_w_2(:,:),corr_u_w_1(:,:),alpha_v(:,:),alpha_u(:,:),varnce_v_1(:,:),varnce_u_2(:,:),v_1(:,:),uprcp_contrib_comp_2(:,:),varnce_u_1(:,:),v_2(:,:),u_1(:,:),tl2(:,:),wprcp_contrib_comp_2(:,:))
1785, Generating exit data delete(sclr2(:,:,:),corr_w_sclr_1(:,:,:),corr_sclr_thl_2(:,:,:),corr_sclr_rt_1(:,:,:),alpha_sclr(:,:,:),corr_sclr_thl_1(:,:,:),corr_sclr_rt_2(:,:,:),varnce_sclr2(:,:,:),varnce_sclr1(:,:,:),sksclr(:,:,:),sclr1(:,:,:),corr_w_sclr_2(:,:,:))
transform_pdf_chi_eta_component:
1861, Generating NVIDIA GPU code
1862, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1863, ! blockidx%x threadidx%x collapsed
1861, Generating default present(crt(:ngrdcol,:nz),cthl(:ngrdcol,:nz),chi(:ngrdcol,:nz),rsatl(:ngrdcol,:nz),exner(:ngrdcol,:nz),tl(:ngrdcol,:nz),rt(:ngrdcol,:nz))
1888, Generating NVIDIA GPU code
1889, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1890, ! blockidx%x threadidx%x collapsed
1888, Generating default present(stdev_chi(:ngrdcol,:nz),cthl(:ngrdcol,:nz),corr_chi_eta(:ngrdcol,:nz),corr_rt_thl(:ngrdcol,:nz),crt(:ngrdcol,:nz),varnce_thl(:ngrdcol,:nz),varnce_rt(:ngrdcol,:nz),covar_chi_eta(:ngrdcol,:nz),stdev_eta(:ngrdcol,:nz))
calc_wp4_pdf:
1998, Generating NVIDIA GPU code
1999, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2000, ! blockidx%x threadidx%x collapsed
1998, Generating default present(wm(:ngrdcol,:nz),wp4(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz))
calc_wp2xp2_pdf:
2103, Generating NVIDIA GPU code
2104, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2105, ! blockidx%x threadidx%x collapsed
2103, Generating default present(wm(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),wp2xp2(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),corr_w_x_2(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),xm(:ngrdcol,:nz),x_2(:ngrdcol,:nz),x_1(:ngrdcol,:nz),corr_w_x_1(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz))
calc_wp2xp_pdf:
2210, Generating NVIDIA GPU code
2211, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2212, ! blockidx%x threadidx%x collapsed
2210, Generating default present(wm(:ngrdcol,:nz),wp2xp(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),corr_w_x_2(:ngrdcol,:nz),xm(:ngrdcol,:nz),x_2(:ngrdcol,:nz),x_1(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),corr_w_x_1(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz))
calc_wpxp2_pdf:
2310, Generating NVIDIA GPU code
2311, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2312, ! blockidx%x threadidx%x collapsed
2310, Generating default present(wm(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),wpxp2(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),corr_w_x_2(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),xm(:ngrdcol,:nz),x_2(:ngrdcol,:nz),x_1(:ngrdcol,:nz),corr_w_x_1(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz))
calc_wpxpyp_pdf:
2440, Generating NVIDIA GPU code
2441, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2442, ! blockidx%x threadidx%x collapsed
2440, Generating default present(wm(:ngrdcol,:nz),varnce_y_2(:ngrdcol,:nz),corr_w_y_2(:ngrdcol,:nz),wpxpyp(:ngrdcol,:nz),corr_w_x_2(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),xm(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),corr_x_y_2(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),corr_x_y_1(:ngrdcol,:nz),x_2(:ngrdcol,:nz),x_1(:ngrdcol,:nz),corr_w_y_1(:ngrdcol,:nz),varnce_y_1(:ngrdcol,:nz),ym(:ngrdcol,:nz),y_2(:ngrdcol,:nz),y_1(:ngrdcol,:nz),corr_w_x_1(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz))
calc_liquid_cloud_frac_component:
2560, Generating NVIDIA GPU code
2561, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2562, ! blockidx%x threadidx%x collapsed
2560, Generating default present(rc(:ngrdcol,:nz),stdev_chi(:ngrdcol,:nz),cloud_frac(:ngrdcol,:nz),mean_chi(:ngrdcol,:nz))
calc_ice_cloud_frac_component:
2687, Generating NVIDIA GPU code
2689, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
Generating reduction(.or.:l_any_below_freezing)
2690, ! blockidx%x threadidx%x collapsed
2687, Generating default present(rc_in(:ngrdcol,:nz),tl(:ngrdcol,:nz),cloud_frac(:ngrdcol,:nz),rc(:ngrdcol,:nz),ice_supersat_frac(:ngrdcol,:nz))
Generating implicit copy(l_any_below_freezing) [if not already present]
2689, Scalar last value needed after loop for l_any_below_freezing at line 2703
2690, Scalar last value needed after loop for l_any_below_freezing at line 2703
2707, Generating create(rsat_ice(:,:)) [if not already present]
2712, Generating NVIDIA GPU code
2713, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2714, ! blockidx%x threadidx%x collapsed
2712, Generating default present(mean_chi(:ngrdcol,:nz),crt(:ngrdcol,:nz),rc(:ngrdcol,:nz),ice_supersat_frac(:ngrdcol,:nz),rsatl(:ngrdcol,:nz),tl(:ngrdcol,:nz),stdev_chi(:ngrdcol,:nz))
calc_xprcp_component:
3199, Generating NVIDIA GPU code
3200, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3201, ! blockidx%x threadidx%x collapsed
3199, Generating default present(vm(:ngrdcol,:nz),varnce_w_i(:ngrdcol,:nz),uprcp_contrib_comp_i(:ngrdcol,:nz),um(:ngrdcol,:nz),u_i(:ngrdcol,:nz),thlprcp_contrib_comp_i(:ngrdcol,:nz),thlm(:ngrdcol,:nz),thl_i(:ngrdcol,:nz),stdev_eta_i(:ngrdcol,:nz),crt_i(:ngrdcol,:nz),rtm(:ngrdcol,:nz),rt_i(:ngrdcol,:nz),rcm(:ngrdcol,:nz),corr_chi_eta_i(:ngrdcol,:nz),cloud_frac_i(:ngrdcol,:nz),stdev_chi_i(:ngrdcol,:nz),rtprcp_contrib_comp_i(:ngrdcol,:nz),wm(:ngrdcol,:nz),v_i(:ngrdcol,:nz),wprcp_contrib_comp_i(:ngrdcol,:nz),wp2rcp_contrib_comp_i(:ngrdcol,:nz),w_i(:ngrdcol,:nz),vprcp_contrib_comp_i(:ngrdcol,:nz),rc_i(:ngrdcol,:nz),cthl_i(:ngrdcol,:nz))
calc_w_up_in_cloud:
3335, Generating NVIDIA GPU code
3336, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3337, ! blockidx%x threadidx%x collapsed
3335, Generating default present(w_2(:ngrdcol,:nz),w_up_in_cloud(:ngrdcol,:nz),w_down_in_cloud(:ngrdcol,:nz),cloud_frac_2(:ngrdcol,:nz),cloudy_downdraft_frac(:ngrdcol,:nz),cloudy_updraft_frac(:ngrdcol,:nz),cloud_frac_1(:ngrdcol,:nz),w_1(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/advance_clubb_core_module.F90
advance_clubb_core:
850, Generating copyin(fcor(:),gr%weights_zt2zm(:,:,:),gr%zm(:,:),gr,gr%dzm(:,:),gr%invrs_dzm(:,:),gr%dzt(:,:),gr%weights_zm2zt(:,:,:),gr%invrs_dzt(:,:),l_mix_rat_hm(:),nu_vert_res_dep%nu10(:),nu_vert_res_dep%nu8(:),nu_vert_res_dep,nu_vert_res_dep%nu6(:),nu_vert_res_dep%nu1(:),nu_vert_res_dep%nu2(:)) [if not already present]
Generating copy(rtpthvp(:,:)) [if not already present]
Generating copyin(sclr_idx) [if not already present]
Generating copyout(kh_zt(:,:)) [if not already present]
Generating copy(p_in_pa(:,:),pdf_params%w_2(:,:),exner(:,:),sclrpthvp(:,:,:),thlm(:,:),rtm(:,:),um(:,:),vm(:,:),wprtp(:,:),wpthlp(:,:),rtp2(:,:),thlp2(:,:),rtpthlp(:,:)) [if not already present]
Generating copyout(w_up_in_cloud(:,:)) [if not already present]
Generating copyin(wm_zm(:,:),rho_ds_zt(:,:),rfrzm(:,:),rho(:,:),rho_ds_zm(:,:)) [if not already present]
Generating copy(ice_supersat_frac(:,:)) [if not already present]
Generating copyin(invrs_rho_ds_zm(:,:)) [if not already present]
Generating copy(thlpthvp(:,:)) [if not already present]
Generating copyin(thv_ds_zm(:,:)) [if not already present]
Generating copyout(rcm_in_layer(:,:)) [if not already present]
Generating copy(pdf_params_zm%w_2(:,:)) [if not already present]
Generating copyin(wpthlp_forcing(:,:),wprtp_forcing(:,:)) [if not already present]
Generating copy(upwp_pert(:,:),vpwp_pert(:,:),sclrm(:,:,:),wpsclrp(:,:,:),edsclrm(:,:,:),wp4(:,:)) [if not already present]
Generating copyin(upwp_sfc(:),vpwp_sfc(:),rtm_forcing(:,:),thlm_forcing(:,:)) [if not already present]
Generating copy(um_pert(:,:),vm_pert(:,:)) [if not already present]
Generating copyin(thv_ds_zt(:,:),upwp_sfc_pert(:),gr%zt(:,:),host_dx(:),ug(:,:)) [if not already present]
Generating copy(uprcp(:,:)) [if not already present]
Generating copyin(vg(:,:)) [if not already present]
Generating copy(vprcp(:,:)) [if not already present]
Generating copyin(um_ref(:,:),vm_ref(:,:)) [if not already present]
Generating copy(up2(:,:),vp2(:,:)) [if not already present]
Generating copyin(rho_zm(:,:)) [if not already present]
Generating copyout(wprcp(:,:)) [if not already present]
Generating copyin(sfc_elevation(:),wpsclrp_sfc(:,:),rtm_ref(:,:),rtp2_forcing(:,:),thlm_ref(:,:),thlp2_forcing(:,:)) [if not already present]
Generating copy(rtp3(:,:)) [if not already present]
Generating copyin(wm_zt(:,:)) [if not already present]
Generating copy(wp2vp2(:,:)) [if not already present]
Generating copyin(sclr_tol(:),wprtp_sfc(:),sclrm_forcing(:,:,:)) [if not already present]
Generating copy(sclrp2(:,:,:),sclrp3(:,:,:),sclrprtp(:,:,:)) [if not already present]
Generating copyin(nu_vert_res_dep%nu9(:),edsclrm_forcing(:,:,:)) [if not already present]
Generating copy(rc_coef(:,:)) [if not already present]
Generating copyout(cloud_cover(:,:)) [if not already present]
Generating copyin(wpthlp_sfc(:)) [if not already present]
Generating copy(wp2thlp(:,:)) [if not already present]
Generating copyin(rtpthlp_forcing(:,:)) [if not already present]
Generating copyout(thlprcp(:,:)) [if not already present]
Generating copy(sclrpthlp(:,:,:),wp2(:,:),wp2rtp(:,:),up3(:,:),vp3(:,:)) [if not already present]
Generating copyin(radf(:,:)) [if not already present]
Generating copy(wp3(:,:),wpthvp(:,:),wpup2(:,:),wpvp2(:,:),wp2thvp(:,:),wp2up2(:,:)) [if not already present]
Generating copyin(host_dy(:),um_forcing(:,:),vm_forcing(:,:)) [if not already present]
Generating copy(upwp(:,:),vpwp(:,:)) [if not already present]
Generating copyout(cloudy_updraft_frac(:,:)) [if not already present]
Generating copy(pdf_params%varnce_w_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%rsatl_2(:,:),pdf_params%rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%alpha_rt(:,:)) [if not already present]
Generating copyin(pdf_params) [if not already present]
Generating copy(pdf_params%covar_chi_eta_2(:,:),pdf_params%crt_1(:,:),pdf_params%crt_2(:,:),pdf_params%cthl_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%rc_2(:,:),pdf_params%rsatl_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rc_1(:,:),pdf_params%chi_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%cthl_2(:,:),pdf_params%ice_supersat_frac_1(:,:),pdf_params_zm%varnce_w_2(:,:),pdf_params_zm%w_1(:,:),pdf_params_zm%varnce_thl_2(:,:),pdf_params_zm%varnce_w_1(:,:),pdf_params_zm%rsatl_2(:,:),pdf_params_zm%rt_1(:,:),pdf_params_zm%thl_2(:,:),pdf_params_zm%varnce_rt_1(:,:),pdf_params_zm%stdev_eta_2(:,:),pdf_params_zm%thl_1(:,:),pdf_params_zm%varnce_rt_2(:,:),pdf_params_zm%varnce_thl_1(:,:),pdf_params_zm%corr_w_eta_2(:,:),pdf_params_zm%corr_w_rt_1(:,:),pdf_params_zm%corr_w_rt_2(:,:),pdf_params_zm%corr_w_thl_1(:,:),pdf_params_zm%corr_chi_eta_2(:,:),pdf_params_zm%corr_rt_thl_1(:,:),pdf_params_zm%alpha_rt(:,:)) [if not already present]
Generating copyin(pdf_params_zm) [if not already present]
Generating copy(pdf_params_zm%covar_chi_eta_2(:,:),pdf_params_zm%crt_1(:,:),pdf_params_zm%crt_2(:,:),pdf_params_zm%cthl_1(:,:),pdf_params_zm%alpha_thl(:,:),pdf_params_zm%chi_1(:,:),pdf_params_zm%rt_2(:,:),pdf_params_zm%stdev_chi_1(:,:),pdf_params_zm%stdev_chi_2(:,:),pdf_params_zm%stdev_eta_1(:,:),pdf_params_zm%corr_w_thl_2(:,:),pdf_params_zm%covar_chi_eta_1(:,:),pdf_params_zm%corr_rt_thl_2(:,:),pdf_params_zm%corr_w_chi_1(:,:),pdf_params_zm%corr_w_chi_2(:,:),pdf_params_zm%corr_w_eta_1(:,:),pdf_params_zm%cloud_frac_2(:,:),pdf_params_zm%corr_chi_eta_1(:,:),pdf_params_zm%rc_2(:,:),pdf_params_zm%rsatl_1(:,:),pdf_params_zm%mixt_frac(:,:),pdf_params_zm%rc_1(:,:),pdf_params_zm%chi_2(:,:),pdf_params_zm%cloud_frac_1(:,:),pdf_params_zm%ice_supersat_frac_2(:,:),pdf_params_zm%cthl_2(:,:),pdf_params_zm%ice_supersat_frac_1(:,:),rcm(:,:)) [if not already present]
Generating copyin(wpedsclrp_sfc(:,:)) [if not already present]
Generating copyout(w_down_in_cloud(:,:)) [if not already present]
Generating copyin(vpwp_sfc_pert(:)) [if not already present]
Generating copyout(cloudy_downdraft_frac(:,:)) [if not already present]
Generating copy(cloud_frac(:,:)) [if not already present]
Generating copyin(invrs_rho_ds_zt(:,:)) [if not already present]
Generating copyout(kh_zm(:,:),invrs_tau_zm(:,:)) [if not already present]
Generating copy(thlp3(:,:)) [if not already present]
932, Generating enter data create(lhs_splat_wp2(:,:),kmh_zm(:,:),mixt_frac_zm(:,:),tau_max_zm(:,:),stability_correction(:,:),lscale_down(:,:),rcp2_zt(:,:),brunt_vaisala_freq_sqd_splat(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_dry(:,:),a3_coef_zt(:,:),cloud_frac_zm(:,:),invrs_tau_wp3_zm(:,:),invrs_tau_xp2_zm(:,:),invrs_tau_no_n2_zm(:,:),invrs_tau_sfc(:,:),ice_supersat_frac_zm(:,:),invrs_tau_n2_zm(:,:),invrs_tau_wp2_zm(:,:),invrs_tau_wp3_zt(:,:),invrs_tau_shear(:,:),invrs_tau_bkgnd(:,:),invrs_tau_c1_zm(:,:),invrs_tau_c6_zm(:,:),invrs_tau_wpxp_zm(:,:),invrs_tau_c14_zm(:,:),invrs_tau_c4_zm(:,:),invrs_tau_n2_iso(:,:),sqrt_em_zt(:,:),rc_coef_zm(:,:),thlm1000(:),tau_zt(:,:),rcm_supersat_adj(:,:),thlm700(:),ri_zm(:,:),gamma_skw_fnc(:,:),brunt_vaisala_freq_sqd_zt(:,:),rcp2(:,:),lscale_zm(:,:),varnce_w_1_zm(:,:),upwp_zt(:,:),w_1_zm(:,:),vpwp_zt(:,:),wpthlp_zt(:,:),skw_zt(:,:),sigma_sqd_w_tmp(:,:),sigma_sqd_w(:,:),rtpthlp_zt(:,:),em(:,:),km_zm(:,:),invrs_tau_zt(:,:),newmu(:),wp3_on_wp2(:,:),wp2rcp(:,:),a3_coef(:,:),sigma_sqd_w_zt(:,:),vp2_zt(:,:),up2_zt(:,:),varnce_w_2_zm(:,:),thvm_zm(:,:),rtprcp(:,:),rtm_zm(:,:),wprtp2(:,:),wpthlp2(:,:),thlm_zm(:,:),w_2_zm(:,:),tau_zm(:,:),tau_max_zt(:,:),ddzm_thvm_zm(:,:),lscale(:,:),lscale_up(:,:),lscale_max(:),lhs_splat_wp3(:,:),wp3_on_wp2_zt(:,:),wp2_zt(:,:),wprtp_zt(:,:),wp3_zm(:,:),wprtpthlp(:,:),rcm_zm(:,:),rtp2_zt(:,:),cx_fnc_richardson(:,:),thvm(:,:),thlp2_zt(:,:),skw_zm(:,:),skw_velocity(:,:),xp3_coef_fnc(:,:))
953, Generating enter data create(wpsclrp2(:,:,:),wpsclrprtp(:,:,:),wpsclrp_zt(:,:),wpedsclrp(:,:,:),sclrprcp(:,:,:),sclrp2_zt(:,:),wp2sclrp(:,:,:),wpsclrpthlp(:,:,:))
957, Generating enter data create(rtphmp_zt(:,:,:),hydromet(:,:,:),thlphmp_zt(:,:,:),wp2hmp(:,:,:),wphydrometp(:,:,:))
979, Generating update self(rtm(:,:),rho_ds_zt(:,:),gr%dzt(:,:),thlm(:,:),wm_zm(:,:),wm_zt(:,:))
1006, Generating update self(edsclrm(:,:,:),sclrm(:,:,:),sclrprtp(:,:,:),sclrp2(:,:,:),sclrm_forcing(:,:,:),wprtp_sfc(:),rtpthlp(:,:),wp3(:,:),wpsclrp(:,:,:),rtp2(:,:),thlm_forcing(:,:),rtm_forcing(:,:),wp2(:,:),wm_zt(:,:),wpsclrp_sfc(:,:),sclrpthlp(:,:,:),wpedsclrp_sfc(:,:),rho_zm(:,:),vm_forcing(:,:),um_forcing(:,:),vp2(:,:),upwp_sfc(:),up2(:,:),thv_ds_zt(:,:),vpwp(:,:),upwp(:,:),wprtp(:,:),wpthlp_sfc(:),wpthlp(:,:),thv_ds_zm(:,:),thlp2(:,:),invrs_rho_ds_zm(:,:),exner(:,:),rho_ds_zm(:,:),rho(:,:),edsclrm_forcing(:,:,:),p_in_pa(:,:),rho_ds_zt(:,:),invrs_rho_ds_zt(:,:),wm_zm(:,:),vpwp_sfc(:),vm(:,:),um(:,:),rtm(:,:),thlm(:,:))
1044, Generating update self(wp2(:,:),upwp(:,:),thlp2(:,:),rtpthlp(:,:),rfrzm(:,:),rtp2(:,:),thlm(:,:),rtm(:,:),vp2(:,:),up2(:,:),wpthlp(:,:),wprtp(:,:),wp3(:,:),um(:,:),vm(:,:),vpwp(:,:))
1105, Generating NVIDIA GPU code
1106, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1115, Generating NVIDIA GPU code
1116, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1125, Generating NVIDIA GPU code
1126, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1127, ! blockidx%x threadidx%x collapsed
1135, Generating NVIDIA GPU code
1136, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1137, ! blockidx%x threadidx%x collapsed
1135, Generating default present(wpedsclrp(:ngrdcol,:1,:edsclr_dim))
1146, Generating NVIDIA GPU code
1147, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1157, Generating NVIDIA GPU code
1158, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1159, ! blockidx%x threadidx%x collapsed
1167, Generating NVIDIA GPU code
1168, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1169, ! blockidx%x threadidx%x collapsed
1167, Generating default present(wpedsclrp(:ngrdcol,:1,:edsclr_dim))
1185, Generating NVIDIA GPU code
1186, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
1185, Generating default present(newmu(:ngrdcol))
1279, Generating NVIDIA GPU code
1280, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1281, ! blockidx%x threadidx%x collapsed
1279, Generating default present(wp2_zt(:ngrdcol,:nz))
1311, Generating NVIDIA GPU code
1312, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1313, ! blockidx%x threadidx%x collapsed
1311, Generating default present(skw_zm(:ngrdcol,:nz),gamma_skw_fnc(:ngrdcol,:nz))
1320, Generating NVIDIA GPU code
1321, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1322, ! blockidx%x threadidx%x collapsed
1320, Generating default present(gamma_skw_fnc(:ngrdcol,:nz))
1339, Generating NVIDIA GPU code
1340, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1341, ! blockidx%x threadidx%x collapsed
1339, Generating default present(sigma_sqd_w(:ngrdcol,:nz))
1360, Generating NVIDIA GPU code
1361, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1362, ! blockidx%x threadidx%x collapsed
1360, Generating default present(sigma_sqd_w(:ngrdcol,:nz),a3_coef(:ngrdcol,:nz))
1371, Generating NVIDIA GPU code
1372, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1373, ! blockidx%x threadidx%x collapsed
1371, Generating default present(a3_coef(:ngrdcol,:nz))
1386, Generating NVIDIA GPU code
1387, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1388, ! blockidx%x threadidx%x collapsed
1386, Generating default present(thlp2_zt(:ngrdcol,:nz),rtp2_zt(:ngrdcol,:nz))
1397, Generating NVIDIA GPU code
1398, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1399, ! blockidx%x threadidx%x collapsed
1397, Generating default present(wp3_on_wp2_zt(:ngrdcol,:nz),wp2_zt(:ngrdcol,:nz))
1406, Generating NVIDIA GPU code
1407, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1408, ! blockidx%x threadidx%x collapsed
1406, Generating default present(wp3_on_wp2_zt(:ngrdcol,:nz))
1436, Generating NVIDIA GPU code
1437, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1438, ! blockidx%x threadidx%x collapsed
1436, Generating default present(em(:ngrdcol,:nz))
1444, Generating NVIDIA GPU code
1445, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1446, ! blockidx%x threadidx%x collapsed
1444, Generating default present(em(:ngrdcol,:nz))
1455, Generating NVIDIA GPU code
1456, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1457, ! blockidx%x threadidx%x collapsed
1455, Generating default present(sqrt_em_zt(:ngrdcol,:nz))
1493, Generating NVIDIA GPU code
1494, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1495, ! blockidx%x threadidx%x collapsed
1493, Generating default present(tau_zt(:ngrdcol,:nz),sqrt_em_zt(:ngrdcol,:nz),lscale(:ngrdcol,:nz))
1503, Generating NVIDIA GPU code
1504, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1505, ! blockidx%x threadidx%x collapsed
1503, Generating default present(tau_zm(:ngrdcol,:nz),em(:ngrdcol,:nz))
1512, Generating NVIDIA GPU code
1513, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1514, ! blockidx%x threadidx%x collapsed
1512, Generating default present(tau_max_zm(:ngrdcol,:nz),invrs_tau_zt(:ngrdcol,:nz),invrs_tau_wp2_zm(:ngrdcol,:nz),invrs_tau_wp3_zm(:ngrdcol,:nz),invrs_tau_wp3_zt(:ngrdcol,:nz),invrs_tau_wpxp_zm(:ngrdcol,:nz),invrs_tau_xp2_zm(:ngrdcol,:nz),tau_zt(:ngrdcol,:nz),tau_zm(:ngrdcol,:nz),tau_max_zt(:ngrdcol,:nz))
1597, Generating NVIDIA GPU code
1598, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1599, ! blockidx%x threadidx%x collapsed
1597, Generating default present(sqrt_em_zt(:ngrdcol,:nz),lscale(:ngrdcol,:nz))
1607, Generating NVIDIA GPU code
1608, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1609, ! blockidx%x threadidx%x collapsed
1607, Generating default present(lscale_zm(:ngrdcol,:nz),em(:ngrdcol,:nz))
1669, Generating update self(exner(:,:),thlm(:,:),rtm(:,:),p_in_pa(:,:),rcm(:,:))
1700, Generating NVIDIA GPU code
1701, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1702, ! blockidx%x threadidx%x collapsed
1700, Generating default present(varnce_w_1_zm(:ngrdcol,:nz),mixt_frac_zm(:ngrdcol,:nz),w_2_zm(:ngrdcol,:nz),w_1_zm(:ngrdcol,:nz),varnce_w_2_zm(:ngrdcol,:nz))
1737, Generating update self(stability_correction(:,:))
1747, Generating NVIDIA GPU code
1748, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1749, ! blockidx%x threadidx%x collapsed
1747, Generating default present(invrs_tau_c1_zm(:ngrdcol,:nz),invrs_tau_c6_zm(:ngrdcol,:nz),stability_correction(:ngrdcol,:nz),invrs_tau_n2_zm(:ngrdcol,:nz))
1757, Generating NVIDIA GPU code
1758, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1759, ! blockidx%x threadidx%x collapsed
1757, Generating default present(invrs_tau_c6_zm(:ngrdcol,:nz),invrs_tau_c1_zm(:ngrdcol,:nz),invrs_tau_wpxp_zm(:ngrdcol,:nz),invrs_tau_wp2_zm(:ngrdcol,:nz))
1769, Generating NVIDIA GPU code
1770, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1771, ! blockidx%x threadidx%x collapsed
1769, Generating default present(invrs_tau_wp2_zm(:ngrdcol,:nz),invrs_tau_c14_zm(:ngrdcol,:nz))
1787, Generating NVIDIA GPU code
1788, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1789, ! blockidx%x threadidx%x collapsed
1787, Generating default present(invrs_tau_wp2_zm(:ngrdcol,:nz),invrs_tau_c4_zm(:ngrdcol,:nz))
1806, Generating update self(brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd_dry(:,:),brunt_vaisala_freq_sqd_moist(:,:),invrs_tau_sfc(:,:),invrs_tau_no_n2_zm(:,:),brunt_vaisala_freq_sqd_splat(:,:),invrs_tau_bkgnd(:,:),invrs_tau_wp2_zm(:,:),ri_zm(:,:),invrs_tau_zm(:,:),invrs_tau_wp3_zm(:,:),invrs_tau_shear(:,:),invrs_tau_wpxp_zm(:,:),invrs_tau_xp2_zm(:,:))
1869, Generating NVIDIA GPU code
1870, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1871, ! blockidx%x threadidx%x collapsed
1869, Generating default present(cx_fnc_richardson(:ngrdcol,:nz))
2194, Generating NVIDIA GPU code
2195, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2196, ! blockidx%x threadidx%x collapsed
2194, Generating default present(kmh_zm(:ngrdcol,:nz),km_zm(:ngrdcol,:nz))
2205, Generating NVIDIA GPU code
2206, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2207, ! blockidx%x threadidx%x collapsed
2247, Generating NVIDIA GPU code
2248, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2249, ! blockidx%x threadidx%x collapsed
2247, Generating default present(thlm700(:ngrdcol),thlm1000(:ngrdcol))
2355, Generating NVIDIA GPU code
2356, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2357, ! blockidx%x threadidx%x collapsed
2355, Generating default present(vp2_zt(:ngrdcol,:nz),up2_zt(:ngrdcol,:nz),thlp2_zt(:ngrdcol,:nz),rtp2_zt(:ngrdcol,:nz))
2372, Generating NVIDIA GPU code
2373, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2374, ! blockidx%x threadidx%x collapsed
2372, Generating default present(sigma_sqd_w_zt(:ngrdcol,:nz))
2405, Generating NVIDIA GPU code
2406, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
2407, ! blockidx%x threadidx%x collapsed
2405, Generating default present(sclrp2_zt(:ngrdcol,:nz))
2595, Generating update self(edsclrm(:,:,:),cloudy_updraft_frac(:,:),wp4(:,:),wpsclrprtp(:,:,:),wpsclrp2(:,:,:),wpsclrp(:,:,:),wp2rtp(:,:),sclrp2(:,:,:),wprtpthlp(:,:),sclrpthlp(:,:,:),sclrm(:,:,:),sclrprtp(:,:,:),sclrprcp(:,:,:),sclrm_forcing(:,:,:),rtpthvp(:,:),cloud_frac_zm(:,:),cloudy_downdraft_frac(:,:),vpwp_zt(:,:),w_down_in_cloud(:,:),sigma_sqd_w_zt(:,:),wp3_on_wp2(:,:),wp3_on_wp2_zt(:,:),a3_coef(:,:),edsclrm_forcing(:,:,:),rcm_zm(:,:),rtp3(:,:),thlp3(:,:),ice_supersat_frac_zm(:,:),skw_velocity(:,:),wp3_zm(:,:),wp2up2(:,:),wp2thvp(:,:),wpvp2(:,:),wpup2(:,:),wpthvp(:,:),wprtp2(:,:),wpthlp2(:,:),sigma_sqd_w(:,:),wprtp_zt(:,:),wp2_zt(:,:),kh_zm(:,:),tau_zm(:,:),lscale(:,:),lscale_down(:,:),wp2rcp(:,:),wp2sclrp(:,:,:),kh_zt(:,:),upwp_zt(:,:),thvm(:,:),thv_ds_zt(:,:),sclrpthvp(:,:,:),rcm_in_layer(:,:),a3_coef_zt(:,:),rcm(:,:),ice_supersat_frac(:,:),cloud_frac(:,:),exner(:,:),cloud_cover(:,:),rcm_supersat_adj(:,:),rc_coef(:,:),pdf_params_zm%w_2(:,:),wpedsclrp(:,:,:),rc_coef_zm(:,:),w_up_in_cloud(:,:),wm_zm(:,:),thv_ds_zm(:,:),thlpthvp(:,:),rho_ds_zm(:,:),rho(:,:),rho_ds_zt(:,:),rcp2(:,:),em(:,:),lscale_up(:,:),thlprcp(:,:),rtpthlp_zt(:,:),wp2thlp(:,:),wpthlp_zt(:,:),rtpthlp(:,:),rtprcp(:,:),thlp2_zt(:,:),thlp2(:,:),thlm_zm(:,:),rtp2_zt(:,:),rtp2(:,:),rtm_zm(:,:),wp3(:,:),wp2vp2(:,:),wp2(:,:),wm_zt(:,:),wpthlp(:,:),wpsclrpthlp(:,:,:),wprtp(:,:),wprcp(:,:),rtm(:,:),rho_zm(:,:),thlm(:,:),tau_zt(:,:),vp2(:,:),up2(:,:),vpwp(:,:),vp2_zt(:,:),upwp(:,:),up2_zt(:,:),vm(:,:),vg(:,:),um(:,:),ug(:,:),pdf_params_zm%ice_supersat_frac_1(:,:),pdf_params_zm%cthl_2(:,:),pdf_params_zm%ice_supersat_frac_2(:,:),pdf_params_zm%cloud_frac_1(:,:),pdf_params_zm%chi_2(:,:),pdf_params_zm%rc_1(:,:),pdf_params_zm%mixt_frac(:,:),pdf_params_zm%rsatl_1(:,:),pdf_params_zm%rc_2(:,:),pdf_params_zm%corr_chi_eta_1(:,:),pdf_params_zm%cloud_frac_2(:,:),pdf_params_zm%corr_w_eta_1(:,:),pdf_params_zm%corr_w_chi_2(:,:),pdf_params_zm%corr_w_chi_1(:,:),pdf_params_zm%corr_rt_thl_2(:,:),pdf_params_zm%covar_chi_eta_1(:,:),pdf_params_zm%corr_w_thl_2(:,:),pdf_params_zm%stdev_eta_1(:,:),pdf_params_zm%stdev_chi_2(:,:),pdf_params_zm%stdev_chi_1(:,:),pdf_params_zm%rt_2(:,:),pdf_params_zm%chi_1(:,:),pdf_params_zm%alpha_thl(:,:),pdf_params_zm%cthl_1(:,:),pdf_params_zm%crt_2(:,:),pdf_params_zm%crt_1(:,:),pdf_params_zm%covar_chi_eta_2(:,:),pdf_params%w_2(:,:),pdf_params_zm%alpha_rt(:,:),pdf_params_zm%corr_rt_thl_1(:,:),pdf_params_zm%corr_chi_eta_2(:,:),pdf_params_zm%corr_w_thl_1(:,:),pdf_params_zm%corr_w_rt_2(:,:),pdf_params_zm%corr_w_rt_1(:,:),pdf_params_zm%corr_w_eta_2(:,:),pdf_params_zm%varnce_thl_1(:,:),pdf_params_zm%varnce_rt_2(:,:),pdf_params_zm%thl_1(:,:),pdf_params_zm%stdev_eta_2(:,:),pdf_params_zm%varnce_rt_1(:,:),pdf_params_zm%thl_2(:,:),pdf_params_zm%rt_1(:,:),pdf_params_zm%rsatl_2(:,:),pdf_params_zm%varnce_w_1(:,:),pdf_params_zm%varnce_thl_2(:,:),pdf_params_zm%w_1(:,:),pdf_params_zm%varnce_w_2(:,:),pdf_params%ice_supersat_frac_1(:,:),pdf_params%cthl_2(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%chi_2(:,:),pdf_params%rc_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rsatl_1(:,:),pdf_params%rc_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%chi_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%cthl_1(:,:),pdf_params%crt_2(:,:),pdf_params%crt_1(:,:),pdf_params%covar_chi_eta_2(:,:),p_in_pa(:,:),pdf_params%alpha_rt(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%thl_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%rt_1(:,:),pdf_params%rsatl_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_w_2(:,:))
2779, Generating update self(edsclrm(:,:,:),sclrm(:,:,:),sclrprtp(:,:,:),sclrp2(:,:,:),sclrm_forcing(:,:,:),wprtp_sfc(:),rtpthlp(:,:),wp3(:,:),wpsclrp(:,:,:),rtp2(:,:),thlm_forcing(:,:),rtm_forcing(:,:),wp2(:,:),wm_zt(:,:),wpsclrp_sfc(:,:),sclrpthlp(:,:,:),wpedsclrp_sfc(:,:),rho_zm(:,:),vm_forcing(:,:),um_forcing(:,:),vp2(:,:),upwp_sfc(:),up2(:,:),thv_ds_zt(:,:),vpwp(:,:),upwp(:,:),wprtp(:,:),wpthlp_sfc(:),wpthlp(:,:),thv_ds_zm(:,:),thlp2(:,:),invrs_rho_ds_zm(:,:),exner(:,:),rho_ds_zm(:,:),rho(:,:),edsclrm_forcing(:,:,:),p_in_pa(:,:),rho_ds_zt(:,:),invrs_rho_ds_zt(:,:),wm_zm(:,:),vpwp_sfc(:),vm(:,:),um(:,:),rtm(:,:),thlm(:,:))
2818, Generating update self(thlm(:,:),rtm_forcing(:,:),rtm(:,:),rho_ds_zt(:,:),rho_ds_zm(:,:),wprtp_sfc(:),wprtp(:,:),wm_zt(:,:),thlm_forcing(:,:),wm_zm(:,:))
2890, Generating exit data delete(lhs_splat_wp2(:,:),kmh_zm(:,:),mixt_frac_zm(:,:),tau_max_zm(:,:),stability_correction(:,:),lscale_down(:,:),rcp2_zt(:,:),brunt_vaisala_freq_sqd_splat(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_dry(:,:),a3_coef_zt(:,:),cloud_frac_zm(:,:),invrs_tau_wp3_zm(:,:),invrs_tau_xp2_zm(:,:),invrs_tau_no_n2_zm(:,:),invrs_tau_sfc(:,:),ice_supersat_frac_zm(:,:),invrs_tau_n2_zm(:,:),invrs_tau_wp2_zm(:,:),invrs_tau_wp3_zt(:,:),invrs_tau_shear(:,:),invrs_tau_bkgnd(:,:),invrs_tau_c1_zm(:,:),invrs_tau_c6_zm(:,:),invrs_tau_wpxp_zm(:,:),invrs_tau_c14_zm(:,:),invrs_tau_c4_zm(:,:),invrs_tau_n2_iso(:,:),sqrt_em_zt(:,:),rc_coef_zm(:,:),thlm1000(:),tau_zt(:,:),rcm_supersat_adj(:,:),thlm700(:),ri_zm(:,:),gamma_skw_fnc(:,:),brunt_vaisala_freq_sqd_zt(:,:),rcp2(:,:),lscale_zm(:,:),varnce_w_1_zm(:,:),upwp_zt(:,:),w_1_zm(:,:),vpwp_zt(:,:),wpthlp_zt(:,:),skw_zt(:,:),sigma_sqd_w(:,:),rtpthlp_zt(:,:),em(:,:),km_zm(:,:),invrs_tau_zt(:,:),newmu(:),wp3_on_wp2(:,:),wp2rcp(:,:),a3_coef(:,:),sigma_sqd_w_zt(:,:),vp2_zt(:,:),up2_zt(:,:),varnce_w_2_zm(:,:),thvm_zm(:,:),rtprcp(:,:),rtm_zm(:,:),wprtp2(:,:),wpthlp2(:,:),thlm_zm(:,:),w_2_zm(:,:),sigma_sqd_w_tmp(:,:),tau_zm(:,:),tau_max_zt(:,:),ddzm_thvm_zm(:,:),lscale(:,:),lscale_up(:,:),lscale_max(:),lhs_splat_wp3(:,:),wp3_on_wp2_zt(:,:),wp2_zt(:,:),wprtp_zt(:,:),wp3_zm(:,:),wprtpthlp(:,:),rcm_zm(:,:),rtp2_zt(:,:),cx_fnc_richardson(:,:),thvm(:,:),thlp2_zt(:,:),skw_zm(:,:),skw_velocity(:,:),xp3_coef_fnc(:,:))
2911, Generating exit data delete(wpsclrp2(:,:,:),wpsclrprtp(:,:,:),wpsclrp_zt(:,:),wpedsclrp(:,:,:),sclrprcp(:,:,:),sclrp2_zt(:,:),wp2sclrp(:,:,:),wpsclrpthlp(:,:,:))
2915, Generating exit data delete(rtphmp_zt(:,:,:),hydromet(:,:,:),thlphmp_zt(:,:,:),wphydrometp(:,:,:),wp2hmp(:,:,:))
pdf_closure_driver:
3406, Generating enter data create(rtpthvp_zt(:,:),skw_zt(:,:),upwp_zt(:,:),thlpthvp_zt(:,:),gamma_skw_fnc_zt(:,:),rel_humidity(:,:),vp3_zm(:,:),up3_zm(:,:),thlp3_zm(:,:),rtp3_zm(:,:),wp4_zt(:,:),thlprcp_zt(:,:),rtpthlp_zt(:,:),wpthlp_zt(:,:),wp3_zm(:,:),wp2up2_zt(:,:),wp2_zt(:,:),sku_zt(:,:),skv_zm(:,:),skthl_zt(:,:),sku_zm(:,:),skrt_zt(:,:),skthl_zm(:,:),sigma_sqd_w_zt(:,:),skrt_zm(:,:),skv_zt(:,:),skw_zm(:,:),sigma_sqd_w_tmp(:,:),gamma_skw_fnc(:,:),vprcp_zt(:,:),uprcp_zt(:,:),vp2_zt(:,:),vm_zm(:,:),up2_zt(:,:),um_zm(:,:),rtprcp_zt(:,:),wprtp_zt(:,:),wprcp_zt(:,:),thlp2_zt(:,:),t_in_k(:,:),rtp2_zt(:,:),rsat(:,:),wp2vp2_zt(:,:),vpwp_zt(:,:),wpthvp_zt(:,:))
3416, Generating enter data create(w_up_in_cloud_zm(:,:),wp2thlp_zm(:,:),wprtp2_zm(:,:),wp2rtp_zm(:,:),wprtpthlp_zm(:,:),wp2rcp_zm(:,:),wp2thvp_zm(:,:),cloudy_updraft_frac_zm(:,:),exner_zm(:,:),cloudy_downdraft_frac_zm(:,:),p_in_pa_zm(:,:),wpup2_zm(:,:),wpthlp2_zm(:,:),w_down_in_cloud_zm(:,:),wpvp2_zm(:,:))
3423, Generating enter data create(sksclr_zt(:,:,:),wpsclrprtp_zm(:,:,:),wp2sclrp_zm(:,:,:),wpsclrp_zt(:,:,:),sclrp3_zm(:,:,:),sclrpthlp_zt(:,:,:),sclrpthvp_zt(:,:,:),sksclr_zm(:,:,:),sclrprtp_zt(:,:,:),sclrprcp_zt(:,:,:),sclrp2_zt(:,:,:),sclrm_zm(:,:,:),wpsclrp2_zm(:,:,:),wpsclrpthlp_zm(:,:,:))
3428, Generating enter data create(rtphmp(:,:,:),thlphmp(:,:,:),wp2hmp_zm(:,:,:),wphydrometp_zt(:,:,:))
3447, Generating NVIDIA GPU code
3448, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3449, ! blockidx%x threadidx%x collapsed
3447, Generating default present(up2_zt(:ngrdcol,:nz),thlp2_zt(:ngrdcol,:nz),rtp2_zt(:ngrdcol,:nz),wp2_zt(:ngrdcol,:nz),vp2_zt(:ngrdcol,:nz))
3463, Generating NVIDIA GPU code
3464, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3465, ! blockidx%x threadidx%x collapsed
3463, Generating default present(sclrp2_zt(:ngrdcol,:nz,j),sclr_tol(j))
3530, Generating update self(skrt_zt(:,:),skrt_zm(:,:),skthl_zm(:,:),skthl_zt(:,:),skw_zt(:,:),skw_zm(:,:))
3560, Generating NVIDIA GPU code
3561, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3562, ! blockidx%x threadidx%x collapsed
3560, Generating default present(gamma_skw_fnc(:ngrdcol,:nz),skw_zm(:ngrdcol,:nz),skw_zt(:ngrdcol,:nz),gamma_skw_fnc_zt(:ngrdcol,:nz))
3576, Generating NVIDIA GPU code
3577, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3578, ! blockidx%x threadidx%x collapsed
3576, Generating default present(gamma_skw_fnc_zt(:ngrdcol,:nz),gamma_skw_fnc(:ngrdcol,:nz))
3588, Generating update self(gamma_skw_fnc(:,:))
3609, Generating NVIDIA GPU code
3610, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3611, ! blockidx%x threadidx%x collapsed
3609, Generating default present(sigma_sqd_w_zt(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz))
3633, Generating NVIDIA GPU code
3634, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3635, ! blockidx%x threadidx%x collapsed
3633, Generating default present(vp2_zt(:ngrdcol,:nz),up2_zt(:ngrdcol,:nz),thlp2_zt(:ngrdcol,:nz),rtp2_zt(:ngrdcol,:nz))
3646, Generating NVIDIA GPU code
3647, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3648, ! blockidx%x threadidx%x collapsed
3646, Generating default present(sigma_sqd_w(:ngrdcol,:nz),skw_velocity(:ngrdcol,:nz),wp3_zm(:ngrdcol,:nz),wp2(:ngrdcol,:nz))
3667, Generating NVIDIA GPU code
3668, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3669, ! blockidx%x threadidx%x collapsed
3667, Generating default present(sclrp2_zt(:ngrdcol,:nz,j),sclr_tol(j))
3761, Generating NVIDIA GPU code
3762, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3763, ! blockidx%x threadidx%x collapsed
3761, Generating default present(rtm_ref(:ngrdcol,:nz),rtm(:ngrdcol,:nz),gr,gr%zt(1:ngrdcol,1:nz))
3785, Generating NVIDIA GPU code
3786, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3785, Generating default present(sclrm_zm(:ngrdcol,nz,j),sclr_tol(j))
3800, Generating NVIDIA GPU code
3801, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3800, Generating default present(p_in_pa_zm(:ngrdcol,:),p_in_pa(:ngrdcol,:))
3810, Generating NVIDIA GPU code
3811, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3812, ! blockidx%x threadidx%x collapsed
3810, Generating default present(p_in_pa_zm(:ngrdcol,:nz),exner_zm(:ngrdcol,:nz))
3821, Generating NVIDIA GPU code
3822, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3821, Generating default present(thlm_zm(:ngrdcol,nz),rtm_zm(:ngrdcol,nz))
3907, Generating NVIDIA GPU code
3908, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3909, ! blockidx%x threadidx%x collapsed
3907, Generating default present(wp4(:ngrdcol,:nz))
3915, Generating NVIDIA GPU code
3916, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3915, Generating default present(wp4(:ngrdcol,:))
3934, Generating NVIDIA GPU code
3935, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3936, ! blockidx%x threadidx%x collapsed
3934, Generating default present(rcp2(:ngrdcol,:nz))
3942, Generating NVIDIA GPU code
3943, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3942, Generating default present(rcp2(:ngrdcol,nz))
3962, Generating NVIDIA GPU code
3963, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3962, Generating default present(wpthvp(:ngrdcol,nz),wprcp(:ngrdcol,nz),thlprcp(:ngrdcol,nz),rtprcp(:ngrdcol,nz),wp2vp2(:ngrdcol,nz),rc_coef_zm(:ngrdcol,nz),rtpthvp(:ngrdcol,nz),thlpthvp(:ngrdcol,nz),uprcp(:ngrdcol,nz),vprcp(:ngrdcol,nz),wp2up2(:ngrdcol,nz))
3979, Generating NVIDIA GPU code
3980, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
3981, ! blockidx%x threadidx%x collapsed
3979, Generating default present(thlm_zm(:ngrdcol,:nz),rtm_zm(:ngrdcol,:nz),rcm_zm(:ngrdcol,:nz),ice_supersat_frac_zm(:ngrdcol,:nz),cloud_frac_zm(:ngrdcol,:nz))
3996, Generating NVIDIA GPU code
3997, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
3998, !$acc loop seq
3996, Generating default present(sclrpthvp(:ngrdcol,nz,j),sclrprcp(:ngrdcol,nz,j))
3998, Loop is parallelizable
4010, Generating update self(vprcp(:,:),uprcp(:,:))
4038, Generating NVIDIA GPU code
4039, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4038, Generating default present(cloud_frac_zm(:ngrdcol,nz))
4074, Generating NVIDIA GPU code
4075, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4076, ! blockidx%x threadidx%x collapsed
4074, Generating default present(cloud_frac(:ngrdcol,:nz),rcm_in_layer(:ngrdcol,:nz),rcm(:ngrdcol,:nz),cloud_cover(:ngrdcol,:nz))
4084, Generating NVIDIA GPU code
4085, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4086, ! blockidx%x threadidx%x collapsed
4084, Generating default present(ice_supersat_frac(:ngrdcol,:nz),cloud_frac(:ngrdcol,:nz))
4098, Generating NVIDIA GPU code
4099, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4100, ! blockidx%x threadidx%x collapsed
4098, Generating default present(rcm(:ngrdcol,:nz),rcm_supersat_adj(:ngrdcol,:nz),rel_humidity(:ngrdcol,:nz),rtm(:ngrdcol,:nz),rsat(:ngrdcol,:nz))
4115, Generating NVIDIA GPU code
4116, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
4117, ! blockidx%x threadidx%x collapsed
4115, Generating default present(rtm(:ngrdcol,2:nz),rsat(:ngrdcol,2:nz),rel_humidity(:ngrdcol,2:nz),rcm(:ngrdcol,2:nz),rcm_supersat_adj(:ngrdcol,2:nz))
4116, Scalar last value needed after loop for l_spur_supersat at line 4127
4117, Scalar last value needed after loop for l_spur_supersat at line 4127
4133, Generating exit data delete(rtpthvp_zt(:,:),skw_zt(:,:),upwp_zt(:,:),thlpthvp_zt(:,:),gamma_skw_fnc_zt(:,:),rel_humidity(:,:),vp3_zm(:,:),up3_zm(:,:),thlp3_zm(:,:),rtp3_zm(:,:),wp4_zt(:,:),thlprcp_zt(:,:),rtpthlp_zt(:,:),wpthlp_zt(:,:),wp3_zm(:,:),wp2up2_zt(:,:),wp2_zt(:,:),sku_zt(:,:),skv_zm(:,:),skthl_zt(:,:),sku_zm(:,:),skrt_zt(:,:),skthl_zm(:,:),sigma_sqd_w_zt(:,:),skrt_zm(:,:),skv_zt(:,:),skw_zm(:,:),sigma_sqd_w_tmp(:,:),gamma_skw_fnc(:,:),vprcp_zt(:,:),uprcp_zt(:,:),vp2_zt(:,:),vm_zm(:,:),up2_zt(:,:),um_zm(:,:),rtprcp_zt(:,:),wprtp_zt(:,:),wprcp_zt(:,:),thlp2_zt(:,:),t_in_k(:,:),rtp2_zt(:,:),rsat(:,:),wp2vp2_zt(:,:),vpwp_zt(:,:),wpthvp_zt(:,:))
4143, Generating exit data delete(w_up_in_cloud_zm(:,:),wp2thlp_zm(:,:),wprtp2_zm(:,:),wp2rtp_zm(:,:),wprtpthlp_zm(:,:),wp2rcp_zm(:,:),wp2thvp_zm(:,:),cloudy_updraft_frac_zm(:,:),exner_zm(:,:),cloudy_downdraft_frac_zm(:,:),p_in_pa_zm(:,:),wpup2_zm(:,:),wpthlp2_zm(:,:),w_down_in_cloud_zm(:,:),wpvp2_zm(:,:))
4150, Generating exit data delete(sksclr_zt(:,:,:),wpsclrprtp_zm(:,:,:),wp2sclrp_zm(:,:,:),wpsclrp_zt(:,:,:),sclrp3_zm(:,:,:),sclrpthlp_zt(:,:,:),sclrpthvp_zt(:,:,:),sksclr_zm(:,:,:),sclrprtp_zt(:,:,:),sclrprcp_zt(:,:,:),sclrp2_zt(:,:,:),sclrm_zm(:,:,:),wpsclrp2_zm(:,:,:),wpsclrpthlp_zm(:,:,:))
4155, Generating exit data delete(rtphmp(:,:,:),thlphmp(:,:,:),wphydrometp_zt(:,:,:),wp2hmp_zm(:,:,:))
trapezoidal_rule_zt:
4880, Generating NVIDIA GPU code
4881, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4880, Generating default present(wp2thvp_zm(:ngrdcol,nz),wpthlp2_zm(:ngrdcol,nz),wprtpthlp_zm(:ngrdcol,nz),wprtp2_zm(:ngrdcol,nz),cloud_frac_zm(:ngrdcol,nz),ice_supersat_frac_zm(:ngrdcol,nz),rcm_zm(:ngrdcol,nz))
4897, Generating NVIDIA GPU code
4898, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
4897, Generating default present(wpsclrp2_zm(:ngrdcol,nz,sclr),wpsclrpthlp_zm(:ngrdcol,nz,sclr),wpsclrprtp_zm(:ngrdcol,nz,sclr))
calc_trapezoid_zt:
5071, Generating NVIDIA GPU code
5072, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5071, Generating default present(trapezoid_zt(:ngrdcol,:1),variable_zt(:ngrdcol,:1))
5077, Generating NVIDIA GPU code
5078, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5079, ! blockidx%x threadidx%x collapsed
5077, Generating default present(gr%zt(1:ngrdcol,2:nz),variable_zt(:ngrdcol,2:nz),variable_zm(:ngrdcol,:nz),trapezoid_zt(:ngrdcol,2:nz),gr%invrs_dzt(1:ngrdcol,2:nz),gr%zm(1:ngrdcol,1:nz),gr)
calc_trapezoid_zm:
5134, Generating NVIDIA GPU code
5135, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5134, Generating default present(variable_zm(:ngrdcol,:),trapezoid_zm(:ngrdcol,:))
5141, Generating NVIDIA GPU code
5142, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5143, ! blockidx%x threadidx%x collapsed
5141, Generating default present(gr%zt(1:ngrdcol,2:nz),trapezoid_zm(:ngrdcol,2:nz-1),variable_zt(:ngrdcol,2:nz),variable_zm(:ngrdcol,2:nz-1),gr%zm(1:ngrdcol,2:nz-1),gr%invrs_dzm(1:ngrdcol,2:nz-1),gr)
compute_cloud_cover:
5226, Generating enter data create(chi_mean(:,:),vert_cloud_frac(:,:),vert_cloud_frac_upper(:,:),vert_cloud_frac_lower(:,:))
5229, Generating NVIDIA GPU code
5230, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5231, ! blockidx%x threadidx%x collapsed
5229, Generating default present(pdf_params,pdf_params%mixt_frac(1:ngrdcol,1:nz),pdf_params%chi_2(1:ngrdcol,1:nz),pdf_params%chi_1(1:ngrdcol,1:nz),chi_mean(:ngrdcol,:nz))
5239, Generating NVIDIA GPU code
5240, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5241, ! blockidx%x threadidx%x collapsed
5239, Generating default present(rcm_in_layer(:ngrdcol,2:nz-1),vert_cloud_frac(:ngrdcol,2:nz-1),vert_cloud_frac_upper(:ngrdcol,2:nz-1),vert_cloud_frac_lower(:ngrdcol,2:nz-1),cloud_frac(:ngrdcol,2:nz-1),gr,gr%invrs_dzm(1:ngrdcol,1:nz-1),gr%zm(1:ngrdcol,1:nz-1),gr%zt(1:ngrdcol,2:nz-1),cloud_cover(:ngrdcol,2:nz-1),chi_mean(:ngrdcol,:nz),rcm(:ngrdcol,:nz))
5240, Scalar last value needed after loop for err_code at line 5335
5241, Scalar last value needed after loop for err_code at line 5335
5324, Generating NVIDIA GPU code
5325, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5324, Generating default present(cloud_cover(:ngrdcol,:),cloud_frac(:ngrdcol,:),rcm_in_layer(:ngrdcol,:),rcm(:ngrdcol,:))
5337, Generating update self(rcm(:,:),pdf_params%mixt_frac(:,:),pdf_params%chi_1(:,:),cloud_frac(:,:),pdf_params%chi_2(:,:))
5351, Generating exit data delete(chi_mean(:,:),vert_cloud_frac(:,:),vert_cloud_frac_upper(:,:),vert_cloud_frac_lower(:,:))
clip_rcm:
5402, Generating copy(rcm(:,:)) [if not already present]
Generating copyin(rtm(:,:)) [if not already present]
5407, Generating update self(rcm(:,:),rtm(:,:))
5427, Generating NVIDIA GPU code
5428, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
5429, ! blockidx%x threadidx%x collapsed
set_lscale_max:
5491, Generating NVIDIA GPU code
5492, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5491, Generating default present(host_dx(:ngrdcol),lscale_max(:ngrdcol),host_dy(:ngrdcol))
5497, Generating NVIDIA GPU code
5498, !$acc loop gang, vector(128) ! blockidx%x threadidx%x
5497, Generating default present(lscale_max(:ngrdcol))
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clubb_api_module.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_param.a advance_clubb_core_module.o corr_varnce_module.o adg1_adg2_3d_luhar_pdf.o stats_rad_zt_module.o tridiag_lu_solver.o saturation.o interpolation.o calc_pressure.o sigma_sqd_w_module.o diffusion.o advance_xp3_module.o advance_helper_module.o stats_zt_module.o new_tsdadg_pdf.o lapack_wrap.o advance_wp2_wp3_module.o pdf_utilities.o Nc_Ncn_eqns.o hydromet_pdf_parameter_module.o matrix_solver_wrapper.o turbulent_adv_pdf.o new_hybrid_pdf_main.o new_hybrid_pdf.o output_grads.o calendar.o matrix_operations.o pdf_parameter_module.o grid_class.o stats_rad_zm_module.o Skx_module.o parameter_indices.o new_pdf.o index_mapping.o lapack_interfaces.o new_pdf_main.o stats_zm_module.o stats_lh_zt_module.o pdf_closure_module.o array_index.o diagnose_correlations_module.o error_code.o mono_flux_limiter.o mean_adv.o LY93_pdf.o output_netcdf.o clip_semi_implicit.o stats_lh_sfc_module.o sponge_layer_damping.o parameters_model.o code_timer_module.o pos_definite_module.o parameters_tunable.o stat_file_module.o input_reader.o calc_roots.o constants_clubb.o stats_type_utilities.o precipitation_fraction.o endian.o file_functions.o clubb_api_module.o sfc_varnce_module.o mixing_length.o numerical_check.o clip_explicit.o advance_windm_edsclrm_module.o clubb_precision.o fill_holes.o advance_xp2_xpyp_module.o penta_lu_solver.o T_in_K_module.o stats_clubb_utilities.o model_flags.o stats_sfc_module.o mt95.o stats_variables.o advance_xm_wpxp_module.o setup_clubb_pdf_params.o input_names.o stats_type.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_param.a
a - advance_clubb_core_module.o
a - corr_varnce_module.o
a - adg1_adg2_3d_luhar_pdf.o
a - stats_rad_zt_module.o
a - tridiag_lu_solver.o
a - saturation.o
a - interpolation.o
a - calc_pressure.o
a - sigma_sqd_w_module.o
a - diffusion.o
a - advance_xp3_module.o
a - advance_helper_module.o
a - stats_zt_module.o
a - new_tsdadg_pdf.o
a - lapack_wrap.o
a - advance_wp2_wp3_module.o
a - pdf_utilities.o
a - Nc_Ncn_eqns.o
a - hydromet_pdf_parameter_module.o
a - matrix_solver_wrapper.o
a - turbulent_adv_pdf.o
a - new_hybrid_pdf_main.o
a - new_hybrid_pdf.o
a - output_grads.o
a - calendar.o
a - matrix_operations.o
a - pdf_parameter_module.o
a - grid_class.o
a - stats_rad_zm_module.o
a - Skx_module.o
a - parameter_indices.o
a - new_pdf.o
a - index_mapping.o
a - lapack_interfaces.o
a - new_pdf_main.o
a - stats_zm_module.o
a - stats_lh_zt_module.o
a - pdf_closure_module.o
a - array_index.o
a - diagnose_correlations_module.o
a - error_code.o
a - mono_flux_limiter.o
a - mean_adv.o
a - LY93_pdf.o
a - output_netcdf.o
a - clip_semi_implicit.o
a - stats_lh_sfc_module.o
a - sponge_layer_damping.o
a - parameters_model.o
a - code_timer_module.o
a - pos_definite_module.o
a - parameters_tunable.o
a - stat_file_module.o
a - input_reader.o
a - calc_roots.o
a - constants_clubb.o
a - stats_type_utilities.o
a - precipitation_fraction.o
a - endian.o
a - file_functions.o
a - clubb_api_module.o
a - sfc_varnce_module.o
a - mixing_length.o
a - numerical_check.o
a - clip_explicit.o
a - advance_windm_edsclrm_module.o
a - clubb_precision.o
a - fill_holes.o
a - advance_xp2_xpyp_module.o
a - penta_lu_solver.o
a - T_in_K_module.o
a - stats_clubb_utilities.o
a - model_flags.o
a - stats_sfc_module.o
a - mt95.o
a - stats_variables.o
a - advance_xm_wpxp_module.o
a - setup_clubb_pdf_params.o
a - input_names.o
a - stats_type.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_lapack
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlasrt.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbequ.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dtrmv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgemm.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlantb.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slacpy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbtf2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlangt.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgttrs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbsvx.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlacn2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtts2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dswap.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlatbs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbmv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbtrf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssteqr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slantb.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgemm.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/strmv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbequ.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slasrt.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbtf2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slangt.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlacpy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slacn2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slatbs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sswap.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtts2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbsvx.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgttrs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsteqr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbtrf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbmv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlangb.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgttrf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaev2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaset.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dcopy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slasr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtsvx.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorgql.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbtrs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlanst.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/daxpy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsyrk.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsytrd.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssyr2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorgqr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaswp.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/strsm.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/disnan.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/ilaenv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/drscl.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaqgb.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaset.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaev2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgttrf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slangb.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ilaslc.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/saxpy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssyrk.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorgql.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slanst.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbtrs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlasr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtsvx.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/scopy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sisnan.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/srscl.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/idamax.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dtrsm.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsyr2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaswp.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorgqr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssytrd.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaqgb.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ilaslr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/iladlr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slascl.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/spotrf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slassq.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/iparmq.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaqsy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/stbsv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorg2r.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlamch.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/snrm2.f
NVFORTRAN-W-0130-Floating point underflow. Check constants and constant expressions (/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlamch.f: 109)
0 inform, 1 warnings, 0 severes, 0 fatal for dlamch
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsytd2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtcon.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlarfb.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbsv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorg2l.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slarf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dger.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssyev.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtrfs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/iladlc.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dscal.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorgtr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsymv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dpoequ.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlartg.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slansy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaqsy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dpotrf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlassq.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlascl.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_shared/lsame.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtcon.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssytd2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dorg2r.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slamch.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dnrm2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dtbsv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlarf.f
NVFORTRAN-W-0130-Floating point underflow. Check constants and constant expressions (/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slamch.f: 113)
0 inform, 1 warnings, 0 severes, 0 fatal for slamch
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsyev.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sger.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorg2l.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbsv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slarfb.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlansy.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssymv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sorgtr.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slartg.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/spoequ.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sscal.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_shared/xerbla.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtrfs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/ieeeck.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slatrd.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlagtm.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsterf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/ddot.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbrfs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/isamax.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlapy2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlabad.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgtsv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sasum.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dsyr2k.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgbcon.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dpotrf2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgemv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlae2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlaisnan.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlarft.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dtrmm.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlarfg.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sdot.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssterf.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbrfs.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slagtm.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dlatrd.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/sgtsv.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dasum.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slapy2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slabad.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/spotrf2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/ssyr2k.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgbcon.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/strmm.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slarfg.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slarft.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slae2.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_single/slaisnan.f
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Lapack/Lapack_double/dgemv.f
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_lapack.a dlasrt.o dgbequ.o dtrmv.o sgemm.o dlantb.o slacpy.o dgbtf2.o dlangt.o dgttrs.o dgbsvx.o dlacn2.o dgtts2.o dswap.o dlatbs.o sgbmv.o sgbtrf.o ssteqr.o slantb.o dgemm.o strmv.o sgbequ.o slasrt.o sgbtf2.o slangt.o dlacpy.o slacn2.o slatbs.o sswap.o sgtts2.o sgbsvx.o sgttrs.o dsteqr.o dgbtrf.o dgbmv.o dlangb.o sgttrf.o dlaev2.o slaset.o dcopy.o slasr.o dgtsvx.o dorgql.o dgbtrs.o dlanst.o daxpy.o dsyrk.o dsytrd.o ssyr2.o sorgqr.o slaswp.o strsm.o disnan.o ilaenv.o drscl.o slaqgb.o dlaset.o slaev2.o dgttrf.o slangb.o ilaslc.o saxpy.o ssyrk.o sorgql.o slanst.o sgbtrs.o dlasr.o sgtsvx.o scopy.o sisnan.o srscl.o idamax.o dtrsm.o dsyr2.o dlaswp.o dorgqr.o ssytrd.o dlaqgb.o ilaslr.o iladlr.o slascl.o spotrf.o slassq.o iparmq.o dlaqsy.o stbsv.o sorg2r.o dlamch.o snrm2.o dsytd2.o sgtcon.o dlarfb.o dgbsv.o dorg2l.o slarf.o dger.o ssyev.o sgtrfs.o iladlc.o dscal.o dorgtr.o dsymv.o dpoequ.o dlartg.o slansy.o slaqsy.o dpotrf.o dlassq.o dlascl.o lsame.o dgtcon.o ssytd2.o dorg2r.o slamch.o dnrm2.o dtbsv.o dlarf.o dsyev.o sger.o sorg2l.o sgbsv.o slarfb.o dlansy.o ssymv.o sorgtr.o slartg.o spoequ.o sscal.o xerbla.o dgtrfs.o ieeeck.o slatrd.o dlagtm.o dsterf.o ddot.o sgbrfs.o isamax.o dlapy2.o dlabad.o dgtsv.o sasum.o dsyr2k.o sgbcon.o dpotrf2.o sgemv.o dlae2.o dlaisnan.o dlarft.o dtrmm.o dlarfg.o sdot.o ssterf.o dgbrfs.o slagtm.o dlatrd.o sgtsv.o dasum.o slapy2.o slabad.o spotrf2.o ssyr2k.o dgbcon.o strmm.o slarfg.o slarft.o slae2.o slaisnan.o dgemv.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_lapack.a
a - dlasrt.o
a - dgbequ.o
a - dtrmv.o
a - sgemm.o
a - dlantb.o
a - slacpy.o
a - dgbtf2.o
a - dlangt.o
a - dgttrs.o
a - dgbsvx.o
a - dlacn2.o
a - dgtts2.o
a - dswap.o
a - dlatbs.o
a - sgbmv.o
a - sgbtrf.o
a - ssteqr.o
a - slantb.o
a - dgemm.o
a - strmv.o
a - sgbequ.o
a - slasrt.o
a - sgbtf2.o
a - slangt.o
a - dlacpy.o
a - slacn2.o
a - slatbs.o
a - sswap.o
a - sgtts2.o
a - sgbsvx.o
a - sgttrs.o
a - dsteqr.o
a - dgbtrf.o
a - dgbmv.o
a - dlangb.o
a - sgttrf.o
a - dlaev2.o
a - slaset.o
a - dcopy.o
a - slasr.o
a - dgtsvx.o
a - dorgql.o
a - dgbtrs.o
a - dlanst.o
a - daxpy.o
a - dsyrk.o
a - dsytrd.o
a - ssyr2.o
a - sorgqr.o
a - slaswp.o
a - strsm.o
a - disnan.o
a - ilaenv.o
a - drscl.o
a - slaqgb.o
a - dlaset.o
a - slaev2.o
a - dgttrf.o
a - slangb.o
a - ilaslc.o
a - saxpy.o
a - ssyrk.o
a - sorgql.o
a - slanst.o
a - sgbtrs.o
a - dlasr.o
a - sgtsvx.o
a - scopy.o
a - sisnan.o
a - srscl.o
a - idamax.o
a - dtrsm.o
a - dsyr2.o
a - dlaswp.o
a - dorgqr.o
a - ssytrd.o
a - dlaqgb.o
a - ilaslr.o
a - iladlr.o
a - slascl.o
a - spotrf.o
a - slassq.o
a - iparmq.o
a - dlaqsy.o
a - stbsv.o
a - sorg2r.o
a - dlamch.o
a - snrm2.o
a - dsytd2.o
a - sgtcon.o
a - dlarfb.o
a - dgbsv.o
a - dorg2l.o
a - slarf.o
a - dger.o
a - ssyev.o
a - sgtrfs.o
a - iladlc.o
a - dscal.o
a - dorgtr.o
a - dsymv.o
a - dpoequ.o
a - dlartg.o
a - slansy.o
a - slaqsy.o
a - dpotrf.o
a - dlassq.o
a - dlascl.o
a - lsame.o
a - dgtcon.o
a - ssytd2.o
a - dorg2r.o
a - slamch.o
a - dnrm2.o
a - dtbsv.o
a - dlarf.o
a - dsyev.o
a - sger.o
a - sorg2l.o
a - sgbsv.o
a - slarfb.o
a - dlansy.o
a - ssymv.o
a - sorgtr.o
a - slartg.o
a - spoequ.o
a - sscal.o
a - xerbla.o
a - dgtrfs.o
a - ieeeck.o
a - slatrd.o
a - dlagtm.o
a - dsterf.o
a - ddot.o
a - sgbrfs.o
a - isamax.o
a - dlapy2.o
a - dlabad.o
a - dgtsv.o
a - sasum.o
a - dsyr2k.o
a - sgbcon.o
a - dpotrf2.o
a - sgemv.o
a - dlae2.o
a - dlaisnan.o
a - dlarft.o
a - dtrmm.o
a - dlarfg.o
a - sdot.o
a - ssterf.o
a - dgbrfs.o
a - slagtm.o
a - dlatrd.o
a - sgtsv.o
a - dasum.o
a - slapy2.o
a - slabad.o
a - spotrf2.o
a - ssyr2k.o
a - dgbcon.o
a - strmm.o
a - slarfg.o
a - slarft.o
a - slae2.o
a - slaisnan.o
a - dgemv.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_bugsrad
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.microphys_utils
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_parabolic
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/kinds.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Microphys_utils/microphys_stats_vars_module.F90
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_coamps
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Parabolic_constants.f90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa27r.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/qsatvi.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/variables_radiation_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa8g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/tgqs.F
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/AiryFunction.f90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/bugsrad_physconst.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa20g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa26.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa5g.F
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libmicrophys_utils.a microphys_stats_vars_module.o
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/newexp.F90
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libmicrophys_utils.a
a - microphys_stats_vars_module.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_morrison
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Morrison_microphys/module_mp_graupel.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/esat_new.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/two_rt_lw_ocastrndm.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa22g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/comscp2.F
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 300)
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Parabolic.f90
0 inform, 1 warnings, 0 severes, 0 fatal for module_mp_graupel
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa25.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa9g.F
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 5894)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 5905)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 5928)
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/two_rt_lw_sel.F
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 5976)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 5980)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 6066)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 6073)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 6079)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 6204)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 6210)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 6248)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 6253)
NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (../src/Morrison_microphys/module_mp_graupel.F90: 6257)
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/nrmcol.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/nrmtqw.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/cloudg.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/two_rt_sw.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/esati.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/comscp1.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/two_rt_sw_ocastrndm.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/nrmtqi.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa10g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/rayle.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/gamma.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa19g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/bugsrad_planck.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa21.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/cloud_correlate.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/tgqr.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/two_rt_lw.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa18g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/adjmlt.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/two_rt_sw_bs.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/gascon.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/slope.F
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_parabolic.a Parabolic_constants.o AiryFunction.o Parabolic.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_parabolic.a
a - Parabolic_constants.o
a - AiryFunction.o
a - Parabolic.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_KK_microphys
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/text_writer.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/tgqi.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/two_rt_sw_iter.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa27.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/parameters_KK.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa13g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa12g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/KK_utilities.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa9.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c -I../src/BUGSrad ../src/BUGSrad/gases_ckd.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/two_rt_lw_iter.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/bugs_rad.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/KK_local_means.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa15.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/PDF_integrals_means.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa22.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/PDF_integrals_covar.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa17g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/PDF_integrals_all_MM.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa28.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/KK_upscaled_means.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa11g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa6.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/frzh.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa14g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa7.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/KK_Nrm_tendencies.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/KK_upscaled_variances.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/esatv.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/adjtq.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/KK_upscaled_turbulent_sed.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/tgqg.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys/KK_upscaled_covariances.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa18.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/bugs_swr.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa12.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/qtadj.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/conice.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa21g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/BUGSrad/bugs_lwr.F
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_KK_microphys.a text_writer.o KK_upscaled_means.o KK_Nrm_tendencies.o PDF_integrals_covar.o PDF_integrals_all_MM.o parameters_KK.o KK_upscaled_variances.o PDF_integrals_means.o KK_utilities.o KK_upscaled_turbulent_sed.o KK_upscaled_covariances.o KK_local_means.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_KK_microphys.a
a - text_writer.o
a - KK_upscaled_means.o
a - KK_Nrm_tendencies.o
a - PDF_integrals_covar.o
a - PDF_integrals_all_MM.o
a - parameters_KK.o
a - KK_upscaled_variances.o
a - PDF_integrals_means.o
a - KK_utilities.o
a - KK_upscaled_turbulent_sed.o
a - KK_upscaled_covariances.o
a - KK_local_means.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.silhs
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/latin_hypercube_arrays.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa19.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/parameters_silhs.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/transform_to_pdf_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/COAMPS_microphys/eqa7g.F
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/output_2D_samples_module.F90
transform_uniform_samples_to_pdf:
110, Generating create(std_normal(:,:,:,:)) [if not already present]
124, Generating NVIDIA GPU code
125, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
126, ! blockidx%x threadidx%x collapsed
127, ! blockidx%x threadidx%x collapsed
128, ! blockidx%x threadidx%x collapsed
124, Generating default present(hm_metadata,x_nl_all_levs(:ngrdcol,:num_samples,:nz,:))
136, Generating NVIDIA GPU code
137, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
138, ! blockidx%x threadidx%x collapsed
139, ! blockidx%x threadidx%x collapsed
140, ! blockidx%x threadidx%x collapsed
136, Generating default present(hm_metadata,l_in_precip_all_levs(:ngrdcol,:num_samples,:nz),x_nl_all_levs(:ngrdcol,:num_samples,:nz,hm_metadata%iipdf_ncn+1:pdf_dim))
161, Generating NVIDIA GPU code
162, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
163, ! blockidx%x threadidx%x collapsed
164, ! blockidx%x threadidx%x collapsed
161, Generating default present(x_nl_all_levs(:ngrdcol,:num_samples,:nz,hm_metadata%iipdf_chi),hm_metadata,cloud_frac(:ngrdcol,:num_samples,:nz))
cdfnorminv:
255, Generating NVIDIA GPU code
256, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
257, ! blockidx%x threadidx%x collapsed
258, ! blockidx%x threadidx%x collapsed
259, ! blockidx%x threadidx%x collapsed
255, Generating implicit copyin(x_u_all_levs(:ngrdcol,:num_samples,:nz,:pdf_dim)) [if not already present]
Generating implicit copy(std_normal(:pdf_dim,:ngrdcol,:nz,:num_samples)) [if not already present]
multiply_cholesky:
545, Generating copyin(mu2(:,:,:),sigma_cholesky1(:,:,:,:),sigma_cholesky2(:,:,:,:),mu1(:,:,:)) [if not already present]
547, Generating NVIDIA GPU code
548, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
549, ! blockidx%x threadidx%x collapsed
550, ! blockidx%x threadidx%x collapsed
551, ! blockidx%x threadidx%x collapsed
561, !$acc loop seq
547, Generating default present(x_nl_all_levs(:ngrdcol,:num_samples,:nz,:pdf_dim),x_mixt_comp_all_levs(:ngrdcol,:num_samples,:nz),std_normal(:,:ngrdcol,:nz,:num_samples))
561, Loop carried scalar dependence for x_nl_k_sample_i_tmp at line 564,567
Scalar last value needed after loop for x_nl_k_sample_i_tmp at line 572
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/math_utilities.F90
chi_eta_2_rtthl:
650, Generating copyin(mu_chi_2(:,:),rt_1(:,:),rt_2(:,:),thl_2(:,:),thl_1(:,:),chi(:,:,:),crt_1(:,:),crt_2(:,:),cthl_1(:,:),eta(:,:,:),mu_chi_1(:,:),cthl_2(:,:)) [if not already present]
654, Generating NVIDIA GPU code
655, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
656, ! blockidx%x threadidx%x collapsed
657, ! blockidx%x threadidx%x collapsed
654, Generating default present(lh_rt(:ngrdcol,:num_samples,2:nz),x_mixt_comp_all_levs(:ngrdcol,:num_samples,2:nz),lh_thl(:ngrdcol,:num_samples,2:nz))
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_bugsrad.a bugs_swr.o variables_radiation_module.o two_rt_lw_iter.o two_rt_lw_ocastrndm.o comscp2.o two_rt_lw_sel.o cloudg.o kinds.o bugsrad_physconst.o two_rt_sw.o newexp.o comscp1.o two_rt_sw_ocastrndm.o rayle.o bugs_lwr.o gases_ckd.o cloud_correlate.o bugs_rad.o two_rt_lw.o two_rt_sw_bs.o gascon.o bugsrad_planck.o two_rt_sw_iter.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_bugsrad.a
a - bugs_swr.o
a - variables_radiation_module.o
a - two_rt_lw_iter.o
a - two_rt_lw_ocastrndm.o
a - comscp2.o
a - two_rt_lw_sel.o
a - cloudg.o
a - kinds.o
a - bugsrad_physconst.o
a - two_rt_sw.o
a - newexp.o
a - comscp1.o
a - two_rt_sw_ocastrndm.o
a - rayle.o
a - bugs_lwr.o
a - gases_ckd.o
a - cloud_correlate.o
a - bugs_rad.o
a - two_rt_lw.o
a - two_rt_sw_bs.o
a - gascon.o
a - bugsrad_planck.o
a - two_rt_sw_iter.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/est_kessler_microphys_module.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_coamps.a eqa27r.o qsatvi.o eqa8g.o tgqs.o eqa20g.o eqa26.o eqa5g.o esat_new.o eqa22g.o eqa25.o eqa9g.o nrmcol.o nrmtqw.o esati.o nrmtqi.o eqa10g.o gamma.o eqa19g.o eqa21.o tgqr.o eqa18g.o adjmlt.o slope.o tgqi.o eqa27.o eqa13g.o eqa12g.o eqa9.o eqa15.o eqa22.o eqa17g.o eqa28.o eqa11g.o eqa6.o frzh.o eqa14g.o eqa7.o esatv.o adjtq.o tgqg.o eqa18.o eqa12.o qtadj.o conice.o eqa21g.o eqa19.o eqa7g.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_coamps.a
a - eqa27r.o
a - qsatvi.o
a - eqa8g.o
a - tgqs.o
a - eqa20g.o
a - eqa26.o
a - eqa5g.o
a - esat_new.o
a - eqa22g.o
a - eqa25.o
a - eqa9g.o
a - nrmcol.o
a - nrmtqw.o
a - esati.o
a - nrmtqi.o
a - eqa10g.o
a - gamma.o
a - eqa19g.o
a - eqa21.o
a - tgqr.o
a - eqa18g.o
a - adjmlt.o
a - slope.o
a - tgqi.o
a - eqa27.o
a - eqa13g.o
a - eqa12g.o
a - eqa9.o
a - eqa15.o
a - eqa22.o
a - eqa17g.o
a - eqa28.o
a - eqa11g.o
a - eqa6.o
a - frzh.o
a - eqa14g.o
a - eqa7.o
a - esatv.o
a - adjtq.o
a - tgqg.o
a - eqa18.o
a - eqa12.o
a - qtadj.o
a - conice.o
a - eqa21g.o
a - eqa19.o
a - eqa7g.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/generate_uniform_sample_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/lh_microphys_var_covar_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/silhs_importance_sample_module.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_morrison.a module_mp_graupel.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_morrison.a
a - module_mp_graupel.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/latin_hypercube_driver_module.F90
generate_silhs_sample:
298, Generating copyin(k_lh_start(:)) [if not already present]
Generating create(rand_pool(:,:,:,:),x_u_all_levs(:,:,:,:)) [if not already present]
Generating copyin(x_vert_corr(:,:)) [if not already present]
326, Generating create(cloud_frac(:,:,:),l_in_precip(:,:,:)) [if not already present]
Generating copyin(pdf_params%mixt_frac(:,:),pdf_params%cloud_frac_2(:,:),pdf_params,pdf_params%cloud_frac_1(:,:),precip_fracs,precip_fracs%precip_frac_2(:,:),precip_fracs%precip_frac_1(:,:)) [if not already present]
332, Generating NVIDIA GPU code
333, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
334, ! blockidx%x threadidx%x collapsed
335, ! blockidx%x threadidx%x collapsed
332, Generating default present(x_mixt_comp_all_levs(:ngrdcol,:num_samples,:nz))
391, Generating update self(lh_sample_point_weights(:,:,:),l_in_precip(:,:,:),x_u_all_levs(:,:,:,:),x_mixt_comp_all_levs(:,:,:))
428, Generating update self(x_mixt_comp_all_levs(:,:,:),x_u_all_levs(:,:,:,:),x_nl_all_levs(:,:,:,:))
generate_all_uniform_samples:
712, Generating NVIDIA GPU code
713, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
714, ! blockidx%x threadidx%x collapsed
715, ! blockidx%x threadidx%x collapsed
716, ! blockidx%x threadidx%x collapsed
712, Generating default present(rand_pool(:ngrdcol,:num_samples,:nz,:d_uniform_extra+pdf_dim),x_u_all_levs(:ngrdcol,:num_samples,:nz,:d_uniform_extra+pdf_dim))
725, Generating NVIDIA GPU code
726, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
727, ! blockidx%x threadidx%x collapsed
728, ! blockidx%x threadidx%x collapsed
725, Generating default present(lh_sample_point_weights(:ngrdcol,:num_samples,:nz))
808, Generating NVIDIA GPU code
809, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x
810, ! blockidx%x threadidx%x collapsed
811, ! blockidx%x threadidx%x collapsed
812, ! blockidx%x threadidx%x collapsed
808, Generating default present(x_u_all_levs(:ngrdcol,:num_samples,:nz,:d_uniform_extra+pdf_dim),rand_pool(:ngrdcol,:num_samples,:nz,:d_uniform_extra+pdf_dim))
821, Generating NVIDIA GPU code
822, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
823, ! blockidx%x threadidx%x collapsed
824, ! blockidx%x threadidx%x collapsed
821, Generating default present(lh_sample_point_weights(:ngrdcol,:num_samples,:nz))
clip_transform_silhs_output:
1111, Generating NVIDIA GPU code
1112, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x
1113, ! blockidx%x threadidx%x collapsed
1111, Generating default present(lh_rt_clipped(:ngrdcol,:num_samples,:1),lh_nc_clipped(:ngrdcol,:num_samples,:1),lh_thl_clipped(:ngrdcol,:num_samples,:1),lh_rv_clipped(:ngrdcol,:num_samples,:1),lh_rc_clipped(:ngrdcol,:num_samples,:1))
1123, Generating NVIDIA GPU code
1124, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1125, ! blockidx%x threadidx%x collapsed
1126, ! blockidx%x threadidx%x collapsed
1123, Generating default present(lh_rc_clipped(:ngrdcol,:num_samples,2:nz),lh_nc_clipped(:ngrdcol,:num_samples,2:nz),lh_rt_clipped(:ngrdcol,:num_samples,2:nz),x_nl_all_levs(:ngrdcol,:num_samples,2:nz,:),lh_rv_clipped(:ngrdcol,:num_samples,2:nz),hm_metadata)
compute_arb_overlap:
1897, Generating NVIDIA GPU code
1898, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1899, ! blockidx%x threadidx%x collapsed
1900, ! blockidx%x threadidx%x collapsed
1905, !$acc loop seq
1897, Generating default present(vert_corr(:ngrdcol,:),x_u_all_levs(:ngrdcol,:num_samples,:,:d_uniform_extra+pdf_dim),k_lh_start(:ngrdcol),rand_pool(:ngrdcol,:num_samples,:,:d_uniform_extra+pdf_dim))
1905, Loop carried scalar dependence for unbounded_point at line 1908
1931, Generating NVIDIA GPU code
1932, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x
1933, ! blockidx%x threadidx%x collapsed
1934, ! blockidx%x threadidx%x collapsed
1939, !$acc loop seq
1931, Generating default present(x_u_all_levs(:ngrdcol,:num_samples,:,:d_uniform_extra+pdf_dim),vert_corr(:ngrdcol,:),k_lh_start(:ngrdcol),rand_pool(:ngrdcol,:num_samples,:,:d_uniform_extra+pdf_dim))
1939, Loop carried scalar dependence for unbounded_point at line 1942
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SILHS/silhs_api_module.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libsilhs.a generate_uniform_sample_module.o silhs_api_module.o latin_hypercube_driver_module.o transform_to_pdf_module.o latin_hypercube_arrays.o est_kessler_microphys_module.o parameters_silhs.o silhs_importance_sample_module.o lh_microphys_var_covar_module.o math_utilities.o output_2D_samples_module.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libsilhs.a
a - generate_uniform_sample_module.o
a - silhs_api_module.o
a - latin_hypercube_driver_module.o
a - transform_to_pdf_module.o
a - latin_hypercube_arrays.o
a - est_kessler_microphys_module.o
a - parameters_silhs.o
a - silhs_importance_sample_module.o
a - lh_microphys_var_covar_module.o
a - math_utilities.o
a - output_2D_samples_module.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_other
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/diag_ustar_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/spec_hum_to_mixing_ratio.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/time_dependent_input.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/parameters_microphys.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c -I../src/CLUBB_core ../src/input_grads.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/clubb_model_settings.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/extrapolation.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/soil_vegetation.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/advance_microphys_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/wangara.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/gfdl_activation.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/parameters_radiation.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/hydrostatic_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/cloud_sed_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/quicksort.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/coamps_microphys_driver_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/silhs_category_variance_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/ice_dfsn_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/rad_lwsw_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/mixed_moment_PDF_integrals.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/mpace_a.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/clex9_nov02.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/clex9_oct14.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/jun25.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/cos_solar_zen_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/bomex.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/morrison_microphys_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/input_netcdf.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/sfc_flux.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/microphys_init_cleanup.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/input_interpret.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/nov11.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/gabls3_night.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/dycoms2_rf01.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/cobra.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/KK_microphys_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/simple_rad_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/arm_0003.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/arm_3year.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/atex.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/arm_97.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/dycoms2_rf02.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/gabls2.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/lba.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/mpace_b.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/rico.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/neutral_case.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/twp_ice.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/stat_file_utils.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/fire.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/arm.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/astex_a209.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/cloud_feedback.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/Benchmark_cases/gabls3.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/extended_atmosphere_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/input_fields.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c -I../src ../src/estimate_scm_microphys_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/sounding.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/bugsrad_driver.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c -I../src ../src/lh_microphys_driver_module.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/microphys_driver.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/clubb_driver.F90
NVFORTRAN-W-0435-Array declared with zero size (../src/clubb_driver.F90: 414)
run_clubb:
2691, Generating copyout(lh_thl_clipped(:,:,:),x_nl_all_levs(:,:,:,:),x_mixt_comp_all_levs(:,:,:),lh_rv_clipped(:,:,:),lh_rc_clipped(:,:,:),lh_sample_point_weights(:,:,:),lh_nc_clipped(:,:,:),lh_rt_clipped(:,:,:)) [if not already present]
Generating copyin(hm_metadata) [if not already present]
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/error.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c -I../src ../src/enhanced_simann.F90
ar rv /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_other.a diag_ustar_module.o bomex.o morrison_microphys_module.o stat_file_utils.o fire.o arm.o input_fields.o astex_a209.o cloud_feedback.o advance_microphys_module.o wangara.o microphys_init_cleanup.o gabls3.o time_dependent_input.o extrapolation.o sounding.o nov11.o parameters_radiation.o clubb_model_settings.o cloud_sed_module.o bugsrad_driver.o gabls3_night.o hydrostatic_module.o dycoms2_rf01.o input_netcdf.o cobra.o parameters_microphys.o KK_microphys_module.o quicksort.o enhanced_simann.o neutral_case.o microphys_driver.o soil_vegetation.o estimate_scm_microphys_module.o arm_97.o rico.o atex.o clex9_nov02.o sfc_flux.o rad_lwsw_module.o silhs_category_variance_module.o clex9_oct14.o ice_dfsn_module.o clubb_driver.o twp_ice.o jun25.o lba.o dycoms2_rf02.o arm_3year.o mixed_moment_PDF_integrals.o error.o simple_rad_module.o lh_microphys_driver_module.o mpace_a.o coamps_microphys_driver_module.o input_interpret.o extended_atmosphere_module.o cos_solar_zen_module.o spec_hum_to_mixing_ratio.o gabls2.o arm_0003.o input_grads.o gfdl_activation.o mpace_b.o
ar: creating /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib/libclubb_other.a
a - diag_ustar_module.o
a - bomex.o
a - morrison_microphys_module.o
a - stat_file_utils.o
a - fire.o
a - arm.o
a - input_fields.o
a - astex_a209.o
a - cloud_feedback.o
a - advance_microphys_module.o
a - wangara.o
a - microphys_init_cleanup.o
a - gabls3.o
a - time_dependent_input.o
a - extrapolation.o
a - sounding.o
a - nov11.o
a - parameters_radiation.o
a - clubb_model_settings.o
a - cloud_sed_module.o
a - bugsrad_driver.o
a - gabls3_night.o
a - hydrostatic_module.o
a - dycoms2_rf01.o
a - input_netcdf.o
a - cobra.o
a - parameters_microphys.o
a - KK_microphys_module.o
a - quicksort.o
a - enhanced_simann.o
a - neutral_case.o
a - microphys_driver.o
a - soil_vegetation.o
a - estimate_scm_microphys_module.o
a - arm_97.o
a - rico.o
a - atex.o
a - clex9_nov02.o
a - sfc_flux.o
a - rad_lwsw_module.o
a - silhs_category_variance_module.o
a - clex9_oct14.o
a - ice_dfsn_module.o
a - clubb_driver.o
a - twp_ice.o
a - jun25.o
a - lba.o
a - dycoms2_rf02.o
a - arm_3year.o
a - mixed_moment_PDF_integrals.o
a - error.o
a - simple_rad_module.o
a - lh_microphys_driver_module.o
a - mpace_a.o
a - coamps_microphys_driver_module.o
a - input_interpret.o
a - extended_atmosphere_module.o
a - cos_solar_zen_module.o
a - spec_hum_to_mixing_ratio.o
a - gabls2.o
a - arm_0003.o
a - input_grads.o
a - gfdl_activation.o
a - mpace_b.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_standalone
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_tuner
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.jacobian
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.G_unit_tests
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.int2txt
cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_thread_test
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/clubb_standalone.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/jacobian.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/nrtype.f90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c -I../src/CLUBB_core ../src/int2txt.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/KK_integrals_tests.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/clubb_thread_test.F90
nvfortran int2txt.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/int2txt -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -Mcache_align -L/usr/local/NETCDF-Fortran-4.5.3-pgi/lib -lnetcdff -acc -Mcuda
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/nrutil.f90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/corr_cholesky_mtx_tests.F90
nvfortran clubb_standalone.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_standalone -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -Mcache_align -L/usr/local/NETCDF-Fortran-4.5.3-pgi/lib -lnetcdff -acc -Mcuda
nvfortran clubb_thread_test.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_thread_test -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -Mcache_align -L/usr/local/NETCDF-Fortran-4.5.3-pgi/lib -lnetcdff -acc -Mcuda
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/hole_filling_tests.F90
nvfortran jacobian.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/jacobian -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -Mcache_align -L/usr/local/NETCDF-Fortran-4.5.3-pgi/lib -lnetcdff -acc -Mcuda
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/Nc_Ncn_test.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/read_corr_mtx_test.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/silhs_category_test.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/mu_sigma_hm_tests.F90
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/spurious_source_test.F90
NVFORTRAN-W-0435-Array declared with zero size (../src/G_unit_test_types/spurious_source_test.F90: 211)
NVFORTRAN-W-0435-Array declared with zero size (../src/G_unit_test_types/spurious_source_test.F90: 257)
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/tuner_tests.F90
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/w_up_in_cloud_tests.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/smooth_heaviside_tests.F90
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/nr.f90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/smooth_min_max_tests.F90
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_test_types/pdf_parameter_tests.F90
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/ran_state.f90
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/amoeba.f90
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/amebsa.f90
NVFORTRAN-W-0435-Array declared with zero size (../src/G_unit_test_types/pdf_parameter_tests.F90: 415)
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/clubb_tuner.F90
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/ran1_v.f90
nvfortran -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/Numerical_recipes/ran1_s.f90
nvfortran ran1_v.o ran1_s.o ran_state.o amoeba.o nr.o nrutil.o amebsa.o nrtype.o clubb_tuner.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/clubb_tuner -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -Mcache_align -L/usr/local/NETCDF-Fortran-4.5.3-pgi/lib -lnetcdff -acc -Mcuda
nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -acc -Minfo=accel -c ../src/G_unit_tests.F90
nvfortran G_unit_tests.o mu_sigma_hm_tests.o tuner_tests.o smooth_min_max_tests.o smooth_heaviside_tests.o w_up_in_cloud_tests.o pdf_parameter_tests.o spurious_source_test.o read_corr_mtx_test.o KK_integrals_tests.o Nc_Ncn_test.o silhs_category_test.o hole_filling_tests.o corr_cholesky_mtx_tests.o -o /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../bin/G_unit_tests -L/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -Mcache_align -L/usr/local/NETCDF-Fortran-4.5.3-pgi/lib -lnetcdff -acc -Mcuda
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj'
python ../utilities/check_for_missing_threadprivate.py ../src/CLUBB_core/ ../src/SILHS/
check_for_missing_threadprivate.py has begun.
[91mcheck_for_missing_threadprivate.py did not pass.[0m
[91mfailedFiles = ['../src/CLUBB_core/corr_varnce_module.F90', '../src/CLUBB_core/sponge_layer_damping.F90', '../src/CLUBB_core/model_flags.F90', '../src/CLUBB_core/parameters_model.F90', '../src/CLUBB_core/error_code.F90'][0m
perl ../utilities/CLUBBStandardsCheck.pl ../src/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
179 : max( rtm(1,k) - sat_mixrat_liq( p_in_Pa(k), theta(1,k)*exner(1,k), saturation_formula ), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
201 : rcm(1,k) = rcm_sat_adj( thlm(1,k), rtm(1,k), p_in_Pa(k), exner(1,k), saturation_formula )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/input_interpret.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
283 : nzt = stat_file_num_vertical_levels( "thlm", "../output/"//trim( stats_metadata%fname_zt )//".ctl" )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
284 : nzm = stat_file_num_vertical_levels( "thlm", "../output/"//trim( stats_metadata%fname_zm )//".ctl" )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/jacobian.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
677 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/clubb_tuner.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
952 : call stat_update_var_pt( stats_metadata%iNsm, k, real(Nsm(k), kind = core_rknd) ,stats_zt )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/coamps_microphys_driver_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
295 : z_i = lin_interpolate_two_points( 8.0e-3_core_rknd, rtm(k), rtm(k-1), gr%zt(1,k), gr%zt(1,k-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/simple_rad_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
384 : z(kp2), p_in_Pa(km1), p_in_Pa(k00), p_in_Pa(kp1), p_in_Pa(kp2) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
433 : press(i) = lin_interpolate_two_points( gr%zt(1,i), z(k), z(k-1), p_in_Pa(k), p_in_Pa(k-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/sounding.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
828 : call microphys_put_var( stats_metadata%irsm_sd_morr_int, (/rsm_sd_morr_int/), microphys_stats_sfc )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
846 : call microphys_put_var( stats_metadata%ihl_on_Cp_residual, hl_on_Cp_residual, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
861 : call microphys_put_var( stats_metadata%iPSMLT, real( PSMLT, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
862 : call microphys_put_var( stats_metadata%iEVPMS, real( EVPMS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
863 : call microphys_put_var( stats_metadata%iPRACS, real( PRACS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
864 : call microphys_put_var( stats_metadata%iEVPMG, real( EVPMG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
865 : call microphys_put_var( stats_metadata%iPRACG, real( PRACG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
866 : call microphys_put_var( stats_metadata%iPGMLT, real( PGMLT, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
867 : call microphys_put_var( stats_metadata%iMNUCCC, real( MNUCCC, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
868 : call microphys_put_var( stats_metadata%iPSACWS, real( PSACWS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
869 : call microphys_put_var( stats_metadata%iPSACWI, real( PSACWI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
870 : call microphys_put_var( stats_metadata%iQMULTS, real( QMULTS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
871 : call microphys_put_var( stats_metadata%iQMULTG, real( QMULTG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
872 : call microphys_put_var( stats_metadata%iPSACWG, real( PSACWG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
873 : call microphys_put_var( stats_metadata%iPGSACW, real( PGSACW, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
877 : call microphys_put_var( stats_metadata%iQMULTR, real( QMULTR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
878 : call microphys_put_var( stats_metadata%iQMULTRG, real( QMULTRG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
879 : call microphys_put_var( stats_metadata%iMNUCCD, real( MNUCCD, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
880 : call microphys_put_var( stats_metadata%iPRACI, real( PRACI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
881 : call microphys_put_var( stats_metadata%iPRACIS, real( PRACIS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
883 : call microphys_put_var( stats_metadata%iMNUCCR, real( MNUCCR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
884 : call microphys_put_var( stats_metadata%iPIACR, real( PIACR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
885 : call microphys_put_var( stats_metadata%iPIACRS, real( PIACRS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
886 : call microphys_put_var( stats_metadata%iPGRACS, real( PGRACS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
888 : call microphys_put_var( stats_metadata%iEPRDS, real( EPRDS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
889 : call microphys_put_var( stats_metadata%iPSACR, real( PSACR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
891 : call microphys_put_var( stats_metadata%iEPRDG, real( EPRDG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
894 : call microphys_put_var( stats_metadata%iNGSTEN, real( NGSTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
895 : call microphys_put_var( stats_metadata%iNRSTEN, real( NRSTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
896 : call microphys_put_var( stats_metadata%iNISTEN, real( NISTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
897 : call microphys_put_var( stats_metadata%iNSSTEN, real( NSSTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
898 : call microphys_put_var( stats_metadata%iNCSTEN, real( NCSTEN, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
899 : call microphys_put_var( stats_metadata%iNPRC1, real( NPRC1, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
900 : call microphys_put_var( stats_metadata%iNRAGG, real( NRAGG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
901 : call microphys_put_var( stats_metadata%iNPRACG, real( NPRACG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
902 : call microphys_put_var( stats_metadata%iNSUBR, real( NSUBR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
903 : call microphys_put_var( stats_metadata%iNSMLTR, real( NSMLTR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
904 : call microphys_put_var( stats_metadata%iNGMLTR, real( NGMLTR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
905 : call microphys_put_var( stats_metadata%iNPRACS, real( NPRACS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
906 : call microphys_put_var( stats_metadata%iNNUCCR, real( NNUCCR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
907 : call microphys_put_var( stats_metadata%iNIACR, real( NIACR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
908 : call microphys_put_var( stats_metadata%iNIACRS, real( NIACRS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
909 : call microphys_put_var( stats_metadata%iNGRACS, real( NGRACS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
910 : call microphys_put_var( stats_metadata%iNSMLTS, real( NSMLTS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
911 : call microphys_put_var( stats_metadata%iNSAGG, real( NSAGG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
912 : call microphys_put_var( stats_metadata%iNPRCI, real( NPRCI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
913 : call microphys_put_var( stats_metadata%iNSCNG, real( NSCNG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
914 : call microphys_put_var( stats_metadata%iNSUBS, real( NSUBS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
917 : call microphys_put_var( stats_metadata%iNNUCCC, real( NNUCCC, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
918 : call microphys_put_var( stats_metadata%iNPSACWS, real( NPSACWS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
921 : call microphys_put_var( stats_metadata%iNPSACWI, real( NPSACWI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
922 : call microphys_put_var( stats_metadata%iNPSACWG, real( NPSACWG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
923 : call microphys_put_var( stats_metadata%iNPRAI, real( NPRAI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
924 : call microphys_put_var( stats_metadata%iNMULTS, real( NMULTS, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
925 : call microphys_put_var( stats_metadata%iNMULTG, real( NMULTG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
926 : call microphys_put_var( stats_metadata%iNMULTR, real( NMULTR, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
927 : call microphys_put_var( stats_metadata%iNMULTRG, real( NMULTRG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
928 : call microphys_put_var( stats_metadata%iNNUCCD, real( NNUCCD, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
929 : call microphys_put_var( stats_metadata%iNSUBI, real( NSUBI, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
930 : call microphys_put_var( stats_metadata%iNGMLTG, real( NGMLTG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
931 : call microphys_put_var( stats_metadata%iNSUBG, real( NSUBG, kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
933 : call microphys_put_var( stats_metadata%iSIZEFIX_NR, real( SIZEFIX_NR,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
934 : call microphys_put_var( stats_metadata%iSIZEFIX_NC, real( SIZEFIX_NC,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
935 : call microphys_put_var( stats_metadata%iSIZEFIX_NI, real( SIZEFIX_NI,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
936 : call microphys_put_var( stats_metadata%iSIZEFIX_NS, real( SIZEFIX_NS,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
937 : call microphys_put_var( stats_metadata%iSIZEFIX_NG, real( SIZEFIX_NG,kind=core_rknd),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
938 : call microphys_put_var( stats_metadata%iNEGFIX_NR, real( NEGFIX_NR,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
939 : call microphys_put_var( stats_metadata%iNEGFIX_NC, real( NEGFIX_NC,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
940 : call microphys_put_var( stats_metadata%iNEGFIX_NI, real( NEGFIX_NI,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
941 : call microphys_put_var( stats_metadata%iNEGFIX_NS, real( NEGFIX_NS,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
942 : call microphys_put_var( stats_metadata%iNEGFIX_NG, real( NEGFIX_NG,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
943 : call microphys_put_var( stats_metadata%iNIM_MORR_CL, real( NIM_MORR_CL,kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
944 : call microphys_put_var( stats_metadata%iQC_INST, real( QC_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
945 : call microphys_put_var( stats_metadata%iQR_INST, real( QR_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
946 : call microphys_put_var( stats_metadata%iQI_INST, real( QI_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
947 : call microphys_put_var( stats_metadata%iQS_INST, real( QS_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
948 : call microphys_put_var( stats_metadata%iQG_INST, real( QG_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
949 : call microphys_put_var( stats_metadata%iNC_INST, real( NC_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
950 : call microphys_put_var( stats_metadata%iNR_INST, real( NR_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
951 : call microphys_put_var( stats_metadata%iNI_INST, real( NI_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
952 : call microphys_put_var( stats_metadata%iNS_INST, real( NS_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
953 : call microphys_put_var( stats_metadata%iNG_INST, real( NG_INST,kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
955 : call microphys_put_var( stats_metadata%iT_in_K_mc, real( T_in_K_mc, kind=core_rknd ),microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
960 : call microphys_put_var( stats_metadata%ieff_rad_cloud, real( effc(:), kind = core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
961 : call microphys_put_var( stats_metadata%ieff_rad_ice, real( effi(:), kind = core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
962 : call microphys_put_var( stats_metadata%ieff_rad_snow, real( effs(:), kind = core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
963 : call microphys_put_var( stats_metadata%ieff_rad_rain, real( effr(:), kind = core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
964 : call microphys_put_var( stats_metadata%ieff_rad_graupel, real( effg(:), kind=core_rknd ), microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/morrison_microphys_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
954 : if ( trim( hm_metadata%hydromet_list(i) ) == "rrm" .and. stats_metadata%iVrrprrp > 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
957 : call stat_update_var( stats_metadata%iVrrprrp, hydromet_vel_covar(:,hm_metadata%iirr), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
960 : elseif ( trim( hm_metadata%hydromet_list(i) ) == "Nrm" .and. stats_metadata%iVNrpNrp > 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
963 : call stat_update_var( stats_metadata%iVNrpNrp, hydromet_vel_covar(:,hm_metadata%iiNr), stats_zm )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/advance_microphys_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
974 : = clubb_params(iomicron) * hm_metadata%hmp2_ip_on_hmm2_ip(pdf2hydromet_idx(ivar,hm_metadata))
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/microphys_init_cleanup.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
386 : call microphys_put_var( stats_metadata%irrm_src_adj, adj_terms%rrm_src_adj, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
387 : call microphys_put_var( stats_metadata%iNrm_src_adj, adj_terms%Nrm_src_adj, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
390 : call microphys_put_var( stats_metadata%irrm_evap_adj, adj_terms%rrm_evap_adj, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
391 : call microphys_put_var( stats_metadata%iNrm_evap_adj, adj_terms%Nrm_evap_adj, microphys_stats_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
393 : call microphys_put_var( stats_metadata%irrm_mc_nonadj, KK_auto_tndcy+KK_accr_tndcy+KK_evap_tndcy, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1102 : call stat_update_var( stats_metadata%irrm_mc_nonadj, KK_auto_tndcy+KK_accr_tndcy+KK_evap_tndcy, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1683 : call stat_update_var_pt( stats_metadata%im_vol_rad_rain, level, KK_mean_vol_rad, stats_zt )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/KK_microphys_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: 'use' statement w/o 'only' found in the following line:
6655 : use netcdf
CLUBBStandardsCheck.pl WARNING: Use check FAILED!
CLUBBStandardsCheck.pl WARNING: Check that comma is on same line as 'use', as CLUBB requires.
../src/clubb_driver.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
866 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1312 : call write_text( "l_modify_ic_with_cubic_int = ", l_modify_ic_with_cubic_int, l_write_to_file, iunit )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1313 : call write_text( "l_modify_bc_for_cnvg_test = ", l_modify_bc_for_cnvg_test, l_write_to_file, iunit )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2213 : (/lon_vals/), (/lat_vals/), time_current, dt_main, l_silhs_out_in,&!intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2230 : (/lon_vals/), (/lat_vals/), time_current, dt_main, l_silhs_out_in,&!intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2285 : if ( .not. (( abs(dt_rad/stats_metadata%stats_tout - real(floor(dt_rad/stats_metadata%stats_tout), kind=core_rknd)) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2287 : ( abs(stats_metadata%stats_tout/dt_rad - real(floor(stats_metadata%stats_tout/dt_rad), kind=core_rknd)) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2611 : stats_zt, stats_zm, stats_sfc, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2617 : precip_fracs, & ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2637 : stats_zt, stats_zm, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3506 : ! em(k) = ( 0.15_core_rknd * (1.0_core_rknd - gr%zm(1,k)/150.0_core_rknd) ) / rho_zm(k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4106 : = max( rtm(1,k) - sat_mixrat_liq( p_in_Pa(k), thm(1,k) * exner(1,k), saturation_formula ), &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/clubb_driver.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/CLUBB_core/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
155 : stats_metadata, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
460 : call stat_update_var( ixp3_dp, -(C_xp3_dissipation * invrs_tau_zt(i,:))*xp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xp3_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
480 : = + gr%invrs_dzt(i,k) * ( K_zt(i,k) + nu(i) ) * ( gr%invrs_dzm(i,k) + gr%invrs_dzm(i,k-1) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1124 : = + gr%invrs_dzm(i,k) * ( K_zm(i,k) + nu(i) ) * ( gr%invrs_dzt(i,k+1) + gr%invrs_dzt(i,k) ) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
683 : * ( one - Skw(i,k) / sqrt( four * ( one - sigma_sqd_w(i,k) )**3 + Skw(i,k)**2 ) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/diffusion.F90
--------------------------------------------------------------------------------
../src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
330 : stability_correction(i,k) = one + min( lambda0_stability(i,k) * brunt_vaisala_freq_sqd(i,k) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
631 : ! https://github.com/larson-group/clubb/issues/965#issuecomment-1119816722
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
632 : ! for a plot on how output behaves with varying min_max_smth_mag
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_helper_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
480 : write(fstderr,*) "grdcol #", i, "rhs # ", n, "band_solvex backward error est. =", berr(i,n)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/lapack_wrap.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
413 : stats_metadata, & ! intent(in) stats_metadata, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
CLUBBStandardsCheck.pl WARNING: Number of "private" statements does not not match number of modules.
CLUBBStandardsCheck.pl WARNING: Private Test failed!
../src/CLUBB_core/matrix_solver_wrapper.F90
--------------------------------------------------------------------------------
../src/CLUBB_core/clip_explicit.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
150 : (/1._c,-.6_c, .09_c , .09_c , .788_c, .675_c, .240_c, .222_c, .240_c, .222_c, .240_c, .222_c, & ! chi
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
151 : 0._c, 1._c, .027_c, .027_c, .114_c, .115_c,-.029_c, .093_c, .022_c, .013_c, 0._c , 0._c , & ! eta
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
152 : 0._c, 0._c, 1._c , .34_c , .315_c, .270_c, .120_c, .167_c, 0._c , 0._c , 0._c , 0._c , & ! w
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
153 : 0._c, 0._c, 0._c , 1._c , 0._c , 0._c , .464_c, .320_c, .168_c, .232_c, 0._c , 0._c , & ! Ncn
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
154 : 0._c, 0._c, 0._c , 0._c , 1._c , .821_c, 0._c , 0._c , .173_c, .164_c, .319_c, .308_c, & ! rr
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
155 : 0._c, 0._c, 0._c , 0._c , 0._c , 1._c , .152_c, .143_c, 0._c , 0._c , .285_c, .273_c, & ! Nr
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
156 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, .585_c, .571_c, .379_c, .363_c, & ! ri
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
157 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .571_c, .550_c, .363_c, .345_c, & ! Ni
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
158 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, .485_c, .470_c, & ! rs
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
159 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .470_c, .450_c, & ! Ns
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
160 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, & ! rg
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
161 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c/), & ! Ng
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
166 : (/1._c, .3_c, .09_c , .09_c , .788_c, .675_c, .240_c, .222_c, .240_c, .222_c, .240_c, .222_c, &! chi
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
167 : 0._c, 1._c, .027_c, .027_c, .114_c, .115_c,-.029_c, .093_c, .022_c, .013_c, 0._c , 0._c , &! eta
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
169 : 0._c, 0._c, 0._c , 1._c , 0._c , 0._c , .464_c, .320_c, .168_c, .232_c, 0._c , 0._c , &! Ncn
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
170 : 0._c, 0._c, 0._c , 0._c , 1._c , .821_c, 0._c , 0._c , .173_c, .164_c, .319_c, .308_c, &! rr
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
171 : 0._c, 0._c, 0._c , 0._c , 0._c , 1._c , .152_c, .143_c, 0._c , 0._c , .285_c, .273_c, &! Nr
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
172 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, .585_c, .571_c, .379_c, .363_c, &! ri
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
173 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .571_c, .550_c, .363_c, .345_c, &! Ni
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, .485_c, .470_c, &! rs
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
175 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .470_c, .450_c, &! Ns
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
176 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c , .758_c, &! rg
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
177 : 0._c, 0._c, 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 0._c , 1._c/), &! Ng
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/corr_varnce_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
501 : call windm_edsclrm_solve( nz, ngrdcol, gr, nrhs, stats_metadata%iwindm_matrix_condt_num, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
891 : call windm_edsclrm_solve( nz, ngrdcol, gr, nrhs, stats_metadata%iwindm_matrix_condt_num, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_windm_edsclrm_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
123 : !$acc enter data create( invrs_denom_integral, field_clipped, denom_integral_global, rho_ds_dz, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
141 : !$acc exit data delete( invrs_denom_integral, field_clipped, denom_integral_global, rho_ds_dz, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
227 : !$acc parallel loop gang vector collapse(2) default(present) reduction(.or.:l_field_below_threshold)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
239 : !$acc exit data delete( invrs_denom_integral, field_clipped, denom_integral_global, rho_ds_dz, &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/fill_holes.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
43 : ! lower_1(2)*upper_1(1)+l_diag(2)*1 = lhs(0,2) => l_diag(2) = lhs(0,2) - lower_1(2)*upper_1(1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
44 : ! lower_1(2)*upper_2(1)+l_diag(2)*upper_1(2) = lhs(-1,2) => upper_1(2) = ( lhs(-1,2)-lower_1(2)*upper_2(1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
46 : ! l_diag(2)*upper_2(2) = lhs(-2,2) => upper_2(2) = lhs(-2,2) / l_diag(2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
52 : ! l_2(k)*upper_1(k-2)+lower_1(k)*1 = lhs(1,k) => lower_1(k) = lhs(1,k) - l_2(k)*upper_1(k-2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
53 : ! l_2(k)*upper_2(k-2)+lower_1(k)*upper_1(k-1) = lhs( 0,k) => l_diag(k) = lhs(0,k) - l_2(k)*upper_2(k-2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
54 : ! +l_diag(k)*1 + lower_1(k)*upper_1(k-1)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/penta_lu_solver.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 : if ( stats_metadata%iwprtpthlp > 0 ) call check_nan( wprtpthlp, "wprtpthlp", proc_name ) ! intnet(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/numerical_check.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
342 : call calc_coefs_wpxpyp_semiimpl( nz, wp2(i,:), rtp2(i,:), thlp2(i,:), wprtp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/new_pdf_main.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1864 : field ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/clubb_api_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
462 : esat(i,k) = 10._core_rknd**(-7.90298_core_rknd*(373.16_core_rknd/T_in_K_clipped-1._core_rknd)+ &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1392 : *(MAX( rtm - sat_mixrat_liq(p_in_Pa,theta*exner, saturation_formula), zero_threshold ))
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/saturation.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
375 : thv_par_1(i,j) = thl_par_1(i,j) + ep1 * thv_ds(i,j) * rt_par_1(i,j) + Lv_coef(i,j) * rc_par_1(i,j)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
623 : thv_par_1(i,j) = thl_par_1(i,j) + ep1 * thv_ds(i,j) * rt_par_1(i,j) + Lv_coef(i,j) * rc_par_1(i,j)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
992 : ! if l_avg_Lscale is true, compute_mixing_length is called two additional
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1482 : ! https://github.com/larson-group/clubb/issues/965#issuecomment-1119816722
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1483 : ! for a plot on how output behaves with varying min_max_smth_mag
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1486 : logical, parameter :: l_smooth_min_max = .false. ! whether to apply smooth min and max functions
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1573 : ustar(i) = smooth_max( ( upwp_sfc(i)**2 + vpwp_sfc(i)**2 )**one_fourth, ufmin, min_max_smth_mag )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1672 : 1.e8_core_rknd * abs(brunt_vaisala_freq_sqd_mixed(i,k))**3)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1688 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_smth, brunt_vaisala_freq_sqd_smth(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1710 : brunt_vaisala_freq_clipped = smooth_max( nz, ngrdcol, 1.0e-7_core_rknd, brunt_vaisala_freq_sqd_smth, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1825 : call stat_update_var(stats_metadata%ibrunt_freq_out_cloud, brunt_freq_out_cloud(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1865 : * sqrt(em(i,k)) / ( gr%zm(i,k) - sfc_elevation(i) + z_displace ) ! small
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2079 : tau_zt = smooth_min( nz, ngrdcol, tau_zt_unclipped, tau_max_zt, 1.0e3_core_rknd * min_max_smth_mag )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/mixing_length.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
527 : wstar = ( one/T0 * grav * wpthlp(i,1) * 0.2_core_rknd * depth_pos_wpthlp(i) )**(one_third)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/sfc_varnce_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
114 : call stat_assign( var_index=stats_metadata%iFrad_LW_rad, var_name="Frad_LW_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
123 : call stat_assign( var_index=stats_metadata%iFrad_SW_rad, var_name="Frad_SW_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
132 : call stat_assign( var_index=stats_metadata%iFrad_SW_up_rad, var_name="Frad_SW_up_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
141 : call stat_assign( var_index=stats_metadata%iFrad_LW_up_rad, var_name="Frad_LW_up_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
150 : call stat_assign( var_index=stats_metadata%iFrad_SW_down_rad, var_name="Frad_SW_down_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
160 : call stat_assign( var_index=stats_metadata%iFrad_LW_down_rad, var_name="Frad_LW_down_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_rad_zm_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
88 : call stat_assign( var_index=stats_metadata%iT_in_K_rad, var_name="T_in_K_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
123 : call stat_assign( var_index=stats_metadata%ircm_in_cloud_rad, var_name="rcm_in_cloud_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
132 : call stat_assign( var_index=stats_metadata%icloud_frac_rad, var_name="cloud_frac_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
142 : call stat_assign( var_index=stats_metadata%iice_supersat_frac_rad, var_name="ice_supersat_frac_rad", & !In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
160 : call stat_assign( var_index=stats_metadata%iradht_LW_rad, var_name="radht_LW_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
169 : call stat_assign( var_index=stats_metadata%iradht_SW_rad, var_name="radht_SW_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
178 : call stat_assign( var_index=stats_metadata%ip_in_mb_rad, var_name="p_in_mb_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
187 : call stat_assign( var_index=stats_metadata%isp_humidity_rad, var_name="sp_humidity_rad", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_rad_zt_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
260 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
466 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
742 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
869 : write(iunit,*) "l_fix_w_chi_eta_correlations = ", clubb_config_flags%l_fix_w_chi_eta_correlations
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
886 : write(iunit,*) "l_use_tke_in_wp3_pr_turb_term = ", clubb_config_flags%l_use_tke_in_wp3_pr_turb_term
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
888 : write(iunit,*) "l_use_wp3_lim_with_smth_Heaviside = ", clubb_config_flags%l_use_wp3_lim_with_smth_Heaviside
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
890 : write(iunit,*) "l_modify_limiters_for_cnvg_test = ", clubb_config_flags%l_modify_limiters_for_cnvg_test
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/model_flags.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
75 : call stat_assign( var_index=stats_metadata%ilh_morr_snow_rate, var_name="lh_morr_snow_rate", & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
99 : call stat_assign( var_index=stats_metadata%ik_lh_start, var_name="k_lh_start", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_lh_sfc_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
177 : call stat_assign( var_index=stats_metadata%ilh_thlm_mc, var_name="lh_thlm_mc", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
306 : call stat_assign( var_index=stats_metadata%ilh_rcm_avg, var_name="lh_rcm_avg", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
459 : call stat_assign( var_index=stats_metadata%ilh_cloud_frac, var_name="lh_cloud_frac", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
513 : call stat_assign( var_index=stats_metadata%ilh_Ncnp2_zt, var_name="lh_Ncnp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
522 : call stat_assign( var_index=stats_metadata%ilh_Ncp2_zt, var_name="lh_Ncp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
531 : call stat_assign( var_index=stats_metadata%ilh_Nrp2_zt, var_name="lh_Nrp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
540 : call stat_assign( var_index=stats_metadata%ilh_rcp2_zt, var_name="lh_rcp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
549 : call stat_assign( var_index=stats_metadata%ilh_rtp2_zt, var_name="lh_rtp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
558 : call stat_assign( var_index=stats_metadata%ilh_thlp2_zt, var_name="lh_thlp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
567 : call stat_assign( var_index=stats_metadata%ilh_rrp2_zt, var_name="lh_rrp2_zt", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
576 : call stat_assign( var_index=stats_metadata%ilh_rrm_auto, var_name="lh_rrm_auto", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
585 : call stat_assign( var_index=stats_metadata%ilh_rrm_accr, var_name="lh_rrm_accr", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
593 : call stat_assign( var_index=stats_metadata%ilh_rrm_evap, var_name="lh_rrm_evap", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
602 : call stat_assign( var_index=stats_metadata%ilh_Nrm_auto, var_name="lh_Nrm_auto", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
611 : call stat_assign( var_index=stats_metadata%ilh_Nrm_evap, var_name="lh_Nrm_evap", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
620 : call stat_assign( var_index=stats_metadata%ilh_rrm_src_adj, var_name="lh_rrm_src_adj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
629 : call stat_assign( var_index=stats_metadata%ilh_rrm_evap_adj, var_name="lh_rrm_evap_adj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
638 : call stat_assign( var_index=stats_metadata%ilh_Nrm_src_adj, var_name="lh_Nrm_src_adj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
648 : call stat_assign( var_index=stats_metadata%ilh_Nrm_evap_adj, var_name="lh_Nrm_evap_adj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
658 : call stat_assign( var_index=stats_metadata%ilh_precip_frac, var_name="lh_precip_frac", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
677 : call stat_assign( var_index=stats_metadata%ilh_mixt_frac, var_name="lh_mixt_frac", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
697 : call stat_assign( var_index=stats_metadata%ilh_m_vol_rad_rain, var_name="lh_m_vol_rad_rain", & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
705 : call stat_assign( var_index=stats_metadata%ilh_rrm_mc_nonadj, var_name="lh_rrm_mc_nonadj", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
717 : call stat_assign( var_index=stats_metadata%isilhs_variance_category(icategory), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
733 : call stat_assign( var_index=stats_metadata%ilh_samp_frac_category(icategory), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_lh_zt_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
385 : call stat_update_var_pt( stats_metadata%iprecip_frac_tol, 1, precip_frac_tol(j), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
395 : call precip_frac_assert_check( nz, hydromet_dim, hydromet_tol, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
397 : precip_frac_1(j,:), precip_frac_2(j,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
398 : precip_frac_tol(j) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/precipitation_fraction.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
127 : call stat_assign( var_index=stats_metadata%icc, var_name="cc", var_description="cc, Cloud cover", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
344 : call stat_assign( var_index=stats_metadata%iwp23_matrix_condt_num, var_name="wp23_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
351 : call stat_assign( var_index=stats_metadata%ithlm_matrix_condt_num, var_name="thlm_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
360 : call stat_assign( var_index=stats_metadata%irtm_matrix_condt_num, var_name="rtm_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
369 : call stat_assign( var_index=stats_metadata%ithlp2_matrix_condt_num, var_name="thlp2_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
377 : call stat_assign( var_index=stats_metadata%irtp2_matrix_condt_num, var_name="rtp2_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
403 : call stat_assign( var_index=stats_metadata%iwindm_matrix_condt_num, var_name="windm_matrix_condt_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
437 : call stat_assign( var_index=stats_metadata%itot_vartn_normlzd_rtm, var_name="tot_vartn_normlzd_rtm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
445 : call stat_assign( var_index=stats_metadata%itot_vartn_normlzd_thlm, var_name="tot_vartn_normlzd_thlm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
453 : call stat_assign( var_index=stats_metadata%itot_vartn_normlzd_wprtp, var_name="tot_vartn_normlzd_wprtp", &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_sfc_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
43 : ! lower(k)*upper(k-1)+l_diag(k)*1 = lhs( 0,k) => l_diag(k) = lhs( 0,k) - lower(k)*upper(k-1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
205 : lower_diag_invrs(i,ndim) = 1.0_core_rknd / ( lhs(0,i,ndim) - lhs(1,i,ndim) * upper(i,ndim-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
292 : lower_diag_invrs(i,ndim) = 1.0_core_rknd / ( lhs(0,i,ndim) - lhs(1,i,ndim) * upper(i,ndim-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/tridiag_lu_solver.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
637 : call stat_update_var( stats_metadata%icoef_wp4_implicit, coef_wp4_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1426 : call stat_update_var_pt( stats_metadata%iwp23_matrix_condt_num, 1, one / rcond(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1514 : call stat_end_update_pt( stats_metadata%iwp2_dp1, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1561 : call stat_end_update_pt( stats_metadata%iwp2_pr1, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1625 : call stat_end_update_pt( stats_metadata%iwp3_ta, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1638 : call stat_end_update_pt( stats_metadata%iwp3_tp, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1644 : call stat_end_update_pt( stats_metadata%iwp3_pr_tp, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2713 : call stat_update_var_pt( stats_metadata%iwp2_pr_dfsn, k, rhs_pr_dfsn_wp2(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2718 : call stat_update_var_pt( stats_metadata%iwp2_splat, k, - lhs_splat_wp2(i,k) * wp2(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2734 : call stat_modify_pt( stats_metadata%iwp2_pr1, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2812 : call stat_begin_update_pt( stats_metadata%iwp3_ta, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2827 : call stat_begin_update_pt( stats_metadata%iwp3_tp, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2833 : call stat_begin_update_pt( stats_metadata%iwp3_pr_tp, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2877 : call stat_update_var_pt( stats_metadata%iwp3_splat, k, - lhs_splat_wp3(i,k) * wp3(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2888 : call stat_begin_update_pt( stats_metadata%iwp3_dp1, k, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2907 : call stat_update_var_pt( stats_metadata%iwp3_pr_turb, k, rhs_pr_turb_wp3(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2909 : call stat_update_var_pt( stats_metadata%iwp3_pr_dfsn, k, rhs_pr_dfsn_wp3(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_wp2_wp3_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
233 : real( kind = core_rknd ), dimension(ngrdcol, nz, min(1,sclr_dim), 2 ), intent(in) :: & ! h1g, 2010-06-15
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
598 : wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
599 : Skw(i,:), Skrt(i,:), Skthl(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
629 : wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
630 : Skw(i,:), Skrt(i,:), Skthl(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
641 : call LY93_driver( nz, wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
642 : thlp2(i,:), Skw(i,:), Skrt(i,:), Skthl(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
997 : pdf_params%rsatl_1(i,:) = sat_mixrat_ice( nz, p_in_Pa(i,:), tl1(i,:) ) * RH_crit(i, :, 1, 1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1012 : pdf_params%rsatl_2(i,:) = sat_mixrat_ice( nz, p_in_Pa(i,:), tl2(i,:) ) * RH_crit(i, :, 1, 2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1035 : rsatl_2 = sat_mixrat_liq( nz, ngrdcol, p_in_Pa, tl2, saturation_formula ) ! h1g, 2010-06-16 end mod
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1141 : rcm(i,k) = pdf_params%mixt_frac(i,k) * pdf_params%rc_1(i,k) + ( one - pdf_params%mixt_frac(i,k) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1316 : = pdf_params%mixt_frac(i,k) * ( ( sclr1(i,k,j) - sclrm(i,k,j) ) * pdf_params%rc_1(i,k) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1322 : + ( one - pdf_params%mixt_frac(i,k) ) * corr_sclr_rt_2(i,k,j) * pdf_params%crt_2(i,k) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1328 : - ( one - pdf_params%mixt_frac(i,k) ) * corr_sclr_thl_2(i,k,j) * pdf_params%cthl_2(i,k) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/pdf_closure_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
862 : !$acc wprtp_sfc, upwp_sfc, vpwp_sfc, sclrm_forcing, wpsclrp_sfc, edsclrm_forcing, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
938 : !$acc rc_coef_zm, Km_zm, Kmh_zm, gamma_Skw_fnc, sigma_sqd_w, sigma_sqd_w_tmp, sigma_sqd_w_zt, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1018 : thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1019 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1020 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1021 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1022 : thv_ds_zm(i,:), thv_ds_zt(i,:), wpthlp_sfc(i), wprtp_sfc(i), upwp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1023 : vpwp_sfc(i), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1024 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1025 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1028 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1029 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1677 : ! Added an extra check for stats_metadata%irel_humidity > 0; otherwise, if both stats_metadata%irsat = 0 and
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1678 : ! stats_metadata%irel_humidity = 0, rsat is not computed, leading to a floating-point exception
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1690 : call stat_update_var( stats_metadata%irel_humidity, rel_humidity(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1739 : call stat_update_var( stats_metadata%istability_correction, stability_correction(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1820 : call stat_update_var(stats_metadata%iinvrs_tau_wpxp_zm, invrs_tau_wpxp_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1824 : call stat_update_var(stats_metadata%iinvrs_tau_wp3_zm, invrs_tau_wp3_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1828 : call stat_update_var(stats_metadata%iinvrs_tau_no_N2_zm, invrs_tau_no_N2_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1837 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd, brunt_vaisala_freq_sqd(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1839 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_splat, brunt_vaisala_freq_sqd_splat(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1841 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_mixed, brunt_vaisala_freq_sqd_mixed(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1843 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_moist, brunt_vaisala_freq_sqd_moist(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1845 : call stat_update_var(stats_metadata%ibrunt_vaisala_freq_sqd_dry, brunt_vaisala_freq_sqd_dry(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1864 : clubb_config_flags%l_modify_limiters_for_cnvg_test, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1866 : stats_zm, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1958 : sclrm(i,:,:), sclrm_trsport_only(i,:,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2747 : thlm(i,:), rtm(i,:), wprtp(i,:), wpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2748 : wp2(i,:), wp3(i,:), rtp2(i,:), rtp3(i,:), thlp2(i,:), thlp3(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2749 : wpthvp(i,:), wp2thvp(i,:), rtpthvp(i,:), thlpthvp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2750 : p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2751 : rho_ds_zm(i,:), rho_ds_zt(i,:), thv_ds_zm(i,:), thv_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2752 : wm_zt(i,:), wm_zm(i,:), rcm(i,:), wprcp(i,:), rc_coef(i,:), rc_coef_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2753 : rcm_zm(i,:), rtm_zm(i,:), thlm_zm(i,:), cloud_frac(i,:), ice_supersat_frac(i,:),& ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2756 : thvm(i,:), ug(i,:), vg(i,:), Lscale(i,:), wpthlp2(i,:), wp2thlp(i,:), wprtp2(i,:), wp2rtp(i,:),& ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2757 : Lscale_up(i,:), Lscale_down(i,:), tau_zt(i,:), Kh_zt(i,:), wp2rcp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2758 : wprtpthlp(i,:), sigma_sqd_w_zt(i,:), rsat(i,:), wp2_zt(i,:), thlp2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2759 : wpthlp_zt(i,:), wprtp_zt(i,:), rtp2_zt(i,:), rtpthlp_zt(i,:), up2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2760 : vp2_zt(i,:), upwp_zt(i,:), vpwp_zt(i,:), wpup2(i,:), wpvp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2763 : rtprcp(i,:), rcp2(i,:), em(i,:), a3_coef(i,:), a3_coef_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2764 : wp3_zm(i,:), wp3_on_wp2(i,:), wp3_on_wp2_zt(i,:), Skw_velocity(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2767 : pdf_params_single_col(i), pdf_params_zm_single_col(i), sclrm(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2768 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), sclrpthvp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2769 : wpsclrp(i,:,:), sclrprcp(i,:,:), wp2sclrp(i,:,:), wpsclrp2(i,:,:), wpsclrprtp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2770 : wpsclrpthlp(i,:,:), wpedsclrp(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2771 : clubb_config_flags%saturation_formula, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2772 : stats_metadata, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2773 : stats_zt(i), stats_zm(i), stats_sfc(i) ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2793 : thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2794 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2795 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2796 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2797 : thv_ds_zm(i,:), thv_ds_zt(i,:), wpthlp_sfc(i), wprtp_sfc(i), upwp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2798 : vpwp_sfc(i), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2799 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2800 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2803 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2804 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2896 : !$acc rc_coef_zm, Km_zm, Kmh_zm, gamma_Skw_fnc, sigma_sqd_w, sigma_sqd_w_tmp, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2897 : !$acc sqrt_em_zt, xp3_coef_fnc, w_1_zm, w_2_zm, varnce_w_1_zm, varnce_w_2_zm, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2902 : !$acc invrs_tau_C4_zm, invrs_tau_C14_zm, invrs_tau_wp2_zm, invrs_tau_wpxp_zm, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2903 : !$acc invrs_tau_wp3_zm, invrs_tau_no_N2_zm, invrs_tau_bkgnd, invrs_tau_shear, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4285 : write(fstderr,*) "l_stability_correct_tau_zm = ", clubb_config_flags%l_stability_correct_tau_zm
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4321 : write(fstderr,*) "Unknown type of double Gaussian PDF selected: ", clubb_config_flags%iiPDF_type
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_clubb_core_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
607 : call solve_xp2_xpyp_with_single_lhs( nz, ngrdcol, sclr_dim, sclr_tol, gr, sclr_idx, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1310 : sclrpthlp(:,:,sclr) ) ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1840 : rhs_ta_wpsclrp2, rhs_ta_wprtpsclrp, rhs_ta_wpthlpsclrp, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2712 : real( kind = core_rknd ), dimension(ngrdcol) :: rcond ! Est. of the reciprocal of the condition # on the matrix
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2746 : ixapxbp_matrix_condt_num = max( stats_metadata%irtp2_matrix_condt_num, stats_metadata%ithlp2_matrix_condt_num, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2766 : call stat_update_var_pt( stats_metadata%irtp2_matrix_condt_num, 1, one / rcond(i), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2769 : call stat_update_var_pt( stats_metadata%ithlp2_matrix_condt_num, 1, one / rcond(i), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2772 : call stat_update_var_pt( stats_metadata%irtpthlp_matrix_condt_num, 1, one / rcond(i), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4025 : wp_coef(i,k) = ( one - one_third * beta ) * a1(i,k)**2 * wp3_on_wp2(i,k) / wp2(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4026 : wp_coef_zt(i,k) = ( one - one_third * beta ) * a1_zt(i,k)**2 * wp3_on_wp2_zt(i,k) / wp2_zt(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4207 : sgn_t_vel_sclrprtp(i,k) = sign(one,term_wprtpsclrp_explicit_zm(i,k)*sclrprtp(i,k,sclr))
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4241 : sgn_t_vel_sclrpthlp(i,k) = sign(one,term_wpthlpsclrp_explicit_zm(i,k)*sclrpthlp(i,k,sclr))
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4334 : invrs_rho_ds_zm, rho_ds_zm, & ! Intent(in) & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5234 : call stat_update_var( stats_metadata%icoef_wprtp2_implicit, coef_wprtp2_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5236 : call stat_update_var( stats_metadata%iterm_wprtp2_explicit, term_wprtp2_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5238 : call stat_update_var( stats_metadata%icoef_wpthlp2_implicit, coef_wpthlp2_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5240 : call stat_update_var( stats_metadata%iterm_wpthlp2_explicit, term_wpthlp2_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5242 : call stat_update_var( stats_metadata%icoef_wprtpthlp_implicit, coef_wprtpthlp_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5244 : call stat_update_var( stats_metadata%iterm_wprtpthlp_explicit, term_wprtpthlp_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xp2_xpyp_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
507 : write(fstderr,*) "l_mono_flux_lim_rtm=T with l_mono_flux_lim_spikefix=F can lead to spikes aloft."
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
849 : call solve_xm_wpxp_with_single_lhs( nz, ngrdcol, sclr_dim, sclr_tol, gr, dt, l_iter, nrhs, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
948 : dt, sigma_sqd_w(i,:), wm_zm(i,:), wm_zt(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
949 : Lscale(i,:), wp3_on_wp2(i,:), wp3_on_wp2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
950 : Kh_zt(i,:), Kh_zm(i,:), invrs_tau_C6_zm(i,:), Skw_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
954 : wpthlp_forcing(i,:), thlm_ref(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
960 : wp2sclrp(i,:,:), sclrpthvp(i,:,:), sclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
961 : sclrp2(i,:,:), exner(i,:), rcm(i,:), p_in_Pa(i,:), thvm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
964 : um_forcing(i,:), vm_forcing(i,:), ug(i,:), vg(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
965 : wpthvp(i,:), fcor(i), um_ref(i,:), vm_ref(i,:), up2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
966 : vp2(i,:), uprcp(i,:), vprcp(i,:), rc_coef(i,:), rtm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
967 : wprtp(i,:), thlm(i,:), wpthlp(i,:), sclrm(i,:,:), wpsclrp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
968 : um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), rtm_old(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
970 : sclrm_old(i,:,:), wpsclrp_old(i,:,:), um_old(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2578 : call stat_update_var( stats_metadata%icoef_wp2rtp_implicit, coef_wp2rtp_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2580 : call stat_update_var( stats_metadata%iterm_wp2rtp_explicit, term_wp2rtp_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2582 : call stat_update_var( stats_metadata%icoef_wp2thlp_implicit, coef_wp2thlp_implicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2584 : call stat_update_var( stats_metadata%iterm_wp2thlp_explicit, term_wp2thlp_explicit(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2986 : call xm_wpxp_rhs( nz, ngrdcol, xm_wpxp_scalar, l_iter, dt, sclrm(:,:,j), wpsclrp(:,:,j), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3089 : call stat_update_var( stats_metadata%iupwp_pr4, C_uu_shr * wp2(i,:) * ddzt_um(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3091 : call stat_update_var( stats_metadata%ivpwp_pr4, C_uu_shr * wp2(i,:) * ddzt_vm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3288 : if ( stats_metadata%l_stats_samp .and. stats_metadata%ithlm_matrix_condt_num + stats_metadata%irtm_matrix_condt_num > 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4099 : call xm_wpxp_rhs( nz, ngrdcol, xm_wpxp_scalar, l_iter, dt, sclrm(:,:,j), wpsclrp(:,:,j), & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xm_wpxp_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
431 : call stat_assign( var_index=stats_metadata%iinvrs_tau_wpxp_zm, var_name="invrs_tau_wpxp_zm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
447 : call stat_assign( var_index=stats_metadata%iinvrs_tau_no_N2_zm, var_name="invrs_tau_no_N2_zm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2086 : call stat_assign( var_index=stats_metadata%iice_supersat_frac_zm, var_name="ice_supersat_frac_zm", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2210 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd, var_name="bv_freq_sqd", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2218 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_splat, var_name="bv_freq_sqd_splat", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2226 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_mixed, var_name="bv_freq_sqd_mixed", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2234 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_moist, var_name="bv_freq_sqd_moist", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2242 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_dry, var_name="bv_freq_sqd_dry", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2250 : call stat_assign( var_index=stats_metadata%ibrunt_vaisala_freq_sqd_smth, var_name="bv_freq_sqd_smth", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2258 : call stat_assign( var_index=stats_metadata%ibrunt_freq_out_cloud, var_name="bv_freq_out_cloud", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2302 : call stat_assign( var_index=stats_metadata%iwp3_on_wp2_cfl_num, var_name="wp3_on_wp2_cfl_num", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2330 : call stat_assign( var_index=stats_metadata%istability_correction, var_name="stability_correction", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2384 : call stat_assign( var_index=stats_metadata%isclrprtp(j), var_name="sclr"//trim(sclr_idx)//"prtp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2395 : call stat_assign( var_index=stats_metadata%isclrp2(j), var_name="sclr"//trim(sclr_idx)//"p2", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2406 : call stat_assign( var_index=stats_metadata%isclrpthvp(j), var_name="sclr"//trim(sclr_idx)//"pthvp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2417 : call stat_assign( var_index=stats_metadata%isclrpthlp(j), var_name="sclr"//trim(sclr_idx)//"pthlp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2428 : call stat_assign( var_index=stats_metadata%isclrprcp(j), var_name="sclr"//trim(sclr_idx)//"prcp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2439 : call stat_assign( var_index=stats_metadata%iwpsclrp(j), var_name="wpsclr"//trim(sclr_idx)//"p", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2450 : call stat_assign( var_index=stats_metadata%iwpsclrp2(j), var_name="wpsclr"//trim(sclr_idx)//"p2", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2461 : call stat_assign( var_index=stats_metadata%iwp2sclrp(j), var_name="wp2sclr"//trim(sclr_idx)//"p", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2472 : call stat_assign( var_index=stats_metadata%iwpsclrprtp(j), var_name="wpsclr"//trim(sclr_idx)//"prtp", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2495 : call stat_assign( var_index=stats_metadata%iwpedsclrp(j), var_name="wpedsclr"//trim(sclr_idx)//"p", &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_zm_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
725 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
830 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
838 : time_current, stats_metadata%stats_tout, stats_lh_zt%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
912 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
920 : time_current, stats_metadata%stats_tout, stats_lh_sfc%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1149 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1232 : time_current+real(stats_metadata%stats_tout, kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1316 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1405 : time_current+real(stats_metadata%stats_tout,kind=time_precision), & !intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1413 : time_current, stats_metadata%stats_tout, stats_sfc%num_output_fields, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2067 : integer :: grid_level = 1 ! grid level for stats where there is only one sensible level (eg timeseries)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2203 : call stat_update_var( stats_metadata%ivarnce_thl_1, pdf_params%varnce_thl_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2205 : call stat_update_var( stats_metadata%ivarnce_thl_2, pdf_params%varnce_thl_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2223 : call stat_update_var( stats_metadata%icloud_frac_1, pdf_params%cloud_frac_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2225 : call stat_update_var( stats_metadata%icloud_frac_2, pdf_params%cloud_frac_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2239 : call stat_update_var( stats_metadata%icovar_chi_eta_1, pdf_params%covar_chi_eta_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2241 : call stat_update_var( stats_metadata%icovar_chi_eta_2, pdf_params%covar_chi_eta_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2243 : call stat_update_var( stats_metadata%icorr_w_chi_1, pdf_params%corr_w_chi_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2245 : call stat_update_var( stats_metadata%icorr_w_chi_2, pdf_params%corr_w_chi_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2247 : call stat_update_var( stats_metadata%icorr_w_eta_1, pdf_params%corr_w_eta_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2249 : call stat_update_var( stats_metadata%icorr_w_eta_2, pdf_params%corr_w_eta_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2251 : call stat_update_var( stats_metadata%icorr_chi_eta_1, pdf_params%corr_chi_eta_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2253 : call stat_update_var( stats_metadata%icorr_chi_eta_2, pdf_params%corr_chi_eta_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2259 : call stat_update_var( stats_metadata%icorr_w_thl_1, pdf_params%corr_w_thl_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2261 : call stat_update_var( stats_metadata%icorr_w_thl_2, pdf_params%corr_w_thl_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2263 : call stat_update_var( stats_metadata%icorr_rt_thl_1, pdf_params%corr_rt_thl_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2265 : call stat_update_var( stats_metadata%icorr_rt_thl_2, pdf_params%corr_rt_thl_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2325 : call stat_update_var( stats_metadata%isclrm_f(isclr), sclrm_forcing(:,isclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2334 : call stat_update_var( stats_metadata%iedsclrm_f(isclr), edsclrm_forcing(:,isclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2417 : call stat_update_var( stats_metadata%iwp3_on_wp2_cfl_num, wp3_on_wp2 * dt / dzm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2422 : call stat_update_var( stats_metadata%iice_supersat_frac_zm, ice_supersat_frac_zm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2434 : call stat_update_var( stats_metadata%ivarnce_w_1_zm, pdf_params_zm%varnce_w_1(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2436 : call stat_update_var( stats_metadata%ivarnce_w_2_zm, pdf_params_zm%varnce_w_2(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2438 : call stat_update_var( stats_metadata%imixt_frac_zm, pdf_params_zm%mixt_frac(1,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2459 : call stat_update_var( stats_metadata%iwpsclrprtp(isclr), wpsclrprtp(:,isclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2461 : call stat_update_var( stats_metadata%iwpsclrpthlp(isclr), wpsclrpthlp(:,isclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2486 : call stat_update_var_pt( stats_metadata%icc, grid_level, maxval( cloud_frac(1:nz) ), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2510 : call stat_update_var_pt( stats_metadata%iz_cloud_base, grid_level, -10.0_core_rknd , & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2621 : call stat_update_var_pt( stats_metadata%itot_vartn_normlzd_rtm, grid_level, xtmp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2627 : write(fstderr, *) "Warning: tot_vartn_normlzd_thlm tried to divide by zero denominator ", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2634 : call stat_update_var_pt( stats_metadata%itot_vartn_normlzd_thlm, grid_level, xtmp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2640 : write(fstderr, *) "Warning: tot_vartn_normlzd_wprtp tried to divide by zero denominator ", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2647 : call stat_update_var_pt( stats_metadata%itot_vartn_normlzd_wprtp, grid_level, xtmp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2893 : call stat_update_var( stats_metadata%ilh_rrm_mc, lh_hydromet_mc(:,hm_metadata%iirr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_clubb_utilities.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
552 : call stat_assign( var_index=stats_metadata%iice_supersat_frac, var_name="ice_supersat_frac", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
784 : var_description="rt'^3, Third-order moment of total water, rt", var_units="(kg/kg)^3", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
938 : call stat_assign( var_index=stats_metadata%irho, var_name="rho", var_description="rho, Air density", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2890 : call stat_assign( var_index=stats_metadata%iw_KK_evap_covar_zt, var_name="w_KK_evap_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2898 : call stat_assign( var_index=stats_metadata%irt_KK_evap_covar_zt, var_name="rt_KK_evap_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2906 : call stat_assign( var_index=stats_metadata%ithl_KK_evap_covar_zt, var_name="thl_KK_evap_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2915 : call stat_assign( var_index=stats_metadata%iw_KK_auto_covar_zt, var_name="w_KK_auto_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2923 : call stat_assign( var_index=stats_metadata%irt_KK_auto_covar_zt, var_name="rt_KK_auto_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2931 : call stat_assign( var_index=stats_metadata%ithl_KK_auto_covar_zt, var_name="thl_KK_auto_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2940 : call stat_assign( var_index=stats_metadata%iw_KK_accr_covar_zt, var_name="w_KK_accr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2949 : call stat_assign( var_index=stats_metadata%irt_KK_accr_covar_zt, var_name="rt_KK_accr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2958 : call stat_assign( var_index=stats_metadata%ithl_KK_accr_covar_zt, var_name="thl_KK_accr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2966 : call stat_assign( var_index=stats_metadata%irr_KK_mvr_covar_zt, var_name="rr_KK_mvr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2975 : call stat_assign( var_index=stats_metadata%iNr_KK_mvr_covar_zt, var_name="Nr_KK_mvr_covar_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2984 : call stat_assign( var_index=stats_metadata%iKK_mvr_variance_zt, var_name="KK_mvr_variance_zt", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4932 : call stat_assign( var_index=stats_metadata%icloud_frac_refined, var_name="cloud_frac_refined", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4948 : call stat_assign( var_index=stats_metadata%ihl_on_Cp_residual, var_name="hl_on_Cp_residual", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4969 : call stat_assign( var_index=stats_metadata%isclrm(j), var_name="sclr"//trim(sclr_idx)//"m", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4980 : call stat_assign( var_index=stats_metadata%isclrm_f(j), var_name="sclr"//trim(sclr_idx)//"m_f", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4991 : call stat_assign( var_index=stats_metadata%iedsclrm(j), var_name="edsclr"//trim(sclr_idx)//"m", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5002 : call stat_assign( var_index=stats_metadata%iedsclrm_f(j), var_name="edsclr"//trim(sclr_idx)//"m_f", &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_zt_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
466 : = ( ( hm_metadata%hmp2_ip_on_hmm2_ip(j) + one ) / precip_fracs%precip_frac(i,k) - one ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
695 : call calc_corr_norm_and_cholesky_factor( nz, ngrdcol, iiPDF_type, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
696 : pdf_dim, hm_metadata, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
697 : pdf_params%rc_1, pdf_params%rc_2, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
698 : corr_array_n_cloud, corr_array_n_below, & ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
699 : corr_array_1_n, corr_array_2_n, & ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
783 : call stat_update_var_pt( stats_metadata%ihmp2_zt(j), k, hydrometp2_zt(i,k,j), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
820 : corr_array_1_n(i,:,hm_metadata%iiPDF_chi,hm_metadata%iiPDF_eta), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
821 : corr_array_2_n(i,:,hm_metadata%iiPDF_chi,hm_metadata%iiPDF_eta) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
846 : call stat_update_var_pt( stats_metadata%iprecip_frac, k, precip_fracs%precip_frac(i,k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
855 : call stat_update_var_pt( stats_metadata%iprecip_frac_1, k, precip_fracs%precip_frac_1(i,k), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
864 : call stat_update_var_pt( stats_metadata%iprecip_frac_2, k, precip_fracs%precip_frac_2(i,k), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3854 : call stat_update_var_pt( stats_metadata%imu_hm_1(hm_idx), k, mu_x_1(k,ivar), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3864 : call stat_update_var_pt( stats_metadata%imu_hm_2(hm_idx), k, mu_x_2(k,ivar), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3875 : call stat_update_var_pt( stats_metadata%imu_Ncn_1, k, mu_x_1(k,iiPDF_Ncn), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3884 : call stat_update_var_pt( stats_metadata%imu_Ncn_2, k, mu_x_2(k,iiPDF_Ncn), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3899 : call stat_update_var_pt( stats_metadata%isigma_hm_1(hm_idx), k, sigma_x_1(k,ivar), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3910 : call stat_update_var_pt( stats_metadata%isigma_hm_2(hm_idx), k, sigma_x_2(k,ivar), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3921 : call stat_update_var_pt( stats_metadata%isigma_Ncn_1, k, sigma_x_1(k,iiPDF_Ncn), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3930 : call stat_update_var_pt( stats_metadata%isigma_Ncn_2, k, sigma_x_2(k,iiPDF_Ncn), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4257 : call stat_update_var_pt( stats_metadata%icorr_hmx_hmy_1(hm_idx_jvar,hm_idx_ivar), k, & ! in
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4269 : call stat_update_var_pt( stats_metadata%icorr_hmx_hmy_2(hm_idx_jvar,hm_idx_ivar), k, & ! in
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4394 : call stat_update_var_pt( stats_metadata%imu_hm_1_n(hm_idx), k, mu_hm_1_n(k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4413 : call stat_update_var_pt( stats_metadata%imu_hm_2_n(hm_idx), k, mu_hm_2_n(k), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/setup_clubb_pdf_params.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/Benchmark_cases/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
137 : wprtp_sfc = compute_wprtp_sfc( Cq, ubar, rtm_sfc, sat_mixrat_liq( p_sfc, T_sfc, saturation_formula ) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/cloud_feedback.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
164 : wprtp_sfc = compute_wprtp_sfc( Cd, ubar, rtm_sfc, sat_mixrat_liq( p_sfc, T_sfc, saturation_formula ) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/dycoms2_rf01.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
99 : wprtp_sfc = compute_wprtp_sfc( Cz, ubar, rtm_sfc, sat_mixrat_liq( p_sfc, T_sfc, saturation_formula ) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/fire.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .gt. .
71 : if (time.gt.80880_time_precision) then
CLUBBStandardsCheck.pl WARNING: File has forbidden elements.
../src/Benchmark_cases/neutral_case.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/KK_microphys/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/SILHS/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
447 : call assert_correct_cloud_normal( num_samples, X_u_all_levs(i,:,k,hm_metadata%iiPDF_chi), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2265 : ! call stat_update_var( stats_metadata%ilh_cloud_frac_unweighted, lh_cloud_frac, stats_lh_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2609 : ! call stat_update_var( stats_metadata%ilh_precip_frac_unweighted, lh_precip_frac, stats_lh_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2652 : call stat_update_var_pt( stats_metadata%ik_lh_start, 1, real( k_lh_start(i), kind=core_rknd ), stats_lh_sfc )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2699 : ! call stat_update_var( stats_metadata%ilh_samp_frac_category(icategory), lh_samp_frac(:,icategory), &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/SILHS/latin_hypercube_driver_module.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/G_unit_test_types/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
121 : result = smooth_min(4, 1, input, zero, min_max_smth_mag) ! Order of nz and ngrdcol is opposite to order of indexing! This is very unintuitive!
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 : ! Case 3: Make sure that on a large number of arbitrarily chosen points with small min_max_smth_mag,
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/smooth_min_max_tests.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
502 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/spurious_source_test.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
558 : l_host_applies_sfc_fluxes ! Use to determine whether a host model has already applied the surface flux,
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1595 : wp2(1,:), rtp2(1,:), thlp2(1,:), up2(1,:), vp2(1,:), &! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/pdf_parameter_tests.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run GPU)
[Pipeline] sh
+ run_scripts/run_scm.bash arm
Running arm
commit dd59f60c668e6989bf231b72032771c3ac9518d5
Author: Gunther Huebler <huebler@uwm.edu>
Date: Tue Jan 9 16:35:25 2024 -0600
Undoing accidental changes to compiler config
2024/01/09 16:49:28
--------------------------------------------------
Latest git log entry
--------------------------------------------------
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
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.25000000000000000000
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
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DNETCDF enabled
-DCOAMPS_MICRO enabled
-DNR_SP enabled
-DTUNER disabled
-DSILHS enabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
-DBYTESWAP_IO disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = arm
nzmax = 110
grid_type = 1
deltaz = 40.00000000000000
zm_init = 0.000000000000000
zm_top = 5350.000000000000
zt_grid_fname =
zm_grid_fname =
day = 21
month = 6
year = 1997
lat_vals = 36.62000000000000
lon_vals = -97.50000000000000
sfc_elevation = 0.000000000000000
time_initial = 41400.00000000000
time_final = 93600.00000000000
dt_main = 60.00000000000000
dt_rad = 60.00000000000000
sfctype = 1
T_sfc = 288.0000000000000
p_sfc = 97000.00000000000
sens_ht = 0.000000000000000
latent_ht = 0.000000000000000
fcor = 8.5000000000000006E-005
T0 = 300.0000000000000
ts_nudge = 86400.00000000000
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.00000000000000
thlm_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
thlm_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
rtm_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
rtm_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
rtm_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
uv_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
uv_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
uv_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
wp2_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
wp2_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
wp2_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
wp3_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
wp3_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
wp3_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
up2_vp2_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
l_soil_veg = F
l_restart = F
l_input_fields = F
restart_path_case = restart/arm
time_restart = 0.000000000000000
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 = arm
stats_fmt = netcdf
stats_tsamp = 60.00000000000000
stats_tout = 60.00000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_hole_fill = T
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
--------------------------------------------------
µphysics_setting
--------------------------------------------------
microphys_scheme = none
l_cloud_sed = F
sigma_g = 1.500000000000000
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.000000000
host_dy = 1000000.000000000
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.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%ri = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rs = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rg = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Nr = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ng = 0.5400000000000000
Ncnp2_on_Ncnm2 = 1.000000000000000
C_evap = 0.8600000000000000
r_0 = 2.5000000000000001 Warning: ../input/case_setups/arm_corr_array_cloud.in was not found! The default correlation arrays will be used.
E-005
microphys_start_time = 0.000000000000000
Nc0_in_cloud = 100000000.0000000
ccnconst = 120.0000000000000
ccnexpnt = 0.4000000059604645
aer_rm1 = 1.1000000021965661E-008
aer_rm2 = 5.9999997858994902E-008
aer_n1 = 125000000.0000000
aer_n2 = 65000000.00000000
aer_sig1 = 1.200000047683716
aer_sig2 = 1.700000047683716
pgam_fixed = 5.000000000000000
precip_frac_calc_type = 2
--------------------------------------------------
&SILHS_setting
--------------------------------------------------
--------------------------------------------------
&radiation_setting
--------------------------------------------------
rad_scheme = none
sol_const = 1367.000000000000
alvdr = 0.1000000000000000
alvdf = 0.1000000000000000
alndr = 0.1000000000000000
alndf = 0.1000000000000000
radiation_top = 50000.00000000000
F0 = 100.0000000000000
F1 = 20.00000000000000
kappa = 119.0000000000000
gc = 0.8600000000000000
omega = 0.9965000000000001
slr = 1.000000000000000
l_rad_above_cloud = F
l_sw_radiation = F
l_fix_cos_solar_zen = F
l_use_default_std_atmosphere = T
Fs_values = 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
cos_solar_zen_values = -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
cos_solar_zen_times = -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
eff_drop_radius = 1.0000000000000001E-005
--------------------------------------------------
&configurable_clubb_flags_nl
--------------------------------------------------
iiPDF_type = 1
ipdf_call_placement = 2
penta_solve_method = 2
tridiag_solve_method = 2
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_min_wp2_from_corr_wx = T
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 = 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_ When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
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
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: arm_sounding.in
File exists? T
Path to sclr_sounding: arm_sclr_sounding.in
File exists? T
Path to edsclr_sounding: arm_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.000000000000000 50.00000000000000
350.0000000000000 650.0000000000000 700.0000000000000
1300.000000000000 2500.000000000000 5500.000000000000
u = 10.00000000000000 10.00000000000000
10.00000000000000 10.00000000000000 10.00000000000000
10.00000000000000 10.00000000000000 10.00000000000000
v = 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
ug = 10.00000000000000 10.00000000000000
10.00000000000000 10.00000000000000 10.00000000000000
10.00000000000000 10.00000000000000 10.00000000000000
vg = 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
theta = 299.0000000000000 301.5000000000000
302.5000000000000 303.5300000000000 303.7000000000000
307.1300000000000 314.0000000000000 343.2000000000000
rt = 1.5200000000000000E-002 1.5169999999999999E-002
1.4980000000000000E-002 1.4800000000000001E-002 1.4700000000000000E-002
1.3500000000000000E-002 3.0000000000000001E-003 3.0000000000000001E-003
p_in_Pa = -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
subs = 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
--------------------------------------------------
Statistics
--------------------------------------------------
vars_zt =
thlm
thvm
rtm
rcm
rvm
um
vm
um_ref
vm_ref
wm_zt
ug
vg
cloud_frac
ice_supersat_frac
cloud_cover
rcm_in_layer
rcm_in_cloud
p_in_Pa
exner
rho_ds_zt
thv_ds_zt
Lscale
T_in_K
rel_humidity
wp3
thlp3
rtp3
wpthlp2
wp2thlp
wprtp2
wp2rtp
Skw_zt
Skthl_zt
Skrt_zt
Lscale_up
Lscale_down
tau_zt
Kh_zt
wp2thvp
wp2rcp
wp2hmp
wprtpthlp
wpup2
wpvp2
rc_coef
Lscale_pert_1
Lscale_pert_2
sigma_sqd_w_zt
rho
radht
radht_LW
radht_SW
Ncm
Nc_in_cloud
Nc_activated
Nccnm
Nim
snowslope
Nsm
Ngm
sed_rcm
rsat
rsati
rrm
Nrm
m_vol_rad_rain
m_vol_rad_cloud
eff_rad_cloud
eff_rad_ice
eff_rad_snow
eff_rad_rain
eff_rad_graupel
precip_rate_zt
rsm
rim
rgm
diam
mass_ice_cryst
rcm_icedfs
u_T_cm
rtm_bt
rtm_ma
rtm_ta
rtm_mfl
rtm_tacl
rtm_cl
rtm_forcing
rtm_sdmp
rtm_mc
rtm_pd
rvm_mc
rcm_mc
rcm_sd_mg_morr
thlm_bt
thlm_ma
thlm_ta
thlm_mfl
thlm_tacl
thlm_cl
thlm_forcing
thlm_sdmp
thlm_mc
thlm_old
thlm_without_ta
thlm_mfl_min
thlm_mfl_max
thlm_enter_mfl
thlm_exit_mfl
rtm_old
rtm_without_ta
rtm_mfl_min
rtm_mfl_max
rtm_enter_mfl
rtm_exit_mfl
um_bt
um_ma
um_gf
um_cf
um_ta
um_f
um_sdmp
um_ndg
um_mfl
vm_bt
vm_ma
vm_gf
vm_cf
vm_ta
vm_f
vm_sdmp
vm_ndg
vm_mfl
wp3_bt
wp3_ma
wp3_ta
wp3_tp
wp3_ac
wp3_bp1
wp3_pr_turb
wp3_pr_dfsn
wp3_pr1
wp3_pr2
wp3_pr3
wp3_pr_tp
wp3_dp1
wp3_sdmp
wp3_cl
wp3_splat
rtp3_bt
rtp3_tp
rtp3_ac
rtp3_dp
thlp3_bt
thlp3_tp
thlp3_ac
thlp3_dp
rrm_bt
rrm_ma
rrm_sd
rrm_ts
rrm_sd_morr
rrm_ta
rrm_evap
rrm_auto
rrm_accr
rrm_evap_adj
rrm_src_adj
rrm_hf
rrm_wvhf
rrm_cl
rrm_mc
Nrm_bt
Nrm_ma
Nrm_sd
Nrm_ts
Nrm_ta
Nrm_evap
Nrm_auto
Nrm_evap_adj
Nrm_src_adj
Nrm_cl
Nrm_mc
Ncm_bt
Ncm_ma
Ncm_ta
Ncm_mc
Ncm_cl
Ncm_act
rsm_bt
rsm_ma
rsm_sd
rsm_sd_morr
rsm_ta
rsm_mc
rsm_hf
rsm_wvhf
rsm_cl
rim_bt
rim_ma
rim_sd
rim_sd_mg_morr
rim_ta
rim_mc
rim_hf
rim_wvhf
rim_cl
rgm_bt
rgm_ma
rgm_sd
rgm_sd_morr
rgm_ta
rgm_mc
rgm_hf
rgm_wvhf
rgm_cl
Nsm_bt
Nsm_mc
Nsm_ta
Nsm_ma
Nsm_sd
Nsm_cl
Nim_bt
Nim_mc
Nim_ta
Nim_ma
Nim_sd
Nim_cl
Ngm_bt
Ngm_mc
Ngm_ta
Ngm_ma
Ngm_sd
Ngm_cl
w_KK_evap_covar_zt
rt_KK_evap_covar_zt
thl_KK_evap_covar_zt
w_KK_auto_covar_zt
rt_KK_auto_covar_zt
thl_KK_auto_covar_zt
w_KK_accr_covar_zt
rt_KK_accr_covar_zt
thl_KK_accr_covar_zt
rr_KK_mvr_covar_zt
Nr_KK_mvr_covar_zt
KK_mvr_variance_zt
mixt_frac
w_1
w_2
varnce_w_1
varnce_w_2
thl_1
thl_2
varnce_thl_1
varnce_thl_2
rt_1
rt_2
varnce_rt_1
varnce_rt_2
rc_1
rc_2
rsatl_1
rsatl_2
cloud_frac_1
cloud_frac_2
a3_coef_zt
wp3_on_wp2_zt
chi_1
chi_2
stdev_chi_1
stdev_chi_2
stdev_eta_1
stdev_eta_2
covar_chi_eta_1
covar_chi_eta_2
corr_w_chi_1
corr_w_chi_2
corr_w_eta_1
corr_w_eta_2
corr_chi_eta_1
corr_chi_eta_2
corr_w_rt_1
corr_w_rt_2
corr_w_thl_1
corr_w_thl_2
corr_rt_thl_1
corr_rt_thl_2
crt_1
crt_2
cthl_1
cthl_2
F_w
F_rt
F_thl
min_F_w
max_F_w
min_F_rt
max_F_rt
min_F_thl
max_F_thl
coef_wprtp2_implicit
term_wprtp2_explicit
coef_wpthlp2_implicit
term_wpthlp2_explicit
coef_wprtpthlp_implicit
term_wprtpthlp_explicit
coef_wp2rtp_implicit
term_wp2rtp_explicit
coef_wp2thlp_implicit
term_wp2thlp_explicit
hm_i
precip_frac
precip_frac_1
precip_frac_2
Ncnm
mu_hm_i
mu_Ncn_i
sigma_hm_i
sigma_Ncn_i
corr_w_chi_1_ca
corr_w_chi_2_ca
corr_w_eta_1_ca
corr_w_eta_2_ca
corr_w_hm_i
corr_w_Ncn_i
corr_chi_eta_1_ca
corr_chi_eta_2_ca
corr_chi_hm_i
corr_chi_Ncn_i
corr_eta_hm_i
corr_eta_Ncn_i
corr_Ncn_hm_i
corr_hmx_hmy_i
chi
chip2
C11_Skw_fnc
wp2_zt
thlp2_zt
wpthlp_zt
wprtp_zt
rtp2_zt
rtpthlp_zt
up2_zt
vp2_zt
upwp_zt
vpwp_zt
hmp2_zt
PSMLT
EVPMS
PRACS
EVPMG
PRACG
PGMLT
MNUCCC
PSACWS
PSACWI
QMULTS
QMULTG
PSACWG
PGSACW
PRD
PRCI
PRAI
QMULTR
QMULTRG
MNUCCD
PRACI
PRACIS
EPRD
MNUCCR
PIACR
PIACRS
PGRACS
PRDS
EPRDS
PSACR
PRDG
EPRDG
NGSTEN
NRSTEN
NISTEN
NSSTEN
NCSTEN
NPRC1
NRAGG
NPRACG
NSUBR
NSMLTR
NGMLTR
NPRACS
NNUCCR
NIACR
NIACRS
NGRACS
NSMLTS
NSAGG
NPRCI
NSCNG
NSUBS
PRC
PRA
PRE
PCC
NNUCCC
NPSACWS
NPRA
NPRC
NPSACWI
NPSACWG
NPRAI
NMULTS
NMULTG
NMULTR
NMULTRG
NNUCCD
NSUBI
NGMLTG
NSUBG
NACT
SIZEFIX_NR
SIZEFIX_NC
SIZEFIX_NI
SIZEFIX_NS
SIZEFIX_NG
NEGFIX_NR
NEGFIX_NC
NEGFIX_NI
NEGFIX_NS
NEGFIX_NG
NIM_MORR_CL
QC_INST
QR_INST
QI_INST
QS_INST
QG_INST
NC_INST
NR_INST
NI_INST
NS_INST
NG_INST
T_in_K_mc
cloud_frac_refined
rcm_refined
hl_on_Cp_residual
qto_residual
vars_zm =
wp2
rtp2
thlp2
rtpthlp
wprtp
wpthlp
wp2up2
wp2vp2
wp4
up2
vp2
Skw_zm
Skthl_zm
Skrt_zm
wpthvp
rtpthvp
thlpthvp
tau_zm
Kh_zm
K_hm
wprcp
rc_coef_zm
wm_zm
thlprcp
rtprcp
rcp2
upwp
vpwp
upthlp
uprtp
vpthlp
vprtp
upthvp
uprcp
vpthvp
vprcp
rho_zm
sigma_sqd_w
Skw_velocity
gamma_Skw_fnc
coef_wp4_implicit
C6rt_Skw_fnc
C6thl_Skw_fnc
C6_term
C7_Skw_fnc
C1_Skw_fnc
a3_coef
wp3_on_wp2
wp3_on_wp2_cfl_num
rcm_zm
rtm_zm
thlm_zm
cloud_frac_zm
ice_supersat_frac_zm
rho_ds_zm
thv_ds_zm
em
mean_w_up
mean_w_down
shear
wp3_zm
thlp3_zm
rtp3_zm
w_1_zm
w_2_zm
varnce_w_1_zm
varnce_w_2_zm
mixt_frac_zm
Frad
Frad_LW
Frad_SW
Frad_LW_up
Frad_SW_up
Frad_LW_down
Frad_SW_down
Fprec
Fcsed
hydrometp2
wphydrometp
rtphmp
thlphmp
hmxphmyp
Vri
VNi
Vrc
VNc
Vrr
VNr
Vrs
VNs
Vrg
Vrrprrp
VNrpNrp
Vrrprrp_expcalc
VNrpNrp_expcalc
wp2_bt
wp2_ma
wp2_ta
wp2_ac
wp2_bp
wp2_pr1
wp2_pr2
wp2_pr3
wp2_pr_dfsn
wp2_dp1
wp2_dp2
wp2_sdmp
wp2_cl
wp2_pd
wp2_sf
wp2_splat
vp2_bt
vp2_ma
vp2_ta
vp2_tp
vp2_dp1
vp2_dp2
vp2_pr1
vp2_pr2
vp2_sdmp
vp2_cl
vp2_pd
vp2_sf
vp2_splat
up2_bt
up2_ma
up2_ta
up2_tp
up2_dp1
up2_dp2
up2_pr1
up2_pr2
up2_sdmp
up2_cl
up2_pd
up2_sf
up2_splat
upwp_bt
upwp_ma
upwp_ta
upwp_tp
upwp_ac
upwp_bp
upwp_pr1
upwp_pr2
upwp_pr3
upwp_pr4
upwp_dp1
upwp_mfl
upwp_cl
vpwp_bt
vpwp_ma
vpwp_ta
vpwp_tp
vpwp_ac
vpwp_bp
vpwp_pr1
vpwp_pr2
vpwp_pr3
vpwp_pr4
vpwp_dp1
vpwp_mfl
vpwp_cl
wprtp_bt
wprtp_ma
wprtp_ta
wprtp_tp
wprtp_ac
wprtp_bp
wprtp_pr1
wprtp_pr2
wprtp_pr3
wprtp_dp1
wprtp_mfl
wprtp_cl
wprtp_sicl
wprtp_pd
wprtp_forcing
wprtp_mc
wpthlp_bt
wpthlp_ma
wpthlp_ta
wpthlp_tp
wpthlp_ac
wpthlp_bp
wpthlp_pr1
wpthlp_pr2
wpthlp_pr3
wpthlp_dp1
wpthlp_mfl
wpthlp_cl
wpthlp_sicl
wpthlp_forcing
wpthlp_mc
rtp2_bt
rtp2_ma
rtp2_ta
rtp2_tp
rtp2_dp1
rtp2_dp2
rtp2_cl
rtp2_pd
rtp2_sf
rtp2_forcing
rtp2_mc
thlp2_bt
thlp2_ma
thlp2_ta
thlp2_tp
thlp2_dp1
thlp2_dp2
thlp2_cl
thlp2_pd
thlp2_sf
thlp2_forcing
thlp2_mc
rtpthlp_bt
rtpthlp_ma
rtpthlp_ta
rtpthlp_tp1
rtpthlp_tp2
rtpthlp_dp1
rtpthlp_dp2
rtpthlp_cl
rtpthlp_sf
rtpthlp_forcing
rtpthlp_mc
wpthlp_enter_mfl
wpthlp_exit_mfl
wprtp_enter_mfl
wprtp_exit_mfl
wpthlp_mfl_min
wpthlp_mfl_max
wprtp_mfl_min
wprtp_mfl_max
stability_correction
bv_freq_sqd
bv_freq_sqd_splat
bv_freq_sqd_mixed
bv_freq_sqd_moist
bv_freq_sqd_dry
bv_freq_sqd_smth
bv_freq_out_cloud
bv_freq_pos
shear_sqd
invrs_tau_zm
invrs_tau_xp2_zm
invrs_tau_wp2_zm
invrs_tau_wpxp_zm
invrs_tau_wp3_zm
invrs_tau_no_N2_zm
invrs_tau_bkgnd
invrs_tau_sfc
invrs_tau_shear
Ri_zm
vars_sfc =
ustar
soil_heat_flux
veg_T_in_K
sfc_soil_T_in_K
deep_soil_T_in_K
lh
sh
cc
lwp
vwp
swp
iwp
rwp
z_cloud_base
z_inversion
precip_rate_sfc
rain_flux_sfc
rrm_sfc
precip_frac_tol
wpthlp_sfc
wprtp_sfc
upwp_sfc
vpwp_sfc
morr_snow_rate
thlm_vert_avg
rtm_vert_avg
um_vert_avg
vm_vert_avg
wp2_vert_avg
up2_vert_avg
vp2_vert_avg
rtp2_vert_avg
thlp2_vert_avg
T_sfc
rtm_spur_src
thlm_spur_src
rs_sd_morr_int
tot_vartn_normlzd_rtm
tot_vartn_normlzd_thlm
tot_vartn_normlzd_wprtp
--------------------------------------------------
iteration = 1; time = 41460.0
iteration = 2; time = 41520.0
iteration = 3; time = 41580.0
iteration = 4; time = 41640.0
iteration = 5; time = 41700.0
iteration = 6; time = 41760.0
iteration = 7; time = 41820.0
iteration = 8; time = 41880.0
iteration = 9; time = 41940.0
iteration = 10; time = 42000.0
iteration = 11; time = 42060.0
iteration = 12; time = 42120.0
iteration = 13; time = 42180.0
iteration = 14; time = 42240.0
iteration = 15; time = 42300.0
iteration = 16; time = 42360.0
iteration = 17; time = 42420.0
iteration = 18; time = 42480.0
iteration = 19; time = 42540.0
iteration = 20; time = 42600.0
iteration = 21; time = 42660.0
iteration = 22; time = 42720.0
iteration = 23; time = 42780.0
iteration = 24; time = 42840.0
iteration = 25; time = 42900.0
iteration = 26; time = 42960.0
iteration = 27; time = 43020.0
iteration = 28; time = 43080.0
iteration = 29; time = 43140.0
iteration = 30; time = 43200.0
iteration = 31; time = 43260.0
iteration = 32; time = 43320.0
iteration = 33; time = 43380.0
iteration = 34; time = 43440.0
iteration = 35; time = 43500.0
iteration = 36; time = 43560.0
iteration = 37; time = 43620.0
iteration = 38; time = 43680.0
iteration = 39; time = 43740.0
iteration = 40; time = 43800.0
iteration = 41; time = 43860.0
iteration = 42; time = 43920.0
iteration = 43; time = 43980.0
iteration = 44; time = 44040.0
iteration = 45; time = 44100.0
iteration = 46; time = 44160.0
iteration = 47; time = 44220.0
iteration = 48; time = 44280.0
iteration = 49; time = 44340.0
iteration = 50; time = 44400.0
iteration = 51; time = 44460.0
iteration = 52; time = 44520.0
iteration = 53; time = 44580.0
iteration = 54; time = 44640.0
iteration = 55; time = 44700.0
iteration = 56; time = 44760.0
iteration = 57; time = 44820.0
iteration = 58; time = 44880.0
iteration = 59; time = 44940.0
iteration = 60; time = 45000.0
iteration = 61; time = 45060.0
iteration = 62; time = 45120.0
iteration = 63; time = 45180.0
iteration = 64; time = 45240.0
iteration = 65; time = 45300.0
iteration = 66; time = 45360.0
iteration = 67; time = 45420.0
iteration = 68; time = 45480.0
iteration = 69; time = 45540.0
iteration = 70; time = 45600.0
iteration = 71; time = 45660.0
iteration = 72; time = 45720.0
iteration = 73; time = 45780.0
iteration = 74; time = 45840.0
iteration = 75; time = 45900.0
iteration = 76; time = 45960.0
iteration = 77; time = 46020.0
iteration = 78; time = 46080.0
iteration = 79; time = 46140.0
iteration = 80; time = 46200.0
iteration = 81; time = 46260.0
iteration = 82; time = 46320.0
iteration = 83; time = 46380.0
iteration = 84; time = 46440.0
iteration = 85; time = 46500.0
iteration = 86; time = 46560.0
iteration = 87; time = 46620.0
iteration = 88; time = 46680.0
iteration = 89; time = 46740.0
iteration = 90; time = 46800.0
iteration = 91; time = 46860.0
iteration = 92; time = 46920.0
iteration = 93; time = 46980.0
iteration = 94; time = 47040.0
iteration = 95; time = 47100.0
iteration = 96; time = 47160.0
iteration = 97; time = 47220.0
iteration = 98; time = 47280.0
iteration = 99; time = 47340.0
iteration = 100; time = 47400.0
iteration = 101; time = 47460.0
iteration = 102; time = 47520.0
iteration = 103; time = 47580.0
iteration = 104; time = 47640.0
iteration = 105; time = 47700.0
iteration = 106; time = 47760.0
iteration = 107; time = 47820.0
iteration = 108; time = 47880.0
iteration = 109; time = 47940.0
iteration = 110; time = 48000.0
iteration = 111; time = 48060.0
iteration = 112; time = 48120.0
iteration = 113; time = 48180.0
iteration = 114; time = 48240.0
iteration = 115; time = 48300.0
iteration = 116; time = 48360.0
iteration = 117; time = 48420.0
iteration = 118; time = 48480.0
iteration = 119; time = 48540.0
iteration = 120; time = 48600.0
iteration = 121; time = 48660.0
iteration = 122; time = 48720.0
iteration = 123; time = 48780.0
iteration = 124; time = 48840.0
iteration = 125; time = 48900.0
iteration = 126; time = 48960.0
iteration = 127; time = 49020.0
iteration = 128; time = 49080.0
iteration = 129; time = 49140.0
iteration = 130; time = 49200.0
iteration = 131; time = 49260.0
iteration = 132; time = 49320.0
iteration = 133; time = 49380.0
iteration = 134; time = 49440.0
iteration = 135; time = 49500.0
iteration = 136; time = 49560.0
iteration = 137; time = 49620.0
iteration = 138; time = 49680.0
iteration = 139; time = 49740.0
iteration = 140; time = 49800.0
iteration = 141; time = 49860.0
iteration = 142; time = 49920.0
iteration = 143; time = 49980.0
iteration = 144; time = 50040.0
iteration = 145; time = 50100.0
iteration = 146; time = 50160.0
iteration = 147; time = 50220.0
iteration = 148; time = 50280.0
iteration = 149; time = 50340.0
iteration = 150; time = 50400.0
iteration = 151; time = 50460.0
iteration = 152; time = 50520.0
iteration = 153; time = 50580.0
iteration = 154; time = 50640.0
iteration = 155; time = 50700.0
iteration = 156; time = 50760.0
iteration = 157; time = 50820.0
iteration = 158; time = 50880.0
iteration = 159; time = 50940.0
iteration = 160; time = 51000.0
iteration = 161; time = 51060.0
iteration = 162; time = 51120.0
iteration = 163; time = 51180.0
iteration = 164; time = 51240.0
iteration = 165; time = 51300.0
iteration = 166; time = 51360.0
iteration = 167; time = 51420.0
iteration = 168; time = 51480.0
iteration = 169; time = 51540.0
iteration = 170; time = 51600.0
iteration = 171; time = 51660.0
iteration = 172; time = 51720.0
iteration = 173; time = 51780.0
iteration = 174; time = 51840.0
iteration = 175; time = 51900.0
iteration = 176; time = 51960.0
iteration = 177; time = 52020.0
iteration = 178; time = 52080.0
iteration = 179; time = 52140.0
iteration = 180; time = 52200.0
iteration = 181; time = 52260.0
iteration = 182; time = 52320.0
iteration = 183; time = 52380.0
iteration = 184; time = 52440.0
iteration = 185; time = 52500.0
iteration = 186; time = 52560.0
iteration = 187; time = 52620.0
iteration = 188; time = 52680.0
iteration = 189; time = 52740.0
iteration = 190; time = 52800.0
iteration = 191; time = 52860.0
iteration = 192; time = 52920.0
iteration = 193; time = 52980.0
iteration = 194; time = 53040.0
iteration = 195; time = 53100.0
iteration = 196; time = 53160.0
iteration = 197; time = 53220.0
iteration = 198; time = 53280.0
iteration = 199; time = 53340.0
iteration = 200; time = 53400.0
iteration = 201; time = 53460.0
iteration = 202; time = 53520.0
iteration = 203; time = 53580.0
iteration = 204; time = 53640.0
iteration = 205; time = 53700.0
iteration = 206; time = 53760.0
iteration = 207; time = 53820.0
iteration = 208; time = 53880.0
iteration = 209; time = 53940.0
iteration = 210; time = 54000.0
iteration = 211; time = 54060.0
iteration = 212; time = 54120.0
iteration = 213; time = 54180.0
iteration = 214; time = 54240.0
iteration = 215; time = 54300.0
iteration = 216; time = 54360.0
iteration = 217; time = 54420.0
iteration = 218; time = 54480.0
iteration = 219; time = 54540.0
iteration = 220; time = 54600.0
iteration = 221; time = 54660.0
iteration = 222; time = 54720.0
iteration = 223; time = 54780.0
iteration = 224; time = 54840.0
iteration = 225; time = 54900.0
iteration = 226; time = 54960.0
iteration = 227; time = 55020.0
iteration = 228; time = 55080.0
iteration = 229; time = 55140.0
iteration = 230; time = 55200.0
iteration = 231; time = 55260.0
iteration = 232; time = 55320.0
iteration = 233; time = 55380.0
iteration = 234; time = 55440.0
iteration = 235; time = 55500.0
iteration = 236; time = 55560.0
iteration = 237; time = 55620.0
iteration = 238; time = 55680.0
iteration = 239; time = 55740.0
iteration = 240; time = 55800.0
iteration = 241; time = 55860.0
iteration = 242; time = 55920.0
iteration = 243; time = 55980.0
iteration = 244; time = 56040.0
iteration = 245; time = 56100.0
iteration = 246; time = 56160.0
iteration = 247; time = 56220.0
iteration = 248; time = 56280.0
iteration = 249; time = 56340.0
iteration = 250; time = 56400.0
iteration = 251; time = 56460.0
iteration = 252; time = 56520.0
iteration = 253; time = 56580.0
iteration = 254; time = 56640.0
iteration = 255; time = 56700.0
iteration = 256; time = 56760.0
iteration = 257; time = 56820.0
iteration = 258; time = 56880.0
iteration = 259; time = 56940.0
iteration = 260; time = 57000.0
iteration = 261; time = 57060.0
iteration = 262; time = 57120.0
iteration = 263; time = 57180.0
iteration = 264; time = 57240.0
iteration = 265; time = 57300.0
iteration = 266; time = 57360.0
iteration = 267; time = 57420.0
iteration = 268; time = 57480.0
iteration = 269; time = 57540.0
iteration = 270; time = 57600.0
iteration = 271; time = 57660.0
iteration = 272; time = 57720.0
iteration = 273; time = 57780.0
iteration = 274; time = 57840.0
iteration = 275; time = 57900.0
iteration = 276; time = 57960.0
iteration = 277; time = 58020.0
iteration = 278; time = 58080.0
iteration = 279; time = 58140.0
iteration = 280; time = 58200.0
iteration = 281; time = 58260.0
iteration = 282; time = 58320.0
iteration = 283; time = 58380.0
iteration = 284; time = 58440.0
iteration = 285; time = 58500.0
iteration = 286; time = 58560.0
iteration = 287; time = 58620.0
iteration = 288; time = 58680.0
iteration = 289; time = 58740.0
iteration = 290; time = 58800.0
iteration = 291; time = 58860.0
iteration = 292; time = 58920.0
iteration = 293; time = 58980.0
iteration = 294; time = 59040.0
iteration = 295; time = 59100.0
iteration = 296; time = 59160.0
iteration = 297; time = 59220.0
iteration = 298; time = 59280.0
iteration = 299; time = 59340.0
iteration = 300; time = 59400.0
iteration = 301; time = 59460.0
iteration = 302; time = 59520.0
iteration = 303; time = 59580.0
iteration = 304; time = 59640.0
iteration = 305; time = 59700.0
iteration = 306; time = 59760.0
iteration = 307; time = 59820.0
iteration = 308; time = 59880.0
iteration = 309; time = 59940.0
iteration = 310; time = 60000.0
iteration = 311; time = 60060.0
iteration = 312; time = 60120.0
iteration = 313; time = 60180.0
iteration = 314; time = 60240.0
iteration = 315; time = 60300.0
iteration = 316; time = 60360.0
iteration = 317; time = 60420.0
iteration = 318; time = 60480.0
iteration = 319; time = 60540.0
iteration = 320; time = 60600.0
iteration = 321; time = 60660.0
iteration = 322; time = 60720.0
iteration = 323; time = 60780.0
iteration = 324; time = 60840.0
iteration = 325; time = 60900.0
iteration = 326; time = 60960.0
iteration = 327; time = 61020.0
iteration = 328; time = 61080.0
iteration = 329; time = 61140.0
iteration = 330; time = 61200.0
iteration = 331; time = 61260.0
iteration = 332; time = 61320.0
iteration = 333; time = 61380.0
iteration = 334; time = 61440.0
iteration = 335; time = 61500.0
iteration = 336; time = 61560.0
iteration = 337; time = 61620.0
iteration = 338; time = 61680.0
iteration = 339; time = 61740.0
iteration = 340; time = 61800.0
iteration = 341; time = 61860.0
iteration = 342; time = 61920.0
iteration = 343; time = 61980.0
iteration = 344; time = 62040.0
iteration = 345; time = 62100.0
iteration = 346; time = 62160.0
iteration = 347; time = 62220.0
iteration = 348; time = 62280.0
iteration = 349; time = 62340.0
iteration = 350; time = 62400.0
iteration = 351; time = 62460.0
iteration = 352; time = 62520.0
iteration = 353; time = 62580.0
iteration = 354; time = 62640.0
iteration = 355; time = 62700.0
iteration = 356; time = 62760.0
iteration = 357; time = 62820.0
iteration = 358; time = 62880.0
iteration = 359; time = 62940.0
iteration = 360; time = 63000.0
iteration = 361; time = 63060.0
iteration = 362; time = 63120.0
iteration = 363; time = 63180.0
iteration = 364; time = 63240.0
iteration = 365; time = 63300.0
iteration = 366; time = 63360.0
iteration = 367; time = 63420.0
iteration = 368; time = 63480.0
iteration = 369; time = 63540.0
iteration = 370; time = 63600.0
iteration = 371; time = 63660.0
iteration = 372; time = 63720.0
iteration = 373; time = 63780.0
iteration = 374; time = 63840.0
iteration = 375; time = 63900.0
iteration = 376; time = 63960.0
iteration = 377; time = 64020.0
iteration = 378; time = 64080.0
iteration = 379; time = 64140.0
iteration = 380; time = 64200.0
iteration = 381; time = 64260.0
iteration = 382; time = 64320.0
iteration = 383; time = 64380.0
iteration = 384; time = 64440.0
iteration = 385; time = 64500.0
iteration = 386; time = 64560.0
iteration = 387; time = 64620.0
iteration = 388; time = 64680.0
iteration = 389; time = 64740.0
iteration = 390; time = 64800.0
iteration = 391; time = 64860.0
iteration = 392; time = 64920.0
iteration = 393; time = 64980.0
iteration = 394; time = 65040.0
iteration = 395; time = 65100.0
iteration = 396; time = 65160.0
iteration = 397; time = 65220.0
iteration = 398; time = 65280.0
iteration = 399; time = 65340.0
iteration = 400; time = 65400.0
iteration = 401; time = 65460.0
iteration = 402; time = 65520.0
iteration = 403; time = 65580.0
iteration = 404; time = 65640.0
iteration = 405; time = 65700.0
iteration = 406; time = 65760.0
iteration = 407; time = 65820.0
iteration = 408; time = 65880.0
iteration = 409; time = 65940.0
iteration = 410; time = 66000.0
iteration = 411; time = 66060.0
iteration = 412; time = 66120.0
iteration = 413; time = 66180.0
iteration = 414; time = 66240.0
iteration = 415; time = 66300.0
iteration = 416; time = 66360.0
iteration = 417; time = 66420.0
iteration = 418; time = 66480.0
iteration = 419; time = 66540.0
iteration = 420; time = 66600.0
iteration = 421; time = 66660.0
iteration = 422; time = 66720.0
iteration = 423; time = 66780.0
iteration = 424; time = 66840.0
iteration = 425; time = 66900.0
iteration = 426; time = 66960.0
iteration = 427; time = 67020.0
iteration = 428; time = 67080.0
iteration = 429; time = 67140.0
iteration = 430; time = 67200.0
iteration = 431; time = 67260.0
iteration = 432; time = 67320.0
iteration = 433; time = 67380.0
iteration = 434; time = 67440.0
iteration = 435; time = 67500.0
iteration = 436; time = 67560.0
iteration = 437; time = 67620.0
iteration = 438; time = 67680.0
iteration = 439; time = 67740.0
iteration = 440; time = 67800.0
iteration = 441; time = 67860.0
iteration = 442; time = 67920.0
iteration = 443; time = 67980.0
iteration = 444; time = 68040.0
iteration = 445; time = 68100.0
iteration = 446; time = 68160.0
iteration = 447; time = 68220.0
iteration = 448; time = 68280.0
iteration = 449; time = 68340.0
iteration = 450; time = 68400.0
iteration = 451; time = 68460.0
iteration = 452; time = 68520.0
iteration = 453; time = 68580.0
iteration = 454; time = 68640.0
iteration = 455; time = 68700.0
iteration = 456; time = 68760.0
iteration = 457; time = 68820.0
iteration = 458; time = 68880.0
iteration = 459; time = 68940.0
iteration = 460; time = 69000.0
iteration = 461; time = 69060.0
iteration = 462; time = 69120.0
iteration = 463; time = 69180.0
iteration = 464; time = 69240.0
iteration = 465; time = 69300.0
iteration = 466; time = 69360.0
iteration = 467; time = 69420.0
iteration = 468; time = 69480.0
iteration = 469; time = 69540.0
iteration = 470; time = 69600.0
iteration = 471; time = 69660.0
iteration = 472; time = 69720.0
iteration = 473; time = 69780.0
iteration = 474; time = 69840.0
iteration = 475; time = 69900.0
iteration = 476; time = 69960.0
iteration = 477; time = 70020.0
iteration = 478; time = 70080.0
iteration = 479; time = 70140.0
iteration = 480; time = 70200.0
iteration = 481; time = 70260.0
iteration = 482; time = 70320.0
iteration = 483; time = 70380.0
iteration = 484; time = 70440.0
iteration = 485; time = 70500.0
iteration = 486; time = 70560.0
iteration = 487; time = 70620.0
iteration = 488; time = 70680.0
iteration = 489; time = 70740.0
iteration = 490; time = 70800.0
iteration = 491; time = 70860.0
iteration = 492; time = 70920.0
iteration = 493; time = 70980.0
iteration = 494; time = 71040.0
iteration = 495; time = 71100.0
iteration = 496; time = 71160.0
iteration = 497; time = 71220.0
iteration = 498; time = 71280.0
iteration = 499; time = 71340.0
iteration = 500; time = 71400.0
iteration = 501; time = 71460.0
iteration = 502; time = 71520.0
iteration = 503; time = 71580.0
iteration = 504; time = 71640.0
iteration = 505; time = 71700.0
iteration = 506; time = 71760.0
iteration = 507; time = 71820.0
iteration = 508; time = 71880.0
iteration = 509; time = 71940.0
iteration = 510; time = 72000.0
iteration = 511; time = 72060.0
iteration = 512; time = 72120.0
iteration = 513; time = 72180.0
iteration = 514; time = 72240.0
iteration = 515; time = 72300.0
iteration = 516; time = 72360.0
iteration = 517; time = 72420.0
iteration = 518; time = 72480.0
iteration = 519; time = 72540.0
iteration = 520; time = 72600.0
iteration = 521; time = 72660.0
iteration = 522; time = 72720.0
iteration = 523; time = 72780.0
iteration = 524; time = 72840.0
iteration = 525; time = 72900.0
iteration = 526; time = 72960.0
iteration = 527; time = 73020.0
iteration = 528; time = 73080.0
iteration = 529; time = 73140.0
iteration = 530; time = 73200.0
iteration = 531; time = 73260.0
iteration = 532; time = 73320.0
iteration = 533; time = 73380.0
iteration = 534; time = 73440.0
iteration = 535; time = 73500.0
iteration = 536; time = 73560.0
iteration = 537; time = 73620.0
iteration = 538; time = 73680.0
iteration = 539; time = 73740.0
iteration = 540; time = 73800.0
iteration = 541; time = 73860.0
iteration = 542; time = 73920.0
iteration = 543; time = 73980.0
iteration = 544; time = 74040.0
iteration = 545; time = 74100.0
iteration = 546; time = 74160.0
iteration = 547; time = 74220.0
iteration = 548; time = 74280.0
iteration = 549; time = 74340.0
iteration = 550; time = 74400.0
iteration = 551; time = 74460.0
iteration = 552; time = 74520.0
iteration = 553; time = 74580.0
iteration = 554; time = 74640.0
iteration = 555; time = 74700.0
iteration = 556; time = 74760.0
iteration = 557; time = 74820.0
iteration = 558; time = 74880.0
iteration = 559; time = 74940.0
iteration = 560; time = 75000.0
iteration = 561; time = 75060.0
iteration = 562; time = 75120.0
iteration = 563; time = 75180.0
iteration = 564; time = 75240.0
iteration = 565; time = 75300.0
iteration = 566; time = 75360.0
iteration = 567; time = 75420.0
iteration = 568; time = 75480.0
iteration = 569; time = 75540.0
iteration = 570; time = 75600.0
iteration = 571; time = 75660.0
iteration = 572; time = 75720.0
iteration = 573; time = 75780.0
iteration = 574; time = 75840.0
iteration = 575; time = 75900.0
iteration = 576; time = 75960.0
iteration = 577; time = 76020.0
iteration = 578; time = 76080.0
iteration = 579; time = 76140.0
iteration = 580; time = 76200.0
iteration = 581; time = 76260.0
iteration = 582; time = 76320.0
iteration = 583; time = 76380.0
iteration = 584; time = 76440.0
iteration = 585; time = 76500.0
iteration = 586; time = 76560.0
iteration = 587; time = 76620.0
iteration = 588; time = 76680.0
iteration = 589; time = 76740.0
iteration = 590; time = 76800.0
iteration = 591; time = 76860.0
iteration = 592; time = 76920.0
iteration = 593; time = 76980.0
iteration = 594; time = 77040.0
iteration = 595; time = 77100.0
iteration = 596; time = 77160.0
iteration = 597; time = 77220.0
iteration = 598; time = 77280.0
iteration = 599; time = 77340.0
iteration = 600; time = 77400.0
iteration = 601; time = 77460.0
iteration = 602; time = 77520.0
iteration = 603; time = 77580.0
iteration = 604; time = 77640.0
iteration = 605; time = 77700.0
iteration = 606; time = 77760.0
iteration = 607; time = 77820.0
iteration = 608; time = 77880.0
iteration = 609; time = 77940.0
iteration = 610; time = 78000.0
iteration = 611; time = 78060.0
iteration = 612; time = 78120.0
iteration = 613; time = 78180.0
iteration = 614; time = 78240.0
iteration = 615; time = 78300.0
iteration = 616; time = 78360.0
iteration = 617; time = 78420.0
iteration = 618; time = 78480.0
iteration = 619; time = 78540.0
iteration = 620; time = 78600.0
iteration = 621; time = 78660.0
iteration = 622; time = 78720.0
iteration = 623; time = 78780.0
iteration = 624; time = 78840.0
iteration = 625; time = 78900.0
iteration = 626; time = 78960.0
iteration = 627; time = 79020.0
iteration = 628; time = 79080.0
iteration = 629; time = 79140.0
iteration = 630; time = 79200.0
iteration = 631; time = 79260.0
iteration = 632; time = 79320.0
iteration = 633; time = 79380.0
iteration = 634; time = 79440.0
iteration = 635; time = 79500.0
iteration = 636; time = 79560.0
iteration = 637; time = 79620.0
iteration = 638; time = 79680.0
iteration = 639; time = 79740.0
iteration = 640; time = 79800.0
iteration = 641; time = 79860.0
iteration = 642; time = 79920.0
iteration = 643; time = 79980.0
iteration = 644; time = 80040.0
iteration = 645; time = 80100.0
iteration = 646; time = 80160.0
iteration = 647; time = 80220.0
iteration = 648; time = 80280.0
iteration = 649; time = 80340.0
iteration = 650; time = 80400.0
iteration = 651; time = 80460.0
iteration = 652; time = 80520.0
iteration = 653; time = 80580.0
iteration = 654; time = 80640.0
iteration = 655; time = 80700.0
iteration = 656; time = 80760.0
iteration = 657; time = 80820.0
iteration = 658; time = 80880.0
iteration = 659; time = 80940.0
iteration = 660; time = 81000.0
iteration = 661; time = 81060.0
iteration = 662; time = 81120.0
iteration = 663; time = 81180.0
iteration = 664; time = 81240.0
iteration = 665; time = 81300.0
iteration = 666; time = 81360.0
iteration = 667; time = 81420.0
iteration = 668; time = 81480.0
iteration = 669; time = 81540.0
iteration = 670; time = 81600.0
iteration = 671; time = 81660.0
iteration = 672; time = 81720.0
iteration = 673; time = 81780.0
iteration = 674; time = 81840.0
iteration = 675; time = 81900.0
iteration = 676; time = 81960.0
iteration = 677; time = 82020.0
iteration = 678; time = 82080.0
iteration = 679; time = 82140.0
iteration = 680; time = 82200.0
iteration = 681; time = 82260.0
iteration = 682; time = 82320.0
iteration = 683; time = 82380.0
iteration = 684; time = 82440.0
iteration = 685; time = 82500.0
iteration = 686; time = 82560.0
iteration = 687; time = 82620.0
iteration = 688; time = 82680.0
iteration = 689; time = 82740.0
iteration = 690; time = 82800.0
iteration = 691; time = 82860.0
iteration = 692; time = 82920.0
iteration = 693; time = 82980.0
iteration = 694; time = 83040.0
iteration = 695; time = 83100.0
iteration = 696; time = 83160.0
iteration = 697; time = 83220.0
iteration = 698; time = 83280.0
iteration = 699; time = 83340.0
iteration = 700; time = 83400.0
iteration = 701; time = 83460.0
iteration = 702; time = 83520.0
iteration = 703; time = 83580.0
iteration = 704; time = 83640.0
iteration = 705; time = 83700.0
iteration = 706; time = 83760.0
iteration = 707; time = 83820.0
iteration = 708; time = 83880.0
iteration = 709; time = 83940.0
iteration = 710; time = 84000.0
iteration = 711; time = 84060.0
iteration = 712; time = 84120.0
iteration = 713; time = 84180.0
iteration = 714; time = 84240.0
iteration = 715; time = 84300.0
iteration = 716; time = 84360.0
iteration = 717; time = 84420.0
iteration = 718; time = 84480.0
iteration = 719; time = 84540.0
iteration = 720; time = 84600.0
iteration = 721; time = 84660.0
iteration = 722; time = 84720.0
iteration = 723; time = 84780.0
iteration = 724; time = 84840.0
iteration = 725; time = 84900.0
iteration = 726; time = 84960.0
iteration = 727; time = 85020.0
iteration = 728; time = 85080.0
iteration = 729; time = 85140.0
iteration = 730; time = 85200.0
iteration = 731; time = 85260.0
iteration = 732; time = 85320.0
iteration = 733; time = 85380.0
iteration = 734; time = 85440.0
iteration = 735; time = 85500.0
iteration = 736; time = 85560.0
iteration = 737; time = 85620.0
iteration = 738; time = 85680.0
iteration = 739; time = 85740.0
iteration = 740; time = 85800.0
iteration = 741; time = 85860.0
iteration = 742; time = 85920.0
iteration = 743; time = 85980.0
iteration = 744; time = 86040.0
iteration = 745; time = 86100.0
iteration = 746; time = 86160.0
iteration = 747; time = 86220.0
iteration = 748; time = 86280.0
iteration = 749; time = 86340.0
iteration = 750; time = 86400.0
iteration = 751; time = 86460.0
iteration = 752; time = 86520.0
iteration = 753; time = 86580.0
iteration = 754; time = 86640.0
iteration = 755; time = 86700.0
iteration = 756; time = 86760.0
iteration = 757; time = 86820.0
iteration = 758; time = 86880.0
iteration = 759; time = 86940.0
iteration = 760; time = 87000.0
iteration = 761; time = 87060.0
iteration = 762; time = 87120.0
iteration = 763; time = 87180.0
iteration = 764; time = 87240.0
iteration = 765; time = 87300.0
iteration = 766; time = 87360.0
iteration = 767; time = 87420.0
iteration = 768; time = 87480.0
iteration = 769; time = 87540.0
iteration = 770; time = 87600.0
iteration = 771; time = 87660.0
iteration = 772; time = 87720.0
iteration = 773; time = 87780.0
iteration = 774; time = 87840.0
iteration = 775; time = 87900.0
iteration = 776; time = 87960.0
iteration = 777; time = 88020.0
iteration = 778; time = 88080.0
iteration = 779; time = 88140.0
iteration = 780; time = 88200.0
iteration = 781; time = 88260.0
iteration = 782; time = 88320.0
iteration = 783; time = 88380.0
iteration = 784; time = 88440.0
iteration = 785; time = 88500.0
iteration = 786; time = 88560.0
iteration = 787; time = 88620.0
iteration = 788; time = 88680.0
iteration = 789; time = 88740.0
iteration = 790; time = 88800.0
iteration = 791; time = 88860.0
iteration = 792; time = 88920.0
iteration = 793; time = 88980.0
iteration = 794; time = 89040.0
iteration = 795; time = 89100.0
iteration = 796; time = 89160.0
iteration = 797; time = 89220.0
iteration = 798; time = 89280.0
iteration = 799; time = 89340.0
iteration = 800; time = 89400.0
iteration = 801; time = 89460.0
iteration = 802; time = 89520.0
iteration = 803; time = 89580.0
iteration = 804; time = 89640.0
iteration = 805; time = 89700.0
iteration = 806; time = 89760.0
iteration = 807; time = 89820.0
iteration = 808; time = 89880.0
iteration = 809; time = 89940.0
iteration = 810; time = 90000.0
iteration = 811; time = 90060.0
iteration = 812; time = 90120.0
iteration = 813; time = 90180.0
iteration = 814; time = 90240.0
iteration = 815; time = 90300.0
iteration = 816; time = 90360.0
iteration = 817; time = 90420.0
iteration = 818; time = 90480.0
iteration = 819; time = 90540.0
iteration = 820; time = 90600.0
iteration = 821; time = 90660.0
iteration = 822; time = 90720.0
iteration = 823; time = 90780.0
iteration = 824; time = 90840.0
iteration = 825; time = 90900.0
iteration = 826; time = 90960.0
iteration = 827; time = 91020.0
iteration = 828; time = 91080.0
iteration = 829; time = 91140.0
iteration = 830; time = 91200.0
iteration = 831; time = 91260.0
iteration = 832; time = 91320.0
iteration = 833; time = 91380.0
iteration = 834; time = 91440.0
iteration = 835; time = 91500.0
iteration = 836; time = 91560.0
iteration = 837; time = 91620.0
iteration = 838; time = 91680.0
iteration = 839; time = 91740.0
iteration = 840; time = 91800.0
iteration = 841; time = 91860.0
iteration = 842; time = 91920.0
iteration = 843; time = 91980.0
iteration = 844; time = 92040.0
iteration = 845; time = 92100.0
iteration = 846; time = 92160.0
iteration = 847; time = 92220.0
iteration = 848; time = 92280.0
iteration = 849; time = 92340.0
iteration = 850; time = 92400.0
iteration = 851; time = 92460.0
iteration = 852; time = 92520.0
iteration = 853; time = 92580.0
iteration = 854; time = 92640.0
iteration = 855; time = 92700.0
iteration = 856; time = 92760.0
iteration = 857; time = 92820.0
iteration = 858; time = 92880.0
iteration = 859; time = 92940.0
iteration = 860; time = 93000.0
iteration = 861; time = 93060.0
iteration = 862; time = 93120.0
iteration = 863; time = 93180.0
iteration = 864; time = 93240.0
iteration = 865; time = 93300.0
iteration = 866; time = 93360.0
iteration = 867; time = 93420.0
iteration = 868; time = 93480.0
iteration = 869; time = 93540.0
Program exited normally
iteration = 870; time = 93600.0
CLUBB-TIMER time_loop_init = 0.3782
CLUBB-TIMER time_clubb_advance = 232.0575
CLUBB-TIMER time_clubb_pdf = 0.0998
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.0498
CLUBB-TIMER time_microphys_advance = 0.1815
CLUBB-TIMER time_loop_end = 6.6793
CLUBB-TIMER time_total = 239.4472
[Pipeline] sh
+ run_scripts/run_scm.bash cobra
Running cobra
commit dd59f60c668e6989bf231b72032771c3ac9518d5
Author: Gunther Huebler <huebler@uwm.edu>
Date: Tue Jan 9 16:35:25 2024 -0600
Undoing accidental changes to compiler config
2024/01/09 16:53:28
--------------------------------------------------
Latest git log entry
--------------------------------------------------
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
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.25000000000000000000
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
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DNETCDF enabled
-DCOAMPS_MICRO enabled
-DNR_SP enabled
-DTUNER disabled
-DSILHS enabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
-DBYTESWAP_IO disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = cobra
nzmax = 100
grid_type = 1
deltaz = 40.00000000000000
zm_init = 0.000000000000000
zm_top = 4000.000000000000
zt_grid_fname =
zm_grid_fname =
day = 11
month = 6
year = 2004
lat_vals = 45.20407000000000
lon_vals = -68.74020000000000
sfc_elevation = 0.000000000000000
time_initial = 57600.00000000000
time_final = 87600.00000000000
dt_main = 60.00000000000000
dt_rad = 60.00000000000000
sfctype = 0
T_sfc = 288.0000000000000
p_sfc = 97750.00000000000
sens_ht = 0.000000000000000
latent_ht = 0.000000000000000
fcor = 1.0349000000000000E-004
T0 = 300.0000000000000
ts_nudge = 86400.00000000000
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.00000000000000
thlm_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
thlm_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
rtm_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
rtm_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
rtm_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
uv_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
uv_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
uv_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
wp2_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
wp2_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
wp2_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
wp3_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
wp3_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
wp3_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
up2_vp2_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
l_soil_veg = F
l_restart = F
l_input_fields = F
restart_path_case = restart/cobra
time_restart = 0.000000000000000
debug_level = 2
sclr_dim = 2
edsclr_dim = 2
iisclr_thl = -1
iisclr_rt = 2
iisclr_CO2 = 1
sclr_tol = 1.0000000000000000E-002 1.0000000000000000E-008
--------------------------------------------------
&stats_setting
--------------------------------------------------
l_stats = T
fname_prefix = cobra
stats_fmt = netcdf
stats_tsamp = 60.00000000000000
stats_tout = 60.00000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_hole_fill = T
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
--------------------------------------------------
µphysics_setting
--------------------------------------------------
microphys_scheme = none
l_cloud_sed = F
sigma_g = 1.500000000000000
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.000000000
host_dy = 1000000.000000000
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.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%ri = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rs = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rg = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Nr = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.5400000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ng = 0.5400000000000000
Ncnp2_on_Ncnm2 = 1.000000000000000
C_evap Warning: ../input/case_setups/cobra_corr_array_cloud.in was not found! The default correlation arrays will be used.
= 0.8600000000000000
r_0 = 2.5000000000000001E-005
microphys_start_time = 0.000000000000000
Nc0_in_cloud = 100000000.0000000
ccnconst = 120.0000000000000
ccnexpnt = 0.4000000059604645
aer_rm1 = 1.1000000021965661E-008
aer_rm2 = 5.9999997858994902E-008
aer_n1 = 125000000.0000000
aer_n2 = 65000000.00000000
aer_sig1 = 1.200000047683716
aer_sig2 = 1.700000047683716
pgam_fixed = 5.000000000000000
precip_frac_calc_type = 2
--------------------------------------------------
&SILHS_setting
--------------------------------------------------
--------------------------------------------------
&radiation_setting
--------------------------------------------------
rad_scheme = none
sol_const = 1367.000000000000
alvdr = 0.1000000000000000
alvdf = 0.1000000000000000
alndr = 0.1000000000000000
alndf = 0.1000000000000000
radiation_top = 50000.00000000000
F0 = 100.0000000000000
F1 = 20.00000000000000
kappa = 119.0000000000000
gc = 0.8600000000000000
omega = 0.9965000000000001
slr = 1.000000000000000
l_rad_above_cloud = F
l_sw_radiation = F
l_fix_cos_solar_zen = F
l_use_default_std_atmosphere = T
Fs_values = 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
cos_solar_zen_values = -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
cos_solar_zen_times = -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
eff_drop_radius = 1.0000000000000001E-005
--------------------------------------------------
&configurable_clubb_flags_nl
--------------------------------------------------
iiPDF_type = 1
ipdf_call_placement = 2
penta_solve_method = 2
tridiag_solve_method = 2
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_min_wp2_from_corr_wx = T
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 = F
l_fix_w_chi_eta_correlations = T
l_stability_correct_tau_zm = F
l_damp_wp2_using_em = T
l_do_ When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
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
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: cobra_sounding.in
File exists? T
Path to sclr_sounding: cobra_sclr_sounding.in
File exists? T
Path to edsclr_sounding: cobra_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.000000000000000 200.0000000000000
350.0000000000000 750.0000000000000 1100.000000000000
1500.000000000000 1800.000000000000 2000.000000000000
2300.000000000000 2400.000000000000 2999.900000000000
3000.000000000000 4000.000000000000
u = 3.500000000000000 3.214000000000000
3.000000000000000 4.600000000000000 6.000000000000000
5.222000000000000 4.639000000000000 4.250000000000000
4.813000000000000 5.000000000000000 6.124812500000000
6.125000000000000 8.000000000000000
v = -3.000000000000000 -3.933000000000000
-4.633000000000000 -6.500000000000000 -7.167000000000000
-7.929000000000000 -8.500000000000000 -11.00000000000000
-14.75000000000000 -16.00000000000000 -15.81303116666667
-15.81300000000000 -15.50000000000000
ug = 3.500000000000000 3.214000000000000
3.000000000000000 4.600000000000000 6.000000000000000
5.222000000000000 4.639000000000000 4.250000000000000
4.813000000000000 5.000000000000000 6.124812500000000
6.125000000000000 8.000000000000000
vg = -3.000000000000000 -3.933000000000000
-4.633000000000000 -6.500000000000000 -7.167000000000000
-7.929000000000000 -8.500000000000000 -11.00000000000000
-14.75000000000000 -16.00000000000000 -15.81303116666667
-15.81300000000000 -15.50000000000000
theta = 286.1000000000000 285.5860000000000
285.2000000000000 285.6140000000000 285.9760000000000
286.3900000000000 286.7000000000000 287.8640000000000
289.6090000000000 290.1910000000000 293.6814181666667
293.6820000000000 299.5000000000000
rt = 3.0500000000000002E-003 3.2000000000000002E-003
2.7499999999999998E-003 2.6530000000000000E-003 2.5690000000000001E-003
2.4719999999999998E-003 2.3999999999999998E-003 2.2729999999999998E-003
2.0820000000000001E-003 2.0179999999999998E-003 1.6360636666666666E-003
1.6360000000000001E-003 1.0000000000000000E-003
p_in_Pa = -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000
subs = 0.000000000000000 -1.0000000000000000E-003
-1.7500000000000000E-003 -3.7499999999999999E-003 -5.5000000000000005E-003
-7.4999999999999997E-003 -9.0000000000000011E-003 -1.0000000000000000E-002
-1.1500000000000000E-002 -1.2000000000000000E-002 -1.4999500000000001E-002
-1.4999999999999999E-002 0.000000000000000
sclr( 1) 379. 379. 379. 379. 379. 379. 380. 380.
380. 380. 379. 379. 381.
sclr( 2) 0.305E-02 0.320E-02 0.275E-02 0.265E-02 0.257E-02 0.247E-02 0.240E-02 0.227E-02
0.208E-02 0.202E-02 0.164E-02 0.164E-02 0.100E-02
edsclr( 1) 379. 379. 379. 379. 379. 379. 380. 380.
380. 380. 379. 381. 0.00
edsclr( 2) 0.305E-02 0.320E-02 0.275E-02 0.265E-02 0.257E-02 0.247E-02 0.240E-02 0.227E-02
0.208E-02 0.202E-02 0.164E-02 0.100E-02 0.00
--------------------------------------------------
Statistics
--------------------------------------------------
vars_zt =
thlm
thvm
rtm
rcm
rvm
um
vm
um_ref
vm_ref
wm_zt
ug
vg
cloud_frac
ice_supersat_frac
cloud_cover
rcm_in_layer
rcm_in_cloud
p_in_Pa
exner
rho_ds_zt
thv_ds_zt
Lscale
T_in_K
rel_humidity
wp3
thlp3
rtp3
wpthlp2
wp2thlp
wprtp2
wp2rtp
Skw_zt
Skthl_zt
Skrt_zt
Lscale_up
Lscale_down
tau_zt
Kh_zt
wp2thvp
wp2rcp
wp2hmp
wprtpthlp
wpup2
wpvp2
rc_coef
Lscale_pert_1
Lscale_pert_2
sigma_sqd_w_zt
rho
radht
radht_LW
radht_SW
Ncm
Nc_in_cloud
Nc_activated
Nccnm
Nim
snowslope
Nsm
Ngm
sed_rcm
rsat
rsati
rrm
Nrm
m_vol_rad_rain
m_vol_rad_cloud
eff_rad_cloud
eff_rad_ice
eff_rad_snow
eff_rad_rain
eff_rad_graupel
precip_rate_zt
rsm
rim
rgm
diam
mass_ice_cryst
rcm_icedfs
u_T_cm
rtm_bt
rtm_ma
rtm_ta
rtm_mfl
rtm_tacl
rtm_cl
rtm_forcing
rtm_sdmp
rtm_mc
rtm_pd
rvm_mc
rcm_mc
rcm_sd_mg_morr
thlm_bt
thlm_ma
thlm_ta
thlm_mfl
thlm_tacl
thlm_cl
thlm_forcing
thlm_sdmp
thlm_mc
thlm_old
thlm_without_ta
thlm_mfl_min
thlm_mfl_max
thlm_enter_mfl
thlm_exit_mfl
rtm_old
rtm_without_ta
rtm_mfl_min
rtm_mfl_max
rtm_enter_mfl
rtm_exit_mfl
um_bt
um_ma
um_gf
um_cf
um_ta
um_f
um_sdmp
um_ndg
um_mfl
vm_bt
vm_ma
vm_gf
vm_cf
vm_ta
vm_f
vm_sdmp
vm_ndg
vm_mfl
wp3_bt
wp3_ma
wp3_ta
wp3_tp
wp3_ac
wp3_bp1
wp3_pr_turb
wp3_pr_dfsn
wp3_pr1
wp3_pr2
wp3_pr3
wp3_pr_tp
wp3_dp1
wp3_sdmp
wp3_cl
wp3_splat
rtp3_bt
rtp3_tp
rtp3_ac
rtp3_dp
thlp3_bt
thlp3_tp
thlp3_ac
thlp3_dp
rrm_bt
rrm_ma
rrm_sd
rrm_ts
rrm_sd_morr
rrm_ta
rrm_evap
rrm_auto
rrm_accr
rrm_evap_adj
rrm_src_adj
rrm_hf
rrm_wvhf
rrm_cl
rrm_mc
Nrm_bt
Nrm_ma
Nrm_sd
Nrm_ts
Nrm_ta
Nrm_evap
Nrm_auto
Nrm_evap_adj
Nrm_src_adj
Nrm_cl
Nrm_mc
Ncm_bt
Ncm_ma
Ncm_ta
Ncm_mc
Ncm_cl
Ncm_act
rsm_bt
rsm_ma
rsm_sd
rsm_sd_morr
rsm_ta
rsm_mc
rsm_hf
rsm_wvhf
rsm_cl
rim_bt
rim_ma
rim_sd
rim_sd_mg_morr
rim_ta
rim_mc
rim_hf
rim_wvhf
rim_cl
rgm_bt
rgm_ma
rgm_sd
rgm_sd_morr
rgm_ta
rgm_mc
rgm_hf
rgm_wvhf
rgm_cl
Nsm_bt
Nsm_mc
Nsm_ta
Nsm_ma
Nsm_sd
Nsm_cl
Nim_bt
Nim_mc
Nim_ta
Nim_ma
Nim_sd
Nim_cl
Ngm_bt
Ngm_mc
Ngm_ta
Ngm_ma
Ngm_sd
Ngm_cl
w_KK_evap_covar_zt
rt_KK_evap_covar_zt
thl_KK_evap_covar_zt
w_KK_auto_covar_zt
rt_KK_auto_covar_zt
thl_KK_auto_covar_zt
w_KK_accr_covar_zt
rt_KK_accr_covar_zt
thl_KK_accr_covar_zt
rr_KK_mvr_covar_zt
Nr_KK_mvr_covar_zt
KK_mvr_variance_zt
mixt_frac
w_1
w_2
varnce_w_1
varnce_w_2
thl_1
thl_2
varnce_thl_1
varnce_thl_2
rt_1
rt_2
varnce_rt_1
varnce_rt_2
rc_1
rc_2
rsatl_1
rsatl_2
cloud_frac_1
cloud_frac_2
a3_coef_zt
wp3_on_wp2_zt
chi_1
chi_2
stdev_chi_1
stdev_chi_2
stdev_eta_1
stdev_eta_2
covar_chi_eta_1
covar_chi_eta_2
corr_w_chi_1
corr_w_chi_2
corr_w_eta_1
corr_w_eta_2
corr_chi_eta_1
corr_chi_eta_2
corr_w_rt_1
corr_w_rt_2
corr_w_thl_1
corr_w_thl_2
corr_rt_thl_1
corr_rt_thl_2
crt_1
crt_2
cthl_1
cthl_2
F_w
F_rt
F_thl
min_F_w
max_F_w
min_F_rt
max_F_rt
min_F_thl
max_F_thl
coef_wprtp2_implicit
term_wprtp2_explicit
coef_wpthlp2_implicit
term_wpthlp2_explicit
coef_wprtpthlp_implicit
term_wprtpthlp_explicit
coef_wp2rtp_implicit
term_wp2rtp_explicit
coef_wp2thlp_implicit
term_wp2thlp_explicit
hm_i
precip_frac
precip_frac_1
precip_frac_2
Ncnm
mu_hm_i
mu_Ncn_i
sigma_hm_i
sigma_Ncn_i
corr_w_chi_1_ca
corr_w_chi_2_ca
corr_w_eta_1_ca
corr_w_eta_2_ca
corr_w_hm_i
corr_w_Ncn_i
corr_chi_eta_1_ca
corr_chi_eta_2_ca
corr_chi_hm_i
corr_chi_Ncn_i
corr_eta_hm_i
corr_eta_Ncn_i
corr_Ncn_hm_i
corr_hmx_hmy_i
chi
chip2
C11_Skw_fnc
wp2_zt
thlp2_zt
wpthlp_zt
wprtp_zt
rtp2_zt
rtpthlp_zt
up2_zt
vp2_zt
upwp_zt
vpwp_zt
hmp2_zt
PSMLT
EVPMS
PRACS
EVPMG
PRACG
PGMLT
MNUCCC
PSACWS
PSACWI
QMULTS
QMULTG
PSACWG
PGSACW
PRD
PRCI
PRAI
QMULTR
QMULTRG
MNUCCD
PRACI
PRACIS
EPRD
MNUCCR
PIACR
PIACRS
PGRACS
PRDS
EPRDS
PSACR
PRDG
EPRDG
NGSTEN
NRSTEN
NISTEN
NSSTEN
NCSTEN
NPRC1
NRAGG
NPRACG
NSUBR
NSMLTR
NGMLTR
NPRACS
NNUCCR
NIACR
NIACRS
NGRACS
NSMLTS
NSAGG
NPRCI
NSCNG
NSUBS
PRC
PRA
PRE
PCC
NNUCCC
NPSACWS
NPRA
NPRC
NPSACWI
NPSACWG
NPRAI
NMULTS
NMULTG
NMULTR
NMULTRG
NNUCCD
NSUBI
NGMLTG
NSUBG
NACT
SIZEFIX_NR
SIZEFIX_NC
SIZEFIX_NI
SIZEFIX_NS
SIZEFIX_NG
NEGFIX_NR
NEGFIX_NC
NEGFIX_NI
NEGFIX_NS
NEGFIX_NG
NIM_MORR_CL
QC_INST
QR_INST
QI_INST
QS_INST
QG_INST
NC_INST
NR_INST
NI_INST
NS_INST
NG_INST
T_in_K_mc
cloud_frac_refined
rcm_refined
hl_on_Cp_residual
qto_residual
vars_zm =
wp2
rtp2
thlp2
rtpthlp
wprtp
wpthlp
wp2up2
wp2vp2
wp4
up2
vp2
Skw_zm
Skthl_zm
Skrt_zm
wpthvp
rtpthvp
thlpthvp
tau_zm
Kh_zm
K_hm
wprcp
rc_coef_zm
wm_zm
thlprcp
rtprcp
rcp2
upwp
vpwp
upthlp
uprtp
vpthlp
vprtp
upthvp
uprcp
vpthvp
vprcp
rho_zm
sigma_sqd_w
Skw_velocity
gamma_Skw_fnc
coef_wp4_implicit
C6rt_Skw_fnc
C6thl_Skw_fnc
C6_term
C7_Skw_fnc
C1_Skw_fnc
a3_coef
wp3_on_wp2
wp3_on_wp2_cfl_num
rcm_zm
rtm_zm
thlm_zm
cloud_frac_zm
ice_supersat_frac_zm
rho_ds_zm
thv_ds_zm
em
mean_w_up
mean_w_down
shear
wp3_zm
thlp3_zm
rtp3_zm
w_1_zm
w_2_zm
varnce_w_1_zm
varnce_w_2_zm
mixt_frac_zm
Frad
Frad_LW
Frad_SW
Frad_LW_up
Frad_SW_up
Frad_LW_down
Frad_SW_down
Fprec
Fcsed
hydrometp2
wphydrometp
rtphmp
thlphmp
hmxphmyp
Vri
VNi
Vrc
VNc
Vrr
VNr
Vrs
VNs
Vrg
Vrrprrp
VNrpNrp
Vrrprrp_expcalc
VNrpNrp_expcalc
wp2_bt
wp2_ma
wp2_ta
wp2_ac
wp2_bp
wp2_pr1
wp2_pr2
wp2_pr3
wp2_pr_dfsn
wp2_dp1
wp2_dp2
wp2_sdmp
wp2_cl
wp2_pd
wp2_sf
wp2_splat
vp2_bt
vp2_ma
vp2_ta
vp2_tp
vp2_dp1
vp2_dp2
vp2_pr1
vp2_pr2
vp2_sdmp
vp2_cl
vp2_pd
vp2_sf
vp2_splat
up2_bt
up2_ma
up2_ta
up2_tp
up2_dp1
up2_dp2
up2_pr1
up2_pr2
up2_sdmp
up2_cl
up2_pd
up2_sf
up2_splat
upwp_bt
upwp_ma
upwp_ta
upwp_tp
upwp_ac
upwp_bp
upwp_pr1
upwp_pr2
upwp_pr3
upwp_pr4
upwp_dp1
upwp_mfl
upwp_cl
vpwp_bt
vpwp_ma
vpwp_ta
vpwp_tp
vpwp_ac
vpwp_bp
vpwp_pr1
vpwp_pr2
vpwp_pr3
vpwp_pr4
vpwp_dp1
vpwp_mfl
vpwp_cl
wprtp_bt
wprtp_ma
wprtp_ta
wprtp_tp
wprtp_ac
wprtp_bp
wprtp_pr1
wprtp_pr2
wprtp_pr3
wprtp_dp1
wprtp_mfl
wprtp_cl
wprtp_sicl
wprtp_pd
wprtp_forcing
wprtp_mc
wpthlp_bt
wpthlp_ma
wpthlp_ta
wpthlp_tp
wpthlp_ac
wpthlp_bp
wpthlp_pr1
wpthlp_pr2
wpthlp_pr3
wpthlp_dp1
wpthlp_mfl
wpthlp_cl
wpthlp_sicl
wpthlp_forcing
wpthlp_mc
rtp2_bt
rtp2_ma
rtp2_ta
rtp2_tp
rtp2_dp1
rtp2_dp2
rtp2_cl
rtp2_pd
rtp2_sf
rtp2_forcing
rtp2_mc
thlp2_bt
thlp2_ma
thlp2_ta
thlp2_tp
thlp2_dp1
thlp2_dp2
thlp2_cl
thlp2_pd
thlp2_sf
thlp2_forcing
thlp2_mc
rtpthlp_bt
rtpthlp_ma
rtpthlp_ta
rtpthlp_tp1
rtpthlp_tp2
rtpthlp_dp1
rtpthlp_dp2
rtpthlp_cl
rtpthlp_sf
rtpthlp_forcing
rtpthlp_mc
wpthlp_enter_mfl
wpthlp_exit_mfl
wprtp_enter_mfl
wprtp_exit_mfl
wpthlp_mfl_min
wpthlp_mfl_max
wprtp_mfl_min
wprtp_mfl_max
stability_correction
bv_freq_sqd
bv_freq_sqd_splat
bv_freq_sqd_mixed
bv_freq_sqd_moist
bv_freq_sqd_dry
bv_freq_sqd_smth
bv_freq_out_cloud
bv_freq_pos
shear_sqd
invrs_tau_zm
invrs_tau_xp2_zm
invrs_tau_wp2_zm
invrs_tau_wpxp_zm
invrs_tau_wp3_zm
invrs_tau_no_N2_zm
invrs_tau_bkgnd
invrs_tau_sfc
invrs_tau_shear
Ri_zm
vars_sfc =
ustar
soil_heat_flux
veg_T_in_K
sfc_soil_T_in_K
deep_soil_T_in_K
lh
sh
cc
lwp
vwp
swp
iwp
rwp
z_cloud_base
z_inversion
precip_rate_sfc
rain_flux_sfc
rrm_sfc
precip_frac_tol
wpthlp_sfc
wprtp_sfc
upwp_sfc
vpwp_sfc
morr_snow_rate
thlm_vert_avg
rtm_vert_avg
um_vert_avg
vm_vert_avg
wp2_vert_avg
up2_vert_avg
vp2_vert_avg
rtp2_vert_avg
thlp2_vert_avg
T_sfc
rtm_spur_src
thlm_spur_src
rs_sd_morr_int
tot_vartn_normlzd_rtm
tot_vartn_normlzd_thlm
tot_vartn_normlzd_wprtp
--------------------------------------------------
iteration = 1; time = 57660.0
iteration = 2; time = 57720.0
iteration = 3; time = 57780.0
iteration = 4; time = 57840.0
iteration = 5; time = 57900.0
iteration = 6; time = 57960.0
iteration = 7; time = 58020.0
iteration = 8; time = 58080.0
iteration = 9; time = 58140.0
iteration = 10; time = 58200.0
iteration = 11; time = 58260.0
iteration = 12; time = 58320.0
iteration = 13; time = 58380.0
iteration = 14; time = 58440.0
iteration = 15; time = 58500.0
iteration = 16; time = 58560.0
iteration = 17; time = 58620.0
iteration = 18; time = 58680.0
iteration = 19; time = 58740.0
iteration = 20; time = 58800.0
iteration = 21; time = 58860.0
iteration = 22; time = 58920.0
iteration = 23; time = 58980.0
iteration = 24; time = 59040.0
iteration = 25; time = 59100.0
iteration = 26; time = 59160.0
iteration = 27; time = 59220.0
iteration = 28; time = 59280.0
iteration = 29; time = 59340.0
iteration = 30; time = 59400.0
iteration = 31; time = 59460.0
iteration = 32; time = 59520.0
iteration = 33; time = 59580.0
iteration = 34; time = 59640.0
iteration = 35; time = 59700.0
iteration = 36; time = 59760.0
iteration = 37; time = 59820.0
iteration = 38; time = 59880.0
iteration = 39; time = 59940.0
iteration = 40; time = 60000.0
iteration = 41; time = 60060.0
iteration = 42; time = 60120.0
iteration = 43; time = 60180.0
iteration = 44; time = 60240.0
iteration = 45; time = 60300.0
iteration = 46; time = 60360.0
iteration = 47; time = 60420.0
iteration = 48; time = 60480.0
iteration = 49; time = 60540.0
iteration = 50; time = 60600.0
iteration = 51; time = 60660.0
iteration = 52; time = 60720.0
iteration = 53; time = 60780.0
iteration = 54; time = 60840.0
iteration = 55; time = 60900.0
iteration = 56; time = 60960.0
iteration = 57; time = 61020.0
iteration = 58; time = 61080.0
iteration = 59; time = 61140.0
iteration = 60; time = 61200.0
iteration = 61; time = 61260.0
iteration = 62; time = 61320.0
iteration = 63; time = 61380.0
iteration = 64; time = 61440.0
iteration = 65; time = 61500.0
iteration = 66; time = 61560.0
iteration = 67; time = 61620.0
iteration = 68; time = 61680.0
iteration = 69; time = 61740.0
iteration = 70; time = 61800.0
iteration = 71; time = 61860.0
iteration = 72; time = 61920.0
iteration = 73; time = 61980.0
iteration = 74; time = 62040.0
iteration = 75; time = 62100.0
iteration = 76; time = 62160.0
iteration = 77; time = 62220.0
iteration = 78; time = 62280.0
iteration = 79; time = 62340.0
iteration = 80; time = 62400.0
iteration = 81; time = 62460.0
iteration = 82; time = 62520.0
iteration = 83; time = 62580.0
iteration = 84; time = 62640.0
iteration = 85; time = 62700.0
iteration = 86; time = 62760.0
iteration = 87; time = 62820.0
iteration = 88; time = 62880.0
iteration = 89; time = 62940.0
iteration = 90; time = 63000.0
iteration = 91; time = 63060.0
iteration = 92; time = 63120.0
iteration = 93; time = 63180.0
iteration = 94; time = 63240.0
iteration = 95; time = 63300.0
iteration = 96; time = 63360.0
iteration = 97; time = 63420.0
iteration = 98; time = 63480.0
iteration = 99; time = 63540.0
iteration = 100; time = 63600.0
iteration = 101; time = 63660.0
iteration = 102; time = 63720.0
iteration = 103; time = 63780.0
iteration = 104; time = 63840.0
iteration = 105; time = 63900.0
iteration = 106; time = 63960.0
iteration = 107; time = 64020.0
iteration = 108; time = 64080.0
iteration = 109; time = 64140.0
iteration = 110; time = 64200.0
iteration = 111; time = 64260.0
iteration = 112; time = 64320.0
iteration = 113; time = 64380.0
iteration = 114; time = 64440.0
iteration = 115; time = 64500.0
iteration = 116; time = 64560.0
iteration = 117; time = 64620.0
iteration = 118; time = 64680.0
iteration = 119; time = 64740.0
iteration = 120; time = 64800.0
iteration = 121; time = 64860.0
iteration = 122; time = 64920.0
iteration = 123; time = 64980.0
iteration = 124; time = 65040.0
iteration = 125; time = 65100.0
iteration = 126; time = 65160.0
iteration = 127; time = 65220.0
iteration = 128; time = 65280.0
iteration = 129; time = 65340.0
iteration = 130; time = 65400.0
iteration = 131; time = 65460.0
iteration = 132; time = 65520.0
iteration = 133; time = 65580.0
iteration = 134; time = 65640.0
iteration = 135; time = 65700.0
iteration = 136; time = 65760.0
iteration = 137; time = 65820.0
iteration = 138; time = 65880.0
iteration = 139; time = 65940.0
iteration = 140; time = 66000.0
iteration = 141; time = 66060.0
iteration = 142; time = 66120.0
iteration = 143; time = 66180.0
iteration = 144; time = 66240.0
iteration = 145; time = 66300.0
iteration = 146; time = 66360.0
iteration = 147; time = 66420.0
iteration = 148; time = 66480.0
iteration = 149; time = 66540.0
iteration = 150; time = 66600.0
iteration = 151; time = 66660.0
iteration = 152; time = 66720.0
iteration = 153; time = 66780.0
iteration = 154; time = 66840.0
iteration = 155; time = 66900.0
iteration = 156; time = 66960.0
iteration = 157; time = 67020.0
iteration = 158; time = 67080.0
iteration = 159; time = 67140.0
iteration = 160; time = 67200.0
iteration = 161; time = 67260.0
iteration = 162; time = 67320.0
iteration = 163; time = 67380.0
iteration = 164; time = 67440.0
iteration = 165; time = 67500.0
iteration = 166; time = 67560.0
iteration = 167; time = 67620.0
iteration = 168; time = 67680.0
iteration = 169; time = 67740.0
iteration = 170; time = 67800.0
iteration = 171; time = 67860.0
iteration = 172; time = 67920.0
iteration = 173; time = 67980.0
iteration = 174; time = 68040.0
iteration = 175; time = 68100.0
iteration = 176; time = 68160.0
iteration = 177; time = 68220.0
iteration = 178; time = 68280.0
iteration = 179; time = 68340.0
iteration = 180; time = 68400.0
iteration = 181; time = 68460.0
iteration = 182; time = 68520.0
iteration = 183; time = 68580.0
iteration = 184; time = 68640.0
iteration = 185; time = 68700.0
iteration = 186; time = 68760.0
iteration = 187; time = 68820.0
iteration = 188; time = 68880.0
iteration = 189; time = 68940.0
iteration = 190; time = 69000.0
iteration = 191; time = 69060.0
iteration = 192; time = 69120.0
iteration = 193; time = 69180.0
iteration = 194; time = 69240.0
iteration = 195; time = 69300.0
iteration = 196; time = 69360.0
iteration = 197; time = 69420.0
iteration = 198; time = 69480.0
iteration = 199; time = 69540.0
iteration = 200; time = 69600.0
iteration = 201; time = 69660.0
iteration = 202; time = 69720.0
iteration = 203; time = 69780.0
iteration = 204; time = 69840.0
iteration = 205; time = 69900.0
iteration = 206; time = 69960.0
iteration = 207; time = 70020.0
iteration = 208; time = 70080.0
iteration = 209; time = 70140.0
iteration = 210; time = 70200.0
iteration = 211; time = 70260.0
iteration = 212; time = 70320.0
iteration = 213; time = 70380.0
iteration = 214; time = 70440.0
iteration = 215; time = 70500.0
iteration = 216; time = 70560.0
iteration = 217; time = 70620.0
iteration = 218; time = 70680.0
iteration = 219; time = 70740.0
iteration = 220; time = 70800.0
iteration = 221; time = 70860.0
iteration = 222; time = 70920.0
iteration = 223; time = 70980.0
iteration = 224; time = 71040.0
iteration = 225; time = 71100.0
iteration = 226; time = 71160.0
iteration = 227; time = 71220.0
iteration = 228; time = 71280.0
iteration = 229; time = 71340.0
iteration = 230; time = 71400.0
iteration = 231; time = 71460.0
iteration = 232; time = 71520.0
iteration = 233; time = 71580.0
iteration = 234; time = 71640.0
iteration = 235; time = 71700.0
iteration = 236; time = 71760.0
iteration = 237; time = 71820.0
iteration = 238; time = 71880.0
iteration = 239; time = 71940.0
iteration = 240; time = 72000.0
iteration = 241; time = 72060.0
iteration = 242; time = 72120.0
iteration = 243; time = 72180.0
iteration = 244; time = 72240.0
iteration = 245; time = 72300.0
iteration = 246; time = 72360.0
iteration = 247; time = 72420.0
iteration = 248; time = 72480.0
iteration = 249; time = 72540.0
iteration = 250; time = 72600.0
iteration = 251; time = 72660.0
iteration = 252; time = 72720.0
iteration = 253; time = 72780.0
iteration = 254; time = 72840.0
iteration = 255; time = 72900.0
iteration = 256; time = 72960.0
iteration = 257; time = 73020.0
iteration = 258; time = 73080.0
iteration = 259; time = 73140.0
iteration = 260; time = 73200.0
iteration = 261; time = 73260.0
iteration = 262; time = 73320.0
iteration = 263; time = 73380.0
iteration = 264; time = 73440.0
iteration = 265; time = 73500.0
iteration = 266; time = 73560.0
iteration = 267; time = 73620.0
iteration = 268; time = 73680.0
iteration = 269; time = 73740.0
iteration = 270; time = 73800.0
iteration = 271; time = 73860.0
iteration = 272; time = 73920.0
iteration = 273; time = 73980.0
iteration = 274; time = 74040.0
iteration = 275; time = 74100.0
iteration = 276; time = 74160.0
iteration = 277; time = 74220.0
iteration = 278; time = 74280.0
iteration = 279; time = 74340.0
iteration = 280; time = 74400.0
iteration = 281; time = 74460.0
iteration = 282; time = 74520.0
iteration = 283; time = 74580.0
iteration = 284; time = 74640.0
iteration = 285; time = 74700.0
iteration = 286; time = 74760.0
iteration = 287; time = 74820.0
iteration = 288; time = 74880.0
iteration = 289; time = 74940.0
iteration = 290; time = 75000.0
iteration = 291; time = 75060.0
iteration = 292; time = 75120.0
iteration = 293; time = 75180.0
iteration = 294; time = 75240.0
iteration = 295; time = 75300.0
iteration = 296; time = 75360.0
iteration = 297; time = 75420.0
iteration = 298; time = 75480.0
iteration = 299; time = 75540.0
iteration = 300; time = 75600.0
iteration = 301; time = 75660.0
iteration = 302; time = 75720.0
iteration = 303; time = 75780.0
iteration = 304; time = 75840.0
iteration = 305; time = 75900.0
iteration = 306; time = 75960.0
iteration = 307; time = 76020.0
iteration = 308; time = 76080.0
iteration = 309; time = 76140.0
iteration = 310; time = 76200.0
iteration = 311; time = 76260.0
iteration = 312; time = 76320.0
iteration = 313; time = 76380.0
iteration = 314; time = 76440.0
iteration = 315; time = 76500.0
iteration = 316; time = 76560.0
iteration = 317; time = 76620.0
iteration = 318; time = 76680.0
iteration = 319; time = 76740.0
iteration = 320; time = 76800.0
iteration = 321; time = 76860.0
iteration = 322; time = 76920.0
iteration = 323; time = 76980.0
iteration = 324; time = 77040.0
iteration = 325; time = 77100.0
iteration = 326; time = 77160.0
iteration = 327; time = 77220.0
iteration = 328; time = 77280.0
iteration = 329; time = 77340.0
iteration = 330; time = 77400.0
iteration = 331; time = 77460.0
iteration = 332; time = 77520.0
iteration = 333; time = 77580.0
iteration = 334; time = 77640.0
iteration = 335; time = 77700.0
iteration = 336; time = 77760.0
iteration = 337; time = 77820.0
iteration = 338; time = 77880.0
iteration = 339; time = 77940.0
iteration = 340; time = 78000.0
iteration = 341; time = 78060.0
iteration = 342; time = 78120.0
iteration = 343; time = 78180.0
iteration = 344; time = 78240.0
iteration = 345; time = 78300.0
iteration = 346; time = 78360.0
iteration = 347; time = 78420.0
iteration = 348; time = 78480.0
iteration = 349; time = 78540.0
iteration = 350; time = 78600.0
iteration = 351; time = 78660.0
iteration = 352; time = 78720.0
iteration = 353; time = 78780.0
iteration = 354; time = 78840.0
iteration = 355; time = 78900.0
iteration = 356; time = 78960.0
iteration = 357; time = 79020.0
iteration = 358; time = 79080.0
iteration = 359; time = 79140.0
iteration = 360; time = 79200.0
iteration = 361; time = 79260.0
iteration = 362; time = 79320.0
iteration = 363; time = 79380.0
iteration = 364; time = 79440.0
iteration = 365; time = 79500.0
iteration = 366; time = 79560.0
iteration = 367; time = 79620.0
iteration = 368; time = 79680.0
iteration = 369; time = 79740.0
iteration = 370; time = 79800.0
iteration = 371; time = 79860.0
iteration = 372; time = 79920.0
iteration = 373; time = 79980.0
iteration = 374; time = 80040.0
iteration = 375; time = 80100.0
iteration = 376; time = 80160.0
iteration = 377; time = 80220.0
iteration = 378; time = 80280.0
iteration = 379; time = 80340.0
iteration = 380; time = 80400.0
iteration = 381; time = 80460.0
iteration = 382; time = 80520.0
iteration = 383; time = 80580.0
iteration = 384; time = 80640.0
iteration = 385; time = 80700.0
iteration = 386; time = 80760.0
iteration = 387; time = 80820.0
iteration = 388; time = 80880.0
iteration = 389; time = 80940.0
iteration = 390; time = 81000.0
iteration = 391; time = 81060.0
iteration = 392; time = 81120.0
iteration = 393; time = 81180.0
iteration = 394; time = 81240.0
iteration = 395; time = 81300.0
iteration = 396; time = 81360.0
iteration = 397; time = 81420.0
iteration = 398; time = 81480.0
iteration = 399; time = 81540.0
iteration = 400; time = 81600.0
iteration = 401; time = 81660.0
iteration = 402; time = 81720.0
iteration = 403; time = 81780.0
iteration = 404; time = 81840.0
iteration = 405; time = 81900.0
iteration = 406; time = 81960.0
iteration = 407; time = 82020.0
iteration = 408; time = 82080.0
iteration = 409; time = 82140.0
iteration = 410; time = 82200.0
iteration = 411; time = 82260.0
iteration = 412; time = 82320.0
iteration = 413; time = 82380.0
iteration = 414; time = 82440.0
iteration = 415; time = 82500.0
iteration = 416; time = 82560.0
iteration = 417; time = 82620.0
iteration = 418; time = 82680.0
iteration = 419; time = 82740.0
iteration = 420; time = 82800.0
iteration = 421; time = 82860.0
iteration = 422; time = 82920.0
iteration = 423; time = 82980.0
iteration = 424; time = 83040.0
iteration = 425; time = 83100.0
iteration = 426; time = 83160.0
iteration = 427; time = 83220.0
iteration = 428; time = 83280.0
iteration = 429; time = 83340.0
iteration = 430; time = 83400.0
iteration = 431; time = 83460.0
iteration = 432; time = 83520.0
iteration = 433; time = 83580.0
iteration = 434; time = 83640.0
iteration = 435; time = 83700.0
iteration = 436; time = 83760.0
iteration = 437; time = 83820.0
iteration = 438; time = 83880.0
iteration = 439; time = 83940.0
iteration = 440; time = 84000.0
iteration = 441; time = 84060.0
iteration = 442; time = 84120.0
iteration = 443; time = 84180.0
iteration = 444; time = 84240.0
iteration = 445; time = 84300.0
iteration = 446; time = 84360.0
iteration = 447; time = 84420.0
iteration = 448; time = 84480.0
iteration = 449; time = 84540.0
iteration = 450; time = 84600.0
iteration = 451; time = 84660.0
iteration = 452; time = 84720.0
iteration = 453; time = 84780.0
iteration = 454; time = 84840.0
iteration = 455; time = 84900.0
iteration = 456; time = 84960.0
iteration = 457; time = 85020.0
iteration = 458; time = 85080.0
iteration = 459; time = 85140.0
iteration = 460; time = 85200.0
iteration = 461; time = 85260.0
iteration = 462; time = 85320.0
iteration = 463; time = 85380.0
iteration = 464; time = 85440.0
iteration = 465; time = 85500.0
iteration = 466; time = 85560.0
iteration = 467; time = 85620.0
iteration = 468; time = 85680.0
iteration = 469; time = 85740.0
iteration = 470; time = 85800.0
iteration = 471; time = 85860.0
iteration = 472; time = 85920.0
iteration = 473; time = 85980.0
iteration = 474; time = 86040.0
iteration = 475; time = 86100.0
iteration = 476; time = 86160.0
iteration = 477; time = 86220.0
iteration = 478; time = 86280.0
iteration = 479; time = 86340.0
iteration = 480; time = 86400.0
iteration = 481; time = 86460.0
iteration = 482; time = 86520.0
iteration = 483; time = 86580.0
iteration = 484; time = 86640.0
iteration = 485; time = 86700.0
iteration = 486; time = 86760.0
iteration = 487; time = 86820.0
iteration = 488; time = 86880.0
iteration = 489; time = 86940.0
iteration = 490; time = 87000.0
iteration = 491; time = 87060.0
iteration = 492; time = 87120.0
iteration = 493; time = 87180.0
iteration = 494; time = 87240.0
iteration = 495; time = 87300.0
iteration = 496; time = 87360.0
iteration = 497; time = 87420.0
iteration = 498; time = 87480.0
iteration = 499; time = 87540.0
Program exited normally
iteration = 500; time = 87600.0
CLUBB-TIMER time_loop_init = 0.1394
CLUBB-TIMER time_clubb_advance = 109.3257
CLUBB-TIMER time_clubb_pdf = 0.0568
CLUBB-TIMER time_SILHS = 0.0001
CLUBB-TIMER time_microphys_scheme = 0.0263
CLUBB-TIMER time_microphys_advance = 0.1038
CLUBB-TIMER time_loop_end = 3.5147
CLUBB-TIMER time_total = 113.1673
[Pipeline] sh
+ run_scripts/run_scm.bash mpace_b
Running mpace_b
commit dd59f60c668e6989bf231b72032771c3ac9518d5
Author: Gunther Huebler <huebler@uwm.edu>
Date: Tue Jan 9 16:35:25 2024 -0600
Undoing accidental changes to compiler config
2024/01/09 16:55:22
--------------------------------------------------
Latest git log entry
--------------------------------------------------
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
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.25000000000000000000
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
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DNETCDF enabled
-DCOAMPS_MICRO enabled
-DNR_SP enabled
-DTUNER disabled
-DSILHS enabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
-DBYTESWAP_IO disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = mpace_b
nzmax = 56
grid_type = 1
deltaz = 50.00000000000000
zm_init = 0.000000000000000
zm_top = 3750.000000000000
zt_grid_fname =
zm_grid_fname =
day = 9
month = 10
year = 2004
lat_vals = 71.75000000000000
lon_vals = -151.0000000000000
sfc_elevation = 0.000000000000000
time_initial = 61200.00000000000
time_final = 104400.0000000000
dt_main = 60.00000000000000
dt_rad = 60.00000000000000
sfctype = 0
T_sfc = 288.0000000000000
p_sfc = 101000.0000000000
sens_ht = 0.000000000000000
latent_ht = 0.000000000000000
fcor = 1.0000000000000000E-004
T0 = 300.0000000000000
ts_nudge = 3600.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.00000000000000
thlm_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
thlm_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
rtm_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
rtm_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
rtm_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
uv_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
uv_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
uv_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
wp2_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
wp2_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
wp2_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
wp3_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
wp3_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
wp3_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_min = 60.00000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_max = 1800.000000000000
up2_vp2_sponge_damp_settings%sponge_damp_depth = 0.2500000000000000
l_soil_veg = F
l_restart = F
l_input_fields = F
restart_path_case = restart/mpace_b
time_restart = 0.000000000000000
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 = mpace_b
stats_fmt = netcdf
stats_tsamp = 60.00000000000000
stats_tout = 60.00000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_hole_fill = T
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
--------------------------------------------------
µphysics_setting
--------------------------------------------------
microphys_scheme = coamps
l_cloud_sed = F
sigma_g = 1.500000000000000
l_graupel = F
l_hail = F
l_seifert_beheng = F
l_predict_Nc = T
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.000000000
host_dy = 1000000.000000000
hmp2_ip_on_hmm2_ip_slope%rr = 0.000000000000000
hmp2_ip_on_hmm2_ip_slope%ri = 0.000000000000000
hmp2_ip_on_hmm2_ip_slope%rs = 0.000000000000000
hmp2_ip_on_hmm2_ip_slope%rg = 0.000000000000000
hmp2_ip_on_hmm2_ip_slope%Nr = 0.000000000000000
hmp2_ip_on_hmm2_ip_slope%Ni = 0.000000000000000
hmp2_ip_on_hmm2_ip_slope%Ni = 0.000000000000000
hmp2_ip_on_hmm2_ip_slope%Ng = 0.000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rr = 1.000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%ri = 1.000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rs = 1.000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%rg = 1.000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Nr = 1.000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 1.000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 1.000000000000000
hmp2_ip_on_hmm2_ip_intrcpt%Ng = 1.000000000000000
Ncnp2_on_Ncnm2 = 1.000000000000000
C_evap = 0.8600000000000000
r_0 = 2.5000000000000001E-005
microphys_start_time = 0.000000000000000
Nc0_in_cloud = 100000000.0000000
ccnconst = 120.0000000000000
ccnexpnt = 0.4000000059604645
aer_rm1 = 1.1000000021965661E-008
aer_rm2 = 5.9999997858994902E-008
aer_n1 = 125000000.0000000
aer_n2 = 65000000.00000000
aer_sig1 = 1.200000047683716
aer_sig2 = 1.700000047683716
pgam_fixed = 5.000000000000000
precip_frac_calc_type = 2
--------------------------------------------------
&SILHS_setting
--------------------------------------------------
Correlation array (approximate); in cloud:
1.000 0.300 0.090 0.103 0.253 0.063 -0.086 0.000 0.281 0.303
0.300 1.000 0.027 0.031 0.076 0.019 -0.026 0.000 0.085 0.091
0.090 0.027 1.000 0.390 0.000 0.679 0.475 0.000 0.000 0.595
0.103 0.031 0.390 1.000 0.000 0.162 0.437 0.000 0.000 0.332
0.253 0.076 0.000 0.000 1.000 0.000 0.000 0.000 0.796 0.000
0.063 0.019 0.679 0.162 0.000 1.000 0.314 0.000 0.000 0.458
-0.086 -0.026 0.475 0.437 0.000 0.314 1.000 0.000 0.000 0.793
0.000 0.000 0.000 0.000 0.000 0.000 0.000 1.000 0.000 0.000
0.281 0.085 0.000 0.000 0.796 0.000 0.000 0.000 1.000 0.000
0.303 0.091 0.595 0.332 0.000 0.458 0.793 0.000 0.000 1.000
Correlation array (approximate); below cloud:
1.000 0.300 0.090 0.103 0.060 0.063 -0.086 0.000 0.016 0.303
0.300 1.000 0.027 0.031 0.182 0.019 -0.026 0.000 0.005 0.091
0.090 0.027 1.000 0.390 0.000 0.679 0.475 0.000 0.000 0.595
0.103 0.031 0.390 1.000 0.000 0.162 0.437 0.000 0.000 0.332
0.060 0.182 0.000 0.000 1.000 0.000 0.000 0.000 0.898 0.000
0.063 0.019 0.679 0.162 0.000 1.000 0.314 0.000 0.000 0.458
-0.086 -0.026 0.475 0.437 0.000 0.314 1.000 0.000 0.000 0.793
0.000 0.000 0.000 0.000 0.000 0.000 0.000 1.000 0.000 0.000
0.016 0.005 0.000 0.000 0.898 0.000 0.000 0.000 1.000 0.000
0.303 0.091 0.595 0.332 0.000 0.458 0.793 0.000 0.000 1.000
--------------------------------------------------
&radiation_setting
--------------------------------------------------
rad_scheme = simplified
sol_const = 1367.000000000000
alvdr = 0.1000000000000000
alvdf = 0.1000000000000000
alndr = 0.1000000000000000
alndf = 0.1000000000000000
radiation_top = 50000.00000000000
F0 = 70.00000000000000
F1 = 22.00000000000000
kappa = 85.00000000000000
gc = 0.8600000000000000
omega = 0.9965000000000001
slr = 1.000000000000000
l_rad_above_cloud = F
l_sw_radiation = T
l_fix_cos_solar_zen = F
l_use_default_std_atmosphere = T
Fs_values = 1212.750000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
cos_solar_zen_values = -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
cos_solar_zen_times = -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.00000 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.000000000000000
Warning in check_clubb_settings
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.000000000000000
Warning in check_clubb_settings
00000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
-999.0000000000000 -999.0000000000000 -999.0000000000000
eff_drop_radius = 1.0000000000000001E-005
--------------------------------------------------
&configurable_clubb_flags_nl
--------------------------------------------------
iiPDF_type = 1
ipdf_call_placement = 2
penta_solve_method = 2
tridiag_solve_method = 2
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_min_wp2_from_corr_wx = T
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 = T
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
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
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: mpace_b_sounding.in
File exists? T
Path to sclr_sounding: mpace_b_sclr_sounding.in
File exists? T
Path to edsclr_sounding: mpace_b_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.000000000000000 4.981623551344990
10.06342701178720 15.15736288147550 19.97916951271340
24.77256815157980 29.56804455391260 34.49647248577640
39.73260697887420 44.80747791836520 49.72086244818550
54.63643206070580 59.65256655895670 64.90063445488209
69.98707884570280 74.91167566161930 79.96518753504530
85.03509978517960 90.12613198733381 95.38870685013249
100.0613450560390 104.9005983637350 109.8902145032140
115.3270191680360 120.2718960783780 124.7241823568210
129.9207902413210 135.0703231482340 140.1231652238890
145.0791827128360 149.7398732307720 154.4025369648040
159.3649859449940 164.6772847214590 170.0915162682430
175.0610451214130 180.0328194953310 185.0068418272810
189.9831145587410 194.8122515650150 199.2947918672750
204.6264135964490 210.1102174589320 215.0978695155860
220.0101485149340 224.8913369050710 229.7746956123040
234.6602269545820 239.5479332537750 244.5140400566270
249.6603317562420 254.6802910486460 259.6882366501880
264.6984696828590 269.8112664910940 274.9694432575130
280.1300481416950 285.1639783466410 290.1858703795180
295.2100651702790 300.3371187890730 305.3156729182370
309.8435961504930 314.7257887491790 319.7756478440630
324.9574119557560 330.0408032549380 335.0721176614450
340.0048277148180 344.9734184366560 350.0228321019740
354.9959783392740 359.9376870639230 364.7345064400770
369.5170782247360 374.3532831347110 379.2137280434300
384.2181956438450 389.3581940803030 395.1526427232810
400.0481294015330 404.5590739920390 409.4781288204660
414.4558522297800 419.5375046467810 424.5650240209300
429.5383347822060 434.4505756778560 439.3378737552460
444.5126527964540 449.8122175700480 455.1143619176520
460.4190888554920 465.4405571213840 470.3417836658820
474.9331155906970 479.3925733828240 484.4116490000850
489.9911168386140 495.3314878083440 500.1096517642860
504.8899164647110 509.7281943747850 514.5748420313130
519.4236522488690 524.2746273452690 529.1651099118360
534.0951527528680 539.2329952317440 544.5789318517940
549.8246205912430 554.9699152612130 560.0833245912030
564.8900674210870 569.6989412939840 574.5536947005299
579.4293795544360 584.4479988291860 589.6097505436780
594.7395258074320 599.5616629491579 604.3859475595740
609.5195914787370 614.7873966143360 619.8115652983259
624.5917574421760 629.3740618055980 634.5173973462590
639.7030785461750 644.7182679436009 649.5627275637040
654.4647612296640 659.8678813600760 665.2245477485210
670.1412570681110 675.0602047789090 679.6122264020549
684.1251358538620 689.0916250296060 694.5124607290130
699.7276079430690 704.7367395227620 709.7104344725871
714.6486381193600 719.5893107142790 724.5324548548880
729.4949854860340 734.6122987461260 739.7671818620450
745.0062743793731 749.8077225312491 754.4226665217790
759.2356923652560 764.1350745124330 769.1419536698430
774.3966539185670 779.6541515502150 784.7250303326330
789.7774572416550 794.4187814398430 799.0163023531480
803.9380217435061 809.0002922320500 814.1308325880950
819.2922009747430 824.4562694577180 829.5713598986461
834.2237435007720 838.9770783803031 844.6219917774690
849.9619719129300 854.5854420048551 859.2573467031710
864.3480774423271 869.4218411616770 874.3217724643069
879.2241385270451 884.2270628333730 889.3306973252170
894.5433825391760 899.8652901786030 904.6148560427190
909.3027686906610 913.9580170845480 918.6115850573560
923.9917777083700 929.6855622132490 934.4501625924380
939.1134135687630 944.0510909682260 949.1079689049560
954.0160525684111 958.7751184604680 964.0603735225440
969.3484639244100 974.1149397663420 978.9135339001140
983.7442922410791 989.0608627079990 994.3982183355630
999.6548159822810 1004.435975669170 1008.741003824700
1013.478708311630 1018.649712750500 1023.980254470990
1029.470591230150 1034.728495412760 1039.439449462370
1044.185396137040 1049.228424125460 1053.625169263970
1058.492708784350 1063.903909084910 1068.733210006380
1073.499864631090 1078.745851124450 1084.047666305160
1089.352337882780 1094.488755260480 1099.228391338980
1103.974262919590 1108.758013764990 1113.587610937800
1118.811464049920 1123.990563759090 1128.744429583020
1133.500592723600 1138.687430029290 1143.924625979500
1148.771515013350 1153.577094764400 1158.865944666140
1164.153662199840 1168.926975126470 1173.702605075620
1178.838994163820 1184.017914767640 1188.897225578420
1193.649323109010 1198.623206718410 1204.112026361480
1208.834862462650 1213.230235488280 1218.507277561090
1223.827162817640 1228.629530405920 1233.434244615170
1238.796120249320 1244.222602996580 1249.429330076080
1254.118804590580 1258.810517196950 1263.539979155460
1268.591458632660 1273.645535521830 1278.633240430190
1283.462462844530 1288.303009012450 1293.226527100170
1298.246578781100 1303.488798418750 1308.733816280920
1313.981635492280 1319.232259182820 1324.121900875940
1328.973537056190 1333.873680539480 1338.806596824570
1343.690214771340 1348.554383335300 1353.554317304650
1358.867432058850 1364.147284857590 1369.099057964000
1374.058926767760 1379.066980915000 1384.121160699530
1389.278877947980 1393.859157082180 1398.442076806380
1403.609097150730 1408.779477010220 1413.985566607310
1419.259801183810 1424.440366403220 1429.170576707640
1433.773890421680 1438.963914117070 1444.233085297210
1449.484084330900 1454.619335510400 1459.172325712080
1464.107669382570 1469.426075188140 1474.671978995610
1479.236442075000 1484.336515671760 1489.614011536360
1494.775187675360 1499.351173429440 1503.929784954640
1508.511024845580 1513.422415784820 1518.664565362500
1523.910158837770 1528.699771266620 1533.352709554440
1538.525821416540 1543.702284727370 1548.882103232980
1554.007671359790 1559.130122723200 1564.255857864670
1569.384880419500 1574.517194029540 1579.395943627230
1584.020662615590 1589.008076308910 1594.152995395630
1598.837747104850 1603.539963252970 1608.841545371590
1614.043450983700 1619.204484943230 1623.903916785370
1628.606106225710 1633.776530876850 1638.950292668320
1644.127395332380 1649.048740757380 1653.713855306520
1658.744851856160 1663.934751135890 1669.128009373890
1674.272647475890 1678.952454301550 1683.810638977540
1689.081873954750 1694.356571157400 1699.576069220510
1704.270648797980 1709.124597728560 1714.347170947850
1719.311760780730 1724.076730380860 1729.374455260200
1734.381068898110 1739.096024639460 1743.813745714230
1748.711307175540 1754.025286853600 1759.296809053060
1764.552072268060 1769.337345016340 1774.072831290430
1778.811103904990 1783.552165718760 1788.665103109050
1793.939571664780 1799.276891273170 1804.267744115180
1808.429150029640 1813.485175331990 1818.722991023770
1823.487595633380 1828.672299962770 1834.039296161410
1839.409864903480 1844.485352813520 1849.265200108830
1854.047879479100 1858.833393860080 1864.052837195650
1869.323587523580 1874.166125416870 1878.963579013650
1884.244070236530 1889.528014340550 1894.334599529760
1899.144044587320 1903.956352496150 1908.771526244240
1913.589568824690 1918.410483235680 1923.234272480520
1928.483409951100 1933.856743047100 1938.689752002270
1943.871180201200 1949.332539963350 1954.174799604120
1959.019956463350 1963.868013587770 1968.718974029370
1973.633532584330 1979.097651516520 1984.261593357570
1989.124781177390 1993.990888269430 1998.859917718360
2003.731872614180 2008.815745115160 2014.390774085920
2018.792526293640 2023.249008647640 2028.135637314790
2033.514329393290 2038.896587995150 2043.792648796570
2048.691663724590 2053.593635924180 2058.498568545760
2063.897417473240 2069.115623328350 2073.415487069250
2078.147966448540 2083.067748628730 2087.990510248970
2093.491119080140 2098.478895213510 2102.858924323380
2108.616436874420 2113.637022826220 2118.578328370110
2123.522636439950 2128.469950265160 2133.420273080840
2138.373608127770 2143.329958652410 2148.372009653510
2154.161818915450 2158.651753616880 2163.398581733800
2169.080665777260 2173.629187581100 2178.109119595380
2183.089711502330 2188.073348363670 2193.060033483580
2198.049770172070 2203.042561745000 2208.038411524120
2213.787423780130 2219.040062309160 2223.990085440870
2228.442108297010 2233.063650180690 2238.077919284450
2243.095270012330 2248.115705733620 2253.139229823570
2258.752485714070 2263.887384123640 2268.291295884490
2273.264277582500 2278.303294356170 2283.345419877110
2288.390657563060 2293.439010837870 2298.490483131530
2303.545077880200 2308.602798526200 2313.157422607940
2317.714583977990 2322.781075502390 2328.212942730360
2333.865911809170 2338.217007913340 2343.078466694300
2348.160688176470 2353.246066116890 2357.889230719050
2362.471370271620 2368.202651634430 2373.300492247120
2377.763706195690 2382.803683567690 2387.910618665840
2393.020737719300 2398.134044281520 2403.250541912460
2408.370234178510 2413.273506563760 2417.666986107760
2422.722398435880 2427.854262955770 2432.989339320240
2438.127631133610 2443.097706413230 2447.670548121700
2452.899774001680 2458.648615368580 2463.158523468320
2467.993317861340 2473.089047654490 2477.606894310400
2482.773191777720 2488.589162100670 2493.244904021010
2643.701480047320 2911.233873162000 3187.038260551650
3471.448001447930 3764.972274841560 4068.252352772110
4382.040741389490 4707.127227399470 5044.496579829190
5395.502911971470 5761.648794620180 6144.464363127970
6545.641439146090 6967.230271340110 7411.861721072670
7882.938220768750 8384.810540205821 8923.646564790550
9508.664464877491 10152.09450191320 11282.27541362280
12141.02013934480 13055.49534714450 14026.35663110120
15055.86384182160 16147.92624528170 17305.43280351780
18528.27918547070 19812.16407468760 21152.37858181670
22520.86037989430 23884.62342837920 25245.37673794040
26603.06190837470 27958.04223241190 29309.82977310370
30658.59241084260 32007.14079546660 33361.44160420290
34728.11490333850 36118.31843487370 37555.07115556740
39071.99686131480 40711.13015198660 42535.19377097590
44638.38555104210 47162.52120871410 50302.33968277290
54304.05968903920 61898.39504155720
u = -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000
v = -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000
ug = -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000 -13.00000000000000
-13.00000000000000 -13.00000000000000
vg = -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000 -3.000000000000000
-3.000000000000000 -3.000000000000000
theta = 269.2011460825370 269.2010735016140
269.2009994476360 269.2009252032120 269.2008549124940
269.2007850237550 269.2007150926020 269.2006432100160
269.2005668254000 269.2004927794850 269.2004210768170
269.2003493295040 269.2002761011910 269.2001994727530
269.2001251903280 269.2000532584860 269.1999794302890
269.1999053489120 269.1998309452360 269.1997540200940
269.1996857059920 269.1996149437730 269.1995419698630
269.1994624407180 269.1993900938330 269.1993249427780
269.1992488866260 269.1991735053000 269.1990995256850
269.1990269505120 269.1989586881450 269.1988903853160
269.1988176782580 269.1987398308660 269.1986604742690
269.1985876219510 269.1985147235440 269.1984417789900
269.1983687882280 269.1982979429870 269.1982321713100
269.1981539272150 269.1980734339350 269.1980002094010
269.1979280784340 269.1978563912160 269.1977846593720
269.1977128828440 269.1976410615800 269.1975680751760
269.1974924266740 269.1974186215360 269.1973449795690
269.1972712905070 269.1971960790840 269.1971201858880
269.1970442426730 269.1969701498160 269.1968962205810
269.1968222438840 269.1967467386920 269.1966734068960
269.1966067011060 269.1965347638220 269.1964603425340
269.1963839630450 269.1963090195180 269.1962348300370
269.1961620812810 269.1960887900800 269.1960142930200
269.1959409077270 269.1958679731080 269.1957971642920
269.1957265534150 269.1956551381140 269.1955833521240
269.1955094256480 269.1954334829890 269.1953478537830
269.1952754950860 269.1952088086950 269.1951360765420
269.1950624635730 269.1949872997900 269.1949129229130
269.1948393344980 269.1947666365300 269.1946942946940
269.1946176834160 269.1945392096320 269.1944606823670
269.1943821015500 269.1943077026370 269.1942350720080
269.1941670217980 269.1941009151610 269.1940264998350
269.1939437597330 269.1938645493900 269.1937936647190
269.1937227364170 269.1936509346240 269.1935789958040
269.1935070120430 269.1934349832830 269.1933623548820
269.1932891257330 269.1932127958480 269.1931333590940
269.1930553967390 269.1929789118160 269.1929028864970
269.1928314075740 269.1927598842840 269.1926876657490
269.1926151228250 269.1925404396200 269.1924636119990
269.1923872458150 269.1923154462050 269.1922436018280
269.1921671363420 269.1920886574550 269.1920137939940
269.1919425530420 269.1918712680170 269.1917945873970
269.1917172606940 269.1916424621900 269.1915701968410
269.1914970594720 269.1914164306240 269.1913364790740
269.1912630802020 269.1911896345440 269.1911216556070
269.1914882905510 269.2028552256380 269.2152506281930
269.2271644311760 269.2385971676060 269.2499388845190
269.2611896479650 269.2724360184930 269.2836779619720
269.2949538553210 269.3065707802060 269.3182620157980
269.3301329198840 269.3410021508060 269.3514401090560
269.3623165849700 269.3733782252260 269.3846721374580
269.3965136876630 269.4083498627010 269.4197548092310
269.4311073949740 269.4415266753350 269.4518385623430
269.4628675872970 269.4742007444790 269.4856755126600
269.4972077979760 269.5087346149870 269.5201407401860
269.5305052311450 269.5410849122280 269.5536362418330
269.5654967667620 269.5757557964810 269.5861127860430
269.5973873494120 269.6086129931480 269.6194432639380
269.6302683035400 269.6413044218660 269.6525512621630
269.6640264670190 269.6757296296320 269.6861635078820
269.6964520544290 269.7066591703000 269.7168528805930
269.7286261356570 269.7410714054240 269.7514744484980
269.7616462605750 269.7724059284340 269.7834138714840
269.7940867910350 269.8044251792340 269.8158945188810
269.8273572231150 269.8376782701890 269.8480583278130
269.8584972643640 269.8699735793780 269.8814816374010
269.8928026938410 269.9030886896380 269.9123412790360
269.9225138424690 269.9336048390000 269.9450249648560
269.9567735564040 269.9680115476350 269.9780695046110
269.9881916326810 269.9989357640410 270.0082932186860
270.0186420119730 270.0301335310450 270.0403775928130
270.0504779248960 270.0615814698530 270.0727898827420
270.0839909331850 270.0948239130420 270.1048088754480
270.1147962019740 270.1248523182380 270.1349936680810
270.1459502681230 270.1568000336870 270.1667475888530
270.1766890328560 270.1875182154430 270.1984393220130
270.2085346738210 270.2185327235290 270.2295232419900
270.2404977920900 270.2503929978340 270.2602818743050
270.2709053279720 270.2816036719790 270.2916710686090
270.3014647553640 270.3117036374290 270.3229883993270
270.3326864516300 270.3417021919750 270.3525137953980
270.3633992346520 270.3732137032330 270.3830215238090
270.3939531420520 270.4050019292900 270.4155894974800
270.4251137006940 270.4346314705260 270.4442146933540
270.4544380625630 270.4646539056040 270.4747230406560
270.4844603403570 270.4942087181420 270.5041121076720
270.5141971067520 270.5247148747440 270.5352243830760
270.5457256002080 270.5562184946490 270.5659774519840
270.5756485838870 272.5571550674870 272.6005815277690
272.6435473325330 272.6863156735700 272.7302503500010
272.7769065614520 272.8232396845640 272.8666656961570
272.9101354987570 272.9540000078270 272.9982404222210
273.0433580463890 273.0833998710300 273.1234416327720
273.1685590353390 273.2136763578620 273.2590755827540
273.3050386904000 273.3501557701820 273.3913250352880
273.4313663109920 273.4764831652670 273.5222578911640
273.5678445478100 273.6123972004470 273.6518741684020
273.6946408135940 273.7406971191050 273.7860953944540
273.8255720886120 273.8696543233250 273.9152403476330
273.9597923814960 273.9992688005260 274.0387451568420
274.0782214503720 274.1205174094050 274.1656330194140
274.2107485471250 274.2519163942620 274.2918857965680
274.3362961675440 274.3807064583930 274.4251166690120
274.4690333538520 274.5128951328660 274.5567568333290
274.6006184551410 274.6444799982060 274.6861483910910
274.7256236449500 274.7681691246580 274.8120303660090
274.8519440267950 274.8919829392120 274.9370971274430
274.9813340136760 275.0251948690920 275.0651081782590
275.1050214213510 275.1488820517550 275.1927426021760
275.2366030725150 275.2782704450690 275.3177447311850
275.3602891666600 275.4041493301580 275.4480094130890
275.4914308157270 275.5309047494320 275.5718588864220
275.6162669070050 275.6606748444900 275.7045892786230
275.7440628577560 275.7848521536290 275.8287115329490
275.8703778677640 275.9103445854640 275.9547519699580
275.9966922004860 276.0361652901740 276.0756383134050
276.1165915046800 276.1609984985250 276.2050216449010
276.2488802386360 276.2887914871920 276.3282640832800
276.3677366123440 276.4072090743070 276.4497515414220
276.4936096731480 276.5379611243010 276.5794069028160
276.6139449947200 276.6558840367480 276.6993031997750
276.7387750950220 276.7817007041090 276.8261064220830
276.8705120539860 276.9124506272070 276.9519221552260
276.9913936149860 277.0308650064080 277.0738887451250
277.1173071145290 277.1571729988050 277.1966441023390
277.2400622368170 277.2834802879960 277.3229511712410
277.3624219854770 277.4018927306230 277.4413634065980
277.4808340133210 277.5203045507110 277.5597750186860
277.6026990737240 277.6466098034930 277.6860800487940
277.7283695199200 277.7729143427960 277.8123843645850
277.8518543163540 277.8913241980190 277.9307940094990
277.9707571220300 278.0151604958060 278.0570969336190
278.0965664494110 278.1360358945860 278.1755052690580
278.2149745727440 278.2561353425250 278.3012429468080
278.3368356003110 278.3728510779480 278.4123200264420
278.4557357874400 278.4991514620600 278.5386201821210
278.5780888306150 278.6175574074600 278.6570259125700
278.7004411852330 278.7423763091660 278.7769110560770
278.8148992139340 278.8543673590750 278.8938354319640
278.9379080278610 278.9778458032790 279.0128970132250
279.0589427515910 279.0990682429080 279.1385358658880
279.1780034159860 279.2174708931150 279.2569382971880
279.2964056281140 279.3358728858070 279.3759978559620
279.4220428101750 279.4577275808730 279.4954326221280
279.5405376298580 279.5766215666610 279.6121416316440
279.6516083002610 279.6910748948420 279.7305414152940
279.7700078615280 279.8094742334540 279.8489405309800
279.8943266810410 279.9357661232040 279.9747936706880
280.0098745498380 280.0462708994360 280.0857367486530
280.1252025228300 280.1646682218770 280.2041338457010
280.2482037032900 280.2884913639550 280.3230235818950
280.3619955869080 280.4014608332240 280.4409260037590
280.4803910984200 280.5198561171140 280.5593210597450
280.5987859262200 280.6382507164450 280.6737689623750
280.7092871463970 280.7487517226180 280.7910351121250
280.8350097437930 280.8688363186410 280.9066092604490
280.9460734526660 280.9855375677950 281.0215485055050
281.0570660796720 281.1014629592570 281.1409267699170
281.1754575406220 281.2144279104340 281.2538914988080
281.2933550093390 281.3328184419310 281.3722817964860
281.4117450729030 281.4495169927710 281.4833425317520
281.5222418303560 281.5617048089620 281.6011677089590
281.6406305302480 281.6787778492510 281.7138557786690
281.7539447644310 281.7979877455090 281.8325173736860
281.8695133365060 281.9084823418860 281.9430117755590
281.9824739108660 282.0268687178440 282.0623844907240
283.1988544059440 284.6388021870320 285.7915822652980
286.8426065372460 287.8721548006760 288.9404625701950
290.0550850254580 291.1130038836430 292.3828212205450
293.9965805814940 295.7682158070330 297.5968194252430
299.4745411996350 301.5237040563230 303.9260784023680
306.8728885177120 310.5211029751580 315.7723307600460
323.5485131288160 333.7202710967980 350.8652985737110
366.2765467362110 381.8068912271950 397.9923579869400
415.9994204768110 436.3255660725700 458.0294346835690
480.2963651919830 504.7961121568750 532.3605913048081
563.3622083662310 597.4029442693030 633.8613100693400
672.4952560873710 713.1954254403050 756.4076110784110
802.6550393655860 854.5950186362140 914.8649441457300
983.6402551756480 1057.799545289060 1134.418604793130
1215.672146980480 1309.581450430150 1430.124946615070
1594.860307540440 1824.251197292870 2128.035571837190
2510.495554386870 3306.263359525310
rt = 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9500000000000101E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999899E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9500000000000101E-003
1.9500000000000101E-003 1.9499999999999999E-003 1.9499999999999899E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 1.9499999999999999E-003 1.9499999999999999E-003
1.9499999999999999E-003 8.2102260000000002E-004 8.1990060000000002E-004
8.1879049999999997E-004 8.1768550000000002E-004 8.1655036363636297E-004
8.1534490909090896E-004 8.1414780000000004E-004 8.1302580000000004E-004
8.1190266666666695E-004 8.1076933333333297E-004 8.0962628571428603E-004
8.0846057142857199E-004 8.0742599999999998E-004 8.0639142857142905E-004
8.0522571428571403E-004 8.0406000000000000E-004 8.0288699999999996E-004
8.0169942857142901E-004 8.0053371428571399E-004 7.9947000000000004E-004
7.9843542857142900E-004 7.9726971428571399E-004 7.9608700000000001E-004
7.9490914285714300E-004 7.9375799999999999E-004 7.9273799999999997E-004
7.9163300000000003E-004 7.9044300000000005E-004 7.8927000000000001E-004
7.8825000000000000E-004 7.8711099999999995E-004 7.8593314285714305E-004
7.8478200000000004E-004 7.8376200000000002E-004 7.8274200000000001E-004
7.8172199999999999E-004 7.8062914285714302E-004 7.7946342857142898E-004
7.7829771428571397E-004 7.7723400000000002E-004 7.7620124999999999E-004
7.7505374999999998E-004 7.7390624999999996E-004 7.7275874999999995E-004
7.7162400000000005E-004 7.7049066666666705E-004 7.6935733333333297E-004
7.6822399999999997E-004 7.6709066666666697E-004 7.6601399999999997E-004
7.6499399999999996E-004 7.6389466666666695E-004 7.6276133333333395E-004
7.6172999999999996E-004 7.6069542857142903E-004 7.5952971428571402E-004
7.5838666666666697E-004 7.5725333333333397E-004 7.5622199999999997E-004
7.5519066666666695E-004 7.5405733333333298E-004 7.5292399999999998E-004
7.5179066666666698E-004 7.5071399999999998E-004 7.4969399999999997E-004
7.4859466666666696E-004 7.4746133333333396E-004 7.4632799999999999E-004
7.4520599999999999E-004 7.4418599999999998E-004 7.4312775000000004E-004
7.4198025000000003E-004 7.4083275000000001E-004 7.3969800000000000E-004
7.3867799999999999E-004 7.3762399999999998E-004 7.3649066666666698E-004
7.3541399999999999E-004 7.3438124999999996E-004 7.3323374999999995E-004
7.3214999999999999E-004 7.3112999999999997E-004 7.3010999999999996E-004
7.2905175000000002E-004 7.2790425000000001E-004 7.2676666666666697E-004
7.2563333333333299E-004 7.2460199999999997E-004 7.2358199999999996E-004
7.2256200000000005E-004 7.2154200000000004E-004 7.2044266666666703E-004
7.1930933333333295E-004 7.1816325000000005E-004 7.1709224999999999E-004
7.1619974999999998E-004 7.1511600000000002E-004 7.1399400000000002E-004
7.1297400000000001E-004 7.1186475000000003E-004 7.1071725000000001E-004
7.0956974999999999E-004 7.0848600000000003E-004 7.0746600000000002E-004
7.0644600000000001E-004 7.0542599999999999E-004 7.0431420000000001E-004
7.0319220000000001E-004 7.0216199999999999E-004 7.0114199999999998E-004
7.0001999999999998E-004 6.9889799999999999E-004 6.9787799999999997E-004
6.9685799999999996E-004 6.9583799999999995E-004 6.9481800000000004E-004
6.9379800000000003E-004 6.9277800000000001E-004 6.9175800000000000E-004
6.9064875000000002E-004 6.8951400000000001E-004 6.8849400000000000E-004
6.8740114285714303E-004 6.8625000000000001E-004 6.8523000000000000E-004
6.8420999999999998E-004 6.8318999999999997E-004 6.8216999999999996E-004
6.8113725000000004E-004 6.7998975000000002E-004 6.7890599999999995E-004
6.7788600000000005E-004 6.7686600000000003E-004 6.7584600000000002E-004
6.7482600000000001E-004 6.7376228571428595E-004 6.7259657142857104E-004
6.7167675000000000E-004 6.7074599999999995E-004 6.6972600000000005E-004
6.6860400000000005E-004 6.6748199999999995E-004 6.6646200000000004E-004
6.6544200000000003E-004 6.6442200000000002E-004 6.6340200000000000E-004
6.6228000000000001E-004 6.6119625000000005E-004 6.6030375000000004E-004
6.5932199999999995E-004 6.5830200000000004E-004 6.5728200000000003E-004
6.5614299999999998E-004 6.5511085714285700E-004 6.5420500000000004E-004
6.5301499999999995E-004 6.5197800000000000E-004 6.5095799999999998E-004
6.4993799999999997E-004 6.4891799999999996E-004 6.4789800000000005E-004
6.4687800000000004E-004 6.4585800000000002E-004 6.4482099999999996E-004
6.4363099999999998E-004 6.4270875000000001E-004 6.4173428571428603E-004
6.4056857142857199E-004 6.3963599999999996E-004 6.3871800000000003E-004
6.3769800000000002E-004 6.3667800000000001E-004 6.3565799999999999E-004
6.3463799999999998E-004 6.3361799999999996E-004 6.3259799999999995E-004
6.3142500000000002E-004 6.3035399999999996E-004 6.2934533333333404E-004
6.2843866666666701E-004 6.2749799999999999E-004 6.2647799999999997E-004
6.2545799999999996E-004 6.2443799999999995E-004 6.2341800000000004E-004
6.2227900000000000E-004 6.2123775000000000E-004 6.2034524999999999E-004
6.1933799999999998E-004 6.1831799999999997E-004 6.1729799999999996E-004
6.1627800000000005E-004 6.1525800000000004E-004 6.1423800000000002E-004
6.1321800000000001E-004 6.1219800000000000E-004 6.1127999999999996E-004
6.1036200000000004E-004 6.0934200000000002E-004 6.0824914285714305E-004
6.0711257142857095E-004 6.0623828571428604E-004 6.0526199999999997E-004
6.0424199999999995E-004 6.0322200000000005E-004 6.0229125000000000E-004
6.0137324999999997E-004 6.0022574999999995E-004 5.9920575000000005E-004
5.9831325000000003E-004 5.9730600000000003E-004 5.9628600000000002E-004
5.9526600000000000E-004 5.9424599999999999E-004 5.9322599999999997E-004
5.9220599999999996E-004 5.9122971428571399E-004 5.9035542857142898E-004
5.8934999999999999E-004 5.8832999999999997E-004 5.8730999999999996E-004
5.8629000000000005E-004 5.8530400000000003E-004 5.8439733333333300E-004
5.8336114285714301E-004 5.8222275000000001E-004 5.8133025000000000E-004
5.8037400000000004E-004 5.7936675000000003E-004 5.7847425000000002E-004
5.7745425000000001E-004 5.7630674999999999E-004 5.7538874999999996E-004
5.4600000000000004E-004 4.9500000000000000E-004 4.4400000000000000E-004
3.9300000000000001E-004 3.4200000000000002E-004 3.0503600000000001E-004
2.3217800000000001E-004 1.8755000000000001E-004 1.3561600000000000E-004
7.3258900000000004E-005 4.6653500000000003E-005 4.0121900000000000E-005
3.5302500000000003E-005 3.0691800000000003E-005 3.0462599999999999E-005
2.5523900000000001E-005 2.1179499999999999E-005 2.0444700000000001E-005
1.3830200000000000E-005 7.6517600000000007E-006 6.1661000000000001E-006
3.1852000000000000E-006 2.3020000000000002E-006 2.1824999999999999E-006
2.1807000000000001E-006 2.1880999999999999E-006 2.1876000000000000E-006
2.1868000000000000E-006 2.1988999999999998E-006 2.2475999999999999E-006
2.3292000000000001E-006 2.4271999999999998E-006 2.5378999999999999E-006
2.6344999999999999E-006 2.7363000000000000E-006 2.8455999999999999E-006
2.9855000000000000E-006 3.1292999999999998E-006 3.2681999999999999E-006
3.4056000000000001E-006 3.5385000000000001E-006 3.6499000000000000E-006
3.7587999999999999E-006 3.8831000000000001E-006 3.9639000000000003E-006
4.0049000000000004E-006 4.0137000000000002E-006 3.9957999999999999E-006
3.9632999999999998E-006 3.9348999999999999E-003
p_in_Pa = -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000 -999.9000000000000
-999.9000000000000 -999.9000000000000
subs = 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000 0.000000000000000
0.000000000000000 0.000000000000000
--------------------------------------------------
Statistics
--------------------------------------------------
vars_zt =
thlm
thvm
rtm
rcm
rvm
um
vm
um_ref
vm_ref
wm_zt
ug
vg
cloud_frac
ice_supersat_frac
cloud_cover
rcm_in_layer
rcm_in_cloud
p_in_Pa
exner
rho_ds_zt
thv_ds_zt
Lscale
T_in_K
rel_humidity
wp3
thlp3
rtp3
wpthlp2
wp2thlp
wprtp2
wp2rtp
Skw_zt
Skthl_zt
Skrt_zt
Lscale_up
Lscale_down
tau_zt
Kh_zt
wp2thvp
wp2rcp
wp2hmp
wprtpthlp
wpup2
wpvp2
rc_coef
Lscale_pert_1
Lscale_pert_2
sigma_sqd_w_zt
rho
radht
radht_LW
radht_SW
Ncm
Nc_in_cloud
Nc_activated
Nccnm
Nim
snowslope
Nsm
Ngm
sed_rcm
rsat
rsati
rrm
Nrm
m_vol_rad_rain
m_vol_rad_cloud
eff_rad_cloud
eff_rad_ice
eff_rad_snow
eff_rad_rain
eff_rad_graupel
precip_rate_zt
rsm
rim
rgm
diam
mass_ice_cryst
rcm_icedfs
u_T_cm
rtm_bt
rtm_ma
rtm_ta
rtm_mfl
rtm_tacl
rtm_cl
rtm_forcing
rtm_sdmp
rtm_mc
rtm_pd
rvm_mc
rcm_mc
rcm_sd_mg_morr
thlm_bt
thlm_ma
thlm_ta
thlm_mfl
thlm_tacl
thlm_cl
thlm_forcing
thlm_sdmp
thlm_mc
thlm_old
thlm_without_ta
thlm_mfl_min
thlm_mfl_max
thlm_enter_mfl
thlm_exit_mfl
rtm_old
rtm_without_ta
rtm_mfl_min
rtm_mfl_max
rtm_enter_mfl
rtm_exit_mfl
um_bt
um_ma
um_gf
um_cf
um_ta
um_f
um_sdmp
um_ndg
um_mfl
vm_bt
vm_ma
vm_gf
vm_cf
vm_ta
vm_f
vm_sdmp
vm_ndg
vm_mfl
wp3_bt
wp3_ma
wp3_ta
wp3_tp
wp3_ac
wp3_bp1
wp3_pr_turb
wp3_pr_dfsn
wp3_pr1
wp3_pr2
wp3_pr3
wp3_pr_tp
wp3_dp1
wp3_sdmp
wp3_cl
wp3_splat
rtp3_bt
rtp3_tp
rtp3_ac
rtp3_dp
thlp3_bt
thlp3_tp
thlp3_ac
thlp3_dp
rrm_bt
rrm_ma
rrm_sd
rrm_ts
rrm_sd_morr
rrm_ta
rrm_evap
rrm_auto
rrm_accr
rrm_evap_adj
rrm_src_adj
rrm_hf
rrm_wvhf
rrm_cl
rrm_mc
Nrm_bt
Nrm_ma
Nrm_sd
Nrm_ts
Nrm_ta
Nrm_evap
Nrm_auto
Nrm_evap_adj
Nrm_src_adj
Nrm_cl
Nrm_mc
Ncm_bt
Ncm_ma
Ncm_ta
Ncm_mc
Ncm_cl
Ncm_act
rsm_bt
rsm_ma
rsm_sd
rsm_sd_morr
rsm_ta
rsm_mc
rsm_hf
rsm_wvhf
rsm_cl
rim_bt
rim_ma
rim_sd
rim_sd_mg_morr
rim_ta
rim_mc
rim_hf
rim_wvhf
rim_cl
rgm_bt
rgm_ma
rgm_sd
rgm_sd_morr
rgm_ta
rgm_mc
rgm_hf
rgm_wvhf
rgm_cl
Nsm_bt
Nsm_mc
Nsm_ta
Nsm_ma
Nsm_sd
Nsm_cl
Nim_bt
Nim_mc
Nim_ta
Nim_ma
Nim_sd
Nim_cl
Ngm_bt
Ngm_mc
Ngm_ta
Ngm_ma
Ngm_sd
Ngm_cl
w_KK_evap_covar_zt
rt_KK_evap_covar_zt
thl_KK_evap_covar_zt
w_KK_auto_covar_zt
rt_KK_auto_covar_zt
thl_KK_auto_covar_zt
w_KK_accr_covar_zt
rt_KK_accr_covar_zt
thl_KK_accr_covar_zt
rr_KK_mvr_covar_zt
Nr_KK_mvr_covar_zt
KK_mvr_variance_zt
mixt_frac
w_1
w_2
varnce_w_1
varnce_w_2
thl_1
thl_2
varnce_thl_1
varnce_thl_2
rt_1
rt_2
varnce_rt_1
varnce_rt_2
rc_1
rc_2
rsatl_1
rsatl_2
cloud_frac_1
cloud_frac_2
a3_coef_zt
wp3_on_wp2_zt
chi_1
chi_2
stdev_chi_1
stdev_chi_2
stdev_eta_1
stdev_eta_2
covar_chi_eta_1
covar_chi_eta_2
corr_w_chi_1
corr_w_chi_2
corr_w_eta_1
corr_w_eta_2
corr_chi_eta_1
corr_chi_eta_2
corr_w_rt_1
corr_w_rt_2
corr_w_thl_1
corr_w_thl_2
corr_rt_thl_1
corr_rt_thl_2
crt_1
crt_2
cthl_1
cthl_2
F_w
F_rt
F_thl
min_F_w
max_F_w
min_F_rt
max_F_rt
min_F_thl
max_F_thl
coef_wprtp2_implicit
term_wprtp2_explicit
coef_wpthlp2_implicit
term_wpthlp2_explicit
coef_wprtpthlp_implicit
term_wprtpthlp_explicit
coef_wp2rtp_implicit
term_wp2rtp_explicit
coef_wp2thlp_implicit
term_wp2thlp_explicit
hm_i
precip_frac
precip_frac_1
precip_frac_2
Ncnm
mu_hm_i
mu_Ncn_i
sigma_hm_i
sigma_Ncn_i
corr_w_chi_1_ca
corr_w_chi_2_ca
corr_w_eta_1_ca
corr_w_eta_2_ca
corr_w_hm_i
corr_w_Ncn_i
corr_chi_eta_1_ca
corr_chi_eta_2_ca
corr_chi_hm_i
corr_chi_Ncn_i
corr_eta_hm_i
corr_eta_Ncn_i
corr_Ncn_hm_i
corr_hmx_hmy_i
chi
chip2
C11_Skw_fnc
wp2_zt
thlp2_zt
wpthlp_zt
wprtp_zt
rtp2_zt
rtpthlp_zt
up2_zt
vp2_zt
upwp_zt
vpwp_zt
hmp2_zt
PSMLT
EVPMS
PRACS
EVPMG
PRACG
PGMLT
MNUCCC
PSACWS
PSACWI
QMULTS
QMULTG
PSACWG
PGSACW
PRD
PRCI
PRAI
QMULTR
QMULTRG
MNUCCD
PRACI
PRACIS
EPRD
MNUCCR
PIACR
PIACRS
PGRACS
PRDS
EPRDS
PSACR
PRDG
EPRDG
NGSTEN
NRSTEN
NISTEN
NSSTEN
NCSTEN
NPRC1
NRAGG
NPRACG
NSUBR
NSMLTR
NGMLTR
NPRACS
NNUCCR
NIACR
NIACRS
NGRACS
NSMLTS
NSAGG
NPRCI
NSCNG
NSUBS
PRC
PRA
PRE
PCC
NNUCCC
NPSACWS
NPRA
NPRC
NPSACWI
NPSACWG
NPRAI
NMULTS
NMULTG
NMULTR
NMULTRG
NNUCCD
NSUBI
NGMLTG
NSUBG
NACT
SIZEFIX_NR
SIZEFIX_NC
SIZEFIX_NI
SIZEFIX_NS
SIZEFIX_NG
NEGFIX_NR
NEGFIX_NC
NEGFIX_NI
NEGFIX_NS
NEGFIX_NG
NIM_MORR_CL
QC_INST
QR_INST
QI_INST
QS_INST
QG_INST
NC_INST
NR_INST
NI_INST
NS_INST
NG_INST
T_in_K_mc
cloud_frac_refined
rcm_refined
hl_on_Cp_residual
qto_residual
vars_zm =
wp2
rtp2
thlp2
rtpthlp
wprtp
wpthlp
wp2up2
wp2vp2
wp4
up2
vp2
Skw_zm
Skthl_zm
Skrt_zm
wpthvp
rtpthvp
thlpthvp
tau_zm
Kh_zm
K_hm
wprcp
rc_coef_zm
wm_zm
thlprcp
rtprcp
rcp2
upwp
vpwp
upthlp
uprtp
vpthlp
vprtp
upthvp
uprcp
vpthvp
vprcp
rho_zm
sigma_sqd_w
Skw_velocity
gamma_Skw_fnc
coef_wp4_implicit
C6rt_Skw_fnc
C6thl_Skw_fnc
C6_term
C7_Skw_fnc
C1_Skw_fnc
a3_coef
wp3_on_wp2
wp3_on_wp2_cfl_num
rcm_zm
rtm_zm
thlm_zm
cloud_frac_zm
ice_supersat_frac_zm
rho_ds_zm
thv_ds_zm
em
mean_w_up
mean_w_down
shear
wp3_zm
thlp3_zm
rtp3_zm
w_1_zm
w_2_zm
varnce_w_1_zm
varnce_w_2_zm
mixt_frac_zm
Frad
Frad_LW
Frad_SW
Frad_LW_up
Frad_SW_up
Frad_LW_down
Frad_SW_down
Fprec
Fcsed
hydrometp2
wphydrometp
rtphmp
thlphmp
hmxphmyp
Vri
VNi
Vrc
VNc
Vrr
VNr
Vrs
VNs
Vrg
Vrrprrp
VNrpNrp
Vrrprrp_expcalc
VNrpNrp_expcalc
wp2_bt
wp2_ma
wp2_ta
wp2_ac
wp2_bp
wp2_pr1
wp2_pr2
wp2_pr3
wp2_pr_dfsn
wp2_dp1
wp2_dp2
wp2_sdmp
wp2_cl
wp2_pd
wp2_sf
wp2_splat
vp2_bt
vp2_ma
vp2_ta
vp2_tp
vp2_dp1
vp2_dp2
vp2_pr1
vp2_pr2
vp2_sdmp
vp2_cl
vp2_pd
vp2_sf
vp2_splat
up2_bt
up2_ma
up2_ta
up2_tp
up2_dp1
up2_dp2
up2_pr1
up2_pr2
up2_sdmp
up2_cl
up2_pd
up2_sf
up2_splat
upwp_bt
upwp_ma
upwp_ta
upwp_tp
upwp_ac
upwp_bp
upwp_pr1
upwp_pr2
upwp_pr3
upwp_pr4
upwp_dp1
upwp_mfl
upwp_cl
vpwp_bt
vpwp_ma
vpwp_ta
vpwp_tp
vpwp_ac
vpwp_bp
vpwp_pr1
vpwp_pr2
vpwp_pr3
vpwp_pr4
vpwp_dp1
vpwp_mfl
vpwp_cl
wprtp_bt
wprtp_ma
wprtp_ta
wprtp_tp
wprtp_ac
wprtp_bp
wprtp_pr1
wprtp_pr2
wprtp_pr3
wprtp_dp1
wprtp_mfl
wprtp_cl
wprtp_sicl
wprtp_pd
wprtp_forcing
wprtp_mc
wpthlp_bt
wpthlp_ma
wpthlp_ta
wpthlp_tp
wpthlp_ac
wpthlp_bp
wpthlp_pr1
wpthlp_pr2
wpthlp_pr3
wpthlp_dp1
wpthlp_mfl
wpthlp_cl
wpthlp_sicl
wpthlp_forcing
wpthlp_mc
rtp2_bt
rtp2_ma
rtp2_ta
rtp2_tp
rtp2_dp1
rtp2_dp2
rtp2_cl
rtp2_pd
rtp2_sf
rtp2_forcing
rtp2_mc
thlp2_bt
thlp2_ma
thlp2_ta
thlp2_tp
thlp2_dp1
thlp2_dp2
thlp2_cl
thlp2_pd
thlp2_sf
thlp2_forcing
thlp2_mc
rtpthlp_bt
rtpthlp_ma
rtpthlp_ta
rtpthlp_tp1
rtpthlp_tp2
rtpthlp_dp1
rtpthlp_dp2
rtpthlp_cl
rtpthlp_sf
rtpthlp_forcing
rtpthlp_mc
wpthlp_enter_mfl
wpthlp_exit_mfl
wprtp_enter_mfl
wprtp_exit_mfl
wpthlp_mfl_min
wpthlp_mfl_max
wprtp_mfl_min
wprtp_mfl_max
stability_correction
bv_freq_sqd
bv_freq_sqd_splat
bv_freq_sqd_mixed
bv_freq_sqd_moist
bv_freq_sqd_dry
bv_freq_sqd_smth
bv_freq_out_cloud
bv_freq_pos
shear_sqd
invrs_tau_zm
invrs_tau_xp2_zm
invrs_tau_wp2_zm
invrs_tau_wpxp_zm
invrs_tau_wp3_zm
invrs_tau_no_N2_zm
invrs_tau_bkgnd
invrs_tau_sfc
invrs_tau_shear
Ri_zm
vars_sfc =
ustar
soil_heat_flux
veg_T_in_K
sfc_soil_T_in_K
deep_soil_T_in_K
lh
sh
cc
lwp
vwp
swp
iwp
rwp
z_cloud_base
z_inversion
precip_rate_sfc
rain_flux_sfc
rrm_sfc
precip_frac_tol
wpthlp_sfc
wprtp_sfc
upwp_sfc
vpwp_sfc
morr_snow_rate
thlm_vert_avg
rtm_vert_avg
um_vert_avg
vm_vert_avg
wp2_vert_avg
up2_vert_avg
vp2_vert_avg
rtp2_vert_avg
thlp2_vert_avg
T_sfc
rtm_spur_src
thlm_spur_src
rs_sd_morr_int
tot_vartn_normlzd_rtm
tot_vartn_normlzd_thlm
tot_vartn_normlzd_wprtp
--------------------------------------------------
iteration = 1; time = 61260.0
iteration = 2; time = 61320.0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 3; time = 61380.0
iteration = 4; time = 61440.0
iteration = 5; time = 61500.0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 6; time = 61560.0
iteration = 7; time = 61620.0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 8; time = 61680.0
iteration = 9; time = 61740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 10; time = 61800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 11; time = 61860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 12; time = 61920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 13; time = 61980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 14; time = 62040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 15; time = 62100.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successf rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
ul! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 16; time = 62160.0
iteration = 17; time = 62220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 18; time = 62280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 19; time = 62340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 20; time = 62400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 21; time = 62460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 22; time = 62520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 23; time = 62580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 24; time = 62640.0
iteration = 25; time = 62700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 26; time = 62760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 27; time = 62820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 28; time = 62880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 29; time = 62940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 35
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 30; time = 63000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 31; time = 63060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 32; time = 63120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 33; time = 63180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 34
Nim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 34
iteration = 34; time = 63240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 35
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 35; time = 63300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 36; time = 63360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 37; time = 63420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 38; time = 63480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 39; time = 63540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 40; time = 63600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 41; time = 63660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 42; time = 63720.0
iteration = 43; time = 63780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 44; time = 63840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 45; time = 63900.0
iteration = 46; time = 63960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 47; time = 64020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 48; time = 64080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 49; time = 64140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 50; time = 64200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 51; time = 64260.0
iteration = 52; time = 64320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 53; time = 64380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 54; time = 64440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 55; time = 64500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 56; time = 64560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 57; time = 64620.0
iteration = 58; time = 64680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 59; time = 64740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 60; time = 64800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 61; time = 64860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 62; time = 64920.0
iteration = 63; time = 64980.0
iteration = 64; time = 65040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 65; time = 65100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 66; time = 65160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 67; time = 65220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 68; time = 65280.0
iteration = 69; time = 65340.0
iteration = 70; time = 65400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 71; time = 65460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 72; time = 65520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 73; time = 65580.0
iteration = 74; time = 65640.0
iteration = 75; time = 65700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 76; time = 65760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 77; time = 65820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 78; time = 65880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 79; time = 65940.0
iteration = 80; time = 66000.0
iteration = 81; time = 66060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 82; time = 66120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 83; time = 66180.0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 84; time = 66240.0
iteration = 85; time = 66300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 86; time = 66360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 87; time = 66420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 88; time = 66480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 89; time = 66540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 90; time = 66600.0
iteration = 91; time = 66660.0
iteration = 92; time = 66720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 93; time = 66780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 94; time = 66840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 34
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 95; time = 66900.0
iteration = 96; time = 66960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 97; time = 67020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 98; time = 67080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 99; time = 67140.0
rim < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 100; time = 67200.0
iteration = 101; time = 67260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 102; time = 67320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 103; time = 67380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 34
iteration = 104; time = 67440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 105; time = 67500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 106; time = 67560.0
iteration = 107; time = 67620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 108; time = 67680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 109; time = 67740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 110; time = 67800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 111; time = 67860.0
iteration = 112; time = 67920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 113; time = 67980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 114; time = 68040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 115; time = 68100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 116; time = 68160.0
iteration = 117; time = 68220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 118; time = 68280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 119; time = 68340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 120; time = 68400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 121; time = 68460.0
iteration = 122; time = 68520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 123; time = 68580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 124; time = 68640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 125; time = 68700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 126; time = 68760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 127; time = 68820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 128; time = 68880.0
iteration = 129; time = 68940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 130; time = 69000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 131; time = 69060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 132; time = 69120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 133; time = 69180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 134; time = 69240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 135; time = 69300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 136; time = 69360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 137; time = 69420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 138; time = 69480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 139; time = 69540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 140; time = 69600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 141; time = 69660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 142; time = 69720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 143; time = 69780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 144; time = 69840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 145; time = 69900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 146; time = 69960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 147; time = 70020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 148; time = 70080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 149; time = 70140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 150; time = 70200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 151; time = 70260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 152; time = 70320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 153; time = 70380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 154; time = 70440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 155; time = 70500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 156; time = 70560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 157; time = 70620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 158; time = 70680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 159; time = 70740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 160; time = 70800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 161; time = 70860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 162; time = 70920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 163; time = 70980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 164; time = 71040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 165; time = 71100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
iteration = 166; time = 71160.0
iteration = 167; time = 71220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 168; time = 71280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 169; time = 71340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 170; time = 71400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 171; time = 71460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 172; time = 71520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 173; time = 71580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 174; time = 71640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 175; time = 71700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 176; time = 71760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 177; time = 71820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 178; time = 71880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 179; time = 71940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 180; time = 72000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 181; time = 72060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 182; time = 72120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 183; time = 72180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
iteration = 184; time = 72240.0
iteration = 185; time = 72300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 186; time = 72360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 187; time = 72420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 188; time = 72480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 189; time = 72540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 190; time = 72600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 191; time = 72660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 192; time = 72720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 193; time = 72780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 194; time = 72840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 195; time = 72900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 196; time = 72960.0
iteration = 197; time = 73020.0
iteration = 198; time = 73080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 199; time = 73140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 200; time = 73200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 34
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 201; time = 73260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 202; time = 73320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 203; time = 73380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 204; time = 73440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 205; time = 73500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 206; time = 73560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 207; time = 73620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 208; time = 73680.0
iteration = 209; time = 73740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 210; time = 73800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 211; time = 73860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 212; time = 73920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 213; time = 73980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 214; time = 74040.0
iteration = 215; time = 74100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 216; time = 74160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 217; time = 74220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 218; time = 74280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 219; time = 74340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 220; time = 74400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 221; time = 74460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 222; time = 74520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 223; time = 74580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 224; time = 74640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 225; time = 74700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 226; time = 74760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 227; time = 74820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 228; time = 74880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 229; time = 74940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 230; time = 75000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 231; time = 75060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 232; time = 75120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 233; time = 75180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 234; time = 75240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 235; time = 75300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 236; time = 75360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 237; time = 75420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 238; time = 75480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 239; time = 75540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 240; time = 75600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 241; time = 75660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 242; time = 75720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 243; time = 75780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 244; time = 75840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 245; time = 75900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 246; time = 75960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 247; time = 76020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 248; time = 76080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 249; time = 76140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 250; time = 76200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 251; time = 76260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 252; time = 76320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 253; time = 76380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 254; time = 76440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 255; time = 76500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 256; time = 76560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 257; time = 76620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 258; time = 76680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 259; time = 76740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 260; time = 76800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 261; time = 76860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 262; time = 76920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 263; time = 76980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 264; time = 77040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 265; time = 77100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 266; time = 77160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 267; time = 77220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 268; time = 77280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 269; time = 77340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 270; time = 77400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 271; time = 77460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 272; time = 77520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 273; time = 77580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 274; time = 77640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 275; time = 77700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 276; time = 77760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 277; time = 77820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 278; time = 77880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 279; time = 77940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 280; time = 78000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 281; time = 78060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 282; time = 78120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 283; time = 78180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 284; time = 78240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 285; time = 78300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 286; time = 78360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 287; time = 78420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 288; time = 78480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 289; time = 78540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 290; time = 78600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 291; time = 78660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 292; time = 78720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 293; time = 78780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 294; time = 78840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 295; time = 78900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 296; time = 78960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 297; time = 79020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 298; time = 79080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 299; time = 79140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 300; time = 79200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 301; time = 79260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 302; time = 79320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 303; time = 79380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 304; time = 79440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 305; time = 79500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 306; time = 79560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 307; time = 79620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 308; time = 79680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 309; time = 79740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 310; time = 79800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 311; time = 79860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 312; time = 79920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 313; time = 79980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 314; time = 80040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 315; time = 80100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 316; time = 80160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 317; time = 80220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 318; time = 80280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 319; time = 80340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 320; time = 80400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 321; time = 80460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 322; time = 80520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 323; time = 80580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 324; time = 80640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 325; time = 80700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 326; time = 80760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 327; time = 80820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 328; time = 80880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 329; time = 80940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 330; time = 81000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 331; time = 81060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 332; time = 81120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 333; time = 81180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 334; time = 81240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 32
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 335; time = 81300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 336; time = 81360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 337; time = 81420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 338; time = 81480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 339; time = 81540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 340; time = 81600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 341; time = 81660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 342; time = 81720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 343; time = 81780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 344; time = 81840.0
iteration = 345; time = 81900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 346; time = 81960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 347; time = 82020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 348; time = 82080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 349; time = 82140.0
iteration = 350; time = 82200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 351; time = 82260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 352; time = 82320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 353; time = 82380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 354; time = 82440.0
iteration = 355; time = 82500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 356; time = 82560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 357; time = 82620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 358; time = 82680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 359; time = 82740.0
iteration = 360; time = 82800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 361; time = 82860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 362; time = 82920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 363; time = 82980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 364; time = 83040.0
iteration = 365; time = 83100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 366; time = 83160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 367; time = 83220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 368; time = 83280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 369; time = 83340.0
iteration = 370; time = 83400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 371; time = 83460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 372; time = 83520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 373; time = 83580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 374; time = 83640.0
iteration = 375; time = 83700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 376; time = 83760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 377; time = 83820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 378; time = 83880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 379; time = 83940.0
iteration = 380; time = 84000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 381; time = 84060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 382; time = 84120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 383; time = 84180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 384; time = 84240.0
iteration = 385; time = 84300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 386; time = 84360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 387; time = 84420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 388; time = 84480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 389; time = 84540.0
iteration = 390; time = 84600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 391; time = 84660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 392; time = 84720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 393; time = 84780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 394; time = 84840.0
iteration = 395; time = 84900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 396; time = 84960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 397; time = 85020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 398; time = 85080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 399; time = 85140.0
iteration = 400; time = 85200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 401; time = 85260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 402; time = 85320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 403; time = 85380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 404; time = 85440.0
iteration = 405; time = 85500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 406; time = 85560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 407; time = 85620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 408; time = 85680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 409; time = 85740.0
iteration = 410; time = 85800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 411; time = 85860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 412; time = 85920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 413; time = 85980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 414; time = 86040.0
iteration = 415; time = 86100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 416; time = 86160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 417; time = 86220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 418; time = 86280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 419; time = 86340.0
iteration = 420; time = 86400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 421; time = 86460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 422; time = 86520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 423; time = 86580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 424; time = 86640.0
iteration = 425; time = 86700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 426; time = 86760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 427; time = 86820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 428; time = 86880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 429; time = 86940.0
iteration = 430; time = 87000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 431; time = 87060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 432; time = 87120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 433; time = 87180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 434; time = 87240.0
iteration = 435; time = 87300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 436; time = 87360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 437; time = 87420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 438; time = 87480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 439; time = 87540.0
iteration = 440; time = 87600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 441; time = 87660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 442; time = 87720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 443; time = 87780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 444; time = 87840.0
iteration = 445; time = 87900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 446; time = 87960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 447; time = 88020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 448; time = 88080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 449; time = 88140.0
iteration = 450; time = 88200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 451; time = 88260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 452; time = 88320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 453; time = 88380.0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 454; time = 88440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 455; time = 88500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 456; time = 88560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 457; time = 88620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 458; time = 88680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 459; time = 88740.0
iteration = 460; time = 88800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 461; time = 88860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 462; time = 88920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 463; time = 88980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 464; time = 89040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 465; time = 89100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 466; time = 89160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 467; time = 89220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 468; time = 89280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 469; time = 89340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 470; time = 89400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 471; time = 89460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 472; time = 89520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 473; time = 89580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 474; time = 89640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 475; time = 89700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 476; time = 89760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 477; time = 89820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 478; time = 89880.0
iteration = 479; time = 89940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 480; time = 90000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 481; time = 90060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 482; time = 90120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 483; time = 90180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 484; time = 90240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 485; time = 90300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 486; time = 90360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 487; time = 90420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 488; time = 90480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 489; time = 90540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 490; time = 90600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 491; time = 90660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 492; time = 90720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 493; time = 90780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 494; time = 90840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 495; time = 90900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 496; time = 90960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 497; time = 91020.0
iteration = 498; time = 91080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 499; time = 91140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 500; time = 91200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 501; time = 91260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 502; time = 91320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 503; time = 91380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 504; time = 91440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 505; time = 91500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 506; time = 91560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 507; time = 91620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 508; time = 91680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 509; time = 91740.0
iteration = 510; time = 91800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 511; time = 91860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 512; time = 91920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 513; time = 91980.0
iteration = 514; time = 92040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 515; time = 92100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 516; time = 92160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 517; time = 92220.0
iteration = 518; time = 92280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 519; time = 92340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 520; time = 92400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 521; time = 92460.0
iteration = 522; time = 92520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 523; time = 92580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 524; time = 92640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 525; time = 92700.0
iteration = 526; time = 92760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 527; time = 92820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 528; time = 92880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 529; time = 92940.0
iteration = 530; time = 93000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 531; time = 93060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 532; time = 93120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 533; time = 93180.0
iteration = 534; time = 93240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 535; time = 93300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 536; time = 93360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 537; time = 93420.0
iteration = 538; time = 93480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 539; time = 93540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 540; time = 93600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 541; time = 93660.0
iteration = 542; time = 93720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 543; time = 93780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 544; time = 93840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 545; time = 93900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 546; time = 93960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 547; time = 94020.0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 548; time = 94080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 549; time = 94140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 550; time = 94200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 551; time = 94260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 552; time = 94320.0
iteration = 553; time = 94380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 554; time = 94440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 555; time = 94500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 556; time = 94560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 557; time = 94620.0
iteration = 558; time = 94680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 559; time = 94740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 560; time = 94800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 561; time = 94860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 562; time = 94920.0
iteration = 563; time = 94980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 564; time = 95040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 565; time = 95100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 566; time = 95160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 567; time = 95220.0
iteration = 568; time = 95280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 569; time = 95340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 570; time = 95400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 571; time = 95460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 572; time = 95520.0
iteration = 573; time = 95580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 574; time = 95640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 575; time = 95700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 576; time = 95760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 577; time = 95820.0
iteration = 578; time = 95880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 579; time = 95940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 580; time = 96000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 581; time = 96060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 582; time = 96120.0
iteration = 583; time = 96180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 584; time = 96240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 585; time = 96300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 586; time = 96360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 587; time = 96420.0
iteration = 588; time = 96480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 589; time = 96540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 590; time = 96600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 591; time = 96660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 592; time = 96720.0
iteration = 593; time = 96780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 594; time = 96840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 595; time = 96900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 596; time = 96960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 597; time = 97020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 598; time = 97080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 599; time = 97140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 600; time = 97200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 601; time = 97260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 602; time = 97320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
Nim < 0.000000000000000 in fill_holes_driver at k= 29
iteration = 603; time = 97380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 604; time = 97440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 605; time = 97500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 606; time = 97560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 607; time = 97620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 608; time = 97680.0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 609; time = 97740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 610; time = 97800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 611; time = 97860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 612; time = 97920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 613; time = 97980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 614; time = 98040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 615; time = 98100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 616; time = 98160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 617; time = 98220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 618; time = 98280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 619; time = 98340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 620; time = 98400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 621; time = 98460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 622; time = 98520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 623; time = 98580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 624; time = 98640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 625; time = 98700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 626; time = 98760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 627; time = 98820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 628; time = 98880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 629; time = 98940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 630; time = 99000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 631; time = 99060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 632; time = 99120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 633; time = 99180.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 634; time = 99240.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 635; time = 99300.0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-leve rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 32
rsm < 0.000000000000000 in fill_holes_driver at k= 33
rsm < 0.000000000000000 in fill_holes_driver at k= 34
rsm < 0.000000000000000 in fill_holes_driver at k= 35
rsm < 0.000000000000000 in fill_holes_driver at k= 36
rsm < 0.000000000000000 in fill_holes_driver at k= 37
rsm < 0.000000000000000 in fill_holes_driver at k= 38
rsm < 0.000000000000000 in fill_holes_driver at k= 39
rsm < 0.000000000000000 in fill_holes_driver at k= 40
rsm < 0.000000000000000 in fill_holes_driver at k= 41
rsm < 0.000000000000000 in fill_holes_driver at k= 42
rsm < 0.000000000000000 in fill_holes_driver at k= 43
rsm < 0.000000000000000 in fill_holes_driver at k= 44
rsm < 0.000000000000000 in fill_holes_driver at k= 45
rsm < 0.000000000000000 in fill_holes_driver at k= 46
rsm < 0.000000000000000 in fill_holes_driver at k= 47
rsm < 0.000000000000000 in fill_holes_driver at k= 48
rsm < 0.000000000000000 in fill_holes_driver at k= 49
rsm < 0.000000000000000 in fill_holes_driver at k= 50
rsm < 0.000000000000000 in fill_holes_driver at k= 51
rsm < 0.000000000000000 in fill_holes_driver at k= 52
rsm < 0.000000000000000 in fill_holes_driver at k= 53
rsm < 0.000000000000000 in fill_holes_driver at k= 54
rsm < 0.000000000000000 in fill_holes_driver at k= 55
rsm < 0.000000000000000 in fill_holes_driver at k= 56
rsm < 0.000000000000000 in fill_holes_driver at k= 57
rsm < 0.000000000000000 in fill_holes_driver at k= 58
rsm < 0.000000000000000 in fill_holes_driver at k= 59
rsm < 0.000000000000000 in fill_holes_driver at k= 60
rsm < 0.000000000000000 in fill_holes_driver at k= 61
rsm < 0.000000000000000 in fill_holes_driver at k= 62
rsm < 0.000000000000000 in fill_holes_driver at k= 63
rsm < 0.000000000000000 in fill_holes_driver at k= 64
rsm < 0.000000000000000 in fill_holes_driver at k= 65
rsm < 0.000000000000000 in fill_holes_driver at k= 66
rsm < 0.000000000000000 in fill_holes_driver at k= 67
rsm < 0.000000000000000 in fill_holes_driver at k= 68
rsm < 0.000000000000000 in fill_holes_driver at k= 69
rsm < 0.000000000000000 in fill_holes_driver at k= 70
rsm < 0.000000000000000 in fill_holes_driver at k= 71
rsm < 0.000000000000000 in fill_holes_driver at k= 72
rsm < 0.000000000000000 in fill_holes_driver at k= 73
rsm < 0.000000000000000 in fill_holes_driver at k= 74
rsm < 0.000000000000000 in fill_holes_driver at k= 75
rsm < 0.000000000000000 in fill_holes_driver at k= 76
l hole filling was not successful! total_mass ~= 0
iteration = 636; time = 99360.0
iteration = 637; time = 99420.0
iteration = 638; time = 99480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 639; time = 99540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 640; time = 99600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 641; time = 99660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 642; time = 99720.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 643; time = 99780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 644; time = 99840.0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 645; time = 99900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 646; time = 99960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 647; time = 100020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 648; time = 100080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 649; time = 100140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 650; time = 100200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 651; time = 100260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 652; time = 100320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 653; time = 100380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 654; time = 100440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 655; time = 100500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 656; time = 100560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 657; time = 100620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 658; time = 100680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 659; time = 100740.0
iteration = 660; time = 100800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 661; time = 100860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 662; time = 100920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 663; time = 100980.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 664; time = 101040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 665; time = 101100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 666; time = 101160.0
rim < 0.000000000000000 in fill_holes_driver at k= 31
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 667; time = 101220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 668; time = 101280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 669; time = 101340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 670; time = 101400.0
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 671; time = 101460.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 672; time = 101520.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 673; time = 101580.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 674; time = 101640.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 675; time = 101700.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 676; time = 101760.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 677; time = 101820.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 678; time = 101880.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 679; time = 101940.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 680; time = 102000.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 681; time = 102060.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 682; time = 102120.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 683; time = 102180.0
iteration = 684; time = 102240.0
iteration = 685; time = 102300.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 686; time = 102360.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 687; time = 102420.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 33
iteration = 688; time = 102480.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 689; time = 102540.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 690; time = 102600.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 691; time = 102660.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 33
rim < 0.000000000000000 in fill_holes_driver at k= 34
rim < 0.000000000000000 in fill_holes_driver at k= 35
rim < 0.000000000000000 in fill_holes_driver at k= 36
rim < 0.000000000000000 in fill_holes_driver at k= 37
rim < 0.000000000000000 in fill_holes_driver at k= 38
rim < 0.000000000000000 in fill_holes_driver at k= 39
rim < 0.000000000000000 in fill_holes_driver at k= 40
rim < 0.000000000000000 in fill_holes_driver at k= 41
rim < 0.000000000000000 in fill_holes_driver at k= 42
rim < 0.000000000000000 in fill_holes_driver at k= 43
rim < 0.000000000000000 in fill_holes_driver at k= 44
rim < 0.000000000000000 in fill_holes_driver at k= 45
rim < 0.000000000000000 in fill_holes_driver at k= 46
rim < 0.000000000000000 in fill_holes_driver at k= 47
rim < 0.000000000000000 in fill_holes_driver at k= 48
rim < 0.000000000000000 in fill_holes_driver at k= 49
rim < 0.000000000000000 in fill_holes_driver at k= 50
rim < 0.000000000000000 in fill_holes_driver at k= 51
rim < 0.000000000000000 in fill_holes_driver at k= 52
rim < 0.000000000000000 in fill_holes_driver at k= 53
rim < 0.000000000000000 in fill_holes_driver at k= 54
rim < 0.000000000000000 in fill_holes_driver at k= 55
rim < 0.000000000000000 in fill_holes_driver at k= 56
rim < 0.000000000000000 in fill_holes_driver at k= 57
rim < 0.000000000000000 in fill_holes_driver at k= 58
rim < 0.000000000000000 in fill_holes_driver at k= 59
rim < 0.000000000000000 in fill_holes_driver at k= 60
rim < 0.000000000000000 in fill_holes_driver at k= 61
rim < 0.000000000000000 in fill_holes_driver at k= 62
rim < 0.000000000000000 in fill_holes_driver at k= 63
rim < 0.000000000000000 in fill_holes_driver at k= 64
rim < 0.000000000000000 in fill_holes_driver at k= 65
rim < 0.000000000000000 in fill_holes_driver at k= 66
rim < 0.000000000000000 in fill_holes_driver at k= 67
rim < 0.000000000000000 in fill_holes_driver at k= 68
rim < 0.000000000000000 in fill_holes_driver at k= 69
rim < 0.000000000000000 in fill_holes_driver at k= 70
rim < 0.000000000000000 in fill_holes_driver at k= 71
rim < 0.000000000000000 in fill_holes_driver at k= 72
rim < 0.000000000000000 in fill_holes_driver at k= 73
rim < 0.000000000000000 in fill_holes_driver at k= 74
rim < 0.000000000000000 in fill_holes_driver at k= 75
rim < 0.000000000000000 in fill_holes_driver at k= 76
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 692; time = 102720.0
iteration = 693; time = 102780.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 694; time = 102840.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 695; time = 102900.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 696; time = 102960.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 697; time = 103020.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 698; time = 103080.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 699; time = 103140.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 700; time = 103200.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 701; time = 103260.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 702; time = 103320.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 703; time = 103380.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 30
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 704; time = 103440.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 705; time = 103500.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 706; time = 103560.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 707; time = 103620.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 30
iteration = 708; time = 103680.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 709; time = 103740.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 710; time = 103800.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
rsm < 0.000000000000000 in fill_holes_driver at k= 33
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
rim < 0.000000000000000 in fill_holes_driver at k= 31
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 711; time = 103860.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 29
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
iteration = 712; time = 103920.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
rsm < 0.000000000000000 in fill_holes_driver at k= 30
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 713; time = 103980.0
iteration = 714; time = 104040.0
rsm < 0.000000000000000 in fill_holes_driver at k= 29
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 715; time = 104100.0
rsm < 0.000000000000000 in fill_holes_driver at k= 30
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 716; time = 104160.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
iteration = 717; time = 104220.0
rsm < 0.000000000000000 in fill_holes_driver at k= 27
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 32
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
iteration = 718; time = 104280.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 28
Nim < 0.000000000000000 in fill_holes_driver at k= 29
Nim < 0.000000000000000 in fill_holes_driver at k= 31
iteration = 719; time = 104340.0
rsm < 0.000000000000000 in fill_holes_driver at k= 28
rsm < 0.000000000000000 in fill_holes_driver at k= 31
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass
Warning: Hole filling failed! A hole could not be filled.
Warning: One-level hole filling was not successful! total_mass ~= 0
Warning: One-level hole filling was not successful! total_mass ~= 0
rim < 0.000000000000000 in fill_holes_driver at k= 32
Nim < 0.000000000000000 in fill_holes_driver at k= 30
Nim < 0.000000000000000 in fill_holes_driver at k= 32
Program exited normally
iteration = 720; time = 104400.0
CLUBB-TIMER time_loop_init = 0.2708
CLUBB-TIMER time_clubb_advance = 119.5176
CLUBB-TIMER time_clubb_pdf = 2.8664
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 2.4533
CLUBB-TIMER time_microphys_advance = 20.5711
CLUBB-TIMER time_loop_end = 5.9620
CLUBB-TIMER time_total = 151.6426
[Pipeline] sh
+ mv output gpu_output
+ mkdir output
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compare Output)
[Pipeline] sh
+ run_scripts/check_multicol_error.py cpu_output/arm_multicol.nc gpu_output/arm_multicol.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
---------- -------------- ------------ ---------------- -------------- -----------------------------------------
thlm 8.57199e-11 1.47666e-11 1.85152e-06 4.96882e-13 (array([614]), array([42]), array([6]))
rtm 1.83764e-13 1.4435e-09 1.42792e-09 3.83202e-16 (array([614]), array([42]), array([6]))
wpthlp 2.76143e-11 4.57959e-06 1.66158e-07 4.4591e-14 (array([607]), array([41]), array([6]))
wprtp 5.96812e-14 4.52337e-07 3.53688e-10 9.49173e-17 (array([607]), array([41]), array([6]))
cloud_frac 2.10821e-11 4.07721e-07 8.12864e-08 2.18144e-14 (array([598]), array([42]), array([6]))
rcm 6.51359e-15 1.03328e-07 2.6581e-11 7.1334e-18 (array([568]), array([42]), array([7]))
wp2 1.27402e-10 5.94009e-08 7.20093e-07 1.93248e-13 (array([608]), array([42]), array([6]))
wp3 6.1351e-10 6.52405e-08 1.40551e-06 3.77189e-13 (array([608]), array([42]), array([6]))
thlp2 1.8098e-11 7.51097e-08 1.04025e-07 2.79168e-14 (array([554]), array([44]), array([1]))
rtp2 8.49697e-17 7.70618e-08 4.35476e-13 1.16866e-19 (array([578]), array([40]), array([6]))
rtpthlp 4.06378e-14 5.76069e-08 2.0526e-10 5.50846e-17 (array([548]), array([39]), array([1]))
upwp 7.54117e-12 2.56761e-06 9.02755e-08 2.42268e-14 (array([621]), array([38]), array([6]))
vpwp 9.23598e-12 1.52887e-05 6.40727e-08 1.71948e-14 (array([623]), array([42]), array([6]))
up2 5.19257e-11 3.33115e-08 3.88367e-07 1.04224e-13 (array([608]), array([42]), array([6]))
vp2 5.3258e-11 3.33208e-08 3.72972e-07 1.00093e-13 (array([608]), array([42]), array([6]))
PASSED: Sum of all absolute differences does not excede 1e-05 for any field.
[Pipeline] sh
+ run_scripts/check_multicol_error.py cpu_output/cobra_multicol.nc gpu_output/cobra_multicol.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
---------- -------------- ------------ ---------------- -------------- ---------------------------------------------------------------
thlm 2.95586e-12 9.78031e-13 3.60591e-07 2.23585e-13 (array([436]), array([58]), array([6]))
rtm 7.34222e-16 3.4719e-11 3.02269e-11 1.87422e-17 (array([403, 404, 405]), array([58, 58, 58]), array([6, 6, 6]))
wpthlp 4.40162e-13 7.35006e-05 3.26821e-08 2.02646e-14 (array([101]), array([17]), array([26]))
wprtp 1.55115e-16 5.49796e-09 8.43964e-12 5.23301e-18 (array([158]), array([28]), array([28]))
cloud_frac 1.11574e-13 2.59902e-08 4.47489e-10 2.77467e-16 (array([160]), array([53]), array([28]))
rcm 6.58547e-18 2.22341e-09 2.02367e-14 1.25478e-20 (array([160]), array([53]), array([28]))
wp2 6.99052e-11 1.82823e-09 3.58018e-07 2.2199e-13 (array([157]), array([29]), array([28]))
wp3 3.43257e-11 7.04224e-07 2.84036e-07 1.76117e-13 (array([157]), array([29]), array([28]))
thlp2 3.16254e-13 2.34627e-09 5.88733e-09 3.65045e-15 (array([163]), array([56]), array([28]))
rtp2 2.36412e-20 0 5.59806e-16 3.47109e-22 (array([163]), array([55]), array([28]))
rtpthlp 8.27882e-17 1.10777e-08 1.61697e-12 1.00261e-18 (array([163]), array([56]), array([28]))
upwp 1.15044e-12 2.56667e-07 7.68553e-08 4.76543e-14 (array([158]), array([28]), array([28]))
vpwp 1.71801e-12 2.40996e-08 1.10999e-07 6.88251e-14 (array([158]), array([28]), array([28]))
up2 3.71665e-11 5.10338e-09 1.73803e-07 1.07767e-13 (array([157]), array([29]), array([28]))
vp2 3.71347e-11 4.94106e-09 2.04527e-07 1.26817e-13 (array([157]), array([29]), array([28]))
PASSED: Sum of all absolute differences does not excede 1e-05 for any field.
[Pipeline] sh
+ run_scripts/check_multicol_error.py cpu_output/mpace_b_multicol.nc gpu_output/mpace_b_multicol.nc
Var Max Abs Diff Max % Diff Total Abs Diff Avg Abs Diff Index of Max Abs Diff (time,nz,ngrdcol)
---------- -------------- ------------ ---------------- -------------- -----------------------------------------
thlm 0.280097 0.103788 7249.46 0.00414585 (array([578]), array([26]), array([16]))
rtm 6.73214e-05 3.90247 2.93212 1.67683e-06 (array([565]), array([26]), array([18]))
wpthlp 0.0259607 199.993 515.062 0.000294556 (array([98]), array([22]), array([31]))
wprtp 1.83443e-05 187.561 0.44597 2.55043e-07 (array([98]), array([22]), array([31]))
cloud_frac 0.531061 199.269 3771.82 0.00215704 (array([461]), array([22]), array([31]))
rcm 7.18797e-05 170.477 0.896494 5.1269e-07 (array([565]), array([26]), array([18]))
wp2 0.37381 196.633 3987.54 0.00228041 (array([0]), array([23]), array([0]))
wp3 0.320278 199.564 4632.48 0.00264924 (array([84]), array([20]), array([30]))
thlp2 0.0344509 188.12 294.042 0.000168158 (array([4]), array([27]), array([31]))
rtp2 7.16351e-09 0 0.000156144 8.92961e-11 (array([94]), array([20]), array([31]))
rtpthlp 1.10287e-05 95.1784 0.16575 9.47897e-08 (array([95]), array([21]), array([31]))
upwp 0.0251336 199.996 442.67 0.000253156 (array([155]), array([24]), array([2]))
vpwp 0.0154555 199.99 308.48 0.000176415 (array([430]), array([23]), array([26]))
up2 0.522882 199.33 2406.18 0.00137605 (array([0]), array([23]), array([0]))
vp2 0.522882 199.33 2413.08 0.00138 (array([0]), array([23]), array([0]))
###############################################################################################
WARNING: Sum of all absolute differences excedes 1e-05 for some fields!
It's possible that no error has been introduced, but if the case being compared
is arm or bomex, this is not a good sign.
###############################################################################################
[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] script
[Pipeline] {
[Pipeline] emailext
Sending email to: messnermet@uwm.edu
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE