Started by an SCM change
Obtained jenkins_tests/clubb_fire_tuning_gfortran_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/clubb_fire_tuning_gfortran_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --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 e63d361593282937950c000aa56281fe1331f04b (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e63d361593282937950c000aa56281fe1331f04b # timeout=10
Commit message: "I added l_relax_clipping to CLUBB's config flags."
> git rev-list --no-walk e63d361593282937950c000aa56281fe1331f04b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] sh
+ sed -r 's/-ffpe-trap=(\w,?)+\s//g' -i clubb/compile/config/linux_x86_64_gfortran.bash
+ clubb/compile/compile.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_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_param
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_gfdlact
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/SCM_Activation/aer_ccn_act_k.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/clubb_precision.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/error_code.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/model_flags.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/lapack_interfaces.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/parameter_indices.F90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/mt95.f90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/input_names.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/endian.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/code_timer_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/constants_clubb.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/array_index.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stat_file_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/parameters_model.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/pdf_parameter_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/calc_roots.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/new_hybrid_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/pdf_utilities.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/T_in_K_module.F90
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_gfdlact.a aer_ccn_act_k.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_gfdlact.a
a - aer_ccn_act_k.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/saturation.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/matrix_operations.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/hydromet_pdf_parameter_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/parameters_tunable.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/parameters_tunable.F90:2520:32:
2520 | subroutine init_parameters_999( &
| ^
Warning: ‘init_parameters_999’ defined but not used [-Wunused-function]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/clip_semi_implicit.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/sigma_sqd_w_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/calendar.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/Nc_Ncn_eqns.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/diagnose_correlations_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/file_functions.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/interpolation.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/index_mapping.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_type.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/lapack_wrap.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/input_reader.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/grid_class.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_variables.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/output_grads.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/corr_varnce_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/output_netcdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_type_utilities.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/mean_adv.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/new_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/new_tsdadg_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/LY93_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/sponge_layer_damping.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_rad_zm_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_rad_zt_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_zm_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_zt_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_sfc_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/turbulent_adv_pdf.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_helper_module.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_helper_module.F90:270:12:
270 | em_col, & ! Turbulent Kinetic Energy (TKE) [m^2/s^2]
| 1
Warning: Unused variable ‘em_col’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_helper_module.F90:289:27:
289 | lambda0_stability_col
| 1
Warning: Unused variable ‘lambda0_stability_col’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_helper_module.F90:269:16:
269 | Lscale_col, & ! Turbulent mixing length [m]
| 1
Warning: Unused variable ‘lscale_col’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_helper_module.F90:281:30:
281 | stability_correction_col
| 1
Warning: Unused variable ‘stability_correction_col’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/diffusion.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/pos_definite_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/clip_explicit.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp3_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/calc_pressure.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/Skx_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_lh_zt_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_lh_sfc_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/precipitation_fraction.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/fill_holes.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/new_pdf_main.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/new_hybrid_pdf_main.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/numerical_check.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtp2_dp1’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtp2_dp2’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtp2_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtp2_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtpthlp_dp1’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtpthlp_dp2’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtpthlp_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtpthlp_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ithlp2_dp1’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ithlp2_dp2’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ithlp2_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ithlp2_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iup2_dp2’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iup2_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iup2_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ivp2_dp2’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ivp2_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ivp2_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:1981:8:
1981 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘l_stats_samp’ which has been explicitly imported at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90:273:25:
273 | 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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90:274:25:
274 | 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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/mono_flux_limiter.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/mono_flux_limiter.F90:1824:19:
1824 | integer :: i, k
| 1
Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/pdf_closure_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/sfc_varnce_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/mixing_length.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/stats_clubb_utilities.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:4633:56:
4633 | pure subroutine wpxp_terms_bp_pr3_rhs( nz, ngrdcol, gr, C7_Skw_fnc, thv_ds_zm, xpthvp, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:3430:43:
3430 | subroutine xm_wpxp_solve( nz, ngrdcol, gr, nrhs, &
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1933:22:
1933 | integer :: i, j, k
| 1
Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:901:78:
901 | subroutine xm_wpxp_lhs( nz, ngrdcol, gr, 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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:901:41:
901 | subroutine xm_wpxp_lhs( nz, ngrdcol, gr, l_iter, dt, wpxp, wm_zt, C7_Skw_fnc, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtm_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘irtm_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ithlm_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘ithlm_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwprtp_ac’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwprtp_dp1’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwprtp_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwprtp_pr1’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwprtp_pr2’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwprtp_sicl’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwprtp_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwprtp_tp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwpthlp_ac’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwpthlp_dp1’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwpthlp_ma’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwpthlp_pr1’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwpthlp_pr2’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwpthlp_sicl’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwpthlp_ta’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘iwpthlp_tp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1053:45:
1053 | 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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:994:8:
994 | use stats_variables, only: &
| 1
Warning: Unused module variable ‘l_stats_samp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1053:29:
1053 | 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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:983:8:
983 | use constants_clubb, only: &
| 1
Warning: Unused parameter ‘one’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:901:66:
901 | subroutine xm_wpxp_lhs( nz, ngrdcol, gr, 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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:901:59:
901 | subroutine xm_wpxp_lhs( nz, ngrdcol, gr, 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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:902:56:
902 | wpxp_upper_lim, wpxp_lower_lim, & ! In
| 1
Warning: Unused dummy argument ‘wpxp_lower_lim’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:902:40:
902 | wpxp_upper_lim, wpxp_lower_lim, & ! In
| 1
Warning: Unused dummy argument ‘wpxp_upper_lim’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1078:17:
1078 | zero_vector ! Vector of 0s
| 1
Warning: Unused variable ‘zero_vector’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:459:19:
459 | integer :: i, j, k
| 1
Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:459:22:
459 | integer :: i, j, k
| 1
Warning: Unused variable ‘k’ declared at (1) [-Wunused-variable]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_clubb_core_module.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/clubb_api_module.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/CLUBB_core/clubb_api_module.F90:1012:16:
1012 | integer :: i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_param.a mono_flux_limiter.o pdf_closure_module.o clubb_api_module.o Nc_Ncn_eqns.o stats_lh_zt_module.o adg1_adg2_3d_luhar_pdf.o calc_pressure.o advance_clubb_core_module.o interpolation.o error_code.o output_grads.o saturation.o hydromet_pdf_parameter_module.o stats_type.o index_mapping.o diffusion.o calendar.o parameters_model.o advance_wp2_wp3_module.o stats_rad_zm_module.o stats_clubb_utilities.o stats_sfc_module.o advance_helper_module.o fill_holes.o sfc_varnce_module.o stat_file_module.o corr_varnce_module.o numerical_check.o diagnose_correlations_module.o parameters_tunable.o output_netcdf.o constants_clubb.o sponge_layer_damping.o stats_rad_zt_module.o new_tsdadg_pdf.o mean_adv.o stats_variables.o input_reader.o advance_xp3_module.o array_index.o model_flags.o input_names.o code_timer_module.o new_hybrid_pdf_main.o lapack_wrap.o Skx_module.o LY93_pdf.o advance_windm_edsclrm_module.o stats_zm_module.o pos_definite_module.o grid_class.o precipitation_fraction.o pdf_utilities.o T_in_K_module.o stats_zt_module.o file_functions.o advance_xm_wpxp_module.o mixing_length.o lapack_interfaces.o clubb_precision.o calc_roots.o endian.o mt95.o new_hybrid_pdf.o setup_clubb_pdf_params.o clip_semi_implicit.o advance_xp2_xpyp_module.o matrix_operations.o parameter_indices.o turbulent_adv_pdf.o stats_lh_sfc_module.o clip_explicit.o new_pdf_main.o new_pdf.o stats_type_utilities.o pdf_parameter_module.o sigma_sqd_w_module.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_param.a
a - mono_flux_limiter.o
a - pdf_closure_module.o
a - clubb_api_module.o
a - Nc_Ncn_eqns.o
a - stats_lh_zt_module.o
a - adg1_adg2_3d_luhar_pdf.o
a - calc_pressure.o
a - advance_clubb_core_module.o
a - interpolation.o
a - error_code.o
a - output_grads.o
a - saturation.o
a - hydromet_pdf_parameter_module.o
a - stats_type.o
a - index_mapping.o
a - diffusion.o
a - calendar.o
a - parameters_model.o
a - advance_wp2_wp3_module.o
a - stats_rad_zm_module.o
a - stats_clubb_utilities.o
a - stats_sfc_module.o
a - advance_helper_module.o
a - fill_holes.o
a - sfc_varnce_module.o
a - stat_file_module.o
a - corr_varnce_module.o
a - numerical_check.o
a - diagnose_correlations_module.o
a - parameters_tunable.o
a - output_netcdf.o
a - constants_clubb.o
a - sponge_layer_damping.o
a - stats_rad_zt_module.o
a - new_tsdadg_pdf.o
a - mean_adv.o
a - stats_variables.o
a - input_reader.o
a - advance_xp3_module.o
a - array_index.o
a - model_flags.o
a - input_names.o
a - code_timer_module.o
a - new_hybrid_pdf_main.o
a - lapack_wrap.o
a - Skx_module.o
a - LY93_pdf.o
a - advance_windm_edsclrm_module.o
a - stats_zm_module.o
a - pos_definite_module.o
a - grid_class.o
a - precipitation_fraction.o
a - pdf_utilities.o
a - T_in_K_module.o
a - stats_zt_module.o
a - file_functions.o
a - advance_xm_wpxp_module.o
a - mixing_length.o
a - lapack_interfaces.o
a - clubb_precision.o
a - calc_roots.o
a - endian.o
a - mt95.o
a - new_hybrid_pdf.o
a - setup_clubb_pdf_params.o
a - clip_semi_implicit.o
a - advance_xp2_xpyp_module.o
a - matrix_operations.o
a - parameter_indices.o
a - turbulent_adv_pdf.o
a - stats_lh_sfc_module.o
a - clip_explicit.o
a - new_pdf_main.o
a - new_pdf.o
a - stats_type_utilities.o
a - pdf_parameter_module.o
a - sigma_sqd_w_module.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_lapack
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slapy2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssyrk.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slaqsy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsytrd.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slaset.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlapy2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgttrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sorgql.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsyrk.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlarfb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dtrmv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssyr2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/spoequ.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dorgql.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/strmm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slatrd.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlassq.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlaswp.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssteqr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/idamax.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbsvx.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/stbsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsterf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dswap.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sorg2l.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dnrm2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dasum.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlaev2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slaqgb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slagtm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbequ.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlagtm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slanst.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slamch.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbcon.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlacn2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sscal.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsyr2k.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/iladlr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlacpy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slarf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsymv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgtsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/iladlc.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/ieeeck.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlasr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlascl.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/snrm2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slangt.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbmv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlangb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlatrd.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dpotrf2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/iparmq.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsyr2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbtrs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgtsvx.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgtrfs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sorg2r.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sdot.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbrfs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbtf2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgemm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssterf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dpotrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlasrt.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dpoequ.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssyr2k.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slartg.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlatbs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/strmv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlaset.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slasr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ilaslc.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/srscl.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlarf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slantb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dcopy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slangb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sger.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbtrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/ddot.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dorgqr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgemv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slaswp.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbmv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgttrs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgtts2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dtrsm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/ilaenv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sorgtr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/spotrf2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlaqgb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/daxpy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sasum.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_shared/lsame.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssymv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dorg2r.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlangt.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slassq.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlae2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slaisnan.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsytd2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgttrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dtbsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlantb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slacpy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlabad.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ilaslr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slarft.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dger.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/isamax.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/disnan.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sisnan.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/saxpy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgttrs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/drscl.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlansy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slabad.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssytd2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slae2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgtsvx.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsteqr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssyev.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlaqsy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgtsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slatbs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlanst.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/strsm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlarft.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbsvx.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgtcon.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slaev2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlamch.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbtf2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgtts2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dscal.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlaisnan.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgtcon.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/ssytrd.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgtrfs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/spotrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbequ.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbrfs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlarfg.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dtrmm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slansy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slascl.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgemv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dsyev.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/scopy.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sswap.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbtrf.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slacn2.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sorgqr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dorgtr.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dgbcon.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dlartg.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbtrs.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_double/dorg2l.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgemm.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slasrt.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/sgbsv.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slarfb.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_shared/xerbla.f
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Lapack/Lapack_single/slarfg.f
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_lapack.a slapy2.o ssyrk.o slaqsy.o dsytrd.o slaset.o dlapy2.o dgttrf.o sorgql.o dsyrk.o dlarfb.o dtrmv.o ssyr2.o spoequ.o dorgql.o strmm.o slatrd.o dlassq.o dlaswp.o ssteqr.o idamax.o dgbsvx.o stbsv.o dsterf.o dswap.o sorg2l.o dnrm2.o dasum.o dlaev2.o slaqgb.o slagtm.o sgbequ.o dlagtm.o slanst.o slamch.o sgbcon.o dlacn2.o sscal.o dsyr2k.o iladlr.o dlacpy.o slarf.o dsymv.o sgtsv.o iladlc.o ieeeck.o dlasr.o dlascl.o snrm2.o slangt.o dgbmv.o dlangb.o dlatrd.o dpotrf2.o iparmq.o dsyr2.o dgbtrs.o sgtsvx.o sgtrfs.o sorg2r.o sdot.o dgbrfs.o sgbtf2.o dgemm.o ssterf.o dpotrf.o dlasrt.o dpoequ.o ssyr2k.o slartg.o dlatbs.o strmv.o dlaset.o slasr.o ilaslc.o srscl.o dlarf.o slantb.o dcopy.o slangb.o sger.o dgbtrf.o ddot.o dorgqr.o sgemv.o slaswp.o sgbmv.o sgttrs.o dgtts2.o dtrsm.o ilaenv.o sorgtr.o spotrf2.o dlaqgb.o daxpy.o sasum.o lsame.o ssymv.o dorg2r.o dlangt.o slassq.o dlae2.o slaisnan.o dsytd2.o sgttrf.o dtbsv.o dlantb.o slacpy.o dlabad.o ilaslr.o slarft.o dger.o isamax.o disnan.o sisnan.o saxpy.o dgttrs.o drscl.o dlansy.o dgbsv.o slabad.o ssytd2.o slae2.o dgtsvx.o dsteqr.o ssyev.o dlaqsy.o dgtsv.o slatbs.o dlanst.o strsm.o dlarft.o sgbsvx.o sgtcon.o slaev2.o dlamch.o dgbtf2.o sgtts2.o dscal.o dlaisnan.o dgtcon.o ssytrd.o dgtrfs.o spotrf.o dgbequ.o sgbrfs.o dlarfg.o dtrmm.o slansy.o slascl.o dgemv.o dsyev.o scopy.o sswap.o sgbtrf.o slacn2.o sorgqr.o dorgtr.o dgbcon.o dlartg.o sgbtrs.o dorg2l.o sgemm.o slasrt.o sgbsv.o slarfb.o xerbla.o slarfg.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_lapack.a
a - slapy2.o
a - ssyrk.o
a - slaqsy.o
a - dsytrd.o
a - slaset.o
a - dlapy2.o
a - dgttrf.o
a - sorgql.o
a - dsyrk.o
a - dlarfb.o
a - dtrmv.o
a - ssyr2.o
a - spoequ.o
a - dorgql.o
a - strmm.o
a - slatrd.o
a - dlassq.o
a - dlaswp.o
a - ssteqr.o
a - idamax.o
a - dgbsvx.o
a - stbsv.o
a - dsterf.o
a - dswap.o
a - sorg2l.o
a - dnrm2.o
a - dasum.o
a - dlaev2.o
a - slaqgb.o
a - slagtm.o
a - sgbequ.o
a - dlagtm.o
a - slanst.o
a - slamch.o
a - sgbcon.o
a - dlacn2.o
a - sscal.o
a - dsyr2k.o
a - iladlr.o
a - dlacpy.o
a - slarf.o
a - dsymv.o
a - sgtsv.o
a - iladlc.o
a - ieeeck.o
a - dlasr.o
a - dlascl.o
a - snrm2.o
a - slangt.o
a - dgbmv.o
a - dlangb.o
a - dlatrd.o
a - dpotrf2.o
a - iparmq.o
a - dsyr2.o
a - dgbtrs.o
a - sgtsvx.o
a - sgtrfs.o
a - sorg2r.o
a - sdot.o
a - dgbrfs.o
a - sgbtf2.o
a - dgemm.o
a - ssterf.o
a - dpotrf.o
a - dlasrt.o
a - dpoequ.o
a - ssyr2k.o
a - slartg.o
a - dlatbs.o
a - strmv.o
a - dlaset.o
a - slasr.o
a - ilaslc.o
a - srscl.o
a - dlarf.o
a - slantb.o
a - dcopy.o
a - slangb.o
a - sger.o
a - dgbtrf.o
a - ddot.o
a - dorgqr.o
a - sgemv.o
a - slaswp.o
a - sgbmv.o
a - sgttrs.o
a - dgtts2.o
a - dtrsm.o
a - ilaenv.o
a - sorgtr.o
a - spotrf2.o
a - dlaqgb.o
a - daxpy.o
a - sasum.o
a - lsame.o
a - ssymv.o
a - dorg2r.o
a - dlangt.o
a - slassq.o
a - dlae2.o
a - slaisnan.o
a - dsytd2.o
a - sgttrf.o
a - dtbsv.o
a - dlantb.o
a - slacpy.o
a - dlabad.o
a - ilaslr.o
a - slarft.o
a - dger.o
a - isamax.o
a - disnan.o
a - sisnan.o
a - saxpy.o
a - dgttrs.o
a - drscl.o
a - dlansy.o
a - dgbsv.o
a - slabad.o
a - ssytd2.o
a - slae2.o
a - dgtsvx.o
a - dsteqr.o
a - ssyev.o
a - dlaqsy.o
a - dgtsv.o
a - slatbs.o
a - dlanst.o
a - strsm.o
a - dlarft.o
a - sgbsvx.o
a - sgtcon.o
a - slaev2.o
a - dlamch.o
a - dgbtf2.o
a - sgtts2.o
a - dscal.o
a - dlaisnan.o
a - dgtcon.o
a - ssytrd.o
a - dgtrfs.o
a - spotrf.o
a - dgbequ.o
a - sgbrfs.o
a - dlarfg.o
a - dtrmm.o
a - slansy.o
a - slascl.o
a - dgemv.o
a - dsyev.o
a - scopy.o
a - sswap.o
a - sgbtrf.o
a - slacn2.o
a - sorgqr.o
a - dorgtr.o
a - dgbcon.o
a - dlartg.o
a - sgbtrs.o
a - dorg2l.o
a - sgemm.o
a - slasrt.o
a - sgbsv.o
a - slarfb.o
a - xerbla.o
a - slarfg.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_bugsrad
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.microphys_utils
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_parabolic
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_coamps
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Microphys_utils/microphys_stats_vars_module.F90
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa19g.F
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/gamma.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa17g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa6.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/frzh.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa9.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/rayle.F
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libmicrophys_utils.a microphys_stats_vars_module.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libmicrophys_utils.a
a - microphys_stats_vars_module.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa22g.F
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_lw_ocastrndm.F90
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_morrison
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa27.F
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa9g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/nrmtqw.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa18.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/qsatvi.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/esat_new.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa21.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa21g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa14g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/nrmtqi.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/conice.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/adjmlt.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/adjtq.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/bugs_rad.F
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_parabolic.a Parabolic_constants.o Parabolic.o AiryFunction.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_parabolic.a
a - Parabolic_constants.o
a - Parabolic.o
a - AiryFunction.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/two_rt_lw.F
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_KK_microphys
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa19.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa13g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa12.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa22.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/esati.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa10g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa12g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/tgqi.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa20g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/tgqg.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/BUGSrad/bugs_lwr.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/qtadj.F
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_KK_microphys.a PDF_integrals_means.o KK_upscaled_variances.o KK_Nrm_tendencies.o PDF_integrals_all_MM.o text_writer.o PDF_integrals_covar.o KK_upscaled_turbulent_sed.o KK_upscaled_covariances.o KK_utilities.o KK_local_means.o KK_upscaled_means.o parameters_KK.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_KK_microphys.a
a - PDF_integrals_means.o
a - KK_upscaled_variances.o
a - KK_Nrm_tendencies.o
a - PDF_integrals_all_MM.o
a - text_writer.o
a - PDF_integrals_covar.o
a - KK_upscaled_turbulent_sed.o
a - KK_upscaled_covariances.o
a - KK_utilities.o
a - KK_local_means.o
a - KK_upscaled_means.o
a - parameters_KK.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa15.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/tgqs.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa27r.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa7g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/tgqr.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa18g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/esatv.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa28.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa11g.F
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.silhs
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/math_utilities.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/slope.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/nrmcol.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/parameters_silhs.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/transform_to_pdf_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa5g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa8g.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa26.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa7.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/COAMPS_microphys/eqa25.F
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/output_2D_samples_module.F90
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_coamps.a eqa19g.o gamma.o eqa17g.o eqa6.o frzh.o eqa9.o eqa22g.o eqa27.o eqa9g.o nrmtqw.o eqa18.o qsatvi.o esat_new.o eqa21.o eqa21g.o eqa14g.o nrmtqi.o conice.o adjmlt.o adjtq.o eqa19.o eqa13g.o eqa12.o eqa22.o esati.o eqa10g.o eqa12g.o tgqi.o eqa20g.o tgqg.o qtadj.o eqa15.o tgqs.o eqa27r.o eqa7g.o tgqr.o eqa18g.o esatv.o eqa28.o eqa11g.o slope.o nrmcol.o eqa5g.o eqa8g.o eqa26.o eqa7.o eqa25.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_coamps.a
a - eqa19g.o
a - gamma.o
a - eqa17g.o
a - eqa6.o
a - frzh.o
a - eqa9.o
a - eqa22g.o
a - eqa27.o
a - eqa9g.o
a - nrmtqw.o
a - eqa18.o
a - qsatvi.o
a - esat_new.o
a - eqa21.o
a - eqa21g.o
a - eqa14g.o
a - nrmtqi.o
a - conice.o
a - adjmlt.o
a - adjtq.o
a - eqa19.o
a - eqa13g.o
a - eqa12.o
a - eqa22.o
a - esati.o
a - eqa10g.o
a - eqa12g.o
a - tgqi.o
a - eqa20g.o
a - tgqg.o
a - qtadj.o
a - eqa15.o
a - tgqs.o
a - eqa27r.o
a - eqa7g.o
a - tgqr.o
a - eqa18g.o
a - esatv.o
a - eqa28.o
a - eqa11g.o
a - slope.o
a - nrmcol.o
a - eqa5g.o
a - eqa8g.o
a - eqa26.o
a - eqa7.o
a - eqa25.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/latin_hypercube_arrays.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/est_kessler_microphys_module.F90
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_bugsrad.a bugsrad_planck.o cloudg.o cloud_correlate.o bugsrad_physconst.o two_rt_sw.o two_rt_sw_bs.o newexp.o two_rt_sw_ocastrndm.o gases_ckd.o bugs_rad.o kinds.o two_rt_lw.o two_rt_lw_sel.o rayle.o gascon.o two_rt_lw_iter.o bugs_swr.o variables_radiation_module.o comscp1.o comscp2.o bugs_lwr.o two_rt_lw_ocastrndm.o two_rt_sw_iter.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_bugsrad.a
a - bugsrad_planck.o
a - cloudg.o
a - cloud_correlate.o
a - bugsrad_physconst.o
a - two_rt_sw.o
a - two_rt_sw_bs.o
a - newexp.o
a - two_rt_sw_ocastrndm.o
a - gases_ckd.o
a - bugs_rad.o
a - kinds.o
a - two_rt_lw.o
a - two_rt_lw_sel.o
a - rayle.o
a - gascon.o
a - two_rt_lw_iter.o
a - bugs_swr.o
a - variables_radiation_module.o
a - comscp1.o
a - comscp2.o
a - bugs_lwr.o
a - two_rt_lw_ocastrndm.o
a - two_rt_sw_iter.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/lh_microphys_var_covar_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/generate_uniform_sample_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/silhs_importance_sample_module.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/latin_hypercube_driver_module.F90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/silhs_api_module.F90
/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/SILHS/silhs_api_module.F90:327:13:
327 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libsilhs.a lh_microphys_var_covar_module.o silhs_api_module.o transform_to_pdf_module.o latin_hypercube_driver_module.o latin_hypercube_arrays.o generate_uniform_sample_module.o parameters_silhs.o output_2D_samples_module.o silhs_importance_sample_module.o est_kessler_microphys_module.o math_utilities.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libsilhs.a
a - lh_microphys_var_covar_module.o
a - silhs_api_module.o
a - transform_to_pdf_module.o
a - latin_hypercube_driver_module.o
a - latin_hypercube_arrays.o
a - generate_uniform_sample_module.o
a - parameters_silhs.o
a - output_2D_samples_module.o
a - silhs_importance_sample_module.o
a - est_kessler_microphys_module.o
a - math_utilities.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
ar rv /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_morrison.a module_mp_graupel.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_morrison.a
a - module_mp_graupel.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_other
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
../src/Benchmark_cases/cloud_sed_module.F90:168:44:
168 | if ( zt2zm( gr, rcm, k) > zero .AND. zt2zm( gr, Ncm, k ) > zero ) then
| 1
Warning: Impure function ‘redirect_interpolated_azmk’ at (1) might not be evaluated [-Wfunction-elimination]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
../src/morrison_microphys_module.F90:1331:13:
1331 | .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:1332:13:
1332 | .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:1333:13:
1333 | .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:1334:13:
1334 | .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:1335:13:
1335 | .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:1336:13:
1336 | .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:1337:13:
1337 | .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:1338:13:
1338 | .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:1339:13:
1339 | .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:1340:13:
1340 | .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:1341:13:
1341 | .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]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_other.a arm_97.o cloud_feedback.o parameters_microphys.o silhs_category_variance_module.o gabls2.o error.o clex9_oct14.o ice_dfsn_module.o wangara.o stat_file_utils.o clubb_model_settings.o lba.o jun25.o spec_hum_to_mixing_ratio.o arm.o mixed_moment_PDF_integrals.o microphys_driver.o clex9_nov02.o arm_0003.o enhanced_simann.o extended_atmosphere_module.o clubb_driver.o input_grads.o gfdl_activation.o extrapolation.o fire.o input_netcdf.o mpace_a.o bomex.o coamps_microphys_driver_module.o rico.o rad_lwsw_module.o bugsrad_driver.o cloud_sed_module.o sounding.o time_dependent_input.o morrison_microphys_module.o gabls3.o simple_rad_module.o estimate_scm_microphys_module.o quicksort.o gabls3_night.o astex_a209.o dycoms2_rf02.o twp_ice.o advance_microphys_module.o atex.o lh_microphys_driver_module.o hydrostatic_module.o mpace_b.o KK_microphys_module.o soil_vegetation.o arm_3year.o parameters_radiation.o microphys_init_cleanup.o diag_ustar_module.o input_interpret.o sfc_flux.o cobra.o input_fields.o dycoms2_rf01.o nov11.o cos_solar_zen_module.o
ar: creating /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../lib/libclubb_other.a
a - arm_97.o
a - cloud_feedback.o
a - parameters_microphys.o
a - silhs_category_variance_module.o
a - gabls2.o
a - error.o
a - clex9_oct14.o
a - ice_dfsn_module.o
a - wangara.o
a - stat_file_utils.o
a - clubb_model_settings.o
a - lba.o
a - jun25.o
a - spec_hum_to_mixing_ratio.o
a - arm.o
a - mixed_moment_PDF_integrals.o
a - microphys_driver.o
a - clex9_nov02.o
a - arm_0003.o
a - enhanced_simann.o
a - extended_atmosphere_module.o
a - clubb_driver.o
a - input_grads.o
a - gfdl_activation.o
a - extrapolation.o
a - fire.o
a - input_netcdf.o
a - mpace_a.o
a - bomex.o
a - coamps_microphys_driver_module.o
a - rico.o
a - rad_lwsw_module.o
a - bugsrad_driver.o
a - cloud_sed_module.o
a - sounding.o
a - time_dependent_input.o
a - morrison_microphys_module.o
a - gabls3.o
a - simple_rad_module.o
a - estimate_scm_microphys_module.o
a - quicksort.o
a - gabls3_night.o
a - astex_a209.o
a - dycoms2_rf02.o
a - twp_ice.o
a - advance_microphys_module.o
a - atex.o
a - lh_microphys_driver_module.o
a - hydrostatic_module.o
a - mpace_b.o
a - KK_microphys_module.o
a - soil_vegetation.o
a - arm_3year.o
a - parameters_radiation.o
a - microphys_init_cleanup.o
a - diag_ustar_module.o
a - input_interpret.o
a - sfc_flux.o
a - cobra.o
a - input_fields.o
a - dycoms2_rf01.o
a - nov11.o
a - cos_solar_zen_module.o
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_standalone
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_tuner
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.jacobian
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.G_unit_tests
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.int2txt
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Numerical_recipes/nrtype.f90
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/obj'
gfortran -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Numerical_recipes/nrutil.f90
gfortran int2txt.o -o /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../bin/int2txt -L/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/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.4.5-gfortran/lib -lnetcdff
gfortran clubb_standalone.o -o /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../bin/clubb_standalone -L/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/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.4.5-gfortran/lib -lnetcdff
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
cd /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../obj; make -f Make.clubb_thread_test
make[1]: Entering directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 clubb_thread_test.o -o /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../bin/clubb_thread_test -L/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/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.4.5-gfortran/lib -lnetcdff
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Numerical_recipes/nr.f90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c ../src/clubb_tuner.F90
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran jacobian.o -o /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../bin/jacobian -L/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/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.4.5-gfortran/lib -lnetcdff
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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]
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
../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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Numerical_recipes/ran_state.f90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Numerical_recipes/amoeba.f90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Numerical_recipes/amebsa.f90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Numerical_recipes/ran1_v.f90
gfortran -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fbacktrace -O2 -c /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../src/Numerical_recipes/ran1_s.f90
gfortran -DNETCDF -D__GFORTRAN__ -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.4.5-gfortran/include/ -march=native -msse3 -mfpmath=sse -fopenmp -g -fbounds-check -mieee-fp -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 mu_sigma_hm_tests.o w_up_in_cloud_tests.o tuner_tests.o hole_filling_tests.o KK_integrals_tests.o smooth_heaviside_tests.o spurious_source_test.o silhs_category_test.o corr_cholesky_mtx_tests.o G_unit_tests.o pdf_parameter_tests.o Nc_Ncn_test.o smooth_min_max_tests.o read_corr_mtx_test.o -o /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../bin/G_unit_tests -L/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/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.4.5-gfortran/lib -lnetcdff
gfortran ran_state.o amoeba.o ran1_v.o nrtype.o amebsa.o nr.o nrutil.o clubb_tuner.o ran1_s.o -o /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/compile/../bin/clubb_tuner -L/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/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.4.5-gfortran/lib -lnetcdff
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
make[1]: Leaving directory '/home/jenkins/workspace/clubb_fire_tuning_gfortran_test/clubb/obj'
python ../utilities/check_for_missing_threadprivate.py ../src/CLUBB_core/ ../src/SILHS/
check_for_missing_threadprivate.py has begun.
check_for_missing_threadprivate.py passed.
perl ../utilities/CLUBBStandardsCheck.pl ../src/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2294 : call setup_pdf_parameters_api( gr(1), gr(1)%nz, pdf_dim, dt_main, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2319 : call hydrometeor_mixed_moments( gr(1), gr(1)%nz, pdf_dim, hydromet, & ! Intent(in)
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.
302 : exner_col, rtm_col, rcm_col, p_in_Pa_col, thvm_col, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
698 : Richardson_num(i,:) = Lscale_width_vert_avg( gr(i), Richardson_num(i,:), Lscale_zm(i,:), rho_ds_zm(i,:), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
713 : Cx_fnc_Richardson(i,:) = Lscale_width_vert_avg( gr(i), Cx_fnc_Richardson(i,:), Lscale_zm(i,:), rho_ds_zm(i,:), &
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.
853 : 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.
870 : write(iunit,*) "l_use_tke_in_wp3_pr_turb_term = ", clubb_config_flags%l_use_tke_in_wp3_pr_turb_term
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/model_flags.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1335 : sqrt( (ddzt( nz, ngrdcol, gr, um ))**2 &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1356 : / max( ( ddzt( nz, ngrdcol, gr, um)**2 + ddzt(nz, ngrdcol, gr, vm)**2 ), 1.0e-7_core_rknd ) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1391 : * sqrt(em(i,k)) / ( gr(i)%zm(k) - sfc_elevation(i) + z_displace ) ! small
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1395 : invrs_tau_xp2_zm = min( max( sqrt( ( ddzt( nz, ngrdcol, gr, um)**2 + ddzt(nz, ngrdcol, gr, vm)**2 ) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/mixing_length.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
86 : real( kind = core_rknd ), dimension(ngrdcol,nz), intent(out) :: sigma_sqd_w ! PDF width parameter [-]
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/sigma_sqd_w_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
894 : ( gr(i), thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
895 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
896 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
897 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
898 : 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.
899 : 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.
900 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
901 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
904 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
905 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1203 : thlp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, thlp2(:,:) ), thl_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1204 : rtp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, rtp2(:,:) ), rt_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1430 : call calc_sfc_varnce( upwp_sfc(i), vpwp_sfc(i), wpthlp_sfc(i), wprtp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1431 : um(i,2), vm(i,2), Lscale_up(i,2), wpsclrp_sfc(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1543 : stability_correction(i,:) = calc_stability_correction( gr(i), thlm(i,:), Lscale(i,:), em(i,:), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1647 : stats_zm, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1670 : call advance_xm_wpxp( nz, ngrdcol, gr, dt_advance, sigma_sqd_w, wm_zm, wm_zt, wp2, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1726 : sclrm(i,:,:), sclrm_trsport_only(i,:,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1835 : call clip_covars_denom( gr(i), dt, rtp2(i,:), thlp2(i,:), up2(i,:), vp2(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1841 : wprtp(i,:), wpthlp(i,:), upwp(i,:), vpwp(i,:), wpsclrp(i,:,:) ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1854 : ( gr(i), dt_advance, sfc_elevation(i), sigma_sqd_w(i,:), wm_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1855 : wm_zt(i,:), a3_coef(i,:), a3_coef_zt(i,:), wp3_on_wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1856 : wpup2(i,:), wpvp2(i,:), wp2up2(i,:), wp2vp2(i,:), wp4(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1857 : wpthvp(i,:), wp2thvp(i,:), um(i,:), vm(i,:), upwp(i,:), vpwp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1858 : up2(i,:), vp2(i,:), em(i,:), Kh_zm(i,:), Kh_zt(i,:), invrs_tau_C4_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1859 : invrs_tau_wp3_zt(i,:), invrs_tau_C1_zm(i,:), Skw_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1860 : Skw_zt(i,:), rho_ds_zm(i,:), rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1861 : invrs_rho_ds_zt(i,:), radf(i,:), thv_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1865 : wprtp(i,:), wpthlp(i,:), rtp2(i,:), thlp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1880 : wp2(i,:), wp3(i,:), wp3_zm(i,:), wp2_zt(i,:) ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1941 : call clip_covars_denom( gr(i), dt, rtp2(i,:), thlp2(i,:), up2(i,:), vp2(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1947 : wprtp(i,:), wpthlp(i,:), upwp(i,:), vpwp(i,:), wpsclrp(i,:,:) ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1976 : call advance_windm_edsclrm( gr(i), dt, wm_zt(i,:), Km_zm(i,:), Kmh_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1977 : ug(i,:), vg(i,:), um_ref(i,:), vm_ref(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1978 : wp2(i,:), up2(i,:), vp2(i,:), um_forcing(i,:), vm_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1979 : edsclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1980 : rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1989 : stats_zt(i), stats_zm(i), stats_sfc(i), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1990 : um(i,:), vm(i,:), edsclrm(i,:,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1991 : upwp(i,:), vpwp(i,:), wpedsclrp(i,:,:) ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2038 : call advance_xp3( gr(i), dt, rtm(i,:), thlm(i,:), rtp2(i,:), thlp2(i,:), wprtp(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2039 : wpthlp(i,:), wprtp2(i,:), wpthlp2(i,:), rho_ds_zm(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2041 : sclrm(i,:,:), sclrp2(i,:,:), wpsclrp(i,:,:), wpsclrp2(i,:,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2044 : rtp3(i,:), thlp3(i,:), sclrp3(i,:,:) ) ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2098 : thlp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, thlp2(:,:) ), thl_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2099 : rtp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, rtp2(:,:) ), rt_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2390 : gr(i), um(i,:), vm(i,:), upwp(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2391 : thlm(i,:), rtm(i,:), wprtp(i,:), wpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2392 : wp2(i,:), wp3(i,:), rtp2(i,:), rtp3(i,:), thlp2(i,:), thlp3(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2393 : wpthvp(i,:), wp2thvp(i,:), rtpthvp(i,:), thlpthvp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2394 : p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2395 : 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.
2396 : 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.
2397 : 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.
2400 : 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.
2401 : Lscale_up(i,:), Lscale_down(i,:), tau_zt(i,:), Kh_zt(i,:), wp2rcp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2402 : 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.
2403 : 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.
2404 : vp2_zt(i,:), upwp_zt(i,:), vpwp_zt(i,:), wpup2(i,:), wpvp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2407 : rtprcp(i,:), rcp2(i,:), em(i,:), a3_coef(i,:), a3_coef_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2408 : 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.
2410 : 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.
2411 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), sclrpthvp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2412 : wpsclrp(i,:,:), sclrprcp(i,:,:), wp2sclrp(i,:,:), wpsclrp2(i,:,:), wpsclrprtp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2413 : wpsclrpthlp(i,:,:), wpedsclrp(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2420 : gr(i), thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2421 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2422 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2423 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2424 : 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.
2425 : 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.
2426 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2427 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2430 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2431 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3001 : wp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, wp2(:,:) ), w_tol_sqd ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3003 : thlp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, thlp2(:,:) ), thl_tol**2 ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3005 : rtp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, rtp2(:,:) ), rt_tol**2 ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3007 : up2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, up2(:,:) ), w_tol_sqd ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3009 : vp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, vp2(:,:) ), w_tol_sqd ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3013 : sclrp2_zt(:,:,j) = max( zm2zt( nz, ngrdcol, gr, sclrp2(:,:,j) ), sclr_tol(j)**2 ) ! Pos. def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3143 : sigma_sqd_w_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, sigma_sqd_w(:,:) ), zero_threshold ) ! Pos. def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3150 : rtp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, rtp2(:,:) ), rt_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3151 : thlp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, thlp2(:,:) ), thl_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3152 : up2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, up2(:,:) ), w_tol_sqd ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3153 : vp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, vp2(:,:) ), w_tol_sqd ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3177 : sclrp2_zt(:,:,j) = max( zm2zt( nz, ngrdcol, gr, sclrp2(:,:,j) ), sclr_tol(j)**2 ) ! Pos. def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3386 : rcp2(:,:) = max( zt2zm( nz, ngrdcol, gr, rcp2_zt(:,:) ), zero_threshold ) ! Pos. def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3458 : rcm(i,:), wp2thvp(i,:), wpsclrprtp(i,:,:), wpsclrp2(i,:,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4623 : ( ( 0.5_core_rknd / gr(i)%invrs_dzm(k-1) ) / ( gr(i)%zt(k) - gr(i)%zm(k-1) ) ) &
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.
1166 : um_col, vm_col, upwp_col, vpwp_col, up2_col, vp2_col, up3_col, vp3_col, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1168 : wp2_col, wp3_col, rtp2_col, rtp3_col, thlp2_col, thlp3_col, rtpthlp_col, & ! 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.
748 : call error_prints_xm_wpxp( gr(i), dt, sigma_sqd_w(i,:), wm_zm(i,:), wm_zt(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
749 : Lscale(i,:), wp3_on_wp2(i,:), wp3_on_wp2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
750 : Kh_zt(i,:), Kh_zm(i,:), invrs_tau_C6_zm(i,:), Skw_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
754 : wpthlp_forcing(i,:), thlm_ref(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
760 : wp2sclrp(i,:,:), sclrpthvp(i,:,:), sclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
761 : sclrp2(i,:,:), exner(i,:), rcm(i,:), p_in_Pa(i,:), thvm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
764 : um_forcing(i,:), vm_forcing(i,:), ug(i,:), vg(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
765 : wpthvp(i,:), fcor(i), um_ref(i,:), vm_ref(i,:), up2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
766 : vp2(i,:), uprcp(i,:), vprcp(i,:), rc_coef(i,:), rtm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
767 : wprtp(i,:), thlm(i,:), wpthlp(i,:), sclrm(i,:,:), wpsclrp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
768 : um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), rtm_old(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
770 : sclrm_old(i,:,:), wpsclrp_old(i,:,:), um_old(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1344 : call wpxp_terms_ac_pr2_lhs( gr(i), C7_Skw_fnc(i,:), wm_zt(i,:), gr(i)%invrs_dzm(:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1368 : calc_stability_correction( gr(i), thlm(i,:), Lscale(i,:), em(i,:), exner(i,:), rtm(i,:), rcm(i,:), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1393 : call term_ma_zt_lhs( gr(i), wm_zt(i,:), gr(i)%invrs_dzt(:), gr(i)%invrs_dzm(:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1687 : call wpxp_terms_bp_pr3_rhs( nz, ngrdcol, gr, (one+C7_Skw_fnc), thv_ds_zm, xpthvp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2596 : call xm_wpxp_rhs( nz, ngrdcol, gr, xm_wpxp_scalar, l_iter, dt, sclrm(:,:,j), wpsclrp(:,:,j), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2663 : call stat_update_var( iupwp_pr4, C_uu_shr * wp2(i,:) * ddzt( gr(i), um(i,:) ), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2665 : call stat_update_var( ivpwp_pr4, C_uu_shr * wp2(i,:) * ddzt( gr(i), vm(i,:) ), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3358 : call xm_wpxp_rhs( nz, ngrdcol, gr, xm_wpxp_scalar, l_iter, dt, sclrm(:,:,j), wpsclrp(:,:,j), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3956 : call wpxp_terms_ac_pr2_lhs( gr(i), zero_vector(i,:), wm_zt(i,:), gr(i)%invrs_dzm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3962 : call wpxp_terms_ac_pr2_lhs( gr(i), (one+C7_Skw_fnc(i,:)), wm_zt(i,:), gr(i)%invrs_dzm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4208 : call xm_correction_wpxp_cl( gr(i), solve_type, dt, wpxp_chnge(i,:), gr(i)%invrs_dzt, & ! intent(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.
503 : call calc_xp2_xpyp_ta_terms( gr(i), wprtp(i,:), wprtp2(i,:), wpthlp(i,:), wpthlp2(i,:), wprtpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
504 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), upwp(i,:), vpwp(i,:), up2(i,:), vp2(i,:), wp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
505 : wp2_zt(i,:), wpsclrp(i,:,:), wpsclrp2(i,:,:), wpsclrprtp(i,:,:), wpsclrpthlp(i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
506 : sclrp2(i,:,:), sclrprtp(i,:,:), sclrpthlp(i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
507 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), rho_ds_zm(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
508 : wp3_on_wp2(i,:), wp3_on_wp2_zt(i,:), sigma_sqd_w(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
513 : lhs_ta_wprtp2(:,i,:), lhs_ta_wpthlp2(:,i,:), lhs_ta_wprtpthlp(:,i,:), & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
514 : lhs_ta_wpup2(:,i,:), lhs_ta_wpvp2(:,i,:), lhs_ta_wpsclrp2(:,i,:,:), & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
515 : lhs_ta_wprtpsclrp(:,i,:,:), lhs_ta_wpthlpsclrp(:,i,:,:), & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
516 : rhs_ta_wprtp2(i,:), rhs_ta_wpthlp2(i,:), rhs_ta_wprtpthlp(i,:), & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
517 : rhs_ta_wpup2(i,:), rhs_ta_wpvp2(i,:), rhs_ta_wpsclrp2(i,:,:), & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
518 : rhs_ta_wprtpsclrp(i,:,:), rhs_ta_wpthlpsclrp(i,:,:) ) ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
539 : call solve_xp2_xpyp_with_single_lhs( gr(i), C2rt_1d(i,:), invrs_tau_xp2_zm(i,:), rtm(i,:), thlm(i,:), wprtp(i,:),& ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
540 : wpthlp(i,:), rtp2_forcing(i,:), thlp2_forcing(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
541 : rtpthlp_forcing(i,:), sclrm(i,:,:), wpsclrp(i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
542 : lhs_ta_wprtp2(:,i,:), lhs_ma(:,i,:), lhs_diff(:,i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
543 : rhs_ta_wprtp2(i,:), rhs_ta_wpthlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
544 : rhs_ta_wprtpthlp(i,:), rhs_ta_wpsclrp2(i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
545 : rhs_ta_wprtpsclrp(i,:,:), rhs_ta_wpthlpsclrp(i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
546 : dt, l_scalar_calc, l_lmm_stepping, l_stats_samp, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
547 : stats_zm(i), stats_sfc(i), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
548 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
549 : sclrp2(i,:,:), sclrprtp(i,:,:), sclrpthlp(i,:,:) ) ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
553 : call solve_xp2_xpyp_with_multiple_lhs( gr(i), C2rt_1d(i,:), C2thl_1d(i,:), C2rtthl_1d(i,:), C2sclr_1d(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
554 : invrs_tau_xp2_zm(i,:), rtm(i,:), thlm(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
555 : rtp2_forcing(i,:), thlp2_forcing(i,:), rtpthlp_forcing(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
556 : sclrm(i,:,:), wpsclrp(i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
557 : lhs_ta_wprtp2(:,i,:), lhs_ta_wpthlp2(:,i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
558 : lhs_ta_wprtpthlp(:,i,:), lhs_ta_wpsclrp2(:,i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
559 : lhs_ta_wprtpsclrp(:,i,:,:), lhs_ta_wpthlpsclrp(:,i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
560 : lhs_ma(:,i,:), lhs_diff(:,i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
561 : rhs_ta_wprtp2(i,:), rhs_ta_wpthlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
562 : rhs_ta_wprtpthlp(i,:), rhs_ta_wpsclrp2(i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
563 : rhs_ta_wprtpsclrp(i,:,:), rhs_ta_wpthlpsclrp(i,:,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
566 : stats_zm(i), stats_sfc(i), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
567 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
568 : sclrp2(i,:,:), sclrprtp(i,:,:), sclrpthlp(i,:,:) ) ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
590 : lhs_dp1(i,k) = lhs_dp1(i,k) + term_dp1_lhs( C14_1d(i,k), invrs_tau_C14_zm(i,k) ) * gamma_over_implicit_ts
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
614 : lhs_ta_wpup2(:,i,:), lhs_ma(:,i,:), lhs_diff_uv(:,i,:), lhs_dp1(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
620 : C4_1d(i,:), invrs_tau_C4_zm(i,:), C14_1d(i,:), invrs_tau_C14_zm(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
649 : lhs_ta_wpvp2(:,i,:), lhs_ma(:,i,:), lhs_diff_uv(:,i,:), lhs_dp1(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
655 : C4_1d(i,:), invrs_tau_C4_zm(i,:), C14_1d(i,:), invrs_tau_C14_zm(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
688 : lhs_ta_wpup2(:,i,:), lhs_ma(:,i,:), lhs_diff_uv(:,i,:), lhs_dp1(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
694 : C4_1d(i,:), invrs_tau_C4_zm(i,:), C14_1d(i,:), invrs_tau_C14_zm(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
705 : C4_1d(i,:), invrs_tau_C4_zm(i,:), C14_1d(i,:), invrs_tau_C14_zm(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
987 : call pos_definite_variances( gr(i), xp2_xpyp_sclrp2, dt, sclr_tol(sclr)**2, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
988 : rho_ds_zm(i,:), rho_ds_zt(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
993 : call pos_definite_variances( gr(i), xp2_xpyp_sclrprtp, dt, sclr_tol(sclr)**2, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
994 : rho_ds_zm(i,:), rho_ds_zt(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
996 : sclrprtp(i,:,sclr) ) ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1000 : call pos_definite_variances( gr(i), xp2_xpyp_sclrpthlp, dt, sclr_tol(sclr)**2, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1001 : rho_ds_zm(i,:), rho_ds_zt(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1003 : sclrpthlp(i,:,sclr) ) ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3745 : = ( one - one_third * beta ) * a1_zt**2 * wpsclrp_zt(:,sclr)**2 * wp3_on_wp2_zt / wp2_zt
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.
238 : 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.
575 : wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
576 : Skw(i,:), Skrt(i,:), Skthl(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
587 : call new_pdf_driver( gr(i), wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), Skw(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
588 : wprtp(i,:), wpthlp(i,:), rtpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
593 : Skrt(i,:), Skthl(i,:), & ! In/Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
602 : F_w(i,:), F_rt(i,:), F_thl(i,:), min_F_w(i,:), max_F_w(i,:), & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
603 : min_F_rt(i,:), max_F_rt(i,:), min_F_thl(i,:), max_F_thl(i,:) ) ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
608 : wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
609 : Skw(i,:), Skrt(i,:), Skthl(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
620 : call LY93_driver( gr(i), wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
621 : thlp2(i,:), Skw(i,:), Skrt(i,:), Skthl(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
632 : call new_hybrid_pdf_driver( gr(i), wm(i,:), rtm(i,:), thlm(i,:), um(i,:), vm(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
633 : wp2(i,:), rtp2(i,:), thlp2(i,:), up2(i,:), vp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
634 : Skw(i,:), wprtp(i,:), wpthlp(i,:), upwp(i,:), vpwp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
639 : Skrt(i,:), Skthl(i,:), Sku(i,:), Skv(i,:), Sksclr(i,:,:), & ! I/O
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1040 : chi_at_ice_sat1 = ( sat_mixrat_ice( p_in_Pa(i,k), tl1(i,k) ) - pdf_params%rsatl_1(i,k) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1045 : pdf_params%ice_supersat_frac_1(i,k), rc_1_ice(i,k) )! out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1085 : chi_at_ice_sat2 = ( sat_mixrat_ice( p_in_Pa(i,k), tl2(i,k) ) - pdf_params%rsatl_2(i,k) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1139 : 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.
1318 : - ( one - pdf_params%mixt_frac(i,:) ) * corr_sclr_thl_2(i,:,j) * pdf_params%cthl_2(i,:) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/pdf_closure_module.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/Benchmark_cases/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/KK_microphys/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/SILHS/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/G_unit_test_types/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
115 : result = smooth_min(4, 1, input, zero, smth_coef) ! Order of nz and ngrdcol is opposite to order of indexing! This is very unintuitive!
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.
1556 : wp2(1,:), rtp2(1,:), thlp2(1,:), up2(1,:), vp2(1,:), &! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1606 : 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] checkout
The recommended git tool is: NONE
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/sys_admin
> git init /home/jenkins/workspace/clubb_fire_tuning_gfortran_test/sys_admin # timeout=10
Fetching upstream changes from https://github.com/larson-group/sys_admin
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials THe key used by the system for the tests
> git fetch --tags --progress https://github.com/larson-group/sys_admin +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/sys_admin # 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 86dc62872398decfa96311813338e372bfa83e1d (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 86dc62872398decfa96311813338e372bfa83e1d # timeout=10
Commit message: "Automated nightly tests backup."
> git rev-list --no-walk 6c46baf65add0d68146785c60df2731647534242 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run fire_tuner)
[Pipeline] sh
+ sys_admin/bitten_test_driver_scripts/fire_tuner.bash ./clubb
iteration = 1; time = 60.0
iteration = 2; time = 120.0
iteration = 3; time = 180.0
iteration = 4; time = 240.0
iteration = 5; time = 300.0
iteration = 6; time = 360.0
iteration = 7; time = 420.0
iteration = 8; time = 480.0
iteration = 9; time = 540.0
iteration = 10; time = 600.0
iteration = 11; time = 660.0
iteration = 12; time = 720.0
iteration = 13; time = 780.0
iteration = 14; time = 840.0
iteration = 15; time = 900.0
iteration = 16; time = 960.0
iteration = 17; time = 1020.0
iteration = 18; time = 1080.0
iteration = 19; time = 1140.0
iteration = 20; time = 1200.0
iteration = 21; time = 1260.0
iteration = 22; time = 1320.0
iteration = 23; time = 1380.0
iteration = 24; time = 1440.0
iteration = 25; time = 1500.0
iteration = 26; time = 1560.0
iteration = 27; time = 1620.0
iteration = 28; time = 1680.0
iteration = 29; time = 1740.0
iteration = 30; time = 1800.0
iteration = 31; time = 1860.0
iteration = 32; time = 1920.0
iteration = 33; time = 1980.0
iteration = 34; time = 2040.0
iteration = 35; time = 2100.0
iteration = 36; time = 2160.0
iteration = 37; time = 2220.0
iteration = 38; time = 2280.0
iteration = 39; time = 2340.0
iteration = 40; time = 2400.0
iteration = 41; time = 2460.0
iteration = 42; time = 2520.0
iteration = 43; time = 2580.0
iteration = 44; time = 2640.0
iteration = 45; time = 2700.0
iteration = 46; time = 2760.0
iteration = 47; time = 2820.0
iteration = 48; time = 2880.0
iteration = 49; time = 2940.0
iteration = 50; time = 3000.0
iteration = 51; time = 3060.0
iteration = 52; time = 3120.0
iteration = 53; time = 3180.0
iteration = 54; time = 3240.0
iteration = 55; time = 3300.0
iteration = 56; time = 3360.0
iteration = 57; time = 3420.0
iteration = 58; time = 3480.0
iteration = 59; time = 3540.0
iteration = 60; time = 3600.0
iteration = 61; time = 3660.0
iteration = 62; time = 3720.0
iteration = 63; time = 3780.0
iteration = 64; time = 3840.0
iteration = 65; time = 3900.0
iteration = 66; time = 3960.0
iteration = 67; time = 4020.0
iteration = 68; time = 4080.0
iteration = 69; time = 4140.0
iteration = 70; time = 4200.0
iteration = 71; time = 4260.0
iteration = 72; time = 4320.0
iteration = 73; time = 4380.0
iteration = 74; time = 4440.0
iteration = 75; time = 4500.0
iteration = 76; time = 4560.0
iteration = 77; time = 4620.0
iteration = 78; time = 4680.0
iteration = 79; time = 4740.0
iteration = 80; time = 4800.0
iteration = 81; time = 4860.0
iteration = 82; time = 4920.0
iteration = 83; time = 4980.0
iteration = 84; time = 5040.0
iteration = 85; time = 5100.0
iteration = 86; time = 5160.0
iteration = 87; time = 5220.0
iteration = 88; time = 5280.0
iteration = 89; time = 5340.0
iteration = 90; time = 5400.0
iteration = 91; time = 5460.0
iteration = 92; time = 5520.0
iteration = 93; time = 5580.0
iteration = 94; time = 5640.0
iteration = 95; time = 5700.0
iteration = 96; time = 5760.0
iteration = 97; time = 5820.0
iteration = 98; time = 5880.0
iteration = 99; time = 5940.0
iteration = 100; time = 6000.0
iteration = 101; time = 6060.0
iteration = 102; time = 6120.0
iteration = 103; time = 6180.0
Grid deallocation failed.
Program exited normally
iteration = 104; time = 6240.0
iteration = 105; time = 6300.0
iteration = 106; time = 6360.0
iteration = 107; time = 6420.0
iteration = 108; time = 6480.0
iteration = 109; time = 6540.0
iteration = 110; time = 6600.0
iteration = 111; time = 6660.0
iteration = 112; time = 6720.0
iteration = 113; time = 6780.0
iteration = 114; time = 6840.0
iteration = 115; time = 6900.0
iteration = 116; time = 6960.0
iteration = 117; time = 7020.0
iteration = 118; time = 7080.0
iteration = 119; time = 7140.0
iteration = 120; time = 7200.0
iteration = 121; time = 7260.0
iteration = 122; time = 7320.0
iteration = 123; time = 7380.0
iteration = 124; time = 7440.0
iteration = 125; time = 7500.0
iteration = 126; time = 7560.0
iteration = 127; time = 7620.0
iteration = 128; time = 7680.0
iteration = 129; time = 7740.0
iteration = 130; time = 7800.0
iteration = 131; time = 7860.0
iteration = 132; time = 7920.0
iteration = 133; time = 7980.0
iteration = 134; time = 8040.0
iteration = 135; time = 8100.0
iteration = 136; time = 8160.0
iteration = 137; time = 8220.0
iteration = 138; time = 8280.0
iteration = 139; time = 8340.0
iteration = 140; time = 8400.0
iteration = 141; time = 8460.0
iteration = 142; time = 8520.0
iteration = 143; time = 8580.0
iteration = 144; time = 8640.0
iteration = 145; time = 8700.0
iteration = 146; time = 8760.0
iteration = 147; time = 8820.0
iteration = 148; time = 8880.0
iteration = 149; time = 8940.0
iteration = 150; time = 9000.0
iteration = 151; time = 9060.0
iteration = 152; time = 9120.0
iteration = 153; time = 9180.0
iteration = 154; time = 9240.0
iteration = 155; time = 9300.0
iteration = 156; time = 9360.0
iteration = 157; time = 9420.0
iteration = 158; time = 9480.0
iteration = 159; time = 9540.0
iteration = 160; time = 9600.0
iteration = 161; time = 9660.0
iteration = 162; time = 9720.0
iteration = 163; time = 9780.0
iteration = 164; time = 9840.0
iteration = 165; time = 9900.0
iteration = 166; time = 9960.0
iteration = 167; time = 10020.0
iteration = 168; time = 10080.0
iteration = 169; time = 10140.0
iteration = 170; time = 10200.0
iteration = 171; time = 10260.0
iteration = 172; time = 10320.0
iteration = 173; time = 10380.0
iteration = 174; time = 10440.0
iteration = 175; time = 10500.0
iteration = 176; time = 10560.0
iteration = 177; time = 10620.0
iteration = 178; time = 10680.0
iteration = 179; time = 10740.0
iteration = 180; time = 10800.0
CLUBB-TIMER time_loop_init = 0.0381
CLUBB-TIMER time_clubb_advance = 0.1992
CLUBB-TIMER time_clubb_pdf = 0.1415
CLUBB-TIMER time_SILHS = 0.0001
CLUBB-TIMER time_microphys_scheme = 0.3193
CLUBB-TIMER time_microphys_advance = 0.0111
CLUBB-TIMER time_loop_end = 0.5678
CLUBB-TIMER time_total = 1.2784
mv: cannot stat ‘../output/fire_lh_zt*’: No such file or directory
mv: cannot stat ‘../output/fire_lh_sfc*’: No such file or directory
mv: cannot stat ‘../output/fire_rad*’: No such file or directory
mv: cannot stat ‘../output/fire_setup*’: No such file or directory
Tuning fire
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0943
CLUBB-TIMER time_clubb_pdf = 0.0531
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4041
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0084
CLUBB-TIMER time_total = 0.6256
Grid deallocation failed.
cost_fnc_vector:
1.0000000000000000
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0813
CLUBB-TIMER time_clubb_pdf = 0.0423
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3606
CLUBB-TIMER time_microphys_advance = 0.0079
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5536
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3746
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5795
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3929
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6008
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3902
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5959
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0367
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3621
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5586
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3666
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5684
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0353
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3521
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5501
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0346
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3369
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5312
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0345
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3426
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5371
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0431
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3617
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5662
Grid deallocation failed.
Iteration: 10
Parameters:
C_uu_shr = 0.10128578543663024902
C11 = 0.85223084688186645508
gamma_coef = 0.00813485495746135712
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0434
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3641
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5680
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0503
CLUBB-TIMER time_clubb_advance = 0.0862
CLUBB-TIMER time_clubb_pdf = 0.0432
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3696
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5673
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0501
CLUBB-TIMER time_clubb_advance = 0.0851
CLUBB-TIMER time_clubb_pdf = 0.0428
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3687
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5644
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0498
CLUBB-TIMER time_clubb_advance = 0.0866
CLUBB-TIMER time_clubb_pdf = 0.0433
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3718
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5695
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0882
CLUBB-TIMER time_clubb_pdf = 0.0437
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3572
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5582
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3666
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5711
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3751
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5827
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3837
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5897
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0354
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3562
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5543
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3844
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5900
Grid deallocation failed.
Iteration: 20
Parameters:
C_uu_shr = 0.00000000000000000000
C11 = 0.64340257644653320312
gamma_coef = 0.11200141906738281250
CLUBB-TIMER time_loop_init = 0.0510
CLUBB-TIMER time_clubb_advance = 0.0865
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3672
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5659
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0917
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3555
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5562
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3806
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5863
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3856
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5916
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3878
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5938
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3939
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5987
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0380
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3738
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5726
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3947
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.6036
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0876
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3838
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0066
CLUBB-TIMER time_total = 0.5847
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4045
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6110
Grid deallocation failed.
Iteration: 30
Parameters:
C_uu_shr = 0.08540315926074981689
C11 = 0.35474982857704162598
gamma_coef = 0.13450139760971069336
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3854
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5906
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3966
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6029
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3980
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6046
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0505
CLUBB-TIMER time_clubb_advance = 0.0959
CLUBB-TIMER time_clubb_pdf = 0.0488
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4046
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.6190
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4001
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6079
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0466
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4087
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6165
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0912
CLUBB-TIMER time_clubb_pdf = 0.0465
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4106
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6192
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4065
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6126
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3994
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6058
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0917
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3893
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5980
Grid deallocation failed.
Iteration: 40
Parameters:
C_uu_shr = 0.37603634595870971680
C11 = 0.00000000000000000000
gamma_coef = 0.10445058345794677734
CLUBB-TIMER time_loop_init = 0.0495
CLUBB-TIMER time_clubb_advance = 0.0855
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3781
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5748
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0494
CLUBB-TIMER time_clubb_advance = 0.0846
CLUBB-TIMER time_clubb_pdf = 0.0430
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3692
CLUBB-TIMER time_microphys_advance = 0.0081
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5633
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3994
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.6068
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0932
CLUBB-TIMER time_clubb_pdf = 0.0465
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3978
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6087
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0911
CLUBB-TIMER time_clubb_pdf = 0.0391
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3758
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5782
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0398
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3628
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5674
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0912
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3743
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5823
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0430
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3776
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5804
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0506
CLUBB-TIMER time_clubb_advance = 0.0874
CLUBB-TIMER time_clubb_pdf = 0.0410
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3461
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0083
CLUBB-TIMER time_total = 0.5440
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0390
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3778
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5816
Grid deallocation failed.
Iteration: 50
Parameters:
C_uu_shr = 0.64471179246902465820
C11 = 0.10484107583761215210
gamma_coef = 0.11032159626483917236
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3851
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5911
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3862
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5928
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3813
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5878
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3795
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5864
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3800
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5866
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3950
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6022
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3988
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6059
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0415
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3705
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5740
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3675
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5693
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3686
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5700
Grid deallocation failed.
Iteration: 60
Parameters:
C_uu_shr = 0.01330521143972873688
C11 = 0.15539786219596862793
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0358
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3626
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5583
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0379
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3769
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5794
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3633
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5630
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0915
CLUBB-TIMER time_clubb_pdf = 0.0385
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3756
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5786
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0511
CLUBB-TIMER time_clubb_advance = 0.0871
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3595
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5516
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0910
CLUBB-TIMER time_clubb_pdf = 0.0386
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3760
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5763
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3722
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5791
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3547
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5611
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3858
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5927
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3628
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5682
Grid deallocation failed.
Iteration: 70
Parameters:
C_uu_shr = 0.62124770879745483398
C11 = 0.75532883405685424805
gamma_coef = 0.06617990881204605103
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3705
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5757
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0504
CLUBB-TIMER time_clubb_advance = 0.0873
CLUBB-TIMER time_clubb_pdf = 0.0434
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3658
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5647
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0430
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3645
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5677
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0958
CLUBB-TIMER time_clubb_pdf = 0.0377
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3598
CLUBB-TIMER time_microphys_advance = 0.0094
CLUBB-TIMER time_loop_end = 0.0077
CLUBB-TIMER time_total = 0.5667
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0499
CLUBB-TIMER time_clubb_advance = 0.0871
CLUBB-TIMER time_clubb_pdf = 0.0413
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3367
CLUBB-TIMER time_microphys_advance = 0.0080
CLUBB-TIMER time_loop_end = 0.0088
CLUBB-TIMER time_total = 0.5339
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0352
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3483
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.5441
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0341
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3549
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5509
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3789
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5835
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3831
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5855
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3879
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5989
Grid deallocation failed.
Iteration: 80
Parameters:
C_uu_shr = 0.24185951054096221924
C11 = 0.48812896013259887695
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0349
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3523
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5480
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0349
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3513
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5473
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0354
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3534
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5505
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0353
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3521
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5483
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3562
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5530
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3812
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5850
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0888
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3828
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5861
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3882
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5936
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3895
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5942
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3989
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6055
Grid deallocation failed.
Iteration: 90
Parameters:
C_uu_shr = 0.28323096036911010742
C11 = 0.00138626794796437025
gamma_coef = 0.11308248341083526611
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0879
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3913
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5930
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3964
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6024
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0500
CLUBB-TIMER time_clubb_advance = 0.0859
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3919
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5900
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0888
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4001
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6038
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3956
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6025
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0879
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3927
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5959
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0510
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0468
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3744
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5810
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3989
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6063
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3876
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5932
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3890
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5946
Grid deallocation failed.
Iteration: 100
Parameters:
C_uu_shr = 0.59795057773590087891
C11 = 0.20247150957584381104
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0370
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3672
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5688
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3920
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5991
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3842
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5936
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3871
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5929
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3941
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6013
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3888
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5963
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3809
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5878
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3807
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5877
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3800
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5880
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3711
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5731
Grid deallocation failed.
Iteration: 110
Parameters:
C_uu_shr = 0.00000000000000000000
C11 = 0.24144886434078216553
gamma_coef = 0.11738032847642898560
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0929
CLUBB-TIMER time_clubb_pdf = 0.0468
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3922
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6030
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3927
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5987
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3846
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5890
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3938
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6036
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0888
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3957
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5994
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3985
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6050
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3958
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6071
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3819
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5874
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0511
CLUBB-TIMER time_clubb_advance = 0.0929
CLUBB-TIMER time_clubb_pdf = 0.0470
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3814
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5906
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3817
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5861
Grid deallocation failed.
Iteration: 120
Parameters:
C_uu_shr = 0.40456631779670715332
C11 = 0.32268568873405456543
gamma_coef = 0.13370577991008758545
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3963
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6042
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0520
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3977
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.6013
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0509
CLUBB-TIMER time_clubb_advance = 0.0878
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3802
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5810
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3918
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5996
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3810
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5864
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3819
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5867
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3874
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5933
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3693
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5742
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3846
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5903
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3938
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6007
Grid deallocation failed.
Iteration: 130
Parameters:
C_uu_shr = 0.35539501905441284180
C11 = 0.00718504609540104866
gamma_coef = 0.14628802239894866943
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3951
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5997
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3989
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6047
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0467
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4027
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6107
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4034
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6090
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4013
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6074
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3991
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6069
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0465
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4031
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6108
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0516
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0467
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4109
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6166
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0507
CLUBB-TIMER time_clubb_advance = 0.0864
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4013
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0066
CLUBB-TIMER time_total = 0.6013
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0431
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.4069
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6114
Grid deallocation failed.
Iteration: 140
Parameters:
C_uu_shr = 0.64132434129714965820
C11 = 0.39845740795135498047
gamma_coef = 0.38135451078414916992
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0468
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.4075
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6153
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0509
CLUBB-TIMER time_clubb_advance = 0.0880
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4017
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6044
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0505
CLUBB-TIMER time_clubb_advance = 0.0875
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4207
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6224
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0469
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4113
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6189
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3997
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6058
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3780
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5844
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3903
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5970
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0881
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3901
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5922
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0932
CLUBB-TIMER time_clubb_pdf = 0.0400
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3781
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5820
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0376
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3469
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5490
Grid deallocation failed.
Iteration: 150
Parameters:
C_uu_shr = 0.87961483001708984375
C11 = 0.00000000000000000000
gamma_coef = 0.11348910629749298096
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3675
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5713
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0520
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3600
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5661
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0884
CLUBB-TIMER time_clubb_pdf = 0.0437
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3495
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5521
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3591
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5634
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3719
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5787
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3566
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5624
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0510
CLUBB-TIMER time_clubb_advance = 0.0881
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3788
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5805
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0516
CLUBB-TIMER time_clubb_advance = 0.0934
CLUBB-TIMER time_clubb_pdf = 0.0470
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3749
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5849
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3667
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5731
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3453
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5498
Grid deallocation failed.
Iteration: 160
Parameters:
C_uu_shr = 0.96021193265914916992
C11 = 0.44638964533805847168
gamma_coef = 0.04834934696555137634
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3485
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5530
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0909
CLUBB-TIMER time_clubb_pdf = 0.0397
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3202
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5231
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3490
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5528
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3563
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5660
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0520
CLUBB-TIMER time_clubb_advance = 0.0886
CLUBB-TIMER time_clubb_pdf = 0.0420
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3462
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5466
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3669
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5748
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3855
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5902
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3869
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5948
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3634
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5665
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0880
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3594
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5603
Grid deallocation failed.
Iteration: 170
Parameters:
C_uu_shr = 0.95179492235183715820
C11 = 0.36950328946113586426
gamma_coef = 0.35837036371231079102
CLUBB-TIMER time_loop_init = 0.0517
CLUBB-TIMER time_clubb_advance = 0.0879
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3703
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5729
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3793
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5860
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0517
CLUBB-TIMER time_clubb_advance = 0.0880
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3933
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5960
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0877
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3890
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5915
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0509
CLUBB-TIMER time_clubb_advance = 0.0878
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3914
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5940
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0879
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3999
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6042
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0886
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3894
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5930
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0508
CLUBB-TIMER time_clubb_advance = 0.0868
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3830
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5841
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0469
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3959
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6039
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0882
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3958
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6006
Grid deallocation failed.
Iteration: 180
Parameters:
C_uu_shr = 0.79067015647888183594
C11 = 0.50653648376464843750
gamma_coef = 0.47303363680839538574
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.4008
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6079
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3815
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5885
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3703
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5774
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0878
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3877
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5907
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3689
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5764
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0877
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3956
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5986
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3959
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6016
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0513
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3961
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6003
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3730
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5793
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0466
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3861
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5934
Grid deallocation failed.
Iteration: 190
Parameters:
C_uu_shr = 0.86285203695297241211
C11 = 0.77997267246246337891
gamma_coef = 0.50000000000000000000
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0470
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3899
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5984
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0520
CLUBB-TIMER time_clubb_advance = 0.0909
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3806
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5878
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0513
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3747
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5777
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0466
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3799
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5878
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0468
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3813
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5887
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0880
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3777
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5803
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3796
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5849
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0357
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3456
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5442
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3432
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5394
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0910
CLUBB-TIMER time_clubb_pdf = 0.0364
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3484
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5475
Grid deallocation failed.
Iteration: 200
Parameters:
C_uu_shr = 0.79891514778137207031
C11 = 0.49807623028755187988
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0346
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3223
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5214
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0348
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3235
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5182
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0357
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3443
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5444
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0345
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3244
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5242
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0349
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3327
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5318
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0909
CLUBB-TIMER time_clubb_pdf = 0.0349
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3360
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5323
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0910
CLUBB-TIMER time_clubb_pdf = 0.0348
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3383
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5359
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0354
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3393
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5391
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0533
CLUBB-TIMER time_clubb_advance = 0.0912
CLUBB-TIMER time_clubb_pdf = 0.0349
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3393
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5375
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0929
CLUBB-TIMER time_clubb_pdf = 0.0355
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3405
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5406
Grid deallocation failed.
Iteration: 210
Parameters:
C_uu_shr = 0.84966975450515747070
C11 = 0.67099022865295410156
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0348
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3302
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5264
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0545
CLUBB-TIMER time_clubb_advance = 0.0913
CLUBB-TIMER time_clubb_pdf = 0.0358
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3344
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5345
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3672
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5759
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0513
CLUBB-TIMER time_clubb_advance = 0.0886
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3620
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5641
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3759
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0077
CLUBB-TIMER time_total = 0.5832
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0513
CLUBB-TIMER time_clubb_advance = 0.0885
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3709
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5736
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3694
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5743
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3483
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5521
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0948
CLUBB-TIMER time_clubb_pdf = 0.0357
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3257
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5273
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0343
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3186
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5133
Grid deallocation failed.
Iteration: 220
Parameters:
C_uu_shr = 0.69994580745697021484
C11 = 0.90478438138961791992
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0347
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3297
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5254
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0924
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3651
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5756
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3670
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5715
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3721
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.5791
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0516
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3811
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5844
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3680
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5731
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3679
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5745
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0431
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3433
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5452
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3527
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5619
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3534
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5628
Grid deallocation failed.
Iteration: 230
Parameters:
C_uu_shr = 0.94967997074127197266
C11 = 0.44179779291152954102
gamma_coef = 0.04936821386218070984
CLUBB-TIMER time_loop_init = 0.0499
CLUBB-TIMER time_clubb_advance = 0.0865
CLUBB-TIMER time_clubb_pdf = 0.0430
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3385
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0066
CLUBB-TIMER time_total = 0.5352
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0498
CLUBB-TIMER time_clubb_advance = 0.0863
CLUBB-TIMER time_clubb_pdf = 0.0434
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3414
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5384
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0419
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3543
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5569
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3528
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5586
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3426
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5471
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0352
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3300
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5259
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0354
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3272
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5257
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0357
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3529
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5497
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3743
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5793
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3640
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5607
Grid deallocation failed.
Iteration: 240
Parameters:
C_uu_shr = 0.67010164260864257812
C11 = 0.26228398084640502930
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3586
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5573
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3525
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5495
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0370
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3691
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5655
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0384
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3665
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5655
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0922
CLUBB-TIMER time_clubb_pdf = 0.0391
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3761
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5799
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0381
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3711
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5734
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0913
CLUBB-TIMER time_clubb_pdf = 0.0386
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3753
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5778
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0520
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3633
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5603
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3872
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5951
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3824
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5864
Grid deallocation failed.
Iteration: 250
Parameters:
C_uu_shr = 0.69600528478622436523
C11 = 0.06131898611783981323
gamma_coef = 0.05008533596992492676
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3767
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5830
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0386
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3731
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5735
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3826
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5885
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0386
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3678
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5706
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0507
CLUBB-TIMER time_clubb_advance = 0.0867
CLUBB-TIMER time_clubb_pdf = 0.0414
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3316
CLUBB-TIMER time_microphys_advance = 0.0080
CLUBB-TIMER time_loop_end = 0.0083
CLUBB-TIMER time_total = 0.5289
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3867
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5928
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3891
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5959
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3881
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5956
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3981
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6053
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3816
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5872
Grid deallocation failed.
Iteration: 260
Parameters:
C_uu_shr = 0.64426279067993164062
C11 = 0.00000000000000000000
gamma_coef = 0.02554089203476905823
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3878
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5949
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3803
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5865
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3767
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5830
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0922
CLUBB-TIMER time_clubb_pdf = 0.0373
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3588
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5608
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3526
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5496
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3544
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5517
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0364
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3626
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0076
CLUBB-TIMER time_total = 0.5619
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0925
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3625
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5648
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0374
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3597
CLUBB-TIMER time_microphys_advance = 0.0094
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5623
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3587
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5575
Grid deallocation failed.
Iteration: 270
Parameters:
C_uu_shr = 0.55847251415252685547
C11 = 0.29761931300163269043
gamma_coef = 0.02549134567379951477
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3756
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5817
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3705
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5772
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0348
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3468
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5429
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0364
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3551
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5559
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0365
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3559
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5558
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3598
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5598
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0357
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3534
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5500
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0926
CLUBB-TIMER time_clubb_pdf = 0.0367
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3616
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5637
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0440
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3718
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5768
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3801
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5846
Grid deallocation failed.
Iteration: 280
Parameters:
C_uu_shr = 0.51124525070190429688
C11 = 0.45125433802604675293
gamma_coef = 0.02209151163697242737
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3684
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5740
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3720
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5785
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0911
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3780
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5861
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0925
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3778
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5884
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0499
CLUBB-TIMER time_clubb_advance = 0.0949
CLUBB-TIMER time_clubb_pdf = 0.0425
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3382
CLUBB-TIMER time_microphys_advance = 0.0081
CLUBB-TIMER time_loop_end = 0.0095
CLUBB-TIMER time_total = 0.5453
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3822
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5916
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3746
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5823
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3790
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5858
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3837
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5918
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3779
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5843
Grid deallocation failed.
Iteration: 290
Parameters:
C_uu_shr = 0.65709555149078369141
C11 = 0.25851288437843322754
gamma_coef = 0.05932937189936637878
CLUBB-TIMER time_loop_init = 0.0495
CLUBB-TIMER time_clubb_advance = 0.0860
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3604
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.5577
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0482
CLUBB-TIMER time_clubb_advance = 0.0850
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3646
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5590
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0493
CLUBB-TIMER time_clubb_advance = 0.0849
CLUBB-TIMER time_clubb_pdf = 0.0426
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3602
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5546
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0475
CLUBB-TIMER time_clubb_advance = 0.0856
CLUBB-TIMER time_clubb_pdf = 0.0440
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3716
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5662
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0505
CLUBB-TIMER time_clubb_advance = 0.0870
CLUBB-TIMER time_clubb_pdf = 0.0419
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3694
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5668
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0888
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3883
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5920
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0465
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3952
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6031
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0915
CLUBB-TIMER time_clubb_pdf = 0.0465
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3905
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5998
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0499
CLUBB-TIMER time_clubb_advance = 0.0849
CLUBB-TIMER time_clubb_pdf = 0.0418
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3437
CLUBB-TIMER time_microphys_advance = 0.0079
CLUBB-TIMER time_loop_end = 0.0080
CLUBB-TIMER time_total = 0.5381
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3998
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.6066
Grid deallocation failed.
Iteration: 300
Parameters:
C_uu_shr = 0.62099194526672363281
C11 = 0.00000000000000000000
gamma_coef = 0.17141896486282348633
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0925
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4038
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6153
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3956
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6033
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3926
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5993
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0511
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0466
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3857
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5901
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3927
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5981
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0513
CLUBB-TIMER time_clubb_advance = 0.0880
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3846
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5874
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0489
CLUBB-TIMER time_clubb_advance = 0.0850
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3582
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5533
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0884
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3627
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5658
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0004
CLUBB-TIMER time_microphys_scheme = 0.3688
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5763
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0910
CLUBB-TIMER time_clubb_pdf = 0.0439
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3682
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5744
Grid deallocation failed.
Iteration: 310
Parameters:
C_uu_shr = 1.00000000000000000000
C11 = 0.02436095103621482849
gamma_coef = 0.26888436079025268555
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3731
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5804
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3718
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0066
CLUBB-TIMER time_total = 0.5787
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0884
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3672
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5697
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0499
CLUBB-TIMER time_clubb_advance = 0.0875
CLUBB-TIMER time_clubb_pdf = 0.0420
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3675
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5656
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0488
CLUBB-TIMER time_clubb_advance = 0.0845
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3583
CLUBB-TIMER time_microphys_advance = 0.0082
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5529
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0517
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3841
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5885
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0516
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0465
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3976
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6030
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0507
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0470
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3792
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5838
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0509
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3832
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5866
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3913
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5978
Grid deallocation failed.
Iteration: 320
Parameters:
C_uu_shr = 0.83327627182006835938
C11 = 0.28925657272338867188
gamma_coef = 0.38001611828804016113
CLUBB-TIMER time_loop_init = 0.0513
CLUBB-TIMER time_clubb_advance = 0.0876
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3849
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5879
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0472
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.4043
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6123
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0466
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3919
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5992
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0927
CLUBB-TIMER time_clubb_pdf = 0.0383
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3658
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5692
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0382
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3613
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5603
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0372
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3452
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5433
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0376
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3510
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5533
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0886
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3554
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5582
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3562
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5624
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3520
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5491
Grid deallocation failed.
Iteration: 330
Parameters:
C_uu_shr = 0.80949920415878295898
C11 = 0.25270223617553710938
gamma_coef = 0.02055812627077102661
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0915
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3687
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5778
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0516
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3639
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5674
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0917
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3635
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5738
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0516
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0372
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3420
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5385
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0414
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3346
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5360
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0875
CLUBB-TIMER time_clubb_pdf = 0.0396
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3311
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5280
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0399
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3202
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5211
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3754
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5816
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3717
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5773
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3757
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5824
Grid deallocation failed.
Iteration: 340
Parameters:
C_uu_shr = 0.69437879323959350586
C11 = 0.25827181339263916016
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3641
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5620
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3613
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5589
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0368
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3563
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5541
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0365
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3636
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5610
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0922
CLUBB-TIMER time_clubb_pdf = 0.0389
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3715
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5751
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3811
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5872
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0377
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3672
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5653
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0542
CLUBB-TIMER time_clubb_advance = 0.0954
CLUBB-TIMER time_clubb_pdf = 0.0476
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4022
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.6187
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3980
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6057
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3909
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5975
Grid deallocation failed.
Iteration: 350
Parameters:
C_uu_shr = 0.46921294927597045898
C11 = 0.17367693781852722168
gamma_coef = 0.08425793051719665527
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3899
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5980
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3829
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5879
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3889
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5965
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3946
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6040
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3775
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5824
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3819
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5884
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3739
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5807
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3799
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5859
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0533
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3813
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5890
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0915
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3856
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5955
Grid deallocation failed.
Iteration: 360
Parameters:
C_uu_shr = 0.59853130578994750977
C11 = 0.42843005061149597168
gamma_coef = 0.06770066171884536743
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3689
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5742
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3703
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5765
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3702
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5768
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3718
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5771
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3735
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5790
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3808
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5879
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3798
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5877
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0508
CLUBB-TIMER time_clubb_advance = 0.0862
CLUBB-TIMER time_clubb_pdf = 0.0434
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3691
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5673
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0888
CLUBB-TIMER time_clubb_pdf = 0.0440
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3774
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5811
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3868
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5927
Grid deallocation failed.
Iteration: 370
Parameters:
C_uu_shr = 0.53507065773010253906
C11 = 0.82240116596221923828
gamma_coef = 0.16770574450492858887
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3795
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5853
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3774
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5822
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3922
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.6009
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3794
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5860
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3821
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5917
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3890
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5955
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3669
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5724
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3773
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5885
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0403
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3326
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5340
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3701
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5759
Grid deallocation failed.
Iteration: 380
Parameters:
C_uu_shr = 0.42481094598770141602
C11 = 0.71150958538055419922
gamma_coef = 0.05347106233239173889
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3715
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5775
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0352
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3509
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5484
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0356
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3489
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5495
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0350
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3378
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5341
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3509
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5516
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0355
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3509
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5478
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0917
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3774
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5866
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0431
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3682
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5718
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0432
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3688
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5728
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3686
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5731
Grid deallocation failed.
Iteration: 390
Parameters:
C_uu_shr = 0.00338662532158195972
C11 = 0.84790253639221191406
gamma_coef = 0.08158165961503982544
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3736
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5799
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3723
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5782
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3690
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5749
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0429
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3652
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5678
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0433
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3689
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5734
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3845
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5889
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0884
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3766
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5798
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3753
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5797
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0376
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3700
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5687
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0881
CLUBB-TIMER time_clubb_pdf = 0.0421
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3772
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5772
Grid deallocation failed.
Iteration: 400
Parameters:
C_uu_shr = 0.50226366519927978516
C11 = 0.00000000000000000000
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0385
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3748
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5745
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0377
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3650
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5636
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0397
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3811
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5854
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3917
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5975
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3887
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5983
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3814
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5861
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3884
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5953
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3884
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5946
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3857
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5922
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3871
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5946
Grid deallocation failed.
Iteration: 410
Parameters:
C_uu_shr = 0.73864132165908813477
C11 = 0.00000000000000000000
gamma_coef = 0.11291592568159103394
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3840
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5894
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0882
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3710
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5747
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3756
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5840
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3749
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5810
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3791
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5876
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3841
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5917
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3710
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5781
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3733
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5772
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3791
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5870
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3794
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5865
Grid deallocation failed.
Iteration: 420
Parameters:
C_uu_shr = 0.86693930625915527344
C11 = 0.09063221514225006104
gamma_coef = 0.14240136742591857910
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3733
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5805
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0505
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0465
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3768
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5817
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3785
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5847
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3771
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5882
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0926
CLUBB-TIMER time_clubb_pdf = 0.0473
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3923
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6049
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3861
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5926
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3729
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5804
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3692
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5735
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3738
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5795
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3709
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5746
Grid deallocation failed.
Iteration: 430
Parameters:
C_uu_shr = 0.86630135774612426758
C11 = 0.28561815619468688965
gamma_coef = 0.27040699124336242676
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3727
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5798
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3812
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5861
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3890
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5951
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3984
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6063
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0912
CLUBB-TIMER time_clubb_pdf = 0.0470
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3976
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6067
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4046
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6122
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4061
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6114
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4043
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6125
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.4030
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6108
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3972
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.6003
Grid deallocation failed.
Iteration: 440
Parameters:
C_uu_shr = 0.46367645263671875000
C11 = 0.46286159753799438477
gamma_coef = 0.28917858004570007324
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4090
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6169
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0881
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3987
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6024
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.4089
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6168
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0428
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3961
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5980
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4009
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6074
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4092
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6180
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0881
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3979
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6020
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4035
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6113
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3953
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6030
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3674
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5643
Grid deallocation failed.
Iteration: 450
Parameters:
C_uu_shr = 0.51732259988784790039
C11 = 0.12088567018508911133
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3652
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5633
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3561
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5534
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3690
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5686
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3828
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5879
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0880
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3800
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5834
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0510
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3755
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5770
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3903
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5967
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3848
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5901
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3841
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5894
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3828
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5888
Grid deallocation failed.
Iteration: 460
Parameters:
C_uu_shr = 0.59455192089080810547
C11 = 0.11466841399669647217
gamma_coef = 0.05309933796525001526
CLUBB-TIMER time_loop_init = 0.0533
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3889
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5959
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3857
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5918
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3939
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6009
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3812
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5867
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3854
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5904
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3893
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5978
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3864
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5921
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3844
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5905
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3965
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6032
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3960
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6034
Grid deallocation failed.
Iteration: 470
Parameters:
C_uu_shr = 0.55036014318466186523
C11 = 0.00000000000000000000
gamma_coef = 0.14690759778022766113
CLUBB-TIMER time_loop_init = 0.0516
CLUBB-TIMER time_clubb_advance = 0.0886
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3928
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5968
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0520
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0468
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.4022
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6098
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3937
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5987
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0465
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.4037
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6151
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3930
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.6003
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0881
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3956
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5984
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0429
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3903
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5939
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0464
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3900
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5972
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3855
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5897
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3935
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5998
Grid deallocation failed.
Iteration: 480
Parameters:
C_uu_shr = 0.65897399187088012695
C11 = 0.10991183668375015259
gamma_coef = 0.12952813506126403809
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3952
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.6029
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0467
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3957
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6044
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0511
CLUBB-TIMER time_clubb_advance = 0.0872
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3748
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5752
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3804
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5851
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3786
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5850
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0462
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3776
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5845
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0466
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3807
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5925
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3743
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5823
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0884
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3730
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5752
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3765
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5860
Grid deallocation failed.
Iteration: 490
Parameters:
C_uu_shr = 0.79074996709823608398
C11 = 0.07305984944105148315
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0378
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3591
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5581
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0379
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3513
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5507
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0375
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3600
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5596
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0915
CLUBB-TIMER time_clubb_pdf = 0.0382
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3576
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5602
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0388
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3597
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5606
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0385
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3596
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5589
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0376
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3567
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5556
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0439
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3769
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5812
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0520
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3829
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5872
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3845
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5915
Grid deallocation failed.
Iteration: 500
Parameters:
C_uu_shr = 0.61310791969299316406
C11 = 0.19319933652877807617
gamma_coef = 0.05639343336224555969
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3869
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5958
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3827
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5874
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3856
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5934
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0881
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3777
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5803
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3787
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5843
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3826
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5927
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3759
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5818
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0879
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3812
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5839
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3771
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5867
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3759
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5812
Grid deallocation failed.
Iteration: 510
Parameters:
C_uu_shr = 0.68285733461380004883
C11 = 0.43555617332458496094
gamma_coef = 0.00512019544839859009
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0913
CLUBB-TIMER time_clubb_pdf = 0.0432
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3689
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0076
CLUBB-TIMER time_total = 0.5765
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3715
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5818
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0924
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3687
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5793
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0354
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3438
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5401
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0350
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3360
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5292
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0911
CLUBB-TIMER time_clubb_pdf = 0.0356
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3429
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5409
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3595
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5659
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0543
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3429
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5440
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3369
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5315
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0544
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0367
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3471
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5484
Grid deallocation failed.
Iteration: 520
Parameters:
C_uu_shr = 0.79402625560760498047
C11 = 0.36987373232841491699
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3480
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5475
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3352
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5319
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3420
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5391
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3619
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5664
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0440
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3617
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5651
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3745
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5812
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3595
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5640
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3628
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5685
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3617
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5673
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3574
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5633
Grid deallocation failed.
Iteration: 530
Parameters:
C_uu_shr = 0.75678950548171997070
C11 = 0.33331611752510070801
gamma_coef = 0.00268636923283338547
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0428
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3685
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5737
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0428
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3628
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5669
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0922
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3647
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5735
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3410
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5379
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0430
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3583
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5613
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0922
CLUBB-TIMER time_clubb_pdf = 0.0370
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3501
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5516
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0358
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3456
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5415
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3500
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5511
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0363
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3456
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5422
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3475
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5455
Grid deallocation failed.
Iteration: 540
Parameters:
C_uu_shr = 0.85543692111968994141
C11 = 0.25460505485534667969
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3366
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5336
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0358
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3377
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5349
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0354
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3334
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5291
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0922
CLUBB-TIMER time_clubb_pdf = 0.0358
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3349
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5357
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3558
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5616
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3565
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5625
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0910
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3639
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5725
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3604
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5657
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3634
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5655
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0916
CLUBB-TIMER time_clubb_pdf = 0.0372
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3684
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5698
Grid deallocation failed.
Iteration: 550
Parameters:
C_uu_shr = 0.52546906471252441406
C11 = 0.20213359594345092773
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3657
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5638
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0370
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3640
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5615
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0370
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3696
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5681
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3850
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0076
CLUBB-TIMER time_total = 0.5921
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0912
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3580
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5572
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0876
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3671
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5685
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3748
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5772
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3808
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5865
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3689
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5731
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3610
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5578
Grid deallocation failed.
Iteration: 560
Parameters:
C_uu_shr = 0.62809091806411743164
C11 = 0.29848593473434448242
gamma_coef = 0.03905100002884864807
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3769
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5831
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3743
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5807
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3802
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5876
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3795
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5855
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3823
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5888
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3722
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5785
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3759
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5816
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0498
CLUBB-TIMER time_clubb_advance = 0.0857
CLUBB-TIMER time_clubb_pdf = 0.0415
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3492
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5444
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0495
CLUBB-TIMER time_clubb_advance = 0.0850
CLUBB-TIMER time_clubb_pdf = 0.0426
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3512
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5459
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0505
CLUBB-TIMER time_clubb_advance = 0.0860
CLUBB-TIMER time_clubb_pdf = 0.0428
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3586
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5556
Grid deallocation failed.
Iteration: 570
Parameters:
C_uu_shr = 0.58454805612564086914
C11 = 0.38789352774620056152
gamma_coef = 0.06529840826988220215
CLUBB-TIMER time_loop_init = 0.0505
CLUBB-TIMER time_clubb_advance = 0.0863
CLUBB-TIMER time_clubb_pdf = 0.0409
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3603
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5560
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0491
CLUBB-TIMER time_clubb_advance = 0.0840
CLUBB-TIMER time_clubb_pdf = 0.0425
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3577
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0066
CLUBB-TIMER time_total = 0.5503
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3838
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5920
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3750
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5814
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3881
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5959
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3808
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5910
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3813
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5860
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3781
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5848
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3804
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5849
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0503
CLUBB-TIMER time_clubb_advance = 0.0945
CLUBB-TIMER time_clubb_pdf = 0.0485
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3867
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5993
Grid deallocation failed.
Iteration: 580
Parameters:
C_uu_shr = 0.59489488601684570312
C11 = 0.03383440896868705750
gamma_coef = 0.04801519587635993958
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3855
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5925
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0926
CLUBB-TIMER time_clubb_pdf = 0.0471
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3939
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6067
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3818
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5883
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0879
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3793
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5829
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3851
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5914
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3839
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5914
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0496
CLUBB-TIMER time_clubb_advance = 0.0861
CLUBB-TIMER time_clubb_pdf = 0.0430
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3673
CLUBB-TIMER time_microphys_advance = 0.0084
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5638
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3875
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5950
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3838
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5898
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3833
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5899
Grid deallocation failed.
Iteration: 590
Parameters:
C_uu_shr = 0.54420691728591918945
C11 = 0.00000000000000000000
gamma_coef = 0.01798509433865547180
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3865
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5928
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3913
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5988
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0910
CLUBB-TIMER time_clubb_pdf = 0.0381
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3700
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5696
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3663
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5642
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0517
CLUBB-TIMER time_clubb_advance = 0.0885
CLUBB-TIMER time_clubb_pdf = 0.0358
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3594
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5537
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0373
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3696
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5714
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3806
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5853
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3819
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5880
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3846
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5913
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0376
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3648
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5635
Grid deallocation failed.
Iteration: 600
Parameters:
C_uu_shr = 0.59654533863067626953
C11 = 0.08178042620420455933
gamma_coef = 0.01815484464168548584
CLUBB-TIMER time_loop_init = 0.0533
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3853
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5922
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0915
CLUBB-TIMER time_clubb_pdf = 0.0384
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3705
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5726
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0375
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3627
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5609
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0382
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3683
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5678
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0383
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3683
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5669
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0461
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3825
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5895
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3772
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5838
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3818
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5906
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3730
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5780
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3858
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5940
Grid deallocation failed.
Iteration: 610
Parameters:
C_uu_shr = 0.68348217010498046875
C11 = 0.00000000000000000000
gamma_coef = 0.03377475216984748840
CLUBB-TIMER time_loop_init = 0.0510
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3791
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5822
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0440
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3765
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.5811
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3835
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5875
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0926
CLUBB-TIMER time_clubb_pdf = 0.0467
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3914
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.6036
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0533
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3882
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0076
CLUBB-TIMER time_total = 0.5953
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0925
CLUBB-TIMER time_clubb_pdf = 0.0399
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3832
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0076
CLUBB-TIMER time_total = 0.5888
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0926
CLUBB-TIMER time_clubb_pdf = 0.0399
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3797
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5843
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0909
CLUBB-TIMER time_clubb_pdf = 0.0378
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3714
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5722
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0428
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3790
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5847
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0947
CLUBB-TIMER time_clubb_pdf = 0.0480
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3939
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.6098
Grid deallocation failed.
Iteration: 620
Parameters:
C_uu_shr = 0.66258239746093750000
C11 = 0.11484136432409286499
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0384
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3721
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5754
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3770
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5832
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0939
CLUBB-TIMER time_clubb_pdf = 0.0391
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3742
CLUBB-TIMER time_microphys_advance = 0.0093
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5800
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3796
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5858
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0374
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3643
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5666
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0516
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3768
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5809
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0924
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3865
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5981
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0878
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3730
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5752
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3741
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5805
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3700
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5748
Grid deallocation failed.
Iteration: 630
Parameters:
C_uu_shr = 0.53806447982788085938
C11 = 0.28219914436340332031
gamma_coef = 0.01617258973419666290
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3705
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5764
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3590
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5556
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3743
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5809
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0915
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3830
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5926
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3760
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5823
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3815
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5880
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0530
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3751
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5805
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0508
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0439
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3680
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5687
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0365
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3547
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5516
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3739
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5784
Grid deallocation failed.
Iteration: 640
Parameters:
C_uu_shr = 0.63405424356460571289
C11 = 0.18679013848304748535
gamma_coef = 0.01792605780065059662
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3811
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5905
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3796
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5870
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3786
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5848
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3731
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0076
CLUBB-TIMER time_total = 0.5799
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0544
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3841
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5928
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3754
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5805
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0543
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3851
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5937
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0376
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3594
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5585
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3661
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5643
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0375
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3606
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5590
Grid deallocation failed.
Iteration: 650
Parameters:
C_uu_shr = 0.61683523654937744141
C11 = 0.03578984737396240234
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0379
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3727
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5739
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0390
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3659
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5667
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0372
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3616
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5601
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0367
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3634
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5612
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0913
CLUBB-TIMER time_clubb_pdf = 0.0367
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3641
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5646
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0365
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3595
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5571
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3630
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5609
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3746
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5814
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3539
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5492
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0355
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3535
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.5498
Grid deallocation failed.
Iteration: 660
Parameters:
C_uu_shr = 0.58277755975723266602
C11 = 0.34085944294929504395
gamma_coef = 0.02156541310250759125
CLUBB-TIMER time_loop_init = 0.0517
CLUBB-TIMER time_clubb_advance = 0.0877
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3714
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5733
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0890
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3686
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5720
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3758
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5822
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3780
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5877
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3783
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5840
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0543
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0467
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3802
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5920
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3772
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5837
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0455
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3835
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5897
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0364
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3608
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5589
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3685
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5678
Grid deallocation failed.
Iteration: 670
Parameters:
C_uu_shr = 0.56349867582321166992
C11 = 0.20887434482574462891
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0364
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3607
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5575
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3591
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5549
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3593
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0076
CLUBB-TIMER time_total = 0.5576
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3732
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5791
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3708
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5754
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3758
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5816
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0909
CLUBB-TIMER time_clubb_pdf = 0.0460
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3824
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5904
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0882
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3741
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5757
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3770
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5836
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0533
CLUBB-TIMER time_clubb_advance = 0.0914
CLUBB-TIMER time_clubb_pdf = 0.0463
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3872
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0077
CLUBB-TIMER time_total = 0.5974
Grid deallocation failed.
Iteration: 680
Parameters:
C_uu_shr = 0.49686682224273681641
C11 = 0.15423630177974700928
gamma_coef = 0.03607102856040000916
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3794
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5848
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3766
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5810
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3798
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5857
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3766
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5833
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3824
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5880
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3819
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5876
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0456
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3801
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5862
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0458
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3860
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5945
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0517
CLUBB-TIMER time_clubb_advance = 0.0879
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3760
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5782
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3746
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5800
Grid deallocation failed.
Iteration: 690
Parameters:
C_uu_shr = 0.51706570386886596680
C11 = 0.19130066037178039551
gamma_coef = 0.01233579870313405991
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0881
CLUBB-TIMER time_clubb_pdf = 0.0435
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3734
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5758
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0917
CLUBB-TIMER time_clubb_pdf = 0.0457
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3833
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5932
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0875
CLUBB-TIMER time_clubb_pdf = 0.0441
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3733
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5745
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0532
CLUBB-TIMER time_clubb_advance = 0.0911
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3872
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5953
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3773
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5830
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3786
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5846
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3857
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5929
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0885
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3732
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5765
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3833
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5904
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0880
CLUBB-TIMER time_clubb_pdf = 0.0432
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3729
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5751
Grid deallocation failed.
Iteration: 700
Parameters:
C_uu_shr = 0.50466799736022949219
C11 = 0.14944554865360260010
gamma_coef = 0.01775924302637577057
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3843
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5889
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3820
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5879
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0922
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3709
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5729
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0363
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3657
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5624
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3744
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5797
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3860
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5918
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3638
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5604
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0354
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3578
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5528
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3810
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5903
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0913
CLUBB-TIMER time_clubb_pdf = 0.0454
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3843
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5937
Grid deallocation failed.
Iteration: 710
Parameters:
C_uu_shr = 0.54087996482849121094
C11 = 0.17646609246730804443
gamma_coef = 0.01402392331510782242
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3791
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5837
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0882
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3777
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5808
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3671
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5648
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3683
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5636
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0909
CLUBB-TIMER time_clubb_pdf = 0.0388
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3695
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5703
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0365
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3613
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5596
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3632
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5587
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0363
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3571
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5527
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0517
CLUBB-TIMER time_clubb_advance = 0.0888
CLUBB-TIMER time_clubb_pdf = 0.0433
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3733
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5750
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0431
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3759
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5799
Grid deallocation failed.
Iteration: 720
Parameters:
C_uu_shr = 0.55872231721878051758
C11 = 0.21609683334827423096
gamma_coef = 0.00394773436710238457
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0435
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3780
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5826
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3665
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5680
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0439
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3770
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0076
CLUBB-TIMER time_total = 0.5809
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0485
CLUBB-TIMER time_clubb_advance = 0.0846
CLUBB-TIMER time_clubb_pdf = 0.0343
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3414
CLUBB-TIMER time_microphys_advance = 0.0082
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5258
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3785
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0066
CLUBB-TIMER time_total = 0.5836
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3777
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5837
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3794
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5855
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0913
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3651
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5649
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0367
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3666
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5644
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0367
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3660
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5633
Grid deallocation failed.
Iteration: 730
Parameters:
C_uu_shr = 0.47978794574737548828
C11 = 0.11132647097110748291
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3728
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5720
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0885
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3603
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5541
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0378
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3715
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5734
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0370
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3686
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5682
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0908
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3695
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5698
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3822
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5869
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0511
CLUBB-TIMER time_clubb_advance = 0.0885
CLUBB-TIMER time_clubb_pdf = 0.0363
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3606
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5545
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0377
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3694
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5718
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3832
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5882
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0364
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3660
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5619
Grid deallocation failed.
Iteration: 740
Parameters:
C_uu_shr = 0.46950948238372802734
C11 = 0.09356427937746047974
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0909
CLUBB-TIMER time_clubb_pdf = 0.0377
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3703
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5694
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0372
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3681
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5653
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0373
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3690
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5671
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3642
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5620
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0922
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3878
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5986
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0512
CLUBB-TIMER time_clubb_advance = 0.0884
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3776
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5793
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3797
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5852
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0876
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3776
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0066
CLUBB-TIMER time_total = 0.5786
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3803
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5849
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3890
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5987
Grid deallocation failed.
Iteration: 750
Parameters:
C_uu_shr = 0.40981313586235046387
C11 = 0.08527224510908126831
gamma_coef = 0.00863781012594699860
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0430
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3772
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5779
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3846
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5896
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0910
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3835
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5905
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0905
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3867
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5935
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0924
CLUBB-TIMER time_clubb_pdf = 0.0459
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3916
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.6017
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3822
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5879
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3787
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0079
CLUBB-TIMER time_total = 0.5849
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3895
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5959
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0515
CLUBB-TIMER time_clubb_advance = 0.0880
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3805
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5817
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0892
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3860
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5907
Grid deallocation failed.
Iteration: 760
Parameters:
C_uu_shr = 0.43559229373931884766
C11 = 0.10926578193902969360
gamma_coef = 0.02665915526449680328
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0453
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3898
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5955
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3864
CLUBB-TIMER time_microphys_advance = 0.0092
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5961
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3605
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5573
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0917
CLUBB-TIMER time_clubb_pdf = 0.0376
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3700
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5718
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3644
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5616
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0934
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3802
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5901
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0439
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3766
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5811
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0364
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3580
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5554
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3598
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5560
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3803
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5855
Grid deallocation failed.
Iteration: 770
Parameters:
C_uu_shr = 0.50251919031143188477
C11 = 0.26294109225273132324
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3695
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5712
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0518
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3583
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5535
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3539
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5507
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3739
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5792
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3591
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5556
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3748
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5795
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0505
CLUBB-TIMER time_clubb_advance = 0.0878
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3710
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5705
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0449
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3747
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5803
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3810
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5872
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0533
CLUBB-TIMER time_clubb_advance = 0.0911
CLUBB-TIMER time_clubb_pdf = 0.0417
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3786
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5829
Grid deallocation failed.
Iteration: 780
Parameters:
C_uu_shr = 0.44970905780792236328
C11 = 0.23431125283241271973
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0909
CLUBB-TIMER time_clubb_pdf = 0.0368
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3579
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5566
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0520
CLUBB-TIMER time_clubb_advance = 0.0885
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3601
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0064
CLUBB-TIMER time_total = 0.5542
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0932
CLUBB-TIMER time_clubb_pdf = 0.0377
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3692
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.5714
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0535
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3621
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5630
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0893
CLUBB-TIMER time_clubb_pdf = 0.0354
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3529
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5484
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0904
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3580
CLUBB-TIMER time_microphys_advance = 0.0094
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5558
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0433
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3709
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5753
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0421
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3726
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5755
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0418
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3686
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5710
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0514
CLUBB-TIMER time_clubb_advance = 0.0886
CLUBB-TIMER time_clubb_pdf = 0.0412
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3645
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5636
Grid deallocation failed.
Iteration: 790
Parameters:
C_uu_shr = 0.50905478000640869141
C11 = 0.33683440089225769043
gamma_coef = 0.00248385244049131870
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0427
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3759
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5833
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0917
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3559
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5565
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3564
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5550
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3527
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5487
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0519
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3666
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5706
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3755
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5852
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3694
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5735
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0360
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3514
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5484
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0524
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3698
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5743
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0883
CLUBB-TIMER time_clubb_pdf = 0.0428
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3640
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5654
Grid deallocation failed.
Iteration: 800
Parameters:
C_uu_shr = 0.60988420248031616211
C11 = 0.33853793144226074219
gamma_coef = 0.00574059365317225456
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3754
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5802
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0434
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3715
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5774
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0549
CLUBB-TIMER time_clubb_advance = 0.0887
CLUBB-TIMER time_clubb_pdf = 0.0353
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3466
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5432
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0368
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3583
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5600
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0921
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3599
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5615
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0541
CLUBB-TIMER time_clubb_advance = 0.0925
CLUBB-TIMER time_clubb_pdf = 0.0363
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3568
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5584
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0359
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3568
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5529
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3594
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5566
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0357
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3525
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5480
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0926
CLUBB-TIMER time_clubb_pdf = 0.0373
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3635
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5660
Grid deallocation failed.
Iteration: 810
Parameters:
C_uu_shr = 0.60399800539016723633
C11 = 0.31864601373672485352
gamma_coef = 0.00824057869613170624
CLUBB-TIMER time_loop_init = 0.0505
CLUBB-TIMER time_clubb_advance = 0.0874
CLUBB-TIMER time_clubb_pdf = 0.0431
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3616
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5601
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0542
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0373
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3646
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5667
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0444
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3763
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5821
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0440
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3715
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5763
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0445
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3744
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5794
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3754
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5801
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3769
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5828
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0885
CLUBB-TIMER time_clubb_pdf = 0.0437
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3657
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0066
CLUBB-TIMER time_total = 0.5683
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3753
CLUBB-TIMER time_microphys_advance = 0.0086
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5816
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0521
CLUBB-TIMER time_clubb_advance = 0.0910
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3675
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0069
CLUBB-TIMER time_total = 0.5734
Grid deallocation failed.
Iteration: 820
Parameters:
C_uu_shr = 0.56918996572494506836
C11 = 0.38220500946044921875
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0367
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3571
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5584
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0895
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3848
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5899
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0882
CLUBB-TIMER time_clubb_pdf = 0.0439
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3771
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5801
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3785
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5844
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0443
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3871
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5927
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0446
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3849
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5905
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0889
CLUBB-TIMER time_clubb_pdf = 0.0442
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3780
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0068
CLUBB-TIMER time_total = 0.5811
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0365
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3673
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5672
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0365
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3620
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5596
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0537
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0448
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3855
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0074
CLUBB-TIMER time_total = 0.5948
Grid deallocation failed.
Iteration: 830
Parameters:
C_uu_shr = 0.50044077634811401367
C11 = 0.16501422226428985596
gamma_coef = 0.00491069816052913666
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0901
CLUBB-TIMER time_clubb_pdf = 0.0440
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3779
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5827
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0523
CLUBB-TIMER time_clubb_advance = 0.0877
CLUBB-TIMER time_clubb_pdf = 0.0428
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3731
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5742
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0920
CLUBB-TIMER time_clubb_pdf = 0.0452
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3869
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5968
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0438
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3815
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5860
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0451
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3863
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5945
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0361
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3586
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5554
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0450
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3859
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5955
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0522
CLUBB-TIMER time_clubb_advance = 0.0891
CLUBB-TIMER time_clubb_pdf = 0.0371
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3619
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5583
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0538
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0384
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3745
CLUBB-TIMER time_microphys_advance = 0.0091
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5774
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0374
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3648
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5628
Grid deallocation failed.
Iteration: 840
Parameters:
C_uu_shr = 0.49806451797485351562
C11 = 0.11054436117410659790
gamma_coef = 0.01021484844386577606
CLUBB-TIMER time_loop_init = 0.0502
CLUBB-TIMER time_clubb_advance = 0.0856
CLUBB-TIMER time_clubb_pdf = 0.0423
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3659
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5616
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0919
CLUBB-TIMER time_clubb_pdf = 0.0370
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3674
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5688
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0896
CLUBB-TIMER time_clubb_pdf = 0.0365
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3676
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5645
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0897
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3640
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5611
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0918
CLUBB-TIMER time_clubb_pdf = 0.0368
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3673
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5686
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3655
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0075
CLUBB-TIMER time_total = 0.5644
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0493
CLUBB-TIMER time_clubb_advance = 0.0857
CLUBB-TIMER time_clubb_pdf = 0.0352
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3495
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5372
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0500
CLUBB-TIMER time_clubb_advance = 0.0855
CLUBB-TIMER time_clubb_pdf = 0.0414
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3665
CLUBB-TIMER time_microphys_advance = 0.0083
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5610
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0504
CLUBB-TIMER time_clubb_advance = 0.0862
CLUBB-TIMER time_clubb_pdf = 0.0362
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3571
CLUBB-TIMER time_microphys_advance = 0.0085
CLUBB-TIMER time_loop_end = 0.0070
CLUBB-TIMER time_total = 0.5476
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0481
CLUBB-TIMER time_clubb_advance = 0.0835
CLUBB-TIMER time_clubb_pdf = 0.0346
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3450
CLUBB-TIMER time_microphys_advance = 0.0082
CLUBB-TIMER time_loop_end = 0.0067
CLUBB-TIMER time_total = 0.5282
Grid deallocation failed.
Iteration: 850
Parameters:
C_uu_shr = 0.48871693015098571777
C11 = 0.11596343666315078735
gamma_coef = 0.00000000000000000000
CLUBB-TIMER time_loop_init = 0.0534
CLUBB-TIMER time_clubb_advance = 0.0912
CLUBB-TIMER time_clubb_pdf = 0.0374
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3712
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5719
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0539
CLUBB-TIMER time_clubb_advance = 0.0903
CLUBB-TIMER time_clubb_pdf = 0.0368
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3685
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5683
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0529
CLUBB-TIMER time_clubb_advance = 0.0900
CLUBB-TIMER time_clubb_pdf = 0.0368
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3630
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5609
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0906
CLUBB-TIMER time_clubb_pdf = 0.0447
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3841
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5904
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0536
CLUBB-TIMER time_clubb_advance = 0.0907
CLUBB-TIMER time_clubb_pdf = 0.0370
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3698
CLUBB-TIMER time_microphys_advance = 0.0089
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5695
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0894
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3639
CLUBB-TIMER time_microphys_advance = 0.0087
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5608
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0540
CLUBB-TIMER time_clubb_advance = 0.0923
CLUBB-TIMER time_clubb_pdf = 0.0376
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3696
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5724
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0531
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0366
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3677
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0073
CLUBB-TIMER time_total = 0.5659
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0528
CLUBB-TIMER time_clubb_advance = 0.0899
CLUBB-TIMER time_clubb_pdf = 0.0369
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3676
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5657
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0525
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0436
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3838
CLUBB-TIMER time_microphys_advance = 0.0090
CLUBB-TIMER time_loop_end = 0.0072
CLUBB-TIMER time_total = 0.5888
Grid deallocation failed.
Iteration: 860
Parameters:
C_uu_shr = 0.50898921489715576172
C11 = 0.14797347784042358398
gamma_coef = 0.00300179980695247650
CLUBB-TIMER time_loop_init = 0.0526
CLUBB-TIMER time_clubb_advance = 0.0902
CLUBB-TIMER time_clubb_pdf = 0.0435
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.3745
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5792
Grid deallocation failed.
CLUBB-TIMER time_loop_init = 0.0527
CLUBB-TIMER time_clubb_advance = 0.0898
CLUBB-TIMER time_clubb_pdf = 0.0368
CLUBB-TIMER time_SILHS = 0.0002
CLUBB-TIMER time_microphys_scheme = 0.3670
CLUBB-TIMER time_microphys_advance = 0.0088
CLUBB-TIMER time_loop_end = 0.0071
CLUBB-TIMER time_total = 0.5647
Grid deallocation failed.
Parameter Initial Optimal
C_uu_shr = 0.4000000000 0.5254690633
C11 = 0.4000000000 0.2021335906
gamma_coef = 0.2500000000 0.0000000000
Initial cost:
1.000000
Optimal cost:
$$ 0.541515
Approx. percent increase in accuracy: 45.849 %
Approx. percent increase in accuracy by variable:
Case name Variable Improvement
fire cloud_frac 24.372 %
fire rcm 21.476 %
Run Complete.
Continue tuning starting with new parameters?(y/n) Generating new error.in file...
New filename is: ../input/error_20220328_0337.in
Generating new tunable_parameters.in file...
Writing parameters for namelist to ../input/tunable_parameters/tunable_parameters_20220328_0337.in
New filename is: ../input/tunable_parameters/tunable_parameters_20220328_0337.in
***The tuning results have been saved in the file:
../input/tuning_run_results_20220328_0337.log
Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
STOP Program exited normally
Running with the optimal parameter set
iteration = 1; time = 60.0
iteration = 2; time = 120.0
iteration = 3; time = 180.0
iteration = 4; time = 240.0
iteration = 5; time = 300.0
iteration = 6; time = 360.0
iteration = 7; time = 420.0
iteration = 8; time = 480.0
iteration = 9; time = 540.0
iteration = 10; time = 600.0
iteration = 11; time = 660.0
iteration = 12; time = 720.0
iteration = 13; time = 780.0
iteration = 14; time = 840.0
iteration = 15; time = 900.0
iteration = 16; time = 960.0
iteration = 17; time = 1020.0
iteration = 18; time = 1080.0
iteration = 19; time = 1140.0
iteration = 20; time = 1200.0
iteration = 21; time = 1260.0
iteration = 22; time = 1320.0
iteration = 23; time = 1380.0
iteration = 24; time = 1440.0
iteration = 25; time = 1500.0
iteration = 26; time = 1560.0
iteration = 27; time = 1620.0
iteration = 28; time = 1680.0
iteration = 29; time = 1740.0
iteration = 30; time = 1800.0
iteration = 31; time = 1860.0
iteration = 32; time = 1920.0
iteration = 33; time = 1980.0
iteration = 34; time = 2040.0
iteration = 35; time = 2100.0
iteration = 36; time = 2160.0
iteration = 37; time = 2220.0
iteration = 38; time = 2280.0
iteration = 39; time = 2340.0
iteration = 40; time = 2400.0
iteration = 41; time = 2460.0
iteration = 42; time = 2520.0
iteration = 43; time = 2580.0
iteration = 44; time = 2640.0
iteration = 45; time = 2700.0
iteration = 46; time = 2760.0
iteration = 47; time = 2820.0
iteration = 48; time = 2880.0
iteration = 49; time = 2940.0
iteration = 50; time = 3000.0
iteration = 51; time = 3060.0
iteration = 52; time = 3120.0
iteration = 53; time = 3180.0
iteration = 54; time = 3240.0
iteration = 55; time = 3300.0
iteration = 56; time = 3360.0
iteration = 57; time = 3420.0
iteration = 58; time = 3480.0
iteration = 59; time = 3540.0
iteration = 60; time = 3600.0
iteration = 61; time = 3660.0
iteration = 62; time = 3720.0
iteration = 63; time = 3780.0
iteration = 64; time = 3840.0
iteration = 65; time = 3900.0
iteration = 66; time = 3960.0
iteration = 67; time = 4020.0
iteration = 68; time = 4080.0
iteration = 69; time = 4140.0
iteration = 70; time = 4200.0
iteration = 71; time = 4260.0
iteration = 72; time = 4320.0
iteration = 73; time = 4380.0
iteration = 74; time = 4440.0
iteration = 75; time = 4500.0
iteration = 76; time = 4560.0
iteration = 77; time = 4620.0
iteration = 78; time = 4680.0
iteration = 79; time = 4740.0
iteration = 80; time = 4800.0
iteration = 81; time = 4860.0
iteration = 82; time = 4920.0
iteration = 83; time = 4980.0
iteration = 84; time = 5040.0
iteration = 85; time = 5100.0
iteration = 86; time = 5160.0
iteration = 87; time = 5220.0
iteration = 88; time = 5280.0
iteration = 89; time = 5340.0
iteration = 90; time = 5400.0
iteration = 91; time = 5460.0
iteration = 92; time = 5520.0
iteration = 93; time = 5580.0
iteration = 94; time = 5640.0
iteration = 95; time = 5700.0
iteration = 96; time = 5760.0
iteration = 97; time = 5820.0
iteration = 98; time = 5880.0
iteration = 99; time = 5940.0
iteration = 100; time = 6000.0
iteration = 101; time = 6060.0
iteration = 102; time = 6120.0
iteration = 103; time = 6180.0
iteration = 104; time = 6240.0
iteration = 105; time = 6300.0
iteration = 106; time = 6360.0
iteration = 107; time = 6420.0
iteration = 108; time = 6480.0
iteration = 109; time = 6540.0
iteration = 110; time = 6600.0
iteration = 111; time = 6660.0
iteration = 112; time = 6720.0
iteration = 113; time = 6780.0
iteration = 114; time = 6840.0
iteration = 115; time = 6900.0
iteration = 116; time = 6960.0
iteration = 117; time = 7020.0
iteration = 118; time = 7080.0
iteration = 119; time = 7140.0
iteration = 120; time = 7200.0
iteration = 121; time = 7260.0
iteration = 122; time = 7320.0
iteration = 123; time = 7380.0
iteration = 124; time = 7440.0
iteration = 125; time = 7500.0
iteration = 126; time = 7560.0
iteration = 127; time = 7620.0
iteration = 128; time = 7680.0
iteration = 129; time = 7740.0
iteration = 130; time = 7800.0
iteration = 131; time = 7860.0
iteration = 132; time = 7920.0
iteration = 133; time = 7980.0
iteration = 134; time = 8040.0
iteration = 135; time = 8100.0
iteration = 136; time = 8160.0
iteration = 137; time = 8220.0
iteration = 138; time = 8280.0
iteration = 139; time = 8340.0
iteration = 140; time = 8400.0
iteration = 141; time = 8460.0
iteration = 142; time = 8520.0
iteration = 143; time = 8580.0
iteration = 144; time = 8640.0
iteration = 145; time = 8700.0
iteration = 146; time = 8760.0
iteration = 147; time = 8820.0
iteration = 148; time = 8880.0
iteration = 149; time = 8940.0
iteration = 150; time = 9000.0
iteration = 151; time = 9060.0
iteration = 152; time = 9120.0
iteration = 153; time = 9180.0
iteration = 154; time = 9240.0
iteration = 155; time = 9300.0
iteration = 156; time = 9360.0
iteration = 157; time = 9420.0
iteration = 158; time = 9480.0
iteration = 159; time = 9540.0
iteration = 160; time = 9600.0
iteration = 161; time = 9660.0
iteration = 162; time = 9720.0
iteration = 163; time = 9780.0
iteration = 164; time = 9840.0
iteration = 165; time = 9900.0
iteration = 166; time = 9960.0
iteration = 167; time = 10020.0
iteration = 168; time = 10080.0
iteration = 169; time = 10140.0
iteration = 170; time = 10200.0
iteration = 171; time = 10260.0
iteration = 172; time = 10320.0
iteration = 173; time = 10380.0
iteration = 174; time = 10440.0
iteration = 175; time = 10500.0
iteration = 176; time = 10560.0
iteration = 177; time = 10620.0
iteration = 178; time = 10680.0
iteration = 179; time = 10740.0
iteration = 180; time = 10800.0
CLUBB-TIMER time_loop_init = 0.0393
CLUBB-TIMER time_clubb_advance = 0.1982
CLUBB-TIMER time_clubb_pdf = 0.1312
CLUBB-TIMER time_SILHS = 0.0001
CLUBB-TIMER time_microphys_scheme = 0.2831
CLUBB-TIMER time_microphys_advance = 0.0111
CLUBB-TIMER time_loop_end = 0.5655
CLUBB-TIMER time_total = 1.2297
Grid deallocation failed.
Program exited normally
Fire tuner successful!
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS