Started by an SCM change
Obtained jenkins_tests/clubb_new_tuner_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on mitch in /home/jenkins/workspace/clubb_new_tuner_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /home/jenkins/workspace/clubb_new_tuner_test/.git # timeout=10
> git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials larsongroupsysadmin github token
> git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 406c3636fd5626566f8c184c71152f19157606b5 (refs/remotes/origin/master)
Commit message: "Autoupdated clubb's morrison using sam's morrison"
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 406c3636fd5626566f8c184c71152f19157606b5 # timeout=10
> git rev-list --no-walk 8e88e823c01ff67c119c389266848c925611c3ca # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] sh
+ source /etc/profile.d/larson-group.sh
++ export GIT_EDITOR=vi
++ GIT_EDITOR=vi
++ export SVN_EDITOR=vi
++ SVN_EDITOR=vi
++ export OMP_STACKSIZE=1048579
++ OMP_STACKSIZE=1048579
++ export LMOD_ROOT=/opt/lmod/
++ LMOD_ROOT=/opt/lmod/
++ source /opt/lmod//lmod/lmod/init/bash
+++ '[' -z '' ']'
+++ case "$-" in
+++ __lmod_vx=x
+++ '[' -n x ']'
+++ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/lmod-8.7.37-fq24mybyn2li6got2bxzk62ejh5d3p4z/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ module load gcc netcdf-fortran
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_sh_dbg=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output
Lmod Warning:
-------------------------------------------------------------------------------
The following dependent module(s) are not currently loaded:
gcc-runtime/13.1.0-wiuv7wc (required by: mpich/4.2.1, hdf5/1.14.3-nhc23hl,
netcdf-c/4.9.2-xduzp77, netcdf-fortran/4.5.3), glibc/2.35-tdr5czg (required by:
mpich/4.2.1, hdf5/1.14.3-nhc23hl, netcdf-c/4.9.2-xduzp77, netcdf-fortran/4.5.3)
-------------------------------------------------------------------------------
Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ ./compile.py -debug -python
-- Compiling with double precision
-- SUCCESS: netcdf-fortran found.
-- -> Library : /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib/libnetcdff.so
-- -> Modules : /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/include
-- ENABLE_F2PY=ON: reusing CMake-built CLUBB libraries
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jenkins/workspace/clubb_new_tuner_test/build/gcc_DEBUG_PRECdouble_PYTHON
Using inferred toolchain file: /home/jenkins/workspace/clubb_new_tuner_test/cmake/toolchains/linux_x86_64_gcc.cmake
Setting CLUBB installation dir: /home/jenkins/workspace/clubb_new_tuner_test/build/gcc_DEBUG_PRECdouble_PYTHON
Setting CLUBB installation dir: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON
about to cmnake /home/jenkins/workspace/clubb_new_tuner_test/build/gcc_DEBUG_PRECdouble_PYTHON
Running CMake configure...
Scanning dependencies of target scm_activation_lib
[ 1%] Building Fortran object src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90.o
Scanning dependencies of target clubb_lapack_shared
Scanning dependencies of target clubb_lapack_single
[ 1%] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f.o
[ 1%] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f.o
[ 1%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f.o
[ 2%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f.o
[ 2%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f.o
[ 2%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f.o
Scanning dependencies of target clubb_lapack_double
[ 2%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f.o
[ 2%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f.o
[ 2%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f.o
[ 3%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f.o
[ 4%] Built target clubb_lapack_shared
[ 4%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f.o
[ 5%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f.o
[ 5%] Linking Fortran static library libscm_activation_lib.a
[ 6%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f.o
[ 6%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f.o
[ 7%] Built target scm_activation_lib
[ 7%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f.o
[ 9%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f.o
[ 9%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f.o
[ 9%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f.o
[ 12%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f.o
[ 12%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f.o
[ 12%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f.o
[ 12%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f.o
[ 12%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f.o
[ 12%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f.o
[ 14%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f.o
[ 14%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f.o
[ 14%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f.o
[ 14%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f.o
[ 18%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f.o
[ 20%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f.o
[ 20%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f.o
[ 23%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f.o
[ 25%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f.o
[ 25%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f.o
[ 27%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f.o
[ 27%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f.o
[ 27%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f.o
[ 32%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f.o
[ 32%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f.o
[ 32%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f.o
[ 32%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f.o
[ 32%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f.o
[ 32%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f.o
[ 33%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f.o
[ 33%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f.o
[ 33%] Built target clubb_lapack_double
[ 33%] Built target clubb_lapack_single
[ 34%] Linking Fortran static library liblapack_lib.a
[ 34%] Built target lapack_lib
Scanning dependencies of target clubb_core_lib
[ 34%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90.o
[ 34%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90.o
[ 35%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90.o
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/CLUBB_core/penta_bicgstab_solver.F90:140:10:
140 | if ( norm_rhs == 0.0) then
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_parameter_module.F90.o
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90.o
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90.o
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90.o
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90.o
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90.o
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90.o
[ 38%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90.o
[ 39%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90.o
[ 39%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90.o
[ 39%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/CLUBB_core/remapping_module.F90:1210:43:
1210 | if(f(i,k+1)*f(i,k-1)<zero .and. df2(i,k)/=zero) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/CLUBB_core/remapping_module.F90:1104:15:
1104 | if(dm(i) == zero) then
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90.o
[ 41%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90.o
[ 41%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90.o
[ 41%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_netcdf.F90.o
[ 41%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90.o
[ 43%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90.o
[ 43%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_module.F90.o
[ 45%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_wp2_wp3_module.F90.o
[ 45%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90.o
[ 45%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_closure_module.F90.o
[ 46%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/setup_clubb_pdf_params.F90.o
[ 46%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_clubb_core_module.F90.o
[ 46%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_api_module.F90.o
[ 47%] Linking Fortran static library libclubb_core_lib.a
[ 47%] Built target clubb_core_lib
Scanning dependencies of target text_writer_lib
[ 47%] Building Fortran object src/CMakeFiles/text_writer_lib.dir/text_writer.F90.o
Scanning dependencies of target microphys_utils_lib
Scanning dependencies of target coamps_lib
Scanning dependencies of target bugsrad_lib
[ 47%] Building Fortran object src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/microphys_stats_vars_module.F90.o
[ 47%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjmlt.F.o
[ 47%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjtq.F.o
[ 48%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/conice.F.o
[ 49%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90.o
[ 49%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F.o
[ 49%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F.o
[ 49%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90.o
[ 49%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90.o
[ 49%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90.o
[ 50%] Linking Fortran static library libtext_writer_lib.a
[ 50%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90.o
[ 50%] Built target text_writer_lib
[ 50%] Linking Fortran static library libmicrophys_utils_lib.a
[ 51%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F.o
[ 52%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F.o
[ 52%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F.o
[ 52%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F.o
[ 52%] Built target microphys_utils_lib
[ 52%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F.o
[ 53%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F.o
Scanning dependencies of target KK_microphys_lib
[ 53%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90.o
[ 53%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F.o
Scanning dependencies of target morrison_microphys_lib
[ 53%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F.o
[ 53%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90.o
[ 53%] Building Fortran object src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90.o
[ 53%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F.o
[ 53%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F.o
[ 53%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F.o
[ 54%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90.o
[ 54%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F.o
[ 55%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90.o
[ 56%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F.o
[ 56%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F.o
[ 56%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F.o
[ 56%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F.o
[ 56%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F.o
[ 57%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90.o
[ 57%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90.o
[ 57%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F.o
[ 57%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F.o
[ 57%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F.o
[ 57%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F.o
[ 57%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F.o
[ 57%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F.o
[ 58%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F.o
[ 58%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F.o
[ 58%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F.o
[ 58%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90.o
[ 59%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F.o
[ 59%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F.o
[ 59%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F.o
[ 59%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F.o
[ 59%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F.o
[ 60%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90.o
[ 61%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F.o
[ 61%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F.o
[ 61%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F.o
[ 61%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F.o
[ 61%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F.o
[ 62%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F.o
[ 62%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90.o
[ 63%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90.o
[ 63%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90.o
[ 63%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F.o
[ 63%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F.o
[ 63%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F.o
[ 63%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F.o
[ 63%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90.o
[ 64%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F.o
[ 64%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F.o
[ 64%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F.o
[ 64%] Linking Fortran static library libcoamps_lib.a
[ 64%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90.o
[ 64%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90.o
[ 64%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90.o
[ 64%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90.o
[ 64%] Built target coamps_lib
[ 64%] Linking Fortran static library libKK_microphys_lib.a
[ 64%] Built target KK_microphys_lib
Scanning dependencies of target silhs_lib
[ 64%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90.o
[ 64%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90.o
[ 64%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90.o
[ 64%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90.o
[ 64%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90.o
[ 64%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F.o
[ 64%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F.o
[ 65%] Linking Fortran static library libbugsrad_lib.a
[ 65%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90.o
[ 65%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90.o
[ 65%] Built target bugsrad_lib
[ 66%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90.o
[ 66%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/SILHS/silhs_importance_sample_module.F90:638:62:
633 | do category=1, num_importance_categories
| 2
......
638 | rand_vect(sample) < category_cumulative_probs(category+1) ) then
| 1
Warning: Array reference at (1) out of bounds (9 > 8) in loop beginning at (2) [-Wdo-subscript]
[ 67%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90.o
[ 67%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90.o
[ 67%] Linking Fortran static library libsilhs_lib.a
[ 67%] Built target silhs_lib
Scanning dependencies of target radiation_lib
Scanning dependencies of target numerical_recipes_lib
[ 67%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90.o
[ 67%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90.o
[ 67%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/soil_vegetation.F90.o
[ 67%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90.o
[ 67%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90.o
[ 67%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90.o
[ 67%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90.o
[ 67%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90.o
[ 67%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90.o
[ 67%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90.o
[ 67%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90.o
[ 67%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_variables_module.F90.o
[ 68%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90.o
[ 68%] Linking Fortran static library libmorrison_microphys_lib.a
[ 68%] Built target morrison_microphys_lib
[ 69%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90.o
[ 69%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90.o
[ 69%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/Numerical_recipes/ran_state.f90:8:59:
8 | INTEGER(K4B), PARAMETER :: hg=huge(1_K4B), hgm=-hg, hgng=hgm-1
| 1
Warning: Integer outside symmetric range implied by Standard Fortran at (1)
[ 69%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90.o
[ 70%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90.o
[ 70%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90.o
[ 71%] Linking Fortran static library libnumerical_recipes_lib.a
[ 71%] Built target numerical_recipes_lib
[ 71%] Linking Fortran static library libradiation_lib.a
[ 71%] Built target radiation_lib
Scanning dependencies of target input_fields_lib
[ 71%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90.o
[ 71%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/input_reader.F90:498:28:
491 | do i=1, dim_grid
| 2
......
498 | if ( grid(i) < grid(i-1) ) then
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90.o
[ 73%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:156:13:
156 | p_in_Pa, & ! Pressure [Pa]
| 1
Warning: Array 'p_in_pa' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:151:8:
151 | rt, & ! Total water mixing ratio sounding [kg/kg]
| 1
Warning: Array 'rt' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:157:10:
157 | subs ! Vertical velocity sounding [m/s or Pa/s]
| 1
Warning: Array 'subs' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:150:11:
150 | theta, & ! Liquid potential temperature sounding [K]
| 1
Warning: Array 'theta' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:152:7:
152 | u, & ! u wind sounding [m/s]
| 1
Warning: Array 'u' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:154:8:
154 | ug, & ! u geostrophic wind sounding [m/s]
| 1
Warning: Array 'ug' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:153:7:
153 | v, & ! v wind sounding [m/s]
| 1
Warning: Array 'v' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:155:8:
155 | vg, & ! v geostrophic wind sounding [m/s]
| 1
Warning: Array 'vg' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
/home/jenkins/workspace/clubb_new_tuner_test/src/Input_fields/sounding.F90:149:7:
149 | z, & ! Altitude [m]
| 1
Warning: Array 'z' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the '-fmax-stack-var-size=' limit (or use '-frecursive', which implies unlimited '-fmax-stack-var-size') - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
[ 73%] Linking Fortran static library libinput_fields_lib.a
[ 73%] Built target input_fields_lib
Scanning dependencies of target microphys_lib
Scanning dependencies of target benchmark_cases_lib
[ 73%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90.o
[ 73%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90.o
[ 73%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90.o
[ 73%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90.o
[ 73%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90.o
Scanning dependencies of target G_unit_test_lib
[ 74%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90.o
[ 74%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90.o
[ 74%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/Microphys/ice_dfsn_module.F90:272:25:
207 | do k = gr%nzt, 1, -1
| 2
......
272 | mass_ice_cryst(k-1) = mass_ice_cryst(k) &
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_new_tuner_test/src/Microphys/ice_dfsn_module.F90:287:25:
207 | do k = gr%nzt, 1, -1
| 2
......
287 | mass_ice_cryst(k-1) = mass_ice_cryst(k)
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
[ 74%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90.o
[ 74%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90.o
[ 74%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90.o
[ 74%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90.o
[ 74%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90.o
[ 74%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90.o
[ 75%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90.o
[ 75%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/G_unit_test_types/fill_holes_tests.F90:407:27:
407 | .or. any( field(:,upper_hf_level:nz) /= field(:,upper_hf_level:nz) ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/G_unit_test_types/fill_holes_tests.F90:406:22:
406 | if ( any( field(:,1:lower_hf_level) /= field(:,1:lower_hf_level) ) &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/G_unit_test_types/fill_holes_tests.F90:462:22:
462 | if ( any( field_rev_rev /= field ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/G_unit_test_types/fill_holes_tests.F90:221:27:
221 | .or. any( field(:,upper_hf_level:nz) /= field(:,upper_hf_level:nz) ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/G_unit_test_types/fill_holes_tests.F90:220:22:
220 | if ( any( field(:,1:lower_hf_level) /= field(:,1:lower_hf_level) ) &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/G_unit_test_types/fill_holes_tests.F90:275:22:
275 | if ( any( field_rev_rev /= field ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[ 76%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90.o
[ 76%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90.o
[ 77%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90.o
[ 77%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90.o
[ 77%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90.o
[ 78%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90.o
[ 78%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90.o
[ 78%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90.o
[ 78%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90.o
[ 78%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90.o
[ 79%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90.o
[ 79%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90.o
[ 80%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90.o
[ 80%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90.o
[ 80%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90.o
[ 80%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90.o
[ 81%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90.o
[ 83%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90.o
[ 83%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90.o
[ 83%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90.o
[ 83%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90.o
[ 83%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90.o
[ 83%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90.o
[ 84%] Linking Fortran static library libG_unit_test_lib.a
[ 84%] Built target G_unit_test_lib
[ 84%] Linking Fortran static library libbenchmark_cases_lib.a
[ 84%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90.o
[ 84%] Built target benchmark_cases_lib
[ 84%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90.o
[ 85%] Linking Fortran static library libmicrophys_lib.a
[ 85%] Built target microphys_lib
Scanning dependencies of target G_unit_tests
Scanning dependencies of target clubb_driver_lib
[ 85%] Building Fortran object src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90.o
[ 85%] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90.o
[ 85%] Linking Fortran executable G_unit_tests
[ 85%] Built target G_unit_tests
[ 85%] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90.o
[ 85%] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_loss_driver.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver.F90:255:28:
255 | is_finite_core_value = ( value == value ) .and. ( abs( value ) <= huge( value ) )
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
[ 85%] Linking Fortran static library libclubb_driver_lib.a
[ 85%] Built target clubb_driver_lib
Scanning dependencies of target clubb_standalone_loss
Scanning dependencies of target clubb_driver_test
Scanning dependencies of target clubb_thread_test
Scanning dependencies of target clubb_tuner
[ 85%] Building Fortran object src/CMakeFiles/clubb_standalone_loss.dir/clubb_standalone_loss.F90.o
Scanning dependencies of target clubb_loss_driver_test
Scanning dependencies of target clubb_standalone
[ 85%] Building Fortran object src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90.o
[ 86%] Building Fortran object src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90.o
[ 86%] Building Fortran object src/CMakeFiles/clubb_tuner.dir/error.F90.o
[ 86%] Building Fortran object src/CMakeFiles/clubb_loss_driver_test.dir/clubb_loss_driver_test.F90.o
[ 86%] Building Fortran object src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90.o
Scanning dependencies of target clubb_f2py_backend
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:273:14:
273 | if ( any( test_scaled_rmse /= reference_scaled_rmse ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:278:14:
278 | if ( any( test_correlation /= reference_correlation ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:283:14:
283 | if ( any( test_std_ratio /= reference_std_ratio ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:288:14:
288 | if ( any( test_centered_rmse_norm /= reference_centered_rmse_norm ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:293:14:
293 | if ( any( test_bias_norm /= reference_bias_norm ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:512:14:
512 | if ( any( clubb_params_all_1 /= clubb_params_all_2 ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:521:14:
521 | any( reinit_bias_norm_1 /= reinit_bias_norm_2 ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:520:14:
520 | any( reinit_centered_rmse_norm_1 /= reinit_centered_rmse_norm_2 ) .or. &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:519:14:
519 | any( reinit_std_ratio_1 /= reinit_std_ratio_2 ) .or. &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:518:14:
518 | any( reinit_correlation_1 /= reinit_correlation_2 ) .or. &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:517:14:
517 | if ( any( reinit_scaled_rmse_1 /= reinit_scaled_rmse_2 ) .or. &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:431:14:
431 | if ( all( tweaked_scaled_rmse == reference_scaled_rmse ) ) then
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:371:14:
371 | any( manual_bias_norm_2 /= manual_bias_norm_1 ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:370:14:
370 | any( manual_centered_rmse_norm_2 /= manual_centered_rmse_norm_1 ) .or. &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:369:14:
369 | any( manual_std_ratio_2 /= manual_std_ratio_1 ) .or. &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:368:14:
368 | any( manual_correlation_2 /= manual_correlation_1 ) .or. &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_new_tuner_test/src/clubb_loss_driver_test.F90:367:14:
367 | if ( any( manual_scaled_rmse_2 /= manual_scaled_rmse_1 ) .or. &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[ 86%] Linking Fortran executable clubb_thread_test
[ 87%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/T_in_K_module_wrapper.F90.o
[ 87%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/derived_type_storage.F90.o
[ 87%] Linking Fortran executable clubb_driver_test
[ 88%] Linking Fortran executable clubb_standalone
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/T_in_K_module_wrapper.F90:16:35:
16 | subroutine f2py_thlm2T_in_K_1D(nz, thlm, exner, rcm, T_in_K) &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_thlm2t_in_k_1d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/T_in_K_module_wrapper.F90:16:41:
16 | subroutine f2py_thlm2T_in_K_1D(nz, thlm, exner, rcm, T_in_K) &
| 1
Warning: Variable 'thlm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_thlm2t_in_k_1d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/T_in_K_module_wrapper.F90:16:48:
16 | subroutine f2py_thlm2T_in_K_1D(nz, thlm, exner, rcm, T_in_K) &
| 1
Warning: Variable 'exner' at (1) is a dummy argument of the BIND(C) procedure 'f2py_thlm2t_in_k_1d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/T_in_K_module_wrapper.F90:16:53:
16 | subroutine f2py_thlm2T_in_K_1D(nz, thlm, exner, rcm, T_in_K) &
| 1
Warning: Variable 'rcm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_thlm2t_in_k_1d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/T_in_K_module_wrapper.F90:16:61:
16 | subroutine f2py_thlm2T_in_K_1D(nz, thlm, exner, rcm, T_in_K) &
| 1
Warning: Variable 't_in_k' at (1) is a dummy argument of the BIND(C) procedure 'f2py_thlm2t_in_k_1d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:238:33:
238 | subroutine get_err_code(ngrdcol, err_code) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'get_err_code' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:238:43:
238 | subroutine get_err_code(ngrdcol, err_code) &
| 1
Warning: Variable 'err_code' at (1) is a dummy argument of the BIND(C) procedure 'get_err_code' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:225:38:
225 | subroutine get_err_info_dims(ngrdcol) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'get_err_info_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:104:29:
104 | subroutine get_grid(ngrdcol, nzm, nzt, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:104:34:
104 | subroutine get_grid(ngrdcol, nzm, nzt, &
| 1
Warning: Variable 'nzm' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:104:39:
104 | subroutine get_grid(ngrdcol, nzm, nzt, &
| 1
Warning: Variable 'nzt' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:105:24:
105 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'zm' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:105:28:
105 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'zt' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:105:33:
105 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'dzm' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:105:38:
105 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'dzt' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:105:49:
105 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'invrs_dzm' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:105:60:
105 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'invrs_dzt' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:106:35:
106 | weights_zt2zm, weights_zm2zt, &
| 1
Warning: Variable 'weights_zt2zm' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:106:50:
106 | weights_zt2zm, weights_zm2zt, &
| 1
Warning: Variable 'weights_zm2zt' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:107:29:
107 | k_lb_zm, k_ub_zm, k_lb_zt, k_ub_zt, &
| 1
Warning: Variable 'k_lb_zm' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:107:38:
107 | k_lb_zm, k_ub_zm, k_lb_zt, k_ub_zt, &
| 1
Warning: Variable 'k_ub_zm' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:107:47:
107 | k_lb_zm, k_ub_zm, k_lb_zt, k_ub_zt, &
| 1
Warning: Variable 'k_lb_zt' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:107:56:
107 | k_lb_zm, k_ub_zm, k_lb_zt, k_ub_zt, &
| 1
Warning: Variable 'k_ub_zt' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:108:35:
108 | grid_dir_indx, grid_dir) &
| 1
Warning: Variable 'grid_dir_indx' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:108:45:
108 | grid_dir_indx, grid_dir) &
| 1
Warning: Variable 'grid_dir' at (1) is a dummy argument of the BIND(C) procedure 'get_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:450:44:
450 | subroutine get_implicit_coefs_dims(ngrdcol, nz, sclr_dim) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:450:48:
450 | subroutine get_implicit_coefs_dims(ngrdcol, nz, sclr_dim) &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:450:58:
450 | subroutine get_implicit_coefs_dims(ngrdcol, nz, sclr_dim) &
| 1
Warning: Variable 'sclr_dim' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:461:46:
461 | subroutine get_implicit_coefs_fields(ngrdcol, nz, sclr_dim, sclr_dim_transport, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:461:50:
461 | subroutine get_implicit_coefs_fields(ngrdcol, nz, sclr_dim, sclr_dim_transport, &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:461:60:
461 | subroutine get_implicit_coefs_fields(ngrdcol, nz, sclr_dim, sclr_dim_transport, &
| 1
Warning: Variable 'sclr_dim' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:461:80:
461 | subroutine get_implicit_coefs_fields(ngrdcol, nz, sclr_dim, sclr_dim_transport, &
| 1
Warning: Variable 'sclr_dim_transport' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:462:56:
462 | coef_wp4_implicit, &
| 1
Warning: Variable 'coef_wp4_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:463:59:
463 | coef_wp2rtp_implicit, term_wp2rtp_explicit, &
| 1
Warning: Variable 'coef_wp2rtp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:463:81:
463 | coef_wp2rtp_implicit, term_wp2rtp_explicit, &
| 1
Warning: Variable 'term_wp2rtp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:464:60:
464 | coef_wp2thlp_implicit, term_wp2thlp_explicit, &
| 1
Warning: Variable 'coef_wp2thlp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:464:83:
464 | coef_wp2thlp_implicit, term_wp2thlp_explicit, &
| 1
Warning: Variable 'term_wp2thlp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:465:58:
465 | coef_wp2up_implicit, term_wp2up_explicit, &
| 1
Warning: Variable 'coef_wp2up_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:465:79:
465 | coef_wp2up_implicit, term_wp2up_explicit, &
| 1
Warning: Variable 'term_wp2up_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:466:58:
466 | coef_wp2vp_implicit, term_wp2vp_explicit, &
| 1
Warning: Variable 'coef_wp2vp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:466:79:
466 | coef_wp2vp_implicit, term_wp2vp_explicit, &
| 1
Warning: Variable 'term_wp2vp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:467:59:
467 | coef_wprtp2_implicit, term_wprtp2_explicit, &
| 1
Warning: Variable 'coef_wprtp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:467:81:
467 | coef_wprtp2_implicit, term_wprtp2_explicit, &
| 1
Warning: Variable 'term_wprtp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:468:60:
468 | coef_wpthlp2_implicit, term_wpthlp2_explicit, &
| 1
Warning: Variable 'coef_wpthlp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:468:83:
468 | coef_wpthlp2_implicit, term_wpthlp2_explicit, &
| 1
Warning: Variable 'term_wpthlp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:469:62:
469 | coef_wprtpthlp_implicit, term_wprtpthlp_explicit, &
| 1
Warning: Variable 'coef_wprtpthlp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:469:87:
469 | coef_wprtpthlp_implicit, term_wprtpthlp_explicit, &
| 1
Warning: Variable 'term_wprtpthlp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:470:58:
470 | coef_wpup2_implicit, term_wpup2_explicit, &
| 1
Warning: Variable 'coef_wpup2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:470:79:
470 | coef_wpup2_implicit, term_wpup2_explicit, &
| 1
Warning: Variable 'term_wpup2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:471:58:
471 | coef_wpvp2_implicit, term_wpvp2_explicit, &
| 1
Warning: Variable 'coef_wpvp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:471:79:
471 | coef_wpvp2_implicit, term_wpvp2_explicit, &
| 1
Warning: Variable 'term_wpvp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:472:61:
472 | coef_wp2sclrp_implicit, term_wp2sclrp_explicit, &
| 1
Warning: Variable 'coef_wp2sclrp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:472:85:
472 | coef_wp2sclrp_implicit, term_wp2sclrp_explicit, &
| 1
Warning: Variable 'term_wp2sclrp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:473:61:
473 | coef_wpsclrp2_implicit, term_wpsclrp2_explicit, &
| 1
Warning: Variable 'coef_wpsclrp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:473:85:
473 | coef_wpsclrp2_implicit, term_wpsclrp2_explicit, &
| 1
Warning: Variable 'term_wpsclrp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:474:63:
474 | coef_wprtpsclrp_implicit, term_wprtpsclrp_explicit, &
| 1
Warning: Variable 'coef_wprtpsclrp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:474:89:
474 | coef_wprtpsclrp_implicit, term_wprtpsclrp_explicit, &
| 1
Warning: Variable 'term_wprtpsclrp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:475:64:
475 | coef_wpthlpsclrp_implicit, term_wpthlpsclrp_explicit) &
| 1
Warning: Variable 'coef_wpthlpsclrp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:475:91:
475 | coef_wpthlpsclrp_implicit, term_wpthlpsclrp_explicit) &
| 1
Warning: Variable 'term_wpthlpsclrp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:538:49:
538 | subroutine get_implicit_coefs_fields_2d(ngrdcol, nz, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:538:53:
538 | subroutine get_implicit_coefs_fields_2d(ngrdcol, nz, &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:539:59:
539 | coef_wp4_implicit, &
| 1
Warning: Variable 'coef_wp4_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:540:62:
540 | coef_wp2rtp_implicit, term_wp2rtp_explicit, &
| 1
Warning: Variable 'coef_wp2rtp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:540:84:
540 | coef_wp2rtp_implicit, term_wp2rtp_explicit, &
| 1
Warning: Variable 'term_wp2rtp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:541:63:
541 | coef_wp2thlp_implicit, term_wp2thlp_explicit, &
| 1
Warning: Variable 'coef_wp2thlp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:541:86:
541 | coef_wp2thlp_implicit, term_wp2thlp_explicit, &
| 1
Warning: Variable 'term_wp2thlp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:542:61:
542 | coef_wp2up_implicit, term_wp2up_explicit, &
| 1
Warning: Variable 'coef_wp2up_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:542:82:
542 | coef_wp2up_implicit, term_wp2up_explicit, &
| 1
Warning: Variable 'term_wp2up_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:543:61:
543 | coef_wp2vp_implicit, term_wp2vp_explicit, &
| 1
Warning: Variable 'coef_wp2vp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:543:82:
543 | coef_wp2vp_implicit, term_wp2vp_explicit, &
| 1
Warning: Variable 'term_wp2vp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:544:62:
544 | coef_wprtp2_implicit, term_wprtp2_explicit, &
| 1
Warning: Variable 'coef_wprtp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:544:84:
544 | coef_wprtp2_implicit, term_wprtp2_explicit, &
| 1
Warning: Variable 'term_wprtp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:545:63:
545 | coef_wpthlp2_implicit, term_wpthlp2_explicit, &
| 1
Warning: Variable 'coef_wpthlp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:545:86:
545 | coef_wpthlp2_implicit, term_wpthlp2_explicit, &
| 1
Warning: Variable 'term_wpthlp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:546:65:
546 | coef_wprtpthlp_implicit, term_wprtpthlp_explicit, &
| 1
Warning: Variable 'coef_wprtpthlp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:546:90:
546 | coef_wprtpthlp_implicit, term_wprtpthlp_explicit, &
| 1
Warning: Variable 'term_wprtpthlp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:547:61:
547 | coef_wpup2_implicit, term_wpup2_explicit, &
| 1
Warning: Variable 'coef_wpup2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:547:82:
547 | coef_wpup2_implicit, term_wpup2_explicit, &
| 1
Warning: Variable 'term_wpup2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:548:61:
548 | coef_wpvp2_implicit, term_wpvp2_explicit) &
| 1
Warning: Variable 'coef_wpvp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:548:82:
548 | coef_wpvp2_implicit, term_wpvp2_explicit) &
| 1
Warning: Variable 'term_wpvp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'get_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:206:36:
206 | subroutine get_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nzm' at (1) is a dummy argument of the BIND(C) procedure 'get_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:206:41:
206 | subroutine get_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu1' at (1) is a dummy argument of the BIND(C) procedure 'get_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:206:46:
206 | subroutine get_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu2' at (1) is a dummy argument of the BIND(C) procedure 'get_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:206:51:
206 | subroutine get_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu6' at (1) is a dummy argument of the BIND(C) procedure 'get_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:206:56:
206 | subroutine get_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu8' at (1) is a dummy argument of the BIND(C) procedure 'get_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:206:61:
206 | subroutine get_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu9' at (1) is a dummy argument of the BIND(C) procedure 'get_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:206:67:
206 | subroutine get_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu10' at (1) is a dummy argument of the BIND(C) procedure 'get_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:206:74:
206 | subroutine get_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu_hm' at (1) is a dummy argument of the BIND(C) procedure 'get_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:252:40:
252 | subroutine get_pdf_params_dims(ngrdcol, nz, ngrdcol_zm, nz_zm) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:252:44:
252 | subroutine get_pdf_params_dims(ngrdcol, nz, ngrdcol_zm, nz_zm) &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:252:56:
252 | subroutine get_pdf_params_dims(ngrdcol, nz, ngrdcol_zm, nz_zm) &
| 1
Warning: Variable 'ngrdcol_zm' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:252:63:
252 | subroutine get_pdf_params_dims(ngrdcol, nz, ngrdcol_zm, nz_zm) &
| 1
Warning: Variable 'nz_zm' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:264:42:
264 | subroutine get_pdf_params_fields(ngrdcol, nz, which, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:264:46:
264 | subroutine get_pdf_params_fields(ngrdcol, nz, which, &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:264:53:
264 | subroutine get_pdf_params_fields(ngrdcol, nz, which, &
| 1
Warning: Variable 'which' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:265:42:
265 | w_1, w_2, varnce_w_1, varnce_w_2, &
| 1
Warning: Variable 'w_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:265:47:
265 | w_1, w_2, varnce_w_1, varnce_w_2, &
| 1
Warning: Variable 'w_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:265:59:
265 | w_1, w_2, varnce_w_1, varnce_w_2, &
| 1
Warning: Variable 'varnce_w_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:265:71:
265 | w_1, w_2, varnce_w_1, varnce_w_2, &
| 1
Warning: Variable 'varnce_w_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:266:43:
266 | rt_1, rt_2, varnce_rt_1, varnce_rt_2, &
| 1
Warning: Variable 'rt_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:266:49:
266 | rt_1, rt_2, varnce_rt_1, varnce_rt_2, &
| 1
Warning: Variable 'rt_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:266:62:
266 | rt_1, rt_2, varnce_rt_1, varnce_rt_2, &
| 1
Warning: Variable 'varnce_rt_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:266:75:
266 | rt_1, rt_2, varnce_rt_1, varnce_rt_2, &
| 1
Warning: Variable 'varnce_rt_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:267:44:
267 | thl_1, thl_2, varnce_thl_1, varnce_thl_2, &
| 1
Warning: Variable 'thl_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:267:51:
267 | thl_1, thl_2, varnce_thl_1, varnce_thl_2, &
| 1
Warning: Variable 'thl_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:267:65:
267 | thl_1, thl_2, varnce_thl_1, varnce_thl_2, &
| 1
Warning: Variable 'varnce_thl_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:267:79:
267 | thl_1, thl_2, varnce_thl_1, varnce_thl_2, &
| 1
Warning: Variable 'varnce_thl_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:268:50:
268 | corr_w_rt_1, corr_w_rt_2, corr_w_thl_1, corr_w_thl_2, &
| 1
Warning: Variable 'corr_w_rt_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:268:63:
268 | corr_w_rt_1, corr_w_rt_2, corr_w_thl_1, corr_w_thl_2, &
| 1
Warning: Variable 'corr_w_rt_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:268:77:
268 | corr_w_rt_1, corr_w_rt_2, corr_w_thl_1, corr_w_thl_2, &
| 1
Warning: Variable 'corr_w_thl_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:268:91:
268 | corr_w_rt_1, corr_w_rt_2, corr_w_thl_1, corr_w_thl_2, &
| 1
Warning: Variable 'corr_w_thl_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:269:52:
269 | corr_rt_thl_1, corr_rt_thl_2, alpha_thl, alpha_rt, &
| 1
Warning: Variable 'corr_rt_thl_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:269:67:
269 | corr_rt_thl_1, corr_rt_thl_2, alpha_thl, alpha_rt, &
| 1
Warning: Variable 'corr_rt_thl_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:269:78:
269 | corr_rt_thl_1, corr_rt_thl_2, alpha_thl, alpha_rt, &
| 1
Warning: Variable 'alpha_thl' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:269:88:
269 | corr_rt_thl_1, corr_rt_thl_2, alpha_thl, alpha_rt, &
| 1
Warning: Variable 'alpha_rt' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:270:44:
270 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'crt_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:270:51:
270 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'crt_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:270:59:
270 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'cthl_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:270:67:
270 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'cthl_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:270:74:
270 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'chi_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:270:81:
270 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'chi_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:271:50:
271 | stdev_chi_1, stdev_chi_2, stdev_eta_1, stdev_eta_2, &
| 1
Warning: Variable 'stdev_chi_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:271:63:
271 | stdev_chi_1, stdev_chi_2, stdev_eta_1, stdev_eta_2, &
| 1
Warning: Variable 'stdev_chi_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:271:76:
271 | stdev_chi_1, stdev_chi_2, stdev_eta_1, stdev_eta_2, &
| 1
Warning: Variable 'stdev_eta_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:271:89:
271 | stdev_chi_1, stdev_chi_2, stdev_eta_1, stdev_eta_2, &
| 1
Warning: Variable 'stdev_eta_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:272:54:
272 | covar_chi_eta_1, covar_chi_eta_2, &
| 1
Warning: Variable 'covar_chi_eta_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:272:71:
272 | covar_chi_eta_1, covar_chi_eta_2, &
| 1
Warning: Variable 'covar_chi_eta_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:273:51:
273 | corr_w_chi_1, corr_w_chi_2, corr_w_eta_1, corr_w_eta_2, &
| 1
Warning: Variable 'corr_w_chi_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:273:65:
273 | corr_w_chi_1, corr_w_chi_2, corr_w_eta_1, corr_w_eta_2, &
| 1
Warning: Variable 'corr_w_chi_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:273:79:
273 | corr_w_chi_1, corr_w_chi_2, corr_w_eta_1, corr_w_eta_2, &
| 1
Warning: Variable 'corr_w_eta_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:273:93:
273 | corr_w_chi_1, corr_w_chi_2, corr_w_eta_1, corr_w_eta_2, &
| 1
Warning: Variable 'corr_w_eta_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:274:53:
274 | corr_chi_eta_1, corr_chi_eta_2, rsatl_1, rsatl_2, &
| 1
Warning: Variable 'corr_chi_eta_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:274:69:
274 | corr_chi_eta_1, corr_chi_eta_2, rsatl_1, rsatl_2, &
| 1
Warning: Variable 'corr_chi_eta_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:274:78:
274 | corr_chi_eta_1, corr_chi_eta_2, rsatl_1, rsatl_2, &
| 1
Warning: Variable 'rsatl_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:274:87:
274 | corr_chi_eta_1, corr_chi_eta_2, rsatl_1, rsatl_2, &
| 1
Warning: Variable 'rsatl_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:275:43:
275 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'rc_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:275:49:
275 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'rc_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:275:63:
275 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'cloud_frac_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:275:77:
275 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'cloud_frac_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:275:88:
275 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'mixt_frac' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:276:58:
276 | ice_supersat_frac_1, ice_supersat_frac_2) &
| 1
Warning: Variable 'ice_supersat_frac_1' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:276:79:
276 | ice_supersat_frac_1, ice_supersat_frac_2) &
| 1
Warning: Variable 'ice_supersat_frac_2' at (1) is a dummy argument of the BIND(C) procedure 'get_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:155:35:
155 | subroutine get_sclr_idx(iisclr_rt, iisclr_thl, iisclr_CO2, &
| 1
Warning: Variable 'iisclr_rt' at (1) is a dummy argument of the BIND(C) procedure 'get_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:155:47:
155 | subroutine get_sclr_idx(iisclr_rt, iisclr_thl, iisclr_CO2, &
| 1
Warning: Variable 'iisclr_thl' at (1) is a dummy argument of the BIND(C) procedure 'get_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:155:59:
155 | subroutine get_sclr_idx(iisclr_rt, iisclr_thl, iisclr_CO2, &
| 1
Warning: Variable 'iisclr_co2' at (1) is a dummy argument of the BIND(C) procedure 'get_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:156:37:
156 | iiedsclr_rt, iiedsclr_thl, iiedsclr_CO2) &
| 1
Warning: Variable 'iiedsclr_rt' at (1) is a dummy argument of the BIND(C) procedure 'get_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:156:51:
156 | iiedsclr_rt, iiedsclr_thl, iiedsclr_CO2) &
| 1
Warning: Variable 'iiedsclr_thl' at (1) is a dummy argument of the BIND(C) procedure 'get_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:156:65:
156 | iiedsclr_rt, iiedsclr_thl, iiedsclr_CO2) &
| 1
Warning: Variable 'iiedsclr_co2' at (1) is a dummy argument of the BIND(C) procedure 'get_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:51:25:
51 | subroutine set_grid(nzm, nzt, ngrdcol, &
| 1
Warning: Variable 'nzm' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:51:30:
51 | subroutine set_grid(nzm, nzt, ngrdcol, &
| 1
Warning: Variable 'nzt' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:51:39:
51 | subroutine set_grid(nzm, nzt, ngrdcol, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:52:24:
52 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'zm' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:52:28:
52 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'zt' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:52:33:
52 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'dzm' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:52:38:
52 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'dzt' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:52:49:
52 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'invrs_dzm' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:52:60:
52 | zm, zt, dzm, dzt, invrs_dzm, invrs_dzt, &
| 1
Warning: Variable 'invrs_dzt' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:53:35:
53 | weights_zt2zm, weights_zm2zt, &
| 1
Warning: Variable 'weights_zt2zm' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:53:50:
53 | weights_zt2zm, weights_zm2zt, &
| 1
Warning: Variable 'weights_zm2zt' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:54:29:
54 | k_lb_zm, k_ub_zm, k_lb_zt, k_ub_zt, &
| 1
Warning: Variable 'k_lb_zm' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:54:38:
54 | k_lb_zm, k_ub_zm, k_lb_zt, k_ub_zt, &
| 1
Warning: Variable 'k_ub_zm' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:54:47:
54 | k_lb_zm, k_ub_zm, k_lb_zt, k_ub_zt, &
| 1
Warning: Variable 'k_lb_zt' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:54:56:
54 | k_lb_zm, k_ub_zm, k_lb_zt, k_ub_zt, &
| 1
Warning: Variable 'k_ub_zt' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:55:35:
55 | grid_dir_indx, grid_dir) &
| 1
Warning: Variable 'grid_dir_indx' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:55:45:
55 | grid_dir_indx, grid_dir) &
| 1
Warning: Variable 'grid_dir' at (1) is a dummy argument of the BIND(C) procedure 'set_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:585:46:
585 | subroutine set_implicit_coefs_fields(ngrdcol, nz, sclr_dim, sclr_dim_transport, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:585:50:
585 | subroutine set_implicit_coefs_fields(ngrdcol, nz, sclr_dim, sclr_dim_transport, &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:585:60:
585 | subroutine set_implicit_coefs_fields(ngrdcol, nz, sclr_dim, sclr_dim_transport, &
| 1
Warning: Variable 'sclr_dim' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:585:80:
585 | subroutine set_implicit_coefs_fields(ngrdcol, nz, sclr_dim, sclr_dim_transport, &
| 1
Warning: Variable 'sclr_dim_transport' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:586:56:
586 | coef_wp4_implicit, &
| 1
Warning: Variable 'coef_wp4_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:587:59:
587 | coef_wp2rtp_implicit, term_wp2rtp_explicit, &
| 1
Warning: Variable 'coef_wp2rtp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:587:81:
587 | coef_wp2rtp_implicit, term_wp2rtp_explicit, &
| 1
Warning: Variable 'term_wp2rtp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:588:60:
588 | coef_wp2thlp_implicit, term_wp2thlp_explicit, &
| 1
Warning: Variable 'coef_wp2thlp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:588:83:
588 | coef_wp2thlp_implicit, term_wp2thlp_explicit, &
| 1
Warning: Variable 'term_wp2thlp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:589:58:
589 | coef_wp2up_implicit, term_wp2up_explicit, &
| 1
Warning: Variable 'coef_wp2up_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:589:79:
589 | coef_wp2up_implicit, term_wp2up_explicit, &
| 1
Warning: Variable 'term_wp2up_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:590:58:
590 | coef_wp2vp_implicit, term_wp2vp_explicit, &
| 1
Warning: Variable 'coef_wp2vp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:590:79:
590 | coef_wp2vp_implicit, term_wp2vp_explicit, &
| 1
Warning: Variable 'term_wp2vp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:591:59:
591 | coef_wprtp2_implicit, term_wprtp2_explicit, &
| 1
Warning: Variable 'coef_wprtp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:591:81:
591 | coef_wprtp2_implicit, term_wprtp2_explicit, &
| 1
Warning: Variable 'term_wprtp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:592:60:
592 | coef_wpthlp2_implicit, term_wpthlp2_explicit, &
| 1
Warning: Variable 'coef_wpthlp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:592:83:
592 | coef_wpthlp2_implicit, term_wpthlp2_explicit, &
| 1
Warning: Variable 'term_wpthlp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:593:62:
593 | coef_wprtpthlp_implicit, term_wprtpthlp_explicit, &
| 1
Warning: Variable 'coef_wprtpthlp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:593:87:
593 | coef_wprtpthlp_implicit, term_wprtpthlp_explicit, &
| 1
Warning: Variable 'term_wprtpthlp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:594:58:
594 | coef_wpup2_implicit, term_wpup2_explicit, &
| 1
Warning: Variable 'coef_wpup2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:594:79:
594 | coef_wpup2_implicit, term_wpup2_explicit, &
| 1
Warning: Variable 'term_wpup2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:595:58:
595 | coef_wpvp2_implicit, term_wpvp2_explicit, &
| 1
Warning: Variable 'coef_wpvp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:595:79:
595 | coef_wpvp2_implicit, term_wpvp2_explicit, &
| 1
Warning: Variable 'term_wpvp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:596:61:
596 | coef_wp2sclrp_implicit, term_wp2sclrp_explicit, &
| 1
Warning: Variable 'coef_wp2sclrp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:596:85:
596 | coef_wp2sclrp_implicit, term_wp2sclrp_explicit, &
| 1
Warning: Variable 'term_wp2sclrp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:597:61:
597 | coef_wpsclrp2_implicit, term_wpsclrp2_explicit, &
| 1
Warning: Variable 'coef_wpsclrp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:597:85:
597 | coef_wpsclrp2_implicit, term_wpsclrp2_explicit, &
| 1
Warning: Variable 'term_wpsclrp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:598:63:
598 | coef_wprtpsclrp_implicit, term_wprtpsclrp_explicit, &
| 1
Warning: Variable 'coef_wprtpsclrp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:598:89:
598 | coef_wprtpsclrp_implicit, term_wprtpsclrp_explicit, &
| 1
Warning: Variable 'term_wprtpsclrp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:599:64:
599 | coef_wpthlpsclrp_implicit, term_wpthlpsclrp_explicit) &
| 1
Warning: Variable 'coef_wpthlpsclrp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:599:91:
599 | coef_wpthlpsclrp_implicit, term_wpthlpsclrp_explicit) &
| 1
Warning: Variable 'term_wpthlpsclrp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:659:49:
659 | subroutine set_implicit_coefs_fields_2d(ngrdcol, nz, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:659:53:
659 | subroutine set_implicit_coefs_fields_2d(ngrdcol, nz, &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:660:59:
660 | coef_wp4_implicit, &
| 1
Warning: Variable 'coef_wp4_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:661:62:
661 | coef_wp2rtp_implicit, term_wp2rtp_explicit, &
| 1
Warning: Variable 'coef_wp2rtp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:661:84:
661 | coef_wp2rtp_implicit, term_wp2rtp_explicit, &
| 1
Warning: Variable 'term_wp2rtp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:662:63:
662 | coef_wp2thlp_implicit, term_wp2thlp_explicit, &
| 1
Warning: Variable 'coef_wp2thlp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:662:86:
662 | coef_wp2thlp_implicit, term_wp2thlp_explicit, &
| 1
Warning: Variable 'term_wp2thlp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:663:61:
663 | coef_wp2up_implicit, term_wp2up_explicit, &
| 1
Warning: Variable 'coef_wp2up_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:663:82:
663 | coef_wp2up_implicit, term_wp2up_explicit, &
| 1
Warning: Variable 'term_wp2up_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:664:61:
664 | coef_wp2vp_implicit, term_wp2vp_explicit, &
| 1
Warning: Variable 'coef_wp2vp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:664:82:
664 | coef_wp2vp_implicit, term_wp2vp_explicit, &
| 1
Warning: Variable 'term_wp2vp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:665:62:
665 | coef_wprtp2_implicit, term_wprtp2_explicit, &
| 1
Warning: Variable 'coef_wprtp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:665:84:
665 | coef_wprtp2_implicit, term_wprtp2_explicit, &
| 1
Warning: Variable 'term_wprtp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:666:63:
666 | coef_wpthlp2_implicit, term_wpthlp2_explicit, &
| 1
Warning: Variable 'coef_wpthlp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:666:86:
666 | coef_wpthlp2_implicit, term_wpthlp2_explicit, &
| 1
Warning: Variable 'term_wpthlp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:667:65:
667 | coef_wprtpthlp_implicit, term_wprtpthlp_explicit, &
| 1
Warning: Variable 'coef_wprtpthlp_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:667:90:
667 | coef_wprtpthlp_implicit, term_wprtpthlp_explicit, &
| 1
Warning: Variable 'term_wprtpthlp_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:668:61:
668 | coef_wpup2_implicit, term_wpup2_explicit, &
| 1
Warning: Variable 'coef_wpup2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:668:82:
668 | coef_wpup2_implicit, term_wpup2_explicit, &
| 1
Warning: Variable 'term_wpup2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:669:61:
669 | coef_wpvp2_implicit, term_wpvp2_explicit) &
| 1
Warning: Variable 'coef_wpvp2_implicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:669:82:
669 | coef_wpvp2_implicit, term_wpvp2_explicit) &
| 1
Warning: Variable 'term_wpvp2_explicit' at (1) is a dummy argument of the BIND(C) procedure 'set_implicit_coefs_fields_2d' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:174:36:
174 | subroutine set_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nzm' at (1) is a dummy argument of the BIND(C) procedure 'set_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:174:41:
174 | subroutine set_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu1' at (1) is a dummy argument of the BIND(C) procedure 'set_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:174:46:
174 | subroutine set_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu2' at (1) is a dummy argument of the BIND(C) procedure 'set_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:174:51:
174 | subroutine set_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu6' at (1) is a dummy argument of the BIND(C) procedure 'set_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:174:56:
174 | subroutine set_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu8' at (1) is a dummy argument of the BIND(C) procedure 'set_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:174:61:
174 | subroutine set_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu9' at (1) is a dummy argument of the BIND(C) procedure 'set_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:174:67:
174 | subroutine set_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu10' at (1) is a dummy argument of the BIND(C) procedure 'set_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:174:74:
174 | subroutine set_nu_vert_res_dep(nzm, nu1, nu2, nu6, nu8, nu9, nu10, nu_hm) &
| 1
Warning: Variable 'nu_hm' at (1) is a dummy argument of the BIND(C) procedure 'set_nu_vert_res_dep' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:352:42:
352 | subroutine set_pdf_params_fields(ngrdcol, nz, which, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:352:46:
352 | subroutine set_pdf_params_fields(ngrdcol, nz, which, &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:352:53:
352 | subroutine set_pdf_params_fields(ngrdcol, nz, which, &
| 1
Warning: Variable 'which' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:353:38:
353 | w_1, w_2, varnce_w_1, varnce_w_2, &
| 1
Warning: Variable 'w_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:353:43:
353 | w_1, w_2, varnce_w_1, varnce_w_2, &
| 1
Warning: Variable 'w_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:353:55:
353 | w_1, w_2, varnce_w_1, varnce_w_2, &
| 1
Warning: Variable 'varnce_w_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:353:67:
353 | w_1, w_2, varnce_w_1, varnce_w_2, &
| 1
Warning: Variable 'varnce_w_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:354:39:
354 | rt_1, rt_2, varnce_rt_1, varnce_rt_2, &
| 1
Warning: Variable 'rt_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:354:45:
354 | rt_1, rt_2, varnce_rt_1, varnce_rt_2, &
| 1
Warning: Variable 'rt_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:354:58:
354 | rt_1, rt_2, varnce_rt_1, varnce_rt_2, &
| 1
Warning: Variable 'varnce_rt_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:354:71:
354 | rt_1, rt_2, varnce_rt_1, varnce_rt_2, &
| 1
Warning: Variable 'varnce_rt_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:355:40:
355 | thl_1, thl_2, varnce_thl_1, varnce_thl_2, &
| 1
Warning: Variable 'thl_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:355:47:
355 | thl_1, thl_2, varnce_thl_1, varnce_thl_2, &
| 1
Warning: Variable 'thl_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:355:61:
355 | thl_1, thl_2, varnce_thl_1, varnce_thl_2, &
| 1
Warning: Variable 'varnce_thl_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:355:75:
355 | thl_1, thl_2, varnce_thl_1, varnce_thl_2, &
| 1
Warning: Variable 'varnce_thl_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:356:46:
356 | corr_w_rt_1, corr_w_rt_2, corr_w_thl_1, corr_w_thl_2, &
| 1
Warning: Variable 'corr_w_rt_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:356:59:
356 | corr_w_rt_1, corr_w_rt_2, corr_w_thl_1, corr_w_thl_2, &
| 1
Warning: Variable 'corr_w_rt_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:356:73:
356 | corr_w_rt_1, corr_w_rt_2, corr_w_thl_1, corr_w_thl_2, &
| 1
Warning: Variable 'corr_w_thl_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:356:87:
356 | corr_w_rt_1, corr_w_rt_2, corr_w_thl_1, corr_w_thl_2, &
| 1
Warning: Variable 'corr_w_thl_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:357:48:
357 | corr_rt_thl_1, corr_rt_thl_2, alpha_thl, alpha_rt, &
| 1
Warning: Variable 'corr_rt_thl_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:357:63:
357 | corr_rt_thl_1, corr_rt_thl_2, alpha_thl, alpha_rt, &
| 1
Warning: Variable 'corr_rt_thl_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:357:74:
357 | corr_rt_thl_1, corr_rt_thl_2, alpha_thl, alpha_rt, &
| 1
Warning: Variable 'alpha_thl' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:357:84:
357 | corr_rt_thl_1, corr_rt_thl_2, alpha_thl, alpha_rt, &
| 1
Warning: Variable 'alpha_rt' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:358:40:
358 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'crt_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:358:47:
358 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'crt_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:358:55:
358 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'cthl_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:358:63:
358 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'cthl_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:358:70:
358 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'chi_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:358:77:
358 | crt_1, crt_2, cthl_1, cthl_2, chi_1, chi_2, &
| 1
Warning: Variable 'chi_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:359:46:
359 | stdev_chi_1, stdev_chi_2, stdev_eta_1, stdev_eta_2, &
| 1
Warning: Variable 'stdev_chi_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:359:59:
359 | stdev_chi_1, stdev_chi_2, stdev_eta_1, stdev_eta_2, &
| 1
Warning: Variable 'stdev_chi_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:359:72:
359 | stdev_chi_1, stdev_chi_2, stdev_eta_1, stdev_eta_2, &
| 1
Warning: Variable 'stdev_eta_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:359:85:
359 | stdev_chi_1, stdev_chi_2, stdev_eta_1, stdev_eta_2, &
| 1
Warning: Variable 'stdev_eta_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:360:50:
360 | covar_chi_eta_1, covar_chi_eta_2, &
| 1
Warning: Variable 'covar_chi_eta_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:360:67:
360 | covar_chi_eta_1, covar_chi_eta_2, &
| 1
Warning: Variable 'covar_chi_eta_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:361:47:
361 | corr_w_chi_1, corr_w_chi_2, corr_w_eta_1, corr_w_eta_2, &
| 1
Warning: Variable 'corr_w_chi_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:361:61:
361 | corr_w_chi_1, corr_w_chi_2, corr_w_eta_1, corr_w_eta_2, &
| 1
Warning: Variable 'corr_w_chi_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:361:75:
361 | corr_w_chi_1, corr_w_chi_2, corr_w_eta_1, corr_w_eta_2, &
| 1
Warning: Variable 'corr_w_eta_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:361:89:
361 | corr_w_chi_1, corr_w_chi_2, corr_w_eta_1, corr_w_eta_2, &
| 1
Warning: Variable 'corr_w_eta_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:362:49:
362 | corr_chi_eta_1, corr_chi_eta_2, rsatl_1, rsatl_2, &
| 1
Warning: Variable 'corr_chi_eta_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:362:65:
362 | corr_chi_eta_1, corr_chi_eta_2, rsatl_1, rsatl_2, &
| 1
Warning: Variable 'corr_chi_eta_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:362:74:
362 | corr_chi_eta_1, corr_chi_eta_2, rsatl_1, rsatl_2, &
| 1
Warning: Variable 'rsatl_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:362:83:
362 | corr_chi_eta_1, corr_chi_eta_2, rsatl_1, rsatl_2, &
| 1
Warning: Variable 'rsatl_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:363:39:
363 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'rc_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:363:45:
363 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'rc_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:363:59:
363 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'cloud_frac_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:363:73:
363 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'cloud_frac_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:363:84:
363 | rc_1, rc_2, cloud_frac_1, cloud_frac_2, mixt_frac, &
| 1
Warning: Variable 'mixt_frac' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:364:54:
364 | ice_supersat_frac_1, ice_supersat_frac_2) &
| 1
Warning: Variable 'ice_supersat_frac_1' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:364:75:
364 | ice_supersat_frac_1, ice_supersat_frac_2) &
| 1
Warning: Variable 'ice_supersat_frac_2' at (1) is a dummy argument of the BIND(C) procedure 'set_pdf_params_fields' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:139:35:
139 | subroutine set_sclr_idx(iisclr_rt, iisclr_thl, iisclr_CO2, &
| 1
Warning: Variable 'iisclr_rt' at (1) is a dummy argument of the BIND(C) procedure 'set_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:139:47:
139 | subroutine set_sclr_idx(iisclr_rt, iisclr_thl, iisclr_CO2, &
| 1
Warning: Variable 'iisclr_thl' at (1) is a dummy argument of the BIND(C) procedure 'set_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:139:59:
139 | subroutine set_sclr_idx(iisclr_rt, iisclr_thl, iisclr_CO2, &
| 1
Warning: Variable 'iisclr_co2' at (1) is a dummy argument of the BIND(C) procedure 'set_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:140:37:
140 | iiedsclr_rt, iiedsclr_thl, iiedsclr_CO2) &
| 1
Warning: Variable 'iiedsclr_rt' at (1) is a dummy argument of the BIND(C) procedure 'set_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:140:51:
140 | iiedsclr_rt, iiedsclr_thl, iiedsclr_CO2) &
| 1
Warning: Variable 'iiedsclr_thl' at (1) is a dummy argument of the BIND(C) procedure 'set_sclr_idx' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/derived_type_storage.F90:140:65:
140 | iiedsclr_rt, iiedsclr_thl, iiedsclr_CO2) &
| 1
Warning: Variable 'iiedsclr_co2' at (1) is a dummy argument of the BIND(C) procedure 'set_sclr_idx' but may not be C interoperable [-Wc-binding-type]
[ 88%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/bicgstab_solvers_wrapper.F90.o
[ 88%] Linking Fortran executable clubb_standalone_loss
[ 89%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calc_roots_wrapper.F90.o
[ 89%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calendar_wrapper.F90.o
[ 89%] Built target clubb_thread_test
[ 89%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/clubb_loss_driver_wrapper.F90.o
[ 90%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/diagnose_correlations_module_wrapper.F90.o
[ 90%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/file_functions_wrapper.F90.o
[ 90%] Built target clubb_standalone
[ 90%] Built target clubb_driver_test
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/fill_holes_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/lapack_interfaces_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/interpolation_wrapper.F90.o
[ 91%] Linking Fortran executable clubb_loss_driver_test
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/ly93_pdf_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/matrix_operations_wrapper.F90.o
[ 92%] Building Fortran object src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90.o
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mean_adv_wrapper.F90.o
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_hybrid_pdf_wrapper.F90.o
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/nc_ncn_eqns_wrapper.F90.o
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_pdf_wrapper.F90.o
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_tsdadg_pdf_wrapper.F90.o
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_utilities_wrapper.F90.o
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/penta_lu_solvers_wrapper.F90.o
[ 92%] Built target clubb_standalone_loss
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/radiation_module_wrapper.F90.o
[ 93%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/tridiag_lu_solvers_wrapper.F90.o
[ 93%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/skx_module_wrapper.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/skx_module_wrapper.F90:61:64:
61 | subroutine f2py_compute_gamma_skw(nzm, nzt, ngrdcol, l_gamma_skw, &
| 1
Warning: Unused dummy argument 'l_gamma_skw' at (1) [-Wunused-dummy-argument]
[ 93%] Linking Fortran executable clubb_tuner
[ 93%] Built target clubb_loss_driver_test
[ 93%] Built target clubb_tuner
[ 93%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_clubb_core_module_wrapper.F90.o
[ 93%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calc_pressure_wrapper.F90.o
[ 93%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_helper_module_wrapper.F90.o
[ 93%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_windm_edsclrm_module_wrapper.F90.o
[ 94%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_wp2_wp3_module_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/model_flags_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/adg1_adg2_3d_luhar_pdf_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xm_wpxp_module_wrapper.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:18:39:
18 | subroutine f2py_init_pressure(ngrdcol, nzt, nzm, thvm, p_sfc, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:18:44:
18 | subroutine f2py_init_pressure(ngrdcol, nzt, nzm, thvm, p_sfc, &
| 1
Warning: Variable 'nzt' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:18:49:
18 | subroutine f2py_init_pressure(ngrdcol, nzt, nzm, thvm, p_sfc, &
| 1
Warning: Variable 'nzm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:18:55:
18 | subroutine f2py_init_pressure(ngrdcol, nzt, nzm, thvm, p_sfc, &
| 1
Warning: Variable 'thvm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:18:62:
18 | subroutine f2py_init_pressure(ngrdcol, nzt, nzm, thvm, p_sfc, &
| 1
Warning: Variable 'p_sfc' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:19:39:
19 | p_in_Pa, exner, p_in_Pa_zm, exner_zm) &
| 1
Warning: Variable 'p_in_pa' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:19:46:
19 | p_in_Pa, exner, p_in_Pa_zm, exner_zm) &
| 1
Warning: Variable 'exner' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:19:58:
19 | p_in_Pa, exner, p_in_Pa_zm, exner_zm) &
| 1
Warning: Variable 'p_in_pa_zm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/calc_pressure_wrapper.F90:19:68:
19 | p_in_Pa, exner, p_in_Pa_zm, exner_zm) &
| 1
Warning: Variable 'exner_zm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pressure' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:132:16:
132 | iiPDF_type, ipdf_call_placement, penta_solve_method, &
| 1
Warning: Variable 'iipdf_type' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:132:37:
132 | iiPDF_type, ipdf_call_placement, penta_solve_method, &
| 1
Warning: Variable 'ipdf_call_placement' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:132:57:
132 | iiPDF_type, ipdf_call_placement, penta_solve_method, &
| 1
Warning: Variable 'penta_solve_method' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:133:26:
133 | tridiag_solve_method, saturation_formula, grid_remap_method, &
| 1
Warning: Variable 'tridiag_solve_method' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:133:46:
133 | tridiag_solve_method, saturation_formula, grid_remap_method, &
| 1
Warning: Variable 'saturation_formula' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:133:65:
133 | tridiag_solve_method, saturation_formula, grid_remap_method, &
| 1
Warning: Variable 'grid_remap_method' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:134:31:
134 | grid_adapt_in_time_method, fill_holes_type, &
| 1
Warning: Variable 'grid_adapt_in_time_method' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:134:48:
134 | grid_adapt_in_time_method, fill_holes_type, &
| 1
Warning: Variable 'fill_holes_type' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:135:23:
135 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: Variable 'l_use_precip_frac' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:135:44:
135 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: Variable 'l_predict_upwp_vpwp' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:136:27:
136 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: Variable 'l_ho_nontrad_coriolis' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:136:47:
136 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: Variable 'l_ho_trad_coriolis' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:137:28:
137 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: Variable 'l_min_wp2_from_corr_wx' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:137:52:
137 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: Variable 'l_min_xp2_from_corr_wx' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:138:21:
138 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: Variable 'l_c2_cloud_frac' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:138:45:
138 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: Variable 'l_diffuse_rtm_and_thlm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:139:34:
139 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: Variable 'l_stability_correct_kh_n2_zm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:139:52:
139 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: Variable 'l_calc_thlp2_rad' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:140:22:
140 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: Variable 'l_upwind_xpyp_ta' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:140:38:
140 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: Variable 'l_upwind_xm_ma' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:16:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: Variable 'l_uv_nudge' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:29:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: Variable 'l_rtm_nudge' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:42:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: Variable 'l_tke_aniso' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:142:24:
142 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: Variable 'l_vert_avg_closure' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:142:47:
142 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: Variable 'l_trapezoidal_rule_zt' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:143:27:
143 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: Variable 'l_trapezoidal_rule_zm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:143:53:
143 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: Variable 'l_call_pdf_closure_twice' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:144:24:
144 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: Variable 'l_standard_term_ta' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:144:46:
144 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: Variable 'l_partial_upwind_wp3' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:145:30:
145 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: Variable 'l_godunov_upwind_wpxp_ta' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:145:56:
145 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: Variable 'l_godunov_upwind_xpyp_ta' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:146:23:
146 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: Variable 'l_use_cloud_cover' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:146:48:
146 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: Variable 'l_diagnose_correlations' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:147:19:
147 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: Variable 'l_calc_w_corr' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:147:40:
147 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: Variable 'l_const_nc_in_cloud' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:148:34:
148 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: Variable 'l_fix_w_chi_eta_correlations' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:148:62:
148 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: Variable 'l_stability_correct_tau_zm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:149:25:
149 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: Variable 'l_damp_wp2_using_em' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:149:49:
149 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: Variable 'l_do_expldiff_rtm_thlm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:150:29:
150 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: Variable 'l_lscale_plume_centered' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:150:53:
150 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: Variable 'l_diag_lscale_from_tau' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:151:25:
151 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: Variable 'l_use_c7_richardson' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:151:47:
151 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: Variable 'l_use_c11_richardson' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:152:28:
152 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: Variable 'l_use_shear_richardson' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:152:56:
152 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: Variable 'l_brunt_vaisala_freq_moist' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:153:27:
153 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: Variable 'l_use_thvm_in_bv_freq' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:153:47:
153 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: Variable 'l_rcm_supersat_adj' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:154:28:
154 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: Variable 'l_damp_wp3_skw_squared' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:154:53:
154 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: Variable 'l_prescribed_avg_deltaz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:20:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: Variable 'l_lmm_stepping' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:35:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: Variable 'l_e3sm_config' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:57:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: Variable 'l_vary_convect_depth' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:156:35:
156 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: Variable 'l_use_tke_in_wp3_pr_turb_term' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:156:64:
156 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: Variable 'l_use_tke_in_wp2_wp3_k_dfsn' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:157:39:
157 | l_use_wp3_lim_with_smth_Heaviside, &
| 1
Warning: Variable 'l_use_wp3_lim_with_smth_heaviside' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:158:33:
158 | l_smooth_Heaviside_tau_wpxp, &
| 1
Warning: Variable 'l_smooth_heaviside_tau_wpxp' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:159:37:
159 | l_modify_limiters_for_cnvg_test, &
| 1
Warning: Variable 'l_modify_limiters_for_cnvg_test' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:160:31:
160 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: Variable 'l_enable_relaxed_clipping' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:160:54:
160 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: Variable 'l_linearize_pbl_winds' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:161:26:
161 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: Variable 'l_mono_flux_lim_thlm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:161:47:
161 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: Variable 'l_mono_flux_lim_rtm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:162:24:
162 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: Variable 'l_mono_flux_lim_um' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:162:44:
162 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: Variable 'l_mono_flux_lim_vm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:163:30:
163 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: Variable 'l_mono_flux_lim_spikefix' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:163:57:
163 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: Variable 'l_host_applies_sfc_fluxes' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:164:26:
164 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: Variable 'l_wp2_fill_holes_tke' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:164:45:
164 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: Variable 'l_add_dycore_grid' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:17:16:
17 | iiPDF_type, ipdf_call_placement, penta_solve_method, &
| 1
Warning: Variable 'iipdf_type' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:17:37:
17 | iiPDF_type, ipdf_call_placement, penta_solve_method, &
| 1
Warning: Variable 'ipdf_call_placement' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:17:57:
17 | iiPDF_type, ipdf_call_placement, penta_solve_method, &
| 1
Warning: Variable 'penta_solve_method' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:18:26:
18 | tridiag_solve_method, saturation_formula, grid_remap_method, &
| 1
Warning: Variable 'tridiag_solve_method' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:18:46:
18 | tridiag_solve_method, saturation_formula, grid_remap_method, &
| 1
Warning: Variable 'saturation_formula' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:18:65:
18 | tridiag_solve_method, saturation_formula, grid_remap_method, &
| 1
Warning: Variable 'grid_remap_method' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:19:31:
19 | grid_adapt_in_time_method, fill_holes_type, &
| 1
Warning: Variable 'grid_adapt_in_time_method' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:19:48:
19 | grid_adapt_in_time_method, fill_holes_type, &
| 1
Warning: Variable 'fill_holes_type' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:20:23:
20 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: Variable 'l_use_precip_frac' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:20:44:
20 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: Variable 'l_predict_upwp_vpwp' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:21:27:
21 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: Variable 'l_ho_nontrad_coriolis' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:21:47:
21 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: Variable 'l_ho_trad_coriolis' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:22:28:
22 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: Variable 'l_min_wp2_from_corr_wx' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:22:52:
22 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: Variable 'l_min_xp2_from_corr_wx' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:23:21:
23 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: Variable 'l_c2_cloud_frac' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:23:45:
23 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: Variable 'l_diffuse_rtm_and_thlm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:24:34:
24 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: Variable 'l_stability_correct_kh_n2_zm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:24:52:
24 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: Variable 'l_calc_thlp2_rad' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:25:22:
25 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: Variable 'l_upwind_xpyp_ta' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:25:38:
25 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: Variable 'l_upwind_xm_ma' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:16:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: Variable 'l_uv_nudge' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:29:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: Variable 'l_rtm_nudge' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:42:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: Variable 'l_tke_aniso' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:27:24:
27 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: Variable 'l_vert_avg_closure' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:27:47:
27 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: Variable 'l_trapezoidal_rule_zt' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:28:27:
28 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: Variable 'l_trapezoidal_rule_zm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:28:53:
28 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: Variable 'l_call_pdf_closure_twice' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:29:24:
29 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: Variable 'l_standard_term_ta' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:29:46:
29 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: Variable 'l_partial_upwind_wp3' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:30:30:
30 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: Variable 'l_godunov_upwind_wpxp_ta' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:30:56:
30 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: Variable 'l_godunov_upwind_xpyp_ta' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:31:23:
31 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: Variable 'l_use_cloud_cover' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:31:48:
31 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: Variable 'l_diagnose_correlations' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:32:19:
32 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: Variable 'l_calc_w_corr' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:32:40:
32 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: Variable 'l_const_nc_in_cloud' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:33:34:
33 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: Variable 'l_fix_w_chi_eta_correlations' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:33:62:
33 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: Variable 'l_stability_correct_tau_zm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:34:25:
34 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: Variable 'l_damp_wp2_using_em' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:34:49:
34 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: Variable 'l_do_expldiff_rtm_thlm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:35:29:
35 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: Variable 'l_lscale_plume_centered' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:35:53:
35 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: Variable 'l_diag_lscale_from_tau' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:36:25:
36 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: Variable 'l_use_c7_richardson' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:36:47:
36 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: Variable 'l_use_c11_richardson' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:37:28:
37 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: Variable 'l_use_shear_richardson' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:37:56:
37 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: Variable 'l_brunt_vaisala_freq_moist' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:38:27:
38 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: Variable 'l_use_thvm_in_bv_freq' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:38:47:
38 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: Variable 'l_rcm_supersat_adj' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:39:28:
39 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: Variable 'l_damp_wp3_skw_squared' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:39:53:
39 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: Variable 'l_prescribed_avg_deltaz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:20:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: Variable 'l_lmm_stepping' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:35:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: Variable 'l_e3sm_config' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:57:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: Variable 'l_vary_convect_depth' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:41:35:
41 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: Variable 'l_use_tke_in_wp3_pr_turb_term' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:41:64:
41 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: Variable 'l_use_tke_in_wp2_wp3_k_dfsn' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:42:39:
42 | l_use_wp3_lim_with_smth_Heaviside, &
| 1
Warning: Variable 'l_use_wp3_lim_with_smth_heaviside' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:43:33:
43 | l_smooth_Heaviside_tau_wpxp, &
| 1
Warning: Variable 'l_smooth_heaviside_tau_wpxp' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:44:37:
44 | l_modify_limiters_for_cnvg_test, &
| 1
Warning: Variable 'l_modify_limiters_for_cnvg_test' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:45:31:
45 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: Variable 'l_enable_relaxed_clipping' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:45:54:
45 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: Variable 'l_linearize_pbl_winds' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:46:26:
46 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: Variable 'l_mono_flux_lim_thlm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:46:47:
46 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: Variable 'l_mono_flux_lim_rtm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:47:24:
47 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: Variable 'l_mono_flux_lim_um' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:47:44:
47 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: Variable 'l_mono_flux_lim_vm' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:48:30:
48 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: Variable 'l_mono_flux_lim_spikefix' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:48:57:
48 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: Variable 'l_host_applies_sfc_fluxes' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:49:26:
49 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: Variable 'l_wp2_fill_holes_tke' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:49:45:
49 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: Variable 'l_add_dycore_grid' at (1) is a dummy argument of the BIND(C) procedure 'f2py_set_default_config_flags' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:164:45:
164 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_add_dycore_grid' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:164:45:
164 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_add_dycore_grid' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:152:56:
152 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_brunt_vaisala_freq_moist' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:152:56:
152 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_brunt_vaisala_freq_moist' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:138:21:
138 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_c2_cloud_frac' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:138:21:
138 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_c2_cloud_frac' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:139:52:
139 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_calc_thlp2_rad' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:139:52:
139 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_calc_thlp2_rad' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:147:19:
147 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_calc_w_corr' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:147:19:
147 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_calc_w_corr' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:143:53:
143 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_call_pdf_closure_twice' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:143:53:
143 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_call_pdf_closure_twice' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:147:40:
147 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_const_nc_in_cloud' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:147:40:
147 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_const_nc_in_cloud' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:149:25:
149 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_damp_wp2_using_em' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:149:25:
149 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_damp_wp2_using_em' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:154:28:
154 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_damp_wp3_skw_squared' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:154:28:
154 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_damp_wp3_skw_squared' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:150:53:
150 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_diag_lscale_from_tau' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:150:53:
150 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_diag_lscale_from_tau' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:146:48:
146 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_diagnose_correlations' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:146:48:
146 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_diagnose_correlations' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:138:45:
138 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_diffuse_rtm_and_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:138:45:
138 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_diffuse_rtm_and_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:149:49:
149 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_do_expldiff_rtm_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:149:49:
149 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_do_expldiff_rtm_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:35:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_e3sm_config' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:35:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_e3sm_config' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:160:31:
160 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_enable_relaxed_clipping' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:160:31:
160 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_enable_relaxed_clipping' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:148:34:
148 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_fix_w_chi_eta_correlations' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:148:34:
148 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_fix_w_chi_eta_correlations' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:145:30:
145 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_godunov_upwind_wpxp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:145:30:
145 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_godunov_upwind_wpxp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:145:56:
145 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_godunov_upwind_xpyp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:145:56:
145 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_godunov_upwind_xpyp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:136:27:
136 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_ho_nontrad_coriolis' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:136:27:
136 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_ho_nontrad_coriolis' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:136:47:
136 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_ho_trad_coriolis' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:136:47:
136 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_ho_trad_coriolis' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:163:57:
163 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_host_applies_sfc_fluxes' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:163:57:
163 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_host_applies_sfc_fluxes' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:160:54:
160 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_linearize_pbl_winds' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:160:54:
160 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_linearize_pbl_winds' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:20:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_lmm_stepping' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:20:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_lmm_stepping' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:150:29:
150 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_lscale_plume_centered' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:150:29:
150 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_lscale_plume_centered' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:137:28:
137 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_min_wp2_from_corr_wx' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:137:28:
137 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_min_wp2_from_corr_wx' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:137:52:
137 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_min_xp2_from_corr_wx' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:137:52:
137 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_min_xp2_from_corr_wx' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:159:37:
159 | l_modify_limiters_for_cnvg_test, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_modify_limiters_for_cnvg_test' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:159:37:
159 | l_modify_limiters_for_cnvg_test, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_modify_limiters_for_cnvg_test' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:161:47:
161 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_rtm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:161:47:
161 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_rtm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:163:30:
163 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_spikefix' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:163:30:
163 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_spikefix' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:161:26:
161 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:161:26:
161 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:162:24:
162 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_um' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:162:24:
162 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_um' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:162:44:
162 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_vm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:162:44:
162 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_vm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:144:46:
144 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_partial_upwind_wp3' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:144:46:
144 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_partial_upwind_wp3' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:135:44:
135 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_predict_upwp_vpwp' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:135:44:
135 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_predict_upwp_vpwp' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:154:53:
154 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_prescribed_avg_deltaz' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:154:53:
154 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_prescribed_avg_deltaz' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:153:47:
153 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_rcm_supersat_adj' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:153:47:
153 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_rcm_supersat_adj' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:29:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_rtm_nudge' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:29:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_rtm_nudge' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:158:33:
158 | l_smooth_Heaviside_tau_wpxp, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_smooth_heaviside_tau_wpxp' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:158:33:
158 | l_smooth_Heaviside_tau_wpxp, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_smooth_heaviside_tau_wpxp' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:139:34:
139 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_stability_correct_kh_n2_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:139:34:
139 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_stability_correct_kh_n2_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:148:62:
148 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_stability_correct_tau_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:148:62:
148 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_stability_correct_tau_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:144:24:
144 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_standard_term_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:144:24:
144 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_standard_term_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:42:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_tke_aniso' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:42:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_tke_aniso' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:143:27:
143 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_trapezoidal_rule_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:143:27:
143 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_trapezoidal_rule_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:142:47:
142 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_trapezoidal_rule_zt' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:142:47:
142 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_trapezoidal_rule_zt' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:140:38:
140 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_upwind_xm_ma' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:140:38:
140 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_upwind_xm_ma' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:140:22:
140 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_upwind_xpyp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:140:22:
140 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_upwind_xpyp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:151:47:
151 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_c11_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:151:47:
151 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_c11_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:151:25:
151 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_c7_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:151:25:
151 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_c7_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:146:23:
146 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_cloud_cover' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:146:23:
146 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_cloud_cover' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:135:23:
135 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_precip_frac' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:135:23:
135 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_precip_frac' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:152:28:
152 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_shear_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:152:28:
152 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_shear_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:153:27:
153 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_thvm_in_bv_freq' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:153:27:
153 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_thvm_in_bv_freq' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:156:64:
156 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_tke_in_wp2_wp3_k_dfsn' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:156:64:
156 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_tke_in_wp2_wp3_k_dfsn' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:156:35:
156 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_tke_in_wp3_pr_turb_term' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:156:35:
156 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_tke_in_wp3_pr_turb_term' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:157:39:
157 | l_use_wp3_lim_with_smth_Heaviside, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_wp3_lim_with_smth_heaviside' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:157:39:
157 | l_use_wp3_lim_with_smth_Heaviside, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_wp3_lim_with_smth_heaviside' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:16:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_uv_nudge' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:141:16:
141 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_uv_nudge' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:57:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_vary_convect_depth' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:155:57:
155 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_vary_convect_depth' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:142:24:
142 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_vert_avg_closure' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:142:24:
142 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_vert_avg_closure' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:164:26:
164 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_wp2_fill_holes_tke' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:164:26:
164 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_wp2_fill_holes_tke' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_init_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:49:45:
49 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_add_dycore_grid' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:49:45:
49 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_add_dycore_grid' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:37:56:
37 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_brunt_vaisala_freq_moist' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:37:56:
37 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_brunt_vaisala_freq_moist' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:23:21:
23 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_c2_cloud_frac' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:23:21:
23 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_c2_cloud_frac' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:24:52:
24 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_calc_thlp2_rad' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:24:52:
24 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_calc_thlp2_rad' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:32:19:
32 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_calc_w_corr' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:32:19:
32 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_calc_w_corr' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:28:53:
28 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_call_pdf_closure_twice' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:28:53:
28 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_call_pdf_closure_twice' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:32:40:
32 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_const_nc_in_cloud' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:32:40:
32 | l_calc_w_corr, l_const_Nc_in_cloud, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_const_nc_in_cloud' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:34:25:
34 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_damp_wp2_using_em' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:34:25:
34 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_damp_wp2_using_em' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:39:28:
39 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_damp_wp3_skw_squared' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:39:28:
39 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_damp_wp3_skw_squared' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:35:53:
35 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_diag_lscale_from_tau' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:35:53:
35 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_diag_lscale_from_tau' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:31:48:
31 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_diagnose_correlations' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:31:48:
31 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_diagnose_correlations' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:23:45:
23 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_diffuse_rtm_and_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:23:45:
23 | l_C2_cloud_frac, l_diffuse_rtm_and_thlm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_diffuse_rtm_and_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:34:49:
34 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_do_expldiff_rtm_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:34:49:
34 | l_damp_wp2_using_em, l_do_expldiff_rtm_thlm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_do_expldiff_rtm_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:35:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_e3sm_config' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:35:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_e3sm_config' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:45:31:
45 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_enable_relaxed_clipping' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:45:31:
45 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_enable_relaxed_clipping' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:33:34:
33 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_fix_w_chi_eta_correlations' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:33:34:
33 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_fix_w_chi_eta_correlations' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:30:30:
30 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_godunov_upwind_wpxp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:30:30:
30 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_godunov_upwind_wpxp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:30:56:
30 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_godunov_upwind_xpyp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:30:56:
30 | l_godunov_upwind_wpxp_ta, l_godunov_upwind_xpyp_ta, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_godunov_upwind_xpyp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:21:27:
21 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_ho_nontrad_coriolis' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:21:27:
21 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_ho_nontrad_coriolis' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:21:47:
21 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_ho_trad_coriolis' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:21:47:
21 | l_ho_nontrad_coriolis, l_ho_trad_coriolis, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_ho_trad_coriolis' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:48:57:
48 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_host_applies_sfc_fluxes' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:48:57:
48 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_host_applies_sfc_fluxes' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:45:54:
45 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_linearize_pbl_winds' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:45:54:
45 | l_enable_relaxed_clipping, l_linearize_pbl_winds, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_linearize_pbl_winds' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:20:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_lmm_stepping' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:20:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_lmm_stepping' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:35:29:
35 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_lscale_plume_centered' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:35:29:
35 | l_Lscale_plume_centered, l_diag_Lscale_from_tau, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_lscale_plume_centered' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:22:28:
22 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_min_wp2_from_corr_wx' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:22:28:
22 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_min_wp2_from_corr_wx' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:22:52:
22 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_min_xp2_from_corr_wx' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:22:52:
22 | l_min_wp2_from_corr_wx, l_min_xp2_from_corr_wx, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_min_xp2_from_corr_wx' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:44:37:
44 | l_modify_limiters_for_cnvg_test, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_modify_limiters_for_cnvg_test' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:44:37:
44 | l_modify_limiters_for_cnvg_test, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_modify_limiters_for_cnvg_test' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:46:47:
46 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_rtm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:46:47:
46 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_rtm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:48:30:
48 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_spikefix' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:48:30:
48 | l_mono_flux_lim_spikefix, l_host_applies_sfc_fluxes, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_spikefix' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:46:26:
46 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:46:26:
46 | l_mono_flux_lim_thlm, l_mono_flux_lim_rtm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_thlm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:47:24:
47 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_um' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:47:24:
47 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_um' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:47:44:
47 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_mono_flux_lim_vm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:47:44:
47 | l_mono_flux_lim_um, l_mono_flux_lim_vm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_mono_flux_lim_vm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:29:46:
29 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_partial_upwind_wp3' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:29:46:
29 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_partial_upwind_wp3' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:20:44:
20 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_predict_upwp_vpwp' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:20:44:
20 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_predict_upwp_vpwp' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:39:53:
39 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_prescribed_avg_deltaz' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:39:53:
39 | l_damp_wp3_Skw_squared, l_prescribed_avg_deltaz, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_prescribed_avg_deltaz' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:38:47:
38 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_rcm_supersat_adj' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:38:47:
38 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_rcm_supersat_adj' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:29:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_rtm_nudge' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:29:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_rtm_nudge' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:43:33:
43 | l_smooth_Heaviside_tau_wpxp, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_smooth_heaviside_tau_wpxp' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:43:33:
43 | l_smooth_Heaviside_tau_wpxp, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_smooth_heaviside_tau_wpxp' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:24:34:
24 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_stability_correct_kh_n2_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:24:34:
24 | l_stability_correct_Kh_N2_zm, l_calc_thlp2_rad, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_stability_correct_kh_n2_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:33:62:
33 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_stability_correct_tau_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:33:62:
33 | l_fix_w_chi_eta_correlations, l_stability_correct_tau_zm, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_stability_correct_tau_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:29:24:
29 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_standard_term_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:29:24:
29 | l_standard_term_ta, l_partial_upwind_wp3, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_standard_term_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:42:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_tke_aniso' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:42:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_tke_aniso' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:28:27:
28 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_trapezoidal_rule_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:28:27:
28 | l_trapezoidal_rule_zm, l_call_pdf_closure_twice, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_trapezoidal_rule_zm' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:27:47:
27 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_trapezoidal_rule_zt' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:27:47:
27 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_trapezoidal_rule_zt' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:25:38:
25 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_upwind_xm_ma' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:25:38:
25 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_upwind_xm_ma' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:25:22:
25 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_upwind_xpyp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:25:22:
25 | l_upwind_xpyp_ta, l_upwind_xm_ma, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_upwind_xpyp_ta' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:36:47:
36 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_c11_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:36:47:
36 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_c11_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:36:25:
36 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_c7_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:36:25:
36 | l_use_C7_Richardson, l_use_C11_Richardson, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_c7_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:31:23:
31 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_cloud_cover' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:31:23:
31 | l_use_cloud_cover, l_diagnose_correlations, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_cloud_cover' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:20:23:
20 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_precip_frac' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:20:23:
20 | l_use_precip_frac, l_predict_upwp_vpwp, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_precip_frac' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:37:28:
37 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_shear_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:37:28:
37 | l_use_shear_Richardson, l_brunt_vaisala_freq_moist, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_shear_richardson' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:38:27:
38 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_thvm_in_bv_freq' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:38:27:
38 | l_use_thvm_in_bv_freq, l_rcm_supersat_adj, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_thvm_in_bv_freq' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:41:64:
41 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_tke_in_wp2_wp3_k_dfsn' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:41:64:
41 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_tke_in_wp2_wp3_k_dfsn' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:41:35:
41 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_tke_in_wp3_pr_turb_term' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:41:35:
41 | l_use_tke_in_wp3_pr_turb_term, l_use_tke_in_wp2_wp3_K_dfsn, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_tke_in_wp3_pr_turb_term' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:42:39:
42 | l_use_wp3_lim_with_smth_Heaviside, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_use_wp3_lim_with_smth_heaviside' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:42:39:
42 | l_use_wp3_lim_with_smth_Heaviside, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_use_wp3_lim_with_smth_heaviside' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:16:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_uv_nudge' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:26:16:
26 | l_uv_nudge, l_rtm_nudge, l_tke_aniso, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_uv_nudge' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:57:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_vary_convect_depth' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:40:57:
40 | l_lmm_stepping, l_e3sm_config, l_vary_convect_depth, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_vary_convect_depth' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:27:24:
27 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_vert_avg_closure' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:27:24:
27 | l_vert_avg_closure, l_trapezoidal_rule_zt, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_vert_avg_closure' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:49:26:
49 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_wp2_fill_holes_tke' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/model_flags_wrapper.F90:49:26:
49 | l_wp2_fill_holes_tke, l_add_dycore_grid) &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_wp2_fill_holes_tke' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_set_default_config_flags'
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xp2_xpyp_module_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xp3_module_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/clip_explicit_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/diffusion_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/corr_varnce_module_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/err_info_type_module_wrapper.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/advance_xp2_xpyp_module_wrapper.F90:6:15:
6 | wp2, wp2_zt, wp3, upwp, vpwp, &
| 1
Warning: Unused dummy argument 'wp2_zt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/err_info_type_module_wrapper.F90:87:37:
87 | subroutine f2py_init_err_info(ngrdcol) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_err_info' but may not be C interoperable [-Wc-binding-type]
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/error_code_wrapper.F90.o
[ 95%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/hydrostatic_module_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/lapack_wrap_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/grid_class_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/matrix_solver_wrapper_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mixing_length_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mono_flux_limiter_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_hybrid_pdf_main_wrapper.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/mixing_length_wrapper.F90:73:37:
73 | ice_supersat_frac, em, sqrt_em_zt, &
| 1
Warning: Unused dummy argument 'sqrt_em_zt' at (1) [-Wunused-dummy-argument]
[ 97%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_pdf_main_wrapper.F90.o
[ 97%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/numerical_check_wrapper.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:48:32:
48 | subroutine f2py_setup_grid(nzmax, ngrdcol, sfc_elevation, &
| 1
Warning: Variable 'nzmax' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:48:41:
48 | subroutine f2py_setup_grid(nzmax, ngrdcol, sfc_elevation, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:48:56:
48 | subroutine f2py_setup_grid(nzmax, ngrdcol, sfc_elevation, &
| 1
Warning: Variable 'sfc_elevation' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:49:17:
49 | l_implemented, l_ascending_grid, grid_type, &
| 1
Warning: Variable 'l_implemented' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:49:35:
49 | l_implemented, l_ascending_grid, grid_type, &
| 1
Warning: Variable 'l_ascending_grid' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:49:46:
49 | l_implemented, l_ascending_grid, grid_type, &
| 1
Warning: Variable 'grid_type' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:50:10:
50 | deltaz, zm_init, zm_top, &
| 1
Warning: Variable 'deltaz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:50:19:
50 | deltaz, zm_init, zm_top, &
| 1
Warning: Variable 'zm_init' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:50:27:
50 | deltaz, zm_init, zm_top, &
| 1
Warning: Variable 'zm_top' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:51:20:
51 | momentum_heights, thermodynamic_heights) &
| 1
Warning: Variable 'momentum_heights' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:51:43:
51 | momentum_heights, thermodynamic_heights) &
| 1
Warning: Variable 'thermodynamic_heights' at (1) is a dummy argument of the BIND(C) procedure 'f2py_setup_grid' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:49:35:
49 | l_implemented, l_ascending_grid, grid_type, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_ascending_grid' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_setup_grid'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:49:35:
49 | l_implemented, l_ascending_grid, grid_type, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_ascending_grid' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_setup_grid'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:49:17:
49 | l_implemented, l_ascending_grid, grid_type, &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_implemented' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_setup_grid'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:49:17:
49 | l_implemented, l_ascending_grid, grid_type, &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_implemented' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_setup_grid'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:81:37:
81 | subroutine f2py_get_grid_dims(nzm_out, nzt_out) &
| 1
Warning: Variable 'nzm_out' at (1) is a dummy argument of the BIND(C) procedure 'f2py_get_grid_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:81:46:
81 | subroutine f2py_get_grid_dims(nzm_out, nzt_out) &
| 1
Warning: Variable 'nzt_out' at (1) is a dummy argument of the BIND(C) procedure 'f2py_get_grid_dims' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:94:42:
94 | subroutine f2py_get_grid_shape(ngrdcol_out, nzm_out, nzt_out) &
| 1
Warning: Variable 'ngrdcol_out' at (1) is a dummy argument of the BIND(C) procedure 'f2py_get_grid_shape' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:94:51:
94 | subroutine f2py_get_grid_shape(ngrdcol_out, nzm_out, nzt_out) &
| 1
Warning: Variable 'nzm_out' at (1) is a dummy argument of the BIND(C) procedure 'f2py_get_grid_shape' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/grid_class_wrapper.F90:94:60:
94 | subroutine f2py_get_grid_shape(ngrdcol_out, nzm_out, nzt_out) &
| 1
Warning: Variable 'nzt_out' at (1) is a dummy argument of the BIND(C) procedure 'f2py_get_grid_shape' but may not be C interoperable [-Wc-binding-type]
[ 97%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/parameters_tunable_wrapper.F90.o
[ 98%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_closure_module_wrapper.F90.o
[ 98%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90.o
[ 98%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pos_definite_module_wrapper.F90.o
[ 99%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/precipitation_fraction_wrapper.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:46:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:56:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'filename' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:62:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'flen' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:74:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'nparams_in' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:88:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'clubb_params' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:108:44:
108 | subroutine f2py_calc_derrived_params(ngrdcol, grid_type, deltaz, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:108:55:
108 | subroutine f2py_calc_derrived_params(ngrdcol, grid_type, deltaz, &
| 1
Warning: Variable 'grid_type' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:108:63:
108 | subroutine f2py_calc_derrived_params(ngrdcol, grid_type, deltaz, &
| 1
Warning: Variable 'deltaz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:16:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: Variable 'clubb_params' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:41:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: Variable 'l_prescribed_avg_deltaz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:47:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: Variable 'lmin' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:66:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: Variable 'mixt_frac_max_mag' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:41:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_prescribed_avg_deltaz' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_calc_derrived_params'
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:41:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_prescribed_avg_deltaz' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_calc_derrived_params'
[ 99%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/prescribe_forcings_module_wrapper.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90:31:34:
31 | subroutine f2py_init_pdf_params(nz, ngrdcol) &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pdf_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90:31:43:
31 | subroutine f2py_init_pdf_params(nz, ngrdcol) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pdf_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90:45:37:
45 | subroutine f2py_init_pdf_params_zm(nz, ngrdcol) &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pdf_params_zm' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90:45:46:
45 | subroutine f2py_init_pdf_params_zm(nz, ngrdcol) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pdf_params_zm' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90:59:36:
59 | subroutine f2py_init_pdf_implicit(nz, ngrdcol, sclr_dim) &
| 1
Warning: Variable 'nz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pdf_implicit' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90:59:45:
59 | subroutine f2py_init_pdf_implicit(nz, ngrdcol, sclr_dim) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pdf_implicit' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90:59:55:
59 | subroutine f2py_init_pdf_implicit(nz, ngrdcol, sclr_dim) &
| 1
Warning: Variable 'sclr_dim' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_pdf_implicit' but may not be C interoperable [-Wc-binding-type]
[ 99%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/remapping_module_wrapper.F90.o
[ 99%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/saturation_wrapper.F90.o
[ 99%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sfc_varnce_module_wrapper.F90.o
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/remapping_module_wrapper.F90:3:50:
3 | subroutine f2py_remap_vals_to_target_same_grid(nzm, nzt, ngrdcol, source_values_idx, &
| 1
Warning: Unused dummy argument 'nzm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_new_tuner_test/clubb_python_api/f2py_fortran_wrappers/remapping_module_wrapper.F90:3:55:
3 | subroutine f2py_remap_vals_to_target_same_grid(nzm, nzt, ngrdcol, source_values_idx, &
| 1
Warning: Unused dummy argument 'nzt' at (1) [-Wunused-dummy-argument]
[100%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sigma_sqd_w_module_wrapper.F90.o
[100%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sponge_layer_damping_wrapper.F90.o
[100%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/stats_clubb_utilities_wrapper.F90.o
[100%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/stats_netcdf_wrapper.F90.o
[100%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/turbulent_adv_pdf_wrapper.F90.o
[100%] Linking Fortran shared library f2py_runtime/libclubb_f2py_backend.so
[100%] Built target clubb_f2py_backend
[100%] Building clubb_f2py extension via numpy.f2py (reusing CMake-built CLUBB libs)
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "clubb_f2py" sources
creating /tmp/tmpdgp40pmn/src.linux-x86_64-3.10
f2py options: []
f2py: clubb_f2py.pyf
rmbadname1: Replacing "flen" with "flen_bn".
rmbadname1: Replacing "flen" with "flen_bn".
rmbadname1: Replacing "flen" with "flen_bn".
Reading fortran codes...
Reading file 'clubb_f2py.pyf' (format:free)
Post-processing...
Block: clubb_f2py
Block: set_grid
Block: get_grid
Block: set_sclr_idx
Block: get_sclr_idx
Block: set_nu_vert_res_dep
Block: get_nu_vert_res_dep
Block: get_err_info_dims
Block: get_err_code
Block: f2py_init_pressure
Block: f2py_get_grid_dims
Block: f2py_get_grid_shape
Block: f2py_band_solve_multiple_rhs
Block: f2py_tridiag_solve_single_rhs_multiple_lhs
Block: f2py_tridiag_solve_multiple_rhs
Block: f2py_lapack_gtsv
Block: f2py_lapack_gtsvx
Block: f2py_lapack_gbsv
Block: f2py_lapack_gbsvx
Block: f2py_lapack_potrf
Block: f2py_lapack_poequ
Block: f2py_lapack_laqsy
Block: f2py_lapack_syev
Block: f2py_lapack_tridiag_solve
Block: f2py_lapack_tridiag_solvex
Block: f2py_lapack_band_solve
Block: f2py_lapack_band_solvex
Block: f2py_penta_bicgstab_solve
Block: f2py_penta_lu_solve_single_rhs_multiple_lhs
Block: f2py_penta_lu_solve_multiple_rhs_lhs
Block: f2py_tridiag_lu_solve_single_rhs_lhs
Block: f2py_tridiag_lu_solve_single_rhs_multiple_lhs
Block: f2py_tridiag_lu_solve_multiple_rhs_lhs
Block: f2py_thlm2t_in_k_1d
Block: f2py_init_err_info
Block: f2py_set_default_config_flags
Block: f2py_init_config_flags
Block: f2py_setup_grid
Block: f2py_get_nparams
Block: f2py_init_clubb_params
Block: f2py_get_param_names
Block: f2py_init_clubb_params_file
Block: f2py_calc_derrived_params
Block: f2py_init_clubb_loss
Block: f2py_get_clubb_params_all
Block: f2py_clubb_get_loss_for_params
Block: f2py_finalize_clubb_loss
Block: f2py_init_pdf_params
Block: f2py_init_pdf_params_zm
Block: f2py_init_pdf_implicit
Block: f2py_cubic_solve
Block: f2py_quadratic_solve
Block: get_pdf_params_dims
Block: get_pdf_params_fields
Block: set_pdf_params_fields
Block: get_implicit_coefs_dims
Block: get_implicit_coefs_fields
Block: get_implicit_coefs_fields_2d
Block: set_implicit_coefs_fields
Block: set_implicit_coefs_fields_2d
Block: f2py_stats_init
Block: f2py_stats_init_with_params
Block: f2py_stats_finalize
Block: f2py_get_stats_config
Block: f2py_get_stats_var_meta
Block: f2py_get_stats_var_data
Block: f2py_set_stats_var_data
Block: f2py_stats_begin_timestep
Block: f2py_stats_end_timestep
Block: f2py_stats_update_scalar
Block: f2py_stats_update_1d
Block: f2py_stats_update_2d
Block: f2py_stats_begin_budget_scalar
Block: f2py_stats_begin_budget_1d
Block: f2py_stats_begin_budget_2d
Block: f2py_stats_update_budget_scalar
Block: f2py_stats_update_budget_1d
Block: f2py_stats_update_budget_2d
Block: f2py_stats_finalize_budget_scalar
Block: f2py_stats_finalize_budget_1d
Block: f2py_stats_finalize_budget_2d
Block: f2py_var_on_stats_list
Block: f2py_stats_update_grid
Block: f2py_stats_lh_samples_init
Block: f2py_stats_lh_samples_write_ln
Block: f2py_stats_lh_samples_write_u
Block: f2py_prescribe_forcings
Block: f2py_advance_clubb_core
Block: f2py_calculate_thvm
Block: f2py_hydrostatic
Block: f2py_zt2zm_2d
Block: f2py_zm2zt_2d
Block: f2py_zt2zm2zt_2d
Block: f2py_ddzm_2d
Block: f2py_ddzt_2d
Block: f2py_sat_mixrat_liq_2d
Block: f2py_sat_mixrat_ice_2d
Block: f2py_rcm_sat_adj
Block: f2py_calculate_thlp2_rad
Block: f2py_cos_solar_zen
Block: f2py_set_simplified_radiation_params
Block: f2py_sunray_sw
Block: f2py_zero_pdf_params
Block: f2py_zero_pdf_implicit_coefs_terms
Block: f2py_check_clubb_settings
Block: f2py_check_parameters
Block: f2py_set_clubb_debug_level
Block: f2py_cleanup_grid
Block: f2py_setup_grid_heights
Block: f2py_read_grid_heights
Block: f2py_cleanup_err_info
Block: f2py_set_err_info_values
Block: f2py_get_err_info_values
Block: f2py_reset_err_code
Block: f2py_initialize_error_headers
Block: f2py_file_read_1d
Block: f2py_julian2gregorian_date
Block: f2py_gregorian2julian_day
Block: f2py_leap_year
Block: f2py_lin_interpolate_two_points
Block: f2py_mono_cubic_interp
Block: f2py_zlinterp_fnc
Block: f2py_calc_ri_zm
Block: f2py_vertical_avg
Block: f2py_vertical_integral
Block: f2py_zm2zt2zm_2d
Block: f2py_pvertinterp
Block: f2py_compute_current_date
Block: f2py_set_lscale_max
Block: f2py_term_ma_zt_lhs
Block: f2py_term_ma_zm_lhs
Block: f2py_diffusion_zt_lhs
Block: f2py_diffusion_zm_lhs
Block: f2py_smooth_heaviside_peskin
Block: f2py_smooth_max_scalar_array
Block: f2py_smooth_max_array_scalar
Block: f2py_smooth_min_scalar_array
Block: f2py_smooth_min_array_scalar
Block: f2py_calc_xpwp_2d
Block: f2py_calc_ddzt_umvm_sqd
Block: f2py_calc_wp3_on_wp2
Block: f2py_lscale_width_vert_avg
Block: f2py_wp23_term_splat_lhs
Block: f2py_smooth_corr_quotient
Block: f2py_calc_comp_corrs_binormal
Block: f2py_mean_l2n
Block: f2py_stdev_l2n
Block: f2py_corr_nn2nl
Block: f2py_corr_nn2ll
Block: f2py_compute_mean_binormal
Block: f2py_compute_variance_binormal
Block: f2py_calc_corr_chi_x
Block: f2py_calc_corr_eta_x
Block: f2py_nc_in_cloud_to_ncnm
Block: f2py_cholesky_factor
Block: f2py_mirror_lower_triangular_matrix
Block: f2py_diagnose_correlations
Block: f2py_calc_cholesky_corr_mtx_approx
Block: f2py_skx_func
Block: f2py_lg_2005_ansatz
Block: f2py_xp3_lg_2005_ansatz
Block: f2py_compute_gamma_skw
Block: f2py_sponge_damp_xm
Block: f2py_sponge_damp_xp2
Block: f2py_sponge_damp_xp3
Block: f2py_calculate_spurious_source
Block: f2py_remap_vals_to_target_same_grid
Block: f2py_sfc_varnce_check
Block: f2py_parameterization_check
Block: f2py_calc_wp4_pdf
Block: f2py_calc_wp2xp_pdf
Block: f2py_calc_wpxp2_pdf
Block: f2py_calc_wpxpyp_pdf
Block: f2py_calc_w_up_in_cloud
Block: f2py_pdf_closure_check
Block: f2py_length_check
Block: f2py_assert_corr_symmetric
Block: f2py_xpyp_term_ta_pdf_lhs
Block: f2py_xpyp_term_ta_pdf_lhs_godunov
Block: f2py_xpyp_term_ta_pdf_rhs
Block: f2py_xpyp_term_ta_pdf_rhs_godunov
Block: f2py_calc_sfc_varnce
Block: f2py_stats_accumulate
Block: f2py_pdf_closure_driver
Block: f2py_calc_turb_adv_range
Block: f2py_monotonic_turbulent_flux_limit
Block: f2py_precip_fraction
Block: f2py_calc_params_ly93
Block: f2py_ly93_driver
Block: f2py_calc_setter_var_params
Block: f2py_calc_responder_params
Block: f2py_calc_limits_f_x_responder
Block: f2py_calc_l_x_skx_fnc
Block: f2py_calc_setter_parameters_tsdadg
Block: f2py_calc_coef_wp4_implicit
Block: f2py_calc_coef_wpxp2_implicit
Block: f2py_calc_coefs_wp2xp_semiimpl
Block: f2py_calc_coefs_wpxpyp_semiimpl
Block: f2py_calc_luhar_params
Block: f2py_close_luhar_pdf
Block: f2py_adg1_w_closure
Block: f2py_tsdadg_pdf_driver
Block: f2py_adg2_pdf_driver
Block: f2py_adg1_pdf_driver
Block: f2py_luhar_3d_pdf_driver
Block: f2py_calculate_w_params
Block: f2py_calculate_responder_params
Block: f2py_calculate_coef_wp4_implicit
Block: f2py_calc_coef_wp2xp_implicit
Block: f2py_calc_coefs_wpxp2_semiimpl
Block: f2py_new_pdf_driver
Block: f2py_new_hybrid_pdf_driver
Block: f2py_compute_sigma_sqd_w
Block: f2py_fill_holes_vertical
Block: f2py_fill_holes_wp2_from_horz_tke
Block: f2py_clip_rcm
Block: f2py_clip_covar
Block: f2py_clip_variance
Block: f2py_pos_definite_adj
Block: f2py_clip_skewness
Block: f2py_clip_covars_denom
Block: f2py_calc_brunt_vaisala_freq_sqd
Block: f2py_compute_cx_fnc_richardson
Block: f2py_calc_stability_correction
Block: f2py_calc_lscale
Block: f2py_diagnose_lscale_from_tau
Block: f2py_calc_lscale_directly
Block: f2py_advance_xp3
Block: f2py_diagnose_xp3
Block: f2py_advance_wp2_wp3
Block: f2py_advance_windm_edsclrm
Block: f2py_advance_xp2_xpyp
Block: f2py_update_xp2_mc
Block: f2py_advance_xm_wpxp
Post-processing (stage 2)...
Building modules...
Building module "clubb_f2py"...
Constructing wrapper function "set_grid"...
set_grid(zm,zt,dzm,dzt,invrs_dzm,invrs_dzt,weights_zt2zm,weights_zm2zt,k_lb_zm,k_ub_zm,k_lb_zt,k_ub_zt,grid_dir_indx,grid_dir,[nzm,nzt,ngrdcol])
Constructing wrapper function "get_grid"...
zm,zt,dzm,dzt,invrs_dzm,invrs_dzt,weights_zt2zm,weights_zm2zt,k_lb_zm,k_ub_zm,k_lb_zt,k_ub_zt,grid_dir_indx,grid_dir = get_grid(ngrdcol,nzm,nzt)
Constructing wrapper function "set_sclr_idx"...
set_sclr_idx(iisclr_rt,iisclr_thl,iisclr_co2,iiedsclr_rt,iiedsclr_thl,iiedsclr_co2)
Constructing wrapper function "get_sclr_idx"...
iisclr_rt,iisclr_thl,iisclr_co2,iiedsclr_rt,iiedsclr_thl,iiedsclr_co2 = get_sclr_idx()
Constructing wrapper function "set_nu_vert_res_dep"...
set_nu_vert_res_dep(nu1,nu2,nu6,nu8,nu9,nu10,nu_hm,[nzm])
Constructing wrapper function "get_nu_vert_res_dep"...
nu1,nu2,nu6,nu8,nu9,nu10,nu_hm = get_nu_vert_res_dep(nzm)
Constructing wrapper function "get_err_info_dims"...
ngrdcol = get_err_info_dims()
Constructing wrapper function "get_err_code"...
err_code = get_err_code(ngrdcol)
Constructing wrapper function "f2py_init_pressure"...
p_in_Pa,exner,p_in_Pa_zm,exner_zm = f2py_init_pressure(nzm,thvm,p_sfc,[ngrdcol,nzt])
Constructing wrapper function "f2py_get_grid_dims"...
nzm_out,nzt_out = f2py_get_grid_dims()
Constructing wrapper function "f2py_get_grid_shape"...
ngrdcol_out,nzm_out,nzt_out = f2py_get_grid_shape()
Constructing wrapper function "f2py_band_solve_multiple_rhs"...
lhs,rhs,soln,rcond = f2py_band_solve_multiple_rhs(solve_name,penta_solve_method,nsup,nsub,lhs,rhs,old_soln,use_rcond,[ngrdcol,ndim,nrhs])
Constructing wrapper function "f2py_tridiag_solve_single_rhs_multiple_lhs"...
lhs,rhs,soln,rcond = f2py_tridiag_solve_single_rhs_multiple_lhs(solve_name,tridiag_solve_method,lhs,rhs,use_rcond,[ngrdcol,ndim])
Constructing wrapper function "f2py_tridiag_solve_multiple_rhs"...
lhs,rhs,soln,rcond = f2py_tridiag_solve_multiple_rhs(solve_name,tridiag_solve_method,lhs,rhs,use_rcond,[ngrdcol,ndim,nrhs])
Constructing wrapper function "f2py_lapack_gtsv"...
soln,info = f2py_lapack_gtsv(dl,d,du,b,[n,nrhs])
Constructing wrapper function "f2py_lapack_gtsvx"...
soln,rcond,ferr,berr,info = f2py_lapack_gtsvx(dl,d,du,b,[n,nrhs])
Constructing wrapper function "f2py_lapack_gbsv"...
soln,ipiv,info = f2py_lapack_gbsv(kl,ku,ab,b,[n,nrhs])
Constructing wrapper function "f2py_lapack_gbsvx"...
soln,rcond,ferr,berr,equed,info = f2py_lapack_gbsvx(kl,ku,ab,b,[n,nrhs])
Constructing wrapper function "f2py_lapack_potrf"...
a_factor,info = f2py_lapack_potrf(uplo,a,[n])
Constructing wrapper function "f2py_lapack_poequ"...
s,scond,amax,info = f2py_lapack_poequ(a,[n])
Constructing wrapper function "f2py_lapack_laqsy"...
a_equed,equed = f2py_lapack_laqsy(uplo,a,s,scond,amax,[n])
Constructing wrapper function "f2py_lapack_syev"...
a_out,w,info = f2py_lapack_syev(jobz,uplo,a,[n])
Constructing wrapper function "f2py_lapack_tridiag_solve"...
soln = f2py_lapack_tridiag_solve(solve_type,lhs,rhs,[ndim,nrhs,ngrdcol])
Constructing wrapper function "f2py_lapack_tridiag_solvex"...
soln,rcond = f2py_lapack_tridiag_solvex(solve_type,lhs,rhs,[ndim,nrhs,ngrdcol])
Constructing wrapper function "f2py_lapack_band_solve"...
soln = f2py_lapack_band_solve(solve_type,nsup,nsub,lhs,rhs,[ndim,nrhs,ngrdcol])
Constructing wrapper function "f2py_lapack_band_solvex"...
soln,rcond = f2py_lapack_band_solvex(solve_type,nsup,nsub,lhs,rhs,[ndim,nrhs,ngrdcol])
Constructing wrapper function "f2py_penta_bicgstab_solve"...
soln,iters = f2py_penta_bicgstab_solve(lhs,rhs,[ndim,ngrdcol])
Constructing wrapper function "f2py_penta_lu_solve_single_rhs_multiple_lhs"...
soln = f2py_penta_lu_solve_single_rhs_multiple_lhs(lhs,rhs,[ndim,ngrdcol])
Constructing wrapper function "f2py_penta_lu_solve_multiple_rhs_lhs"...
soln = f2py_penta_lu_solve_multiple_rhs_lhs(lhs,rhs,[ndim,nrhs,ngrdcol])
Constructing wrapper function "f2py_tridiag_lu_solve_single_rhs_lhs"...
soln = f2py_tridiag_lu_solve_single_rhs_lhs(lhs,rhs,[ndim])
Constructing wrapper function "f2py_tridiag_lu_solve_single_rhs_multiple_lhs"...
soln = f2py_tridiag_lu_solve_single_rhs_multiple_lhs(lhs,rhs,[ndim,ngrdcol])
Constructing wrapper function "f2py_tridiag_lu_solve_multiple_rhs_lhs"...
soln = f2py_tridiag_lu_solve_multiple_rhs_lhs(lhs,rhs,[ndim,nrhs,ngrdcol])
Constructing wrapper function "f2py_thlm2t_in_k_1d"...
t_in_k = f2py_thlm2t_in_k_1d(thlm,exner,rcm,[nz])
Constructing wrapper function "f2py_init_err_info"...
f2py_init_err_info(ngrdcol)
Constructing wrapper function "f2py_set_default_config_flags"...
iiPDF_type,ipdf_call_placement,penta_solve_method,tridiag_solve_method,saturation_formula,grid_remap_method,grid_adapt_in_time_method,fill_holes_type,l_use_precip_frac,l_predict_upwp_vpwp,l_ho_nontrad_coriolis,l_ho_trad_coriolis,l_min_wp2_from_corr_wx,l_min_xp2_from_corr_wx,l_C2_cloud_frac,l_diffuse_rtm_and_thlm,l_stability_correct_Kh_N2_zm,l_calc_thlp2_rad,l_upwind_xpyp_ta,l_upwind_xm_ma,l_uv_nudge,l_rtm_nudge,l_tke_aniso,l_vert_avg_closure,l_trapezoidal_rule_zt,l_trapezoidal_rule_zm,l_call_pdf_closure_twice,l_standard_term_ta,l_partial_upwind_wp3,l_godunov_upwind_wpxp_ta,l_godunov_upwind_xpyp_ta,l_use_cloud_cover,l_diagnose_correlations,l_calc_w_corr,l_const_Nc_in_cloud,l_fix_w_chi_eta_correlations,l_stability_correct_tau_zm,l_damp_wp2_using_em,l_do_expldiff_rtm_thlm,l_Lscale_plume_centered,l_diag_Lscale_from_tau,l_use_C7_Richardson,l_use_C11_Richardson,l_use_shear_Richardson,l_brunt_vaisala_freq_moist,l_use_thvm_in_bv_freq,l_rcm_supersat_adj,l_damp_wp3_Skw_squared,l_prescribed_avg_deltaz,l_lmm_stepping,l_e3sm_config,l_vary_convect_depth,l_use_tke_in_wp3_pr_turb_term,l_use_tke_in_wp2_wp3_K_dfsn,l_use_wp3_lim_with_smth_Heaviside,l_smooth_Heaviside_tau_wpxp,l_modify_limiters_for_cnvg_test,l_enable_relaxed_clipping,l_linearize_pbl_winds,l_mono_flux_lim_thlm,l_mono_flux_lim_rtm,l_mono_flux_lim_um,l_mono_flux_lim_vm,l_mono_flux_lim_spikefix,l_host_applies_sfc_fluxes,l_wp2_fill_holes_tke,l_add_dycore_grid = f2py_set_default_config_flags()
Constructing wrapper function "f2py_init_config_flags"...
f2py_init_config_flags(iiPDF_type,ipdf_call_placement,penta_solve_method,tridiag_solve_method,saturation_formula,grid_remap_method,grid_adapt_in_time_method,fill_holes_type,l_use_precip_frac,l_predict_upwp_vpwp,l_ho_nontrad_coriolis,l_ho_trad_coriolis,l_min_wp2_from_corr_wx,l_min_xp2_from_corr_wx,l_C2_cloud_frac,l_diffuse_rtm_and_thlm,l_stability_correct_Kh_N2_zm,l_calc_thlp2_rad,l_upwind_xpyp_ta,l_upwind_xm_ma,l_uv_nudge,l_rtm_nudge,l_tke_aniso,l_vert_avg_closure,l_trapezoidal_rule_zt,l_trapezoidal_rule_zm,l_call_pdf_closure_twice,l_standard_term_ta,l_partial_upwind_wp3,l_godunov_upwind_wpxp_ta,l_godunov_upwind_xpyp_ta,l_use_cloud_cover,l_diagnose_correlations,l_calc_w_corr,l_const_Nc_in_cloud,l_fix_w_chi_eta_correlations,l_stability_correct_tau_zm,l_damp_wp2_using_em,l_do_expldiff_rtm_thlm,l_Lscale_plume_centered,l_diag_Lscale_from_tau,l_use_C7_Richardson,l_use_C11_Richardson,l_use_shear_Richardson,l_brunt_vaisala_freq_moist,l_use_thvm_in_bv_freq,l_rcm_supersat_adj,l_damp_wp3_Skw_squared,l_prescribed_avg_deltaz,l_lmm_stepping,l_e3sm_config,l_vary_convect_depth,l_use_tke_in_wp3_pr_turb_term,l_use_tke_in_wp2_wp3_K_dfsn,l_use_wp3_lim_with_smth_Heaviside,l_smooth_Heaviside_tau_wpxp,l_modify_limiters_for_cnvg_test,l_enable_relaxed_clipping,l_linearize_pbl_winds,l_mono_flux_lim_thlm,l_mono_flux_lim_rtm,l_mono_flux_lim_um,l_mono_flux_lim_vm,l_mono_flux_lim_spikefix,l_host_applies_sfc_fluxes,l_wp2_fill_holes_tke,l_add_dycore_grid)
Constructing wrapper function "f2py_setup_grid"...
f2py_setup_grid(sfc_elevation,l_implemented,l_ascending_grid,grid_type,deltaz,zm_init,zm_top,momentum_heights,thermodynamic_heights,[nzmax,ngrdcol])
Constructing wrapper function "f2py_get_nparams"...
nparams_out = f2py_get_nparams()
Constructing wrapper function "f2py_init_clubb_params"...
clubb_params = f2py_init_clubb_params(ngrdcol,iunit,filename,nparams_in)
Constructing wrapper function "f2py_get_param_names"...
param_names = f2py_get_param_names(nparams)
Constructing wrapper function "f2py_init_clubb_params_file"...
clubb_params = f2py_init_clubb_params_file(ngrdcol,filename,nparams,[flen_bn])
Constructing wrapper function "f2py_calc_derrived_params"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
lmin,mixt_frac_max_mag = f2py_calc_derrived_params(grid_type,deltaz,clubb_params,l_prescribed_avg_deltaz,[ngrdcol])
Constructing wrapper function "f2py_init_clubb_loss"...
num_variables,total_param_sets,num_time_windows,clubb_var_names = f2py_init_clubb_loss(runfile)
Constructing wrapper function "f2py_get_clubb_params_all"...
clubb_params_all_out = f2py_get_clubb_params_all(total_param_sets,nparams_in)
Constructing wrapper function "f2py_clubb_get_loss_for_params"...
scaled_rmse,correlation,std_ratio,centered_rmse_norm,bias_norm = f2py_clubb_get_loss_for_params(num_variables,num_time_windows,clubb_params_all,[total_param_sets,nparams_in])
Constructing wrapper function "f2py_finalize_clubb_loss"...
f2py_finalize_clubb_loss()
Constructing wrapper function "f2py_init_pdf_params"...
f2py_init_pdf_params(nz,ngrdcol)
Constructing wrapper function "f2py_init_pdf_params_zm"...
f2py_init_pdf_params_zm(nz,ngrdcol)
Constructing wrapper function "f2py_init_pdf_implicit"...
f2py_init_pdf_implicit(nz,ngrdcol,sclr_dim)
Constructing wrapper function "f2py_cubic_solve"...
roots_real,roots_imag = f2py_cubic_solve(a_coef,b_coef,c_coef,d_coef,[nz])
Constructing wrapper function "f2py_quadratic_solve"...
roots_real,roots_imag = f2py_quadratic_solve(a_coef,b_coef,c_coef,[nz])
Constructing wrapper function "get_pdf_params_dims"...
ngrdcol,nz,ngrdcol_zm,nz_zm = get_pdf_params_dims()
Constructing wrapper function "get_pdf_params_fields"...
w_1,w_2,varnce_w_1,varnce_w_2,rt_1,rt_2,varnce_rt_1,varnce_rt_2,thl_1,thl_2,varnce_thl_1,varnce_thl_2,corr_w_rt_1,corr_w_rt_2,corr_w_thl_1,corr_w_thl_2,corr_rt_thl_1,corr_rt_thl_2,alpha_thl,alpha_rt,crt_1,crt_2,cthl_1,cthl_2,chi_1,chi_2,stdev_chi_1,stdev_chi_2,stdev_eta_1,stdev_eta_2,covar_chi_eta_1,covar_chi_eta_2,corr_w_chi_1,corr_w_chi_2,corr_w_eta_1,corr_w_eta_2,corr_chi_eta_1,corr_chi_eta_2,rsatl_1,rsatl_2,rc_1,rc_2,cloud_frac_1,cloud_frac_2,mixt_frac,ice_supersat_frac_1,ice_supersat_frac_2 = get_pdf_params_fields(ngrdcol,nz,which)
Constructing wrapper function "set_pdf_params_fields"...
set_pdf_params_fields(which,w_1,w_2,varnce_w_1,varnce_w_2,rt_1,rt_2,varnce_rt_1,varnce_rt_2,thl_1,thl_2,varnce_thl_1,varnce_thl_2,corr_w_rt_1,corr_w_rt_2,corr_w_thl_1,corr_w_thl_2,corr_rt_thl_1,corr_rt_thl_2,alpha_thl,alpha_rt,crt_1,crt_2,cthl_1,cthl_2,chi_1,chi_2,stdev_chi_1,stdev_chi_2,stdev_eta_1,stdev_eta_2,covar_chi_eta_1,covar_chi_eta_2,corr_w_chi_1,corr_w_chi_2,corr_w_eta_1,corr_w_eta_2,corr_chi_eta_1,corr_chi_eta_2,rsatl_1,rsatl_2,rc_1,rc_2,cloud_frac_1,cloud_frac_2,mixt_frac,ice_supersat_frac_1,ice_supersat_frac_2,[ngrdcol,nz])
Constructing wrapper function "get_implicit_coefs_dims"...
ngrdcol,nz,sclr_dim = get_implicit_coefs_dims()
Constructing wrapper function "get_implicit_coefs_fields"...
coef_wp4_implicit,coef_wp2rtp_implicit,term_wp2rtp_explicit,coef_wp2thlp_implicit,term_wp2thlp_explicit,coef_wp2up_implicit,term_wp2up_explicit,coef_wp2vp_implicit,term_wp2vp_explicit,coef_wprtp2_implicit,term_wprtp2_explicit,coef_wpthlp2_implicit,term_wpthlp2_explicit,coef_wprtpthlp_implicit,term_wprtpthlp_explicit,coef_wpup2_implicit,term_wpup2_explicit,coef_wpvp2_implicit,term_wpvp2_explicit,coef_wp2sclrp_implicit,term_wp2sclrp_explicit,coef_wpsclrp2_implicit,term_wpsclrp2_explicit,coef_wprtpsclrp_implicit,term_wprtpsclrp_explicit,coef_wpthlpsclrp_implicit,term_wpthlpsclrp_explicit = get_implicit_coefs_fields(ngrdcol,nz,sclr_dim,[sclr_dim_transport])
Constructing wrapper function "get_implicit_coefs_fields_2d"...
coef_wp4_implicit,coef_wp2rtp_implicit,term_wp2rtp_explicit,coef_wp2thlp_implicit,term_wp2thlp_explicit,coef_wp2up_implicit,term_wp2up_explicit,coef_wp2vp_implicit,term_wp2vp_explicit,coef_wprtp2_implicit,term_wprtp2_explicit,coef_wpthlp2_implicit,term_wpthlp2_explicit,coef_wprtpthlp_implicit,term_wprtpthlp_explicit,coef_wpup2_implicit,term_wpup2_explicit,coef_wpvp2_implicit,term_wpvp2_explicit = get_implicit_coefs_fields_2d(ngrdcol,nz)
Constructing wrapper function "set_implicit_coefs_fields"...
set_implicit_coefs_fields(sclr_dim,coef_wp4_implicit,coef_wp2rtp_implicit,term_wp2rtp_explicit,coef_wp2thlp_implicit,term_wp2thlp_explicit,coef_wp2up_implicit,term_wp2up_explicit,coef_wp2vp_implicit,term_wp2vp_explicit,coef_wprtp2_implicit,term_wprtp2_explicit,coef_wpthlp2_implicit,term_wpthlp2_explicit,coef_wprtpthlp_implicit,term_wprtpthlp_explicit,coef_wpup2_implicit,term_wpup2_explicit,coef_wpvp2_implicit,term_wpvp2_explicit,coef_wp2sclrp_implicit,term_wp2sclrp_explicit,coef_wpsclrp2_implicit,term_wpsclrp2_explicit,coef_wprtpsclrp_implicit,term_wprtpsclrp_explicit,coef_wpthlpsclrp_implicit,term_wpthlpsclrp_explicit,[ngrdcol,nz,sclr_dim_transport])
Constructing wrapper function "set_implicit_coefs_fields_2d"...
set_implicit_coefs_fields_2d(coef_wp4_implicit,coef_wp2rtp_implicit,term_wp2rtp_explicit,coef_wp2thlp_implicit,term_wp2thlp_explicit,coef_wp2up_implicit,term_wp2up_explicit,coef_wp2vp_implicit,term_wp2vp_explicit,coef_wprtp2_implicit,term_wprtp2_explicit,coef_wpthlp2_implicit,term_wpthlp2_explicit,coef_wprtpthlp_implicit,term_wprtpthlp_explicit,coef_wpup2_implicit,term_wpup2_explicit,coef_wpvp2_implicit,term_wpvp2_explicit,[ngrdcol,nz])
Constructing wrapper function "f2py_stats_init"...
f2py_stats_init(registry_path,output_path,ncol,stats_tsamp,stats_tout,dt_main,day_in,month_in,year_in,time_initial,stats_tstart,stats_tend,zt,zm,sclr_dim,edsclr_dim,[nzt,nzm])
Constructing wrapper function "f2py_stats_init_with_params"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
getarrdims:warning: assumed shape array, using 0 instead of '*'
f2py_stats_init_with_params(registry_path,output_path,stats_tsamp,stats_tout,dt_main,day_in,month_in,year_in,time_initial,stats_tstart,stats_tend,zt,zm,sclr_dim,edsclr_dim,clubb_params,param_names,[ncol,nzt,nzm])
Constructing wrapper function "f2py_stats_finalize"...
f2py_stats_finalize()
Constructing wrapper function "f2py_get_stats_config"...
l_enabled,ncol,nvars,stats_nsamp,stats_nout,samples_per_write,time_index,l_sample,l_last_sample = f2py_get_stats_config()
Constructing wrapper function "f2py_get_stats_var_meta"...
name,grid_name,units,long_name,grid_id,nz = f2py_get_stats_var_meta(ivar)
Constructing wrapper function "f2py_get_stats_var_data"...
buffer,nsamples = f2py_get_stats_var_data(ivar,ncol,nz)
Constructing wrapper function "f2py_set_stats_var_data"...
f2py_set_stats_var_data(ivar,buffer,nsamples,[ncol,nz])
Constructing wrapper function "f2py_stats_begin_timestep"...
f2py_stats_begin_timestep(itime)
Constructing wrapper function "f2py_stats_end_timestep"...
f2py_stats_end_timestep(time_value)
Constructing wrapper function "f2py_stats_update_scalar"...
f2py_stats_update_scalar(name,values,icol,level)
Constructing wrapper function "f2py_stats_update_1d"...
f2py_stats_update_1d(name,values,icol,[n])
Constructing wrapper function "f2py_stats_update_2d"...
f2py_stats_update_2d(name,values,[ncol,nz])
Constructing wrapper function "f2py_stats_begin_budget_scalar"...
f2py_stats_begin_budget_scalar(name,values,icol)
Constructing wrapper function "f2py_stats_begin_budget_1d"...
f2py_stats_begin_budget_1d(name,values,icol,[n])
Constructing wrapper function "f2py_stats_begin_budget_2d"...
f2py_stats_begin_budget_2d(name,values,[ncol,nz])
Constructing wrapper function "f2py_stats_update_budget_scalar"...
f2py_stats_update_budget_scalar(name,values,icol,level)
Constructing wrapper function "f2py_stats_update_budget_1d"...
f2py_stats_update_budget_1d(name,values,icol,[n])
Constructing wrapper function "f2py_stats_update_budget_2d"...
f2py_stats_update_budget_2d(name,values,[ncol,nz])
Constructing wrapper function "f2py_stats_finalize_budget_scalar"...
f2py_stats_finalize_budget_scalar(name,values,icol,l_count_sample)
Constructing wrapper function "f2py_stats_finalize_budget_1d"...
f2py_stats_finalize_budget_1d(name,values,icol,l_count,[n])
Constructing wrapper function "f2py_stats_finalize_budget_2d"...
f2py_stats_finalize_budget_2d(name,values,l_count,[ncol,nz])
Constructing wrapper function "f2py_var_on_stats_list"...
l_result = f2py_var_on_stats_list(name)
Constructing wrapper function "f2py_stats_update_grid"...
f2py_stats_update_grid(zt_src,zm_src,rho_vals,rho_levels,p_sfc,[ncol,nzt,nzm,nrho])
Constructing wrapper function "f2py_stats_lh_samples_init"...
f2py_stats_lh_samples_init(num_samples,nl_names,u_names,zt_vals,[nzt,n_nl,n_u])
Constructing wrapper function "f2py_stats_lh_samples_write_ln"...
f2py_stats_lh_samples_write_ln(samples,[ncol,nsamp,nzt,nvars])
Constructing wrapper function "f2py_stats_lh_samples_write_u"...
f2py_stats_lh_samples_write_u(uniform_vals,mixture_comp,sample_weights,[ncol,nsamp,nzt,nvars])
Constructing wrapper function "f2py_prescribe_forcings"...
rtm,wm_zm,wm_zt,ug,vg,um_ref,vm_ref,thlm_forcing,rtm_forcing,um_forcing,vm_forcing,wprtp_forcing,wpthlp_forcing,rtp2_forcing,thlp2_forcing,rtpthlp_forcing,wpsclrp,sclrm_forcing,edsclrm_forcing,wpthlp_sfc,wprtp_sfc,upwp_sfc,vpwp_sfc,t_sfc,p_sfc,sens_ht,latent_ht,wpsclrp_sfc,wpedsclrp_sfc = f2py_prescribe_forcings(sclr_dim,edsclr_dim,runtype,sfctype,time_current,time_initial,dt,um,vm,thlm,p_in_pa,exner,rho,rho_zm,thvm,zt_in,l_t_dependent,l_ignore_forcings,l_input_xpwp_sfc,l_modify_bc_for_cnvg_test,saturation_formula,l_add_dycore_grid,grid_remap_method,grid_adapt_in_time_method,rtm,wm_zm,wm_zt,ug,vg,um_ref,vm_ref,thlm_forcing,rtm_forcing,um_forcing,vm_forcing,wprtp_forcing,wpthlp_forcing,rtp2_forcing,thlp2_forcing,rtpthlp_forcing,wpsclrp,sclrm_forcing,edsclrm_forcing,wpthlp_sfc,wprtp_sfc,upwp_sfc,vpwp_sfc,t_sfc,p_sfc,sens_ht,latent_ht,wpsclrp_sfc,wpedsclrp_sfc,[nzm,nzt,ngrdcol,sclr_dim_transport,edsclr_dim_transport])
Constructing wrapper function "f2py_advance_clubb_core"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
um,vm,up3,vp3,thlm,rtm,rtp3,thlp3,wp3,upwp,vpwp,up2,vp2,wprtp,wpthlp,rtp2,thlp2,rtpthlp,wp2,sclrm,sclrp3,wpsclrp,sclrp2,sclrprtp,sclrpthlp,p_in_pa,exner,rcm,cloud_frac,wp2thvp,wp2up,wpthvp,rtpthvp,thlpthvp,sclrpthvp,wp2rtp,wp2thlp,wpup2,wpvp2,ice_supersat_frac,uprcp,vprcp,rc_coef_zm,wp4,wp2up2,wp2vp2,um_pert,vm_pert,upwp_pert,vpwp_pert,edsclrm,rcm_in_layer,cloud_cover,w_up_in_cloud,w_down_in_cloud,cloudy_updraft_frac,cloudy_downdraft_frac,wprcp,invrs_tau_zm,kh_zt,kh_zm,thlprcp,lscale = f2py_advance_clubb_core(l_implemented,dt,fcor,fcor_y,sfc_elevation,hydromet_dim,edsclr_dim,sclr_tol,thlm_forcing,rtm_forcing,um_forcing,vm_forcing,sclrm_forcing,edsclrm_forcing,wprtp_forcing,wpthlp_forcing,rtp2_forcing,thlp2_forcing,rtpthlp_forcing,wm_zm,wm_zt,wpthlp_sfc,wprtp_sfc,upwp_sfc,vpwp_sfc,p_sfc,wpsclrp_sfc,wpedsclrp_sfc,upwp_sfc_pert,vpwp_sfc_pert,rtm_ref,thlm_ref,um_ref,vm_ref,ug,vg,rho_zm,rho,rho_ds_zm,rho_ds_zt,invrs_rho_ds_zm,invrs_rho_ds_zt,thv_ds_zm,thv_ds_zt,l_mix_rat_hm,rfrzm,wphydrometp,wp2hmp,rtphmp_zt,thlphmp_zt,host_dx,host_dy,clubb_params,lmin,mixt_frac_max_mag,t0_val,ts_nudge,rtm_min,rtm_nudge_max_altitude,um,vm,up3,vp3,thlm,rtm,rtp3,thlp3,wp3,upwp,vpwp,up2,vp2,wprtp,wpthlp,rtp2,thlp2,rtpthlp,wp2,sclrm,sclrp3,wpsclrp,sclrp2,sclrprtp,sclrpthlp,p_in_pa,exner,rcm,cloud_frac,wp2thvp,wp2up,wpthvp,rtpthvp,thlpthvp,sclrpthvp,wp2rtp,wp2thlp,wpup2,wpvp2,ice_supersat_frac,uprcp,vprcp,rc_coef_zm,wp4,wp2up2,wp2vp2,um_pert,vm_pert,upwp_pert,vpwp_pert,edsclrm,[nzm,nzt,ngrdcol,sclr_dim,hydromet_dim_transport,sclr_dim_transport,edsclr_dim_transport])
Constructing wrapper function "f2py_calculate_thvm"...
thvm = f2py_calculate_thvm(thlm,rtm,rcm,exner,thv_ds_zt,[nzt,ngrdcol])
Constructing wrapper function "f2py_hydrostatic"...
p_in_Pa,p_in_Pa_zm,exner,exner_zm,rho,rho_zm = f2py_hydrostatic(nzm,thvm,p_sfc,[ngrdcol,nzt])
Constructing wrapper function "f2py_zt2zm_2d"...
azm = f2py_zt2zm_2d(nzm,azt,[nzt,ngrdcol])
Constructing wrapper function "f2py_zm2zt_2d"...
azt = f2py_zm2zt_2d(nzt,azm,[nzm,ngrdcol])
Constructing wrapper function "f2py_zt2zm2zt_2d"...
azt_smoothed = f2py_zt2zm2zt_2d(nzm,azt,zt_min,[nzt,ngrdcol])
Constructing wrapper function "f2py_ddzm_2d"...
d_azm_dzt = f2py_ddzm_2d(nzt,azm,[nzm,ngrdcol])
Constructing wrapper function "f2py_ddzt_2d"...
d_azt_dzm = f2py_ddzt_2d(nzm,azt,[nzt,ngrdcol])
Constructing wrapper function "f2py_sat_mixrat_liq_2d"...
rsat = f2py_sat_mixrat_liq_2d(p_in_Pa,t_in_k,saturation_formula,[nz,ngrdcol])
Constructing wrapper function "f2py_sat_mixrat_ice_2d"...
rsat = f2py_sat_mixrat_ice_2d(p_in_Pa,t_in_k,saturation_formula,[nz,ngrdcol])
Constructing wrapper function "f2py_rcm_sat_adj"...
rcm_out = f2py_rcm_sat_adj(thlm,rtm,p_in_Pa,exner,saturation_formula)
Constructing wrapper function "f2py_calculate_thlp2_rad"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
thlp2_forcing = f2py_calculate_thlp2_rad(rcm,thlprcp,radht,clubb_params,thlp2_forcing,[ngrdcol,nzm,nzt])
Constructing wrapper function "f2py_cos_solar_zen"...
cos_zen = f2py_cos_solar_zen(day,month,year,current_time,lat_vals,lon_vals)
Constructing wrapper function "f2py_set_simplified_radiation_params"...
f2py_set_simplified_radiation_params(f0_in,f1_in,kappa_in,eff_drop_radius_in,alvdr_in,gc_in,omega_in,l_rad_above_cloud_in,l_sw_radiation_in,l_fix_cos_solar_zen_in,nparam_in,fs_values_in,cos_solar_zen_values_in,cos_solar_zen_times_in)
Constructing wrapper function "f2py_sunray_sw"...
frad_sw = f2py_sunray_sw(rcm,rho,xi_abs,dzt,zm,zt,radius,a,gc,fs0,omega,l_center,[ngrdcol,nzt])
Constructing wrapper function "f2py_zero_pdf_params"...
f2py_zero_pdf_params(which)
Constructing wrapper function "f2py_zero_pdf_implicit_coefs_terms"...
f2py_zero_pdf_implicit_coefs_terms()
Constructing wrapper function "f2py_check_clubb_settings"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
f2py_check_clubb_settings(params,l_implemented,l_input_fields,[ngrdcol])
Constructing wrapper function "f2py_check_parameters"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
f2py_check_parameters(clubb_params,lmin,[ngrdcol])
Constructing wrapper function "f2py_set_clubb_debug_level"...
f2py_set_clubb_debug_level(level)
Constructing wrapper function "f2py_cleanup_grid"...
f2py_cleanup_grid()
Constructing wrapper function "f2py_setup_grid_heights"...
f2py_setup_grid_heights(l_implemented,l_ascending_grid,grid_type,deltaz,zm_init,momentum_heights,thermodynamic_heights,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_read_grid_heights"...
momentum_heights,thermodynamic_heights = f2py_read_grid_heights(nzmax,grid_type,zm_grid_fname,zt_grid_fname,file_unit)
Constructing wrapper function "f2py_cleanup_err_info"...
f2py_cleanup_err_info()
Constructing wrapper function "f2py_set_err_info_values"...
f2py_set_err_info_values(chunk_idx,mpi_rank,lat,lon,[ngrdcol])
Constructing wrapper function "f2py_get_err_info_values"...
chunk_idx,mpi_rank,lat,lon = f2py_get_err_info_values(ngrdcol)
Constructing wrapper function "f2py_reset_err_code"...
f2py_reset_err_code()
Constructing wrapper function "f2py_initialize_error_headers"...
f2py_initialize_error_headers()
Constructing wrapper function "f2py_file_read_1d"...
variable = f2py_file_read_1d(file_unit,path_and_filename,num_datapts,entries_per_line)
Constructing wrapper function "f2py_julian2gregorian_date"...
day,month,year = f2py_julian2gregorian_date(julian_date)
Constructing wrapper function "f2py_gregorian2julian_day"...
julian_day = f2py_gregorian2julian_day(day,month,year)
Constructing wrapper function "f2py_leap_year"...
is_leap_year = f2py_leap_year(year)
Constructing wrapper function "f2py_lin_interpolate_two_points"...
var_interp = f2py_lin_interpolate_two_points(height_int,height_high,height_low,var_high,var_low)
Constructing wrapper function "f2py_mono_cubic_interp"...
f_out = f2py_mono_cubic_interp(z_in,km1,k00,kp1,kp2,zm1,z00,zp1,zp2,fm1,f00,fp1,fp2)
Constructing wrapper function "f2py_zlinterp_fnc"...
var_out = f2py_zlinterp_fnc(grid_out,grid_src,var_src,[dim_out,dim_src])
Constructing wrapper function "f2py_calc_ri_zm"...
ri_zm = f2py_calc_ri_zm(bv_freq_sqd,shear,lim_bv,lim_shear,[nzm,ngrdcol])
Constructing wrapper function "f2py_vertical_avg"...
avg_out = f2py_vertical_avg(rho_ds,field,dz,[total_idx])
Constructing wrapper function "f2py_vertical_integral"...
integral_out = f2py_vertical_integral(rho_ds,field,dz,[total_idx])
Constructing wrapper function "f2py_zm2zt2zm_2d"...
azm_smoothed = f2py_zm2zt2zm_2d(nzt,azm,zm_min,[nzm,ngrdcol])
Constructing wrapper function "f2py_pvertinterp"...
interp_var = f2py_pvertinterp(p_mid,p_out,input_var,[nzt,ngrdcol])
Constructing wrapper function "f2py_compute_current_date"...
current_day,current_month,current_year,seconds_since_current_date = f2py_compute_current_date(previous_day,previous_month,previous_year,seconds_since_previous_date)
Constructing wrapper function "f2py_set_lscale_max"...
lscale_max = f2py_set_lscale_max(l_implemented,host_dx,host_dy,[ngrdcol])
Constructing wrapper function "f2py_term_ma_zt_lhs"...
lhs_ma = f2py_term_ma_zt_lhs(wm_zt,weights_zt2zm,invrs_dzt,invrs_dzm,l_upwind_xm_ma,grid_dir,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_term_ma_zm_lhs"...
lhs_ma = f2py_term_ma_zm_lhs(wm_zm,invrs_dzm,weights_zm2zt,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_diffusion_zt_lhs"...
lhs = f2py_diffusion_zt_lhs(k_zm,k_zt,nu,invrs_rho_ds_zt,rho_ds_zm,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_diffusion_zm_lhs"...
lhs = f2py_diffusion_zm_lhs(k_zt,k_zm,nu,invrs_rho_ds_zm,rho_ds_zt,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_smooth_heaviside_peskin"...
smth_output = f2py_smooth_heaviside_peskin(input,smth_range,[nz,ngrdcol])
Constructing wrapper function "f2py_smooth_max_scalar_array"...
output_var = f2py_smooth_max_scalar_array(input_var1,input_var2,smth_coef,[nz,ngrdcol])
Constructing wrapper function "f2py_smooth_max_array_scalar"...
output_var = f2py_smooth_max_array_scalar(input_var1,input_var2,smth_coef,[nz,ngrdcol])
Constructing wrapper function "f2py_smooth_min_scalar_array"...
output_var = f2py_smooth_min_scalar_array(input_var1,input_var2,smth_coef,[nz,ngrdcol])
Constructing wrapper function "f2py_smooth_min_array_scalar"...
output_var = f2py_smooth_min_array_scalar(input_var1,input_var2,smth_coef,[nz,ngrdcol])
Constructing wrapper function "f2py_calc_xpwp_2d"...
xpwp = f2py_calc_xpwp_2d(km_zm,xm,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_calc_ddzt_umvm_sqd"...
ddzt_umvm_sqd = f2py_calc_ddzt_umvm_sqd(nzm,um,vm,[nzt,ngrdcol])
Constructing wrapper function "f2py_calc_wp3_on_wp2"...
wp3_on_wp2,wp3_on_wp2_zt = f2py_calc_wp3_on_wp2(wp2,wp3,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_lscale_width_vert_avg"...
avg_out = f2py_lscale_width_vert_avg(smth_type,var_profile,lscale_zm,rho_ds_zm,var_below_ground_value,[nzm,ngrdcol])
Constructing wrapper function "f2py_wp23_term_splat_lhs"...
lhs_splat_wp2,lhs_splat_wp3 = f2py_wp23_term_splat_lhs(nzt,c_wp2_splat,brunt_vaisala_freq_sqd_mixed,lscale_zm,rho_ds_zm,[nzm,ngrdcol])
Constructing wrapper function "f2py_smooth_corr_quotient"...
quotient = f2py_smooth_corr_quotient(numerator,denominator,denom_thresh,[ngrdcol,nz])
Constructing wrapper function "f2py_calc_comp_corrs_binormal"...
corr_x_y_1,corr_x_y_2 = f2py_calc_comp_corrs_binormal(xpyp,xm,ym,mu_x_1,mu_x_2,mu_y_1,mu_y_2,sigma_x_1_sqd,sigma_x_2_sqd,sigma_y_1_sqd,sigma_y_2_sqd,mixt_frac,[nz,ngrdcol])
Constructing wrapper function "f2py_mean_l2n"...
mu_x_n = f2py_mean_l2n(mu_x,sigma2_on_mu2)
Constructing wrapper function "f2py_stdev_l2n"...
sigma_x_n = f2py_stdev_l2n(sigma2_on_mu2)
Constructing wrapper function "f2py_corr_nn2nl"...
corr_x_y = f2py_corr_nn2nl(corr_x_y_n,sigma_y_n,y_sigma2_on_mu2,[nz,ngrdcol])
Constructing wrapper function "f2py_corr_nn2ll"...
corr_x_y = f2py_corr_nn2ll(corr_x_y_n,sigma_x_n,sigma_y_n,x_sigma2_on_mu2,y_sigma2_on_mu2,[nz,ngrdcol])
Constructing wrapper function "f2py_compute_mean_binormal"...
xm = f2py_compute_mean_binormal(mu_x_1,mu_x_2,mixt_frac)
Constructing wrapper function "f2py_compute_variance_binormal"...
xp2 = f2py_compute_variance_binormal(xm,mu_x_1,mu_x_2,stdev_x_1,stdev_x_2,mixt_frac)
Constructing wrapper function "f2py_calc_corr_chi_x"...
corr_chi_x_i = f2py_calc_corr_chi_x(crt_i,cthl_i,sigma_rt_i,sigma_thl_i,sigma_chi_i,corr_rt_x_i,corr_thl_x_i)
Constructing wrapper function "f2py_calc_corr_eta_x"...
corr_eta_x_i = f2py_calc_corr_eta_x(crt_i,cthl_i,sigma_rt_i,sigma_thl_i,sigma_eta_i,corr_rt_x_i,corr_thl_x_i)
Constructing wrapper function "f2py_nc_in_cloud_to_ncnm"...
ncnm = f2py_nc_in_cloud_to_ncnm(mu_chi_1,mu_chi_2,sigma_chi_1,sigma_chi_2,mixt_frac,nc_in_cloud,cloud_frac_1,cloud_frac_2,const_ncnp2_on_ncnm2,const_corr_chi_ncn)
Constructing wrapper function "f2py_cholesky_factor"...
a_scaling,a_cholesky,l_scaled = f2py_cholesky_factor(a_input,[ndim])
Constructing wrapper function "f2py_mirror_lower_triangular_matrix"...
matrix = f2py_mirror_lower_triangular_matrix(matrix,[nvars])
Constructing wrapper function "f2py_diagnose_correlations"...
corr_array = f2py_diagnose_correlations(iipdf_w,corr_array_pre,l_calc_w_corr,[pdf_dim])
Constructing wrapper function "f2py_calc_cholesky_corr_mtx_approx"...
corr_cholesky_mtx,corr_mtx_approx = f2py_calc_cholesky_corr_mtx_approx(iipdf_w,corr_matrix,[n_variables])
Constructing wrapper function "f2py_skx_func"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
skx = f2py_skx_func(xp2,xp3,x_tol,clubb_params,[nz,ngrdcol])
Constructing wrapper function "f2py_lg_2005_ansatz"...
skx = f2py_lg_2005_ansatz(skw,wpxp,wp2,xp2,beta,sigma_sqd_w,x_tol,[nz,ngrdcol])
Constructing wrapper function "f2py_xp3_lg_2005_ansatz"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
xp3 = f2py_xp3_lg_2005_ansatz(skw_zt,wpxp_zt,wp2_zt,xp2_zt,sigma_sqd_w_zt,clubb_params,x_tol,[nzt,ngrdcol])
Constructing wrapper function "f2py_compute_gamma_skw"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
gamma_skw_fnc,gamma_skw_fnc_zt = f2py_compute_gamma_skw(l_gamma_skw,skw_zm,clubb_params,skw_zt,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_sponge_damp_xm"...
xm_p = f2py_sponge_damp_xm(dt,zt,zm,xm_ref,xm,tau_sponge_damp,sponge_layer_depth,[nzm,nzt])
Constructing wrapper function "f2py_sponge_damp_xp2"...
xp2_damped = f2py_sponge_damp_xp2(dt,zm,xp2,x_tol_sqd,tau_sponge_damp,sponge_layer_depth,[nzm])
Constructing wrapper function "f2py_sponge_damp_xp3"...
xp3_damped = f2py_sponge_damp_xp3(dt,z,zm,xp3,tau_sponge_damp,sponge_layer_depth,[nzm,nzt])
Constructing wrapper function "f2py_calculate_spurious_source"...
spurious_source = f2py_calculate_spurious_source(integral_after,integral_before,flux_top,flux_sfc,integral_forcing,dt)
Constructing wrapper function "f2py_remap_vals_to_target_same_grid"...
target_values = f2py_remap_vals_to_target_same_grid(nzm,nzt,source_values,target_values_idx,rho_lin_spline_vals,rho_lin_spline_levels,iv,p_sfc,grid_remap_method,l_zt_variable,[ngrdcol,source_values_idx,total_idx_rho_lin_spline])
Constructing wrapper function "f2py_sfc_varnce_check"...
f2py_sfc_varnce_check(sclr_dim,wp2_sfc,up2_sfc,vp2_sfc,thlp2_sfc,rtp2_sfc,rtpthlp_sfc,sclrp2_sfc,sclrprtp_sfc,sclrpthlp_sfc,[sclr_dim_transport])
Constructing wrapper function "f2py_parameterization_check"...
f2py_parameterization_check(sclr_dim,edsclr_dim,thlm_forcing,rtm_forcing,um_forcing,vm_forcing,wm_zm,wm_zt,p_in_pa,rho_zm,rho,exner,rho_ds_zm,rho_ds_zt,invrs_rho_ds_zm,invrs_rho_ds_zt,thv_ds_zm,thv_ds_zt,wpthlp_sfc,wprtp_sfc,upwp_sfc,vpwp_sfc,p_sfc,um,upwp,vm,vpwp,up2,vp2,rtm,wprtp,thlm,wpthlp,wp2,wp3,rtp2,thlp2,rtpthlp,prefix,wpsclrp_sfc,wpedsclrp_sfc,sclrm,wpsclrp,sclrp2,sclrprtp,sclrpthlp,sclrm_forcing,edsclrm,edsclrm_forcing,[nzm,nzt,ngrdcol,sclr_dim_transport,edsclr_dim_transport])
Constructing wrapper function "f2py_calc_wp4_pdf"...
wp4 = f2py_calc_wp4_pdf(wm,w_1,w_2,varnce_w_1,varnce_w_2,mixt_frac,[nz,ngrdcol])
Constructing wrapper function "f2py_calc_wp2xp_pdf"...
wp2xp = f2py_calc_wp2xp_pdf(wm,xm,w_1,w_2,x_1,x_2,varnce_w_1,varnce_w_2,varnce_x_1,varnce_x_2,corr_w_x_1,corr_w_x_2,mixt_frac,[nz,ngrdcol])
Constructing wrapper function "f2py_calc_wpxp2_pdf"...
wpxp2 = f2py_calc_wpxp2_pdf(wm,xm,w_1,w_2,x_1,x_2,varnce_w_1,varnce_w_2,varnce_x_1,varnce_x_2,corr_w_x_1,corr_w_x_2,mixt_frac,[nz,ngrdcol])
Constructing wrapper function "f2py_calc_wpxpyp_pdf"...
wpxpyp = f2py_calc_wpxpyp_pdf(wm,xm,ym,w_1,w_2,x_1,x_2,y_1,y_2,varnce_w_1,varnce_w_2,varnce_x_1,varnce_x_2,varnce_y_1,varnce_y_2,corr_w_x_1,corr_w_x_2,corr_w_y_1,corr_w_y_2,corr_x_y_1,corr_x_y_2,mixt_frac,[nz,ngrdcol])
Constructing wrapper function "f2py_calc_w_up_in_cloud"...
w_up_in_cloud,w_down_in_cloud,cloudy_updraft_frac,cloudy_downdraft_frac = f2py_calc_w_up_in_cloud(mixt_frac,cloud_frac_1,cloud_frac_2,w_1,w_2,varnce_w_1,varnce_w_2,[nz,ngrdcol])
Constructing wrapper function "f2py_pdf_closure_check"...
f2py_pdf_closure_check(sclr_dim,wp4,wprtp2,wp2rtp,wpthlp2,wp2thlp,cloud_frac,rcm,wpthvp,wp2thvp,wp2up,rtpthvp,thlpthvp,wprcp,wp2rcp,rtprcp,thlprcp,rcp2,wprtpthlp,crt_1,crt_2,cthl_1,cthl_2,sclrpthvp,sclrprcp,wpsclrp2,wpsclrprtp,wpsclrpthlp,wp2sclrp,[nz,sclr_dim_transport])
Constructing wrapper function "f2py_length_check"...
f2py_length_check(lscale,lscale_up,lscale_down,[nzt])
Constructing wrapper function "f2py_assert_corr_symmetric"...
f2py_assert_corr_symmetric(corr_array_n,[pdf_dim])
Constructing wrapper function "f2py_xpyp_term_ta_pdf_lhs"...
lhs_ta = f2py_xpyp_term_ta_pdf_lhs(coef_wpxpyp_implicit,rho_ds_zt,rho_ds_zm,invrs_rho_ds_zm,l_upwind_xpyp_turbulent_adv,sgn_turbulent_vel,coef_wpxpyp_implicit_zm,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_xpyp_term_ta_pdf_lhs_godunov"...
lhs_ta = f2py_xpyp_term_ta_pdf_lhs_godunov(coef_wpxpyp_implicit,invrs_rho_ds_zm,rho_ds_zm,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_xpyp_term_ta_pdf_rhs"...
rhs_ta = f2py_xpyp_term_ta_pdf_rhs(term_wpxpyp_explicit,rho_ds_zt,rho_ds_zm,invrs_rho_ds_zm,l_upwind_xpyp_turbulent_adv,sgn_turbulent_vel,term_wpxpyp_explicit_zm,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_xpyp_term_ta_pdf_rhs_godunov"...
rhs_ta = f2py_xpyp_term_ta_pdf_rhs_godunov(term_wpxpyp_explicit_zm,invrs_rho_ds_zm,sgn_turbulent_vel,rho_ds_zm,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_calc_sfc_varnce"...
wp2,up2,vp2,thlp2,rtp2,rtpthlp,sclrp2,sclrprtp,sclrpthlp = f2py_calc_sfc_varnce(sclr_dim,dt,sfc_elevation,upwp_sfc,vpwp_sfc,wpthlp,wprtp_sfc,um,vm,lscale_up,wpsclrp_sfc,lhs_splat_wp2,tau_zm,l_vary_convect_depth,t0,up2_sfc_coef,a_const,wp2,up2,vp2,thlp2,rtp2,rtpthlp,sclrp2,sclrprtp,sclrpthlp,[nzm,nzt,ngrdcol,sclr_dim_transport])
Constructing wrapper function "f2py_stats_accumulate"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
f2py_stats_accumulate(sclr_dim,edsclr_dim,dt,l_implemented,l_host_applies_sfc_fluxes,l_stability_correct_tau_zm,clubb_params,um,vm,upwp,vpwp,up2,vp2,thlm,rtm,thlm_before,rtm_before,thlm_forcing,rtm_forcing,wpthlp_sfc,wprtp_sfc,wprtp,wpthlp,wp2,wp3,rtp2,rtp3,thlp2,thlp3,rtpthlp,p_in_pa,exner,rho,rho_zm,rho_ds_zm,rho_ds_zt,thv_ds_zm,thv_ds_zt,wm_zt,wm_zm,rcm,cloud_frac,thvm,ug,vg,ddzt_umvm_sqd,stability_correction,kh_zt,rsat,kh_zm,em,sclrm,sclrp2,sclrprtp,sclrpthlp,sclrm_forcing,wpsclrp,wpedsclrp,edsclrm,edsclrm_forcing,saturation_formula,[nzm,nzt,ngrdcol,sclr_dim_transport,edsclr_dim_transport])
Constructing wrapper function "f2py_pdf_closure_driver"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
rtm,rcm,cloud_frac,ice_supersat_frac,wprcp,sigma_sqd_w,wpthvp,wp2thvp,wp2up,rtpthvp,thlpthvp,rc_coef,rcm_in_layer,cloud_cover,rcp2_zt,thlprcp,rc_coef_zm,sclrpthvp,wpup2,wpvp2,wp2up2,wp2vp2,wp4,wp2rtp,wprtp2,wp2thlp,wpthlp2,wprtpthlp,wp2rcp,rtprcp,rcp2,uprcp,vprcp,w_up_in_cloud,w_down_in_cloud,cloudy_updraft_frac,cloudy_downdraft_frac,skw_velocity,cloud_frac_zm,ice_supersat_frac_zm,rtm_zm,thlm_zm,rcm_zm,rcm_supersat_adj,wp2sclrp,wpsclrp2,sclrprcp,wpsclrprtp,wpsclrpthlp = f2py_pdf_closure_driver(dt,hydromet_dim,sclr_dim,sclr_tol,wprtp,thlm,wpthlp,rtp2,rtp3,thlp2,thlp3,rtpthlp,wp2,wp3,wm_zm,wm_zt,um,up2,upwp,up3,vm,vp2,vpwp,vp3,p_in_pa,exner,thv_ds_zm,thv_ds_zt,rtm_ref,wphydrometp,wp2hmp,rtphmp_zt,thlphmp_zt,sclrm,wpsclrp,sclrp2,sclrprtp,sclrpthlp,sclrp3,p_sfc,l_samp_stats_in_pdf_call,mixt_frac_max_mag,ts_nudge,rtm_min,rtm_nudge_max_altitude,clubb_params,iipdf_type,saturation_formula,l_rtm_nudge,l_trapezoidal_rule_zt,l_trapezoidal_rule_zm,l_call_pdf_closure_twice,l_use_cloud_cover,l_rcm_supersat_adj,l_mix_rat_hm,rtm,sigma_sqd_w,[nzm,nzt,ngrdcol,hydromet_dim_transport,sclr_dim_transport])
Constructing wrapper function "f2py_calc_turb_adv_range"...
low_lev_effect,high_lev_effect = f2py_calc_turb_adv_range(nzt,dt,w_1_zm,w_2_zm,varnce_w_1_zm,varnce_w_2_zm,mixt_frac_zm,[nzm,ngrdcol])
Constructing wrapper function "f2py_monotonic_turbulent_flux_limit"...
xm,wpxp = f2py_monotonic_turbulent_flux_limit(solve_type,dt,xm_old,xp2,wm_zt,xm_forcing,rho_ds_zm,rho_ds_zt,invrs_rho_ds_zm,invrs_rho_ds_zt,xp2_threshold,xm_tol,l_implemented,low_lev_effect,high_lev_effect,tridiag_solve_method,l_upwind_xm_ma,l_mono_flux_lim_spikefix,xm,wpxp,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_precip_fraction"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
precip_frac,precip_frac_1,precip_frac_2,precip_frac_tol = f2py_precip_fraction(hydromet_dim,hydromet,cloud_frac,cloud_frac_1,l_mix_rat_hm,l_frozen_hm,hydromet_tol,cloud_frac_2,ice_supersat_frac,ice_supersat_frac_1,ice_supersat_frac_2,mixt_frac,clubb_params,[nzt,ngrdcol,hydromet_dim_transport])
Constructing wrapper function "f2py_calc_params_ly93"...
mu_x_1,mu_x_2,sigma_x_1_sqd,sigma_x_2_sqd = f2py_calc_params_ly93(xm,xp2,skx,mixt_frac,[nz])
Constructing wrapper function "f2py_ly93_driver"...
mu_w_1,mu_w_2,mu_rt_1,mu_rt_2,mu_thl_1,mu_thl_2,sigma_w_1_sqd,sigma_w_2_sqd,sigma_rt_1_sqd,sigma_rt_2_sqd,sigma_thl_1_sqd,sigma_thl_2_sqd,mixt_frac = f2py_ly93_driver(wm,rtm,thlm,wp2,rtp2,thlp2,skw,skrt,skthl,[nz])
Constructing wrapper function "f2py_calc_setter_var_params"...
mu_x_1,mu_x_2,sigma_x_1,sigma_x_2,mixt_frac,coef_sigma_x_1_sqd,coef_sigma_x_2_sqd = f2py_calc_setter_var_params(xm,xp2,skx,sgn_wpxp,f_x,zeta_x,[nz])
Constructing wrapper function "f2py_calc_responder_params"...
mu_x_1,mu_x_2,sigma_x_1_sqd,sigma_x_2_sqd,coef_sigma_x_1_sqd,coef_sigma_x_2_sqd = f2py_calc_responder_params(xm,xp2,skx,sgn_wpxp,f_x,mixt_frac,[nz])
Constructing wrapper function "f2py_calc_limits_f_x_responder"...
min_f_x,max_f_x = f2py_calc_limits_f_x_responder(mixt_frac,skx,sgn_wpxp,max_skx2_pos_skx_sgn_wpxp,max_skx2_neg_skx_sgn_wpxp,[nz])
Constructing wrapper function "f2py_calc_l_x_skx_fnc"...
big_l_x_1,big_l_x_2 = f2py_calc_l_x_skx_fnc(skx,sgn_wpxp,small_l_x_1,small_l_x_2)
Constructing wrapper function "f2py_calc_setter_parameters_tsdadg"...
mu_x_1,mu_x_2,sigma_x_1_sqd,sigma_x_2_sqd,mixt_frac,coef_sigma_x_1_sqd,coef_sigma_x_2_sqd = f2py_calc_setter_parameters_tsdadg(xm,xp2,skx,sgn_wpxp,big_l_x_1,big_l_x_2)
Constructing wrapper function "f2py_calc_coef_wp4_implicit"...
coef_wp4_implicit = f2py_calc_coef_wp4_implicit(mixt_frac,f_w,coef_sigma_w_1_sqd,coef_sigma_w_2_sqd,[nz])
Constructing wrapper function "f2py_calc_coef_wpxp2_implicit"...
coef_wpxp2_implicit = f2py_calc_coef_wpxp2_implicit(wp2,xp2,wpxp,sgn_wpxp,mixt_frac,f_w,f_x,coef_sigma_w_1_sqd,coef_sigma_w_2_sqd,coef_sigma_x_1_sqd,coef_sigma_x_2_sqd,[nz])
Constructing wrapper function "f2py_calc_coefs_wp2xp_semiimpl"...
coef_wp2xp_implicit,term_wp2xp_explicit = f2py_calc_coefs_wp2xp_semiimpl(wp2,xp2,sgn_wpxp,mixt_frac,f_w,f_x,coef_sigma_w_1_sqd,coef_sigma_w_2_sqd,coef_sigma_x_1_sqd,coef_sigma_x_2_sqd,[nz])
Constructing wrapper function "f2py_calc_coefs_wpxpyp_semiimpl"...
coef_wpxpyp_implicit,term_wpxpyp_explicit = f2py_calc_coefs_wpxpyp_semiimpl(wp2,xp2,yp2,wpxp,wpyp,sgn_wpxp,sgn_wpyp,mixt_frac,f_w,f_x,f_y,coef_sigma_w_1_sqd,coef_sigma_w_2_sqd,coef_sigma_x_1_sqd,coef_sigma_x_2_sqd,coef_sigma_y_1_sqd,coef_sigma_y_2_sqd,[nz])
Constructing wrapper function "f2py_calc_luhar_params"...
mixt_frac,big_m,small_m = f2py_calc_luhar_params(skx,wpxp,xp2,x_tol_sqd,[nz])
Constructing wrapper function "f2py_close_luhar_pdf"...
sigma_sqd_x_1,sigma_sqd_x_2,varnce_x_1,varnce_x_2,x_1_n,x_2_n,x_1,x_2 = f2py_close_luhar_pdf(xm,xp2,mixt_frac,small_m,wpxp,x_tol_sqd,[nz])
Constructing wrapper function "f2py_adg1_w_closure"...
w_1,w_2,w_1_n,w_2_n,varnce_w_1,varnce_w_2,mixt_frac = f2py_adg1_w_closure(wm,wp2,skw,sigma_sqd_w,sqrt_wp2,mixt_frac_max_mag,[nz,ngrdcol])
Constructing wrapper function "f2py_tsdadg_pdf_driver"...
mu_w_1,mu_w_2,mu_rt_1,mu_rt_2,mu_thl_1,mu_thl_2,sigma_w_1_sqd,sigma_w_2_sqd,sigma_rt_1_sqd,sigma_rt_2_sqd,sigma_thl_1_sqd,sigma_thl_2_sqd,mixt_frac = f2py_tsdadg_pdf_driver(wm,rtm,thlm,wp2,rtp2,thlp2,skw,skrt,skthl,wprtp,wpthlp,[nz])
Constructing wrapper function "f2py_adg2_pdf_driver"...
w_1,w_2,rt_1,rt_2,thl_1,thl_2,varnce_w_1,varnce_w_2,varnce_rt_1,varnce_rt_2,varnce_thl_1,varnce_thl_2,mixt_frac,alpha_rt,alpha_thl,sigma_sqd_w,sclr_1,sclr_2,varnce_sclr_1,varnce_sclr_2,alpha_sclr = f2py_adg2_pdf_driver(sclr_dim,sclr_tol,wm,rtm,thlm,wp2,rtp2,thlp2,skw,wprtp,wpthlp,sqrt_wp2,beta,sclrm,sclrp2,wpsclrp,l_scalar_calc,[nz,ngrdcol,sclr_dim_transport])
Constructing wrapper function "f2py_adg1_pdf_driver"...
w_1,w_2,rt_1,rt_2,thl_1,thl_2,u_1,u_2,v_1,v_2,varnce_w_1,varnce_w_2,varnce_rt_1,varnce_rt_2,varnce_thl_1,varnce_thl_2,varnce_u_1,varnce_u_2,varnce_v_1,varnce_v_2,mixt_frac,alpha_rt,alpha_thl,alpha_u,alpha_v,sclr_1,sclr_2,varnce_sclr_1,varnce_sclr_2,alpha_sclr = f2py_adg1_pdf_driver(sclr_dim,sclr_tol,wm,rtm,thlm,um,vm,wp2,rtp2,thlp2,up2,vp2,skw,wprtp,wpthlp,upwp,vpwp,sqrt_wp2,sigma_sqd_w,beta,mixt_frac_max_mag,sclrm,sclrp2,wpsclrp,l_scalar_calc,[nz,ngrdcol,sclr_dim_transport])
Constructing wrapper function "f2py_luhar_3d_pdf_driver"...
w_1,w_2,rt_1,rt_2,thl_1,thl_2,varnce_w_1,varnce_w_2,varnce_rt_1,varnce_rt_2,varnce_thl_1,varnce_thl_2,mixt_frac = f2py_luhar_3d_pdf_driver(wm,rtm,thlm,wp2,rtp2,thlp2,skw,skrt,skthl,wprtp,wpthlp,[nz])
Constructing wrapper function "f2py_calculate_w_params"...
mu_w_1,mu_w_2,sigma_w_1,sigma_w_2,mixt_frac,coef_sigma_w_1_sqd,coef_sigma_w_2_sqd = f2py_calculate_w_params(wm,wp2,skw,f_w,zeta_w)
Constructing wrapper function "f2py_calculate_responder_params"...
mu_x_1,mu_x_2,sigma_x_1_sqd,sigma_x_2_sqd,coef_sigma_x_1_sqd,coef_sigma_x_2_sqd = f2py_calculate_responder_params(xm,xp2,skx,wpxp,wp2,f_w,mixt_frac)
Constructing wrapper function "f2py_calculate_coef_wp4_implicit"...
coef_wp4_implicit = f2py_calculate_coef_wp4_implicit(mixt_frac,f_w,coef_sigma_w_1_sqd,coef_sigma_w_2_sqd)
Constructing wrapper function "f2py_calc_coef_wp2xp_implicit"...
coef_wp2xp_implicit = f2py_calc_coef_wp2xp_implicit(wp2,mixt_frac,f_w,coef_sigma_w_1_sqd,coef_sigma_w_2_sqd)
Constructing wrapper function "f2py_calc_coefs_wpxp2_semiimpl"...
coef_wpxp2_implicit,term_wpxp2_explicit = f2py_calc_coefs_wpxp2_semiimpl(wp2,wpxp,mixt_frac,f_w,coef_sigma_x_1_sqd,coef_sigma_x_2_sqd)
Constructing wrapper function "f2py_new_pdf_driver"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
skrt,skthl,mu_w_1,mu_w_2,mu_rt_1,mu_rt_2,mu_thl_1,mu_thl_2,sigma_w_1_sqd,sigma_w_2_sqd,sigma_rt_1_sqd,sigma_rt_2_sqd,sigma_thl_1_sqd,sigma_thl_2_sqd,mixt_frac = f2py_new_pdf_driver(wm,rtm,thlm,wp2,rtp2,thlp2,skw,wprtp,wpthlp,rtpthlp,clubb_params,skrt,skthl,[nz,ngrdcol])
Constructing wrapper function "f2py_new_hybrid_pdf_driver"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
skrt,skthl,sku,skv,sksclr,mu_w_1,mu_w_2,mu_rt_1,mu_rt_2,mu_thl_1,mu_thl_2,mu_u_1,mu_u_2,mu_v_1,mu_v_2,sigma_w_1_sqd,sigma_w_2_sqd,sigma_rt_1_sqd,sigma_rt_2_sqd,sigma_thl_1_sqd,sigma_thl_2_sqd,sigma_u_1_sqd,sigma_u_2_sqd,sigma_v_1_sqd,sigma_v_2_sqd,mu_sclr_1,mu_sclr_2,sigma_sclr_1_sqd,sigma_sclr_2_sqd,mixt_frac,sigma_sqd_w = f2py_new_hybrid_pdf_driver(sclr_dim,wm,rtm,thlm,um,vm,wp2,rtp2,thlp2,up2,vp2,skw,wprtp,wpthlp,upwp,vpwp,sclrm,sclrp2,wpsclrp,clubb_params,slope_coef_spread_dg_means_w,pdf_component_stdev_factor_w,skrt,skthl,sku,skv,sksclr,[nz,ngrdcol,sclr_dim_transport])
Constructing wrapper function "f2py_compute_sigma_sqd_w"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
sigma_sqd_w = f2py_compute_sigma_sqd_w(wp3,wp2,thlp2,rtp2,up2,vp2,wpthlp,wprtp,upwp,vpwp,clubb_params,l_predict_upwp_vpwp,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_fill_holes_vertical"...
field = f2py_fill_holes_vertical(threshold,lower_hf_level,upper_hf_level,dz,rho_ds,grid_dir_indx,fill_holes_type,field,[nz,ngrdcol])
Constructing wrapper function "f2py_fill_holes_wp2_from_horz_tke"...
wp2,up2,vp2 = f2py_fill_holes_wp2_from_horz_tke(threshold,lower_hf_level,upper_hf_level,wp2,up2,vp2,[nz,ngrdcol])
Constructing wrapper function "f2py_clip_rcm"...
rcm = f2py_clip_rcm(rtm,message,rcm,[nzt,ngrdcol])
Constructing wrapper function "f2py_clip_covar"...
xpyp,xpyp_chnge = f2py_clip_covar(solve_type,xp2,yp2,xpyp,[nzm,ngrdcol])
Constructing wrapper function "f2py_clip_variance"...
xp2 = f2py_clip_variance(solve_type,dt,threshold_lo,xp2,[nzm,ngrdcol])
Constructing wrapper function "f2py_pos_definite_adj"...
field_np1,flux_np1,field_pd,flux_pd = f2py_pos_definite_adj(dt,field_np1,flux_np1,field_n,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_clip_skewness"...
wp3 = f2py_clip_skewness(dt,sfc_elevation,skw_max_mag,wp2_zt,l_use_wp3_lim_with_smth_heaviside,wp3,[nzt,ngrdcol])
Constructing wrapper function "f2py_clip_covars_denom"...
wprtp_cl_num,wpthlp_cl_num,upwp_cl_num,vpwp_cl_num,wprtp,wpthlp,upwp,vpwp,wpsclrp,upwp_pert,vpwp_pert = f2py_clip_covars_denom(sclr_dim,dt,rtp2,thlp2,up2,vp2,wp2,sclrp2,l_tke_aniso,l_linearize_pbl_winds,l_predict_upwp_vpwp,wprtp_cl_num,wpthlp_cl_num,upwp_cl_num,vpwp_cl_num,wprtp,wpthlp,upwp,vpwp,wpsclrp,upwp_pert,vpwp_pert,[nzm,ngrdcol,sclr_dim_transport])
Constructing wrapper function "f2py_calc_brunt_vaisala_freq_sqd"...
brunt_vaisala_freq_sqd,brunt_vaisala_freq_sqd_mixed,brunt_vaisala_freq_sqd_smth = f2py_calc_brunt_vaisala_freq_sqd(nzm,thlm,exner,rtm,rcm,p_in_Pa,thvm,ice_supersat_frac,saturation_formula,l_brunt_vaisala_freq_moist,l_use_thvm_in_bv_freq,l_modify_limiters_for_cnvg_test,bv_efold,T0,[nzt,ngrdcol])
Constructing wrapper function "f2py_compute_cx_fnc_richardson"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
Cx_fnc_Richardson = f2py_compute_cx_fnc_richardson(nzt,Lscale_zm,ddzt_umvm_sqd,rho_ds_zm,brunt_vaisala_freq_sqd,brunt_vaisala_freq_sqd_mixed,clubb_params,l_use_shear_Richardson,l_modify_limiters_for_cnvg_test,[nzm,ngrdcol])
Constructing wrapper function "f2py_calc_stability_correction"...
stability_correction = f2py_calc_stability_correction(brunt_vaisala_freq_sqd,lscale_zm,em,lambda0_stability_coef,[nzm,ngrdcol])
Constructing wrapper function "f2py_calc_lscale"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
invrs_tau_zt,invrs_tau_zm,invrs_tau_xp2_zm,invrs_tau_wp3_zt,invrs_tau_c1_zm,invrs_tau_c4_zm,invrs_tau_c6_zm,invrs_tau_c14_zm,tau_max_zm,tau_max_zt,tau_zm,lscale,lscale_zm,lscale_up,lscale_down = f2py_calc_lscale(l_implemented,host_dx,host_dy,p_in_pa,exner,rtm,thlm,thvm,thlp2,rtp2,rtpthlp,em,thv_ds_zt,lmin,upwp_sfc,vpwp_sfc,ddzt_umvm_sqd,ice_supersat_frac,ufmin,tau_const,sfc_elevation,clubb_params,saturation_formula,l_lscale_plume_centered,l_diag_lscale_from_tau,l_e3sm_config,l_smooth_heaviside_tau_wpxp,l_modify_limiters_for_cnvg_test,l_use_invrs_tau_n2_iso,brunt_vaisala_freq_sqd_smth,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_diagnose_lscale_from_tau"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
invrs_tau_zt,invrs_tau_zm,invrs_tau_sfc,invrs_tau_no_n2_zm,invrs_tau_bkgnd,invrs_tau_shear,invrs_tau_n2_iso,invrs_tau_wp2_zm,invrs_tau_xp2_zm,invrs_tau_wp3_zm,invrs_tau_wp3_zt,invrs_tau_wpxp_zm,tau_max_zm,tau_max_zt,tau_zm,tau_zt,lscale,lscale_up,lscale_down = f2py_diagnose_lscale_from_tau(upwp_sfc,vpwp_sfc,ddzt_umvm_sqd,ice_supersat_frac,em,sqrt_em_zt,ufmin,tau_const,sfc_elevation,lscale_max,clubb_params,l_e3sm_config,l_smooth_heaviside_tau_wpxp,brunt_vaisala_freq_sqd_smth,ri_zm,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_calc_lscale_directly"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
lscale,lscale_up,lscale_down = f2py_calc_lscale_directly(l_implemented,p_in_pa,exner,rtm,thlm,thvm,newmu,rtp2_zt,thlp2_zt,rtpthlp_zt,em,thv_ds_zt,lscale_max,lmin,clubb_params,saturation_formula,l_lscale_plume_centered,[ngrdcol,nzm,nzt])
Constructing wrapper function "f2py_advance_xp3"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
rtp3,thlp3,sclrp3,up3,vp3 = f2py_advance_xp3(sclr_dim,sclr_tol,dt,rtm,thlm,rtp2,thlp2,wprtp,wpthlp,wprtp2,wpthlp2,rho_ds_zm,invrs_rho_ds_zt,invrs_tau_zt,tau_max_zt,sclrm,sclrp2,wpsclrp,wpsclrp2,wp2,wp3,upwp,vpwp,up2,vp2,thvm,clubb_params,l_lmm_stepping,rtp3,thlp3,sclrp3,up3,vp3,[nzm,nzt,ngrdcol,sclr_dim_transport])
Constructing wrapper function "f2py_diagnose_xp3"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
rtp3,thlp3,up3,vp3,sclrp3 = f2py_diagnose_xp3(sclr_dim,sclr_tol,iipdf_type,clubb_params,wp2,wp3,thvm,wprtp,wpthlp,rtp2,thlp2,upwp,vpwp,up2,vp2,sigma_sqd_w,wpsclrp,sclrp2,rtp3,thlp3,up3,vp3,sclrp3,[nzm,nzt,ngrdcol,sclr_dim_transport])
Constructing wrapper function "f2py_advance_wp2_wp3"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
up2,vp2,wp2,wp3 = f2py_advance_wp2_wp3(dt,sfc_elevation,fcor_y,sigma_sqd_w,wm_zm,wm_zt,wpup2,wpvp2,wp2up2,wp2vp2,wp4,wpthvp,wp2thvp,wp2up,um,vm,upwp,vpwp,em,kh_zm,kh_zt,invrs_tau_c4_zm,invrs_tau_wp3_zt,invrs_tau_c1_zm,rho_ds_zm,rho_ds_zt,invrs_rho_ds_zm,invrs_rho_ds_zt,thv_ds_zm,thv_ds_zt,mixt_frac,cx_fnc_richardson,lhs_splat_wp2,lhs_splat_wp3,wprtp,wpthlp,rtp2,thlp2,clubb_params,iipdf_type,penta_solve_method,fill_holes_type,l_min_wp2_from_corr_wx,l_upwind_xm_ma,l_tke_aniso,l_standard_term_ta,l_partial_upwind_wp3,l_damp_wp2_using_em,l_use_c11_richardson,l_damp_wp3_skw_squared,l_lmm_stepping,l_use_tke_in_wp3_pr_turb_term,l_use_tke_in_wp2_wp3_k_dfsn,l_use_wp3_lim_with_smth_heaviside,l_wp2_fill_holes_tke,l_ho_nontrad_coriolis,up2,vp2,wp2,wp3,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_advance_windm_edsclrm"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
upwp_cl_num,vpwp_cl_num,um,vm,thlm,rtm,edsclrm,upwp,vpwp,wpedsclrp,um_pert,vm_pert,upwp_pert,vpwp_pert = f2py_advance_windm_edsclrm(edsclr_dim,dt,wm_zt,kh_zm,clubb_params,ug,vg,um_ref,vm_ref,wp2,up2,vp2,um_forcing,vm_forcing,edsclrm_forcing,p_in_pa,rho_ds_zm,rho_ds_zt,invrs_rho_ds_zt,fcor,l_implemented,ts_nudge,tridiag_solve_method,l_predict_upwp_vpwp,l_upwind_xm_ma,l_uv_nudge,l_tke_aniso,l_lmm_stepping,l_linearize_pbl_winds,l_do_expldiff_rtm_thlm,fill_holes_type,upwp_cl_num,vpwp_cl_num,um,vm,thlm,rtm,edsclrm,upwp,vpwp,wpedsclrp,um_pert,vm_pert,upwp_pert,vpwp_pert,[nzm,nzt,ngrdcol,edsclr_dim_transport])
Constructing wrapper function "f2py_advance_xp2_xpyp"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
rtp2,thlp2,rtpthlp,up2,vp2,sclrp2,sclrprtp,sclrpthlp = f2py_advance_xp2_xpyp(sclr_dim,sclr_tol,invrs_tau_xp2_zm,invrs_tau_c4_zm,invrs_tau_c14_zm,wm_zm,rtm,wprtp,thlm,wpthlp,wpthvp,um,vm,wp2,wp2_zt,wp3,upwp,vpwp,sigma_sqd_w,wprtp2,wpthlp2,wprtpthlp,kh_zt,rtp2_forcing,thlp2_forcing,rtpthlp_forcing,rho_ds_zm,rho_ds_zt,invrs_rho_ds_zm,thv_ds_zm,cloud_frac,dt,fcor_y,sclrm,wpsclrp,wpsclrp2,wpsclrprtp,wpsclrpthlp,lhs_splat_wp2,clubb_params,iipdf_type,tridiag_solve_method,fill_holes_type,l_ho_nontrad_coriolis,l_min_xp2_from_corr_wx,l_c2_cloud_frac,l_upwind_xpyp_ta,l_godunov_upwind_xpyp_ta,l_lmm_stepping,rtp2,thlp2,rtpthlp,up2,vp2,sclrp2,sclrprtp,sclrpthlp,[nzm,nzt,ngrdcol,sclr_dim_transport])
Constructing wrapper function "f2py_update_xp2_mc"...
rtp2_mc,thlp2_mc,wprtp_mc,wpthlp_mc,rtpthlp_mc = f2py_update_xp2_mc(dt,cloud_frac,rcm,rvm,thlm,wm,exner,rrm_evap,rtp2_mc,thlp2_mc,wprtp_mc,wpthlp_mc,rtpthlp_mc,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_advance_xm_wpxp"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
wprtp_cl_num,wpthlp_cl_num,upwp_cl_num,vpwp_cl_num,rtm,wprtp,thlm,wpthlp,sclrm,wpsclrp,um,upwp,vm,vpwp,um_pert,vm_pert,upwp_pert,vpwp_pert = f2py_advance_xm_wpxp(sclr_dim,sclr_tol,dt,sigma_sqd_w,wm_zm,wm_zt,wp2,lscale_zm,wp3,kh_zt,kh_zm,stability_correction,invrs_tau_c6_zm,tau_max_zm,wp2rtp,rtpthvp,rtm_forcing,wprtp_forcing,rtm_ref,wp2thlp,thlpthvp,thlm_forcing,wpthlp_forcing,thlm_ref,rho_ds_zm,rho_ds_zt,invrs_rho_ds_zm,invrs_rho_ds_zt,thv_ds_zm,rtp2,thlp2,w_1_zm,w_2_zm,varnce_w_1_zm,varnce_w_2_zm,mixt_frac_zm,l_implemented,em,wp2sclrp,sclrpthvp,sclrm_forcing,sclrp2,cx_fnc_richardson,um_forcing,vm_forcing,ug,vg,wpthvp,fcor,fcor_y,um_ref,vm_ref,up2,vp2,uprcp,vprcp,rc_coef_zm,clubb_params,ts_nudge,iipdf_type,penta_solve_method,tridiag_solve_method,fill_holes_type,l_predict_upwp_vpwp,l_ho_nontrad_coriolis,l_ho_trad_coriolis,l_diffuse_rtm_and_thlm,l_stability_correct_kh_n2_zm,l_godunov_upwind_wpxp_ta,l_upwind_xm_ma,l_uv_nudge,l_tke_aniso,l_diag_lscale_from_tau,l_use_c7_richardson,l_lmm_stepping,l_enable_relaxed_clipping,l_linearize_pbl_winds,l_mono_flux_lim_thlm,l_mono_flux_lim_rtm,l_mono_flux_lim_um,l_mono_flux_lim_vm,l_mono_flux_lim_spikefix,wprtp_cl_num,wpthlp_cl_num,upwp_cl_num,vpwp_cl_num,rtm,wprtp,thlm,wpthlp,sclrm,wpsclrp,um,upwp,vm,vpwp,um_pert,vm_pert,upwp_pert,vpwp_pert,[nzm,nzt,ngrdcol,sclr_dim_transport])
Wrote C/API module "clubb_f2py" to file "/tmp/tmpdgp40pmn/src.linux-x86_64-3.10/clubb_f2pymodule.c"
adding '/tmp/tmpdgp40pmn/src.linux-x86_64-3.10/fortranobject.c' to sources.
adding '/tmp/tmpdgp40pmn/src.linux-x86_64-3.10' to include_dirs.
copying /usr/lib/python3/dist-packages/numpy/f2py/src/fortranobject.c -> /tmp/tmpdgp40pmn/src.linux-x86_64-3.10
copying /usr/lib/python3/dist-packages/numpy/f2py/src/fortranobject.h -> /tmp/tmpdgp40pmn/src.linux-x86_64-3.10
build_src: building npy-pkg config files
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
building 'clubb_f2py' extension
compiling C sources
C compiler: /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
creating /tmp/tmpdgp40pmn/tmp
creating /tmp/tmpdgp40pmn/tmp/tmpdgp40pmn
creating /tmp/tmpdgp40pmn/tmp/tmpdgp40pmn/src.linux-x86_64-3.10
compile options: '-DNPY_DISABLE_OPTIMIZATION=1 -I/tmp/tmpdgp40pmn/src.linux-x86_64-3.10 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
gcc: /tmp/tmpdgp40pmn/src.linux-x86_64-3.10/clubb_f2pymodule.c
gcc: /tmp/tmpdgp40pmn/src.linux-x86_64-3.10/fortranobject.c
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1969,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from /tmp/tmpdgp40pmn/src.linux-x86_64-3.10/fortranobject.h:13,
from /tmp/tmpdgp40pmn/src.linux-x86_64-3.10/clubb_f2pymodule.c:16:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1969,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from /tmp/tmpdgp40pmn/src.linux-x86_64-3.10/fortranobject.h:13,
from /tmp/tmpdgp40pmn/src.linux-x86_64-3.10/fortranobject.c:2:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
/tmp/tmpdgp40pmn/src.linux-x86_64-3.10/clubb_f2pymodule.c:142:12: warning: 'f2py_size' defined but not used [-Wunused-function]
142 | static int f2py_size(PyArrayObject* var, ...)
| ^~~~~~~~~
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-rpath,$ORIGIN -L/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/lib/gcc/x86_64-pc-linux-gnu/13.1.0 -Wl,-rpath,/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/lib/gcc/x86_64-pc-linux-gnu/13.1.0 -L/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/lib64 -Wl,-rpath,/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/lib64 -L/lib/x86_64-linux-gnu -Wl,-rpath,/lib/x86_64-linux-gnu -L/lib64 -Wl,-rpath,/lib64 -L/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/x86_64-linux-gnu -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/lib -Wl,-rpath,/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/lib -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 /tmp/tmpdgp40pmn/tmp/tmpdgp40pmn/src.linux-x86_64-3.10/clubb_f2pymodule.o /tmp/tmpdgp40pmn/tmp/tmpdgp40pmn/src.linux-x86_64-3.10/fortranobject.o -L/home/jenkins/workspace/clubb_new_tuner_test/build/gcc_DEBUG_PRECdouble_PYTHON/clubb_python_api/f2py_runtime -lclubb_f2py_backend -o ./clubb_f2py.cpython-310-x86_64-linux-gnu.so
Removing build directory /tmp/tmpdgp40pmn
[100%] Copying clubb_f2py extension into the build runtime directory
[100%] Built target clubb_f2py
Install the project...
-- Install configuration: "Debug"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/libclubb_driver_lib.a
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_tuner
-- Set runtime path of "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_tuner" to "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib64:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/G_unit_tests
-- Set runtime path of "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/G_unit_tests" to "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib64:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_thread_test
-- Set runtime path of "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_thread_test" to "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib64:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_standalone
-- Set runtime path of "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_standalone" to "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib64:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_driver_test
-- Set runtime path of "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_driver_test" to "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib64:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_standalone_loss
-- Set runtime path of "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_standalone_loss" to "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib64:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_loss_driver_test
-- Set runtime path of "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_loss_driver_test" to "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib64:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/libclubb_f2py_backend.so
-- Set runtime path of "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/libclubb_f2py_backend.so" to "/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib:/home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/lib64:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_f2py.cpython-310-x86_64-linux-gnu.so
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/__init__.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/clubb_api.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/radiation.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/_runtime_loader.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/string_conversion.py
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/prescribe_forcings.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/t_in_k_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/new_hybrid_pdf_main.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/matrix_solver_wrapper.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/new_pdf_main.py
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/remapping_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/loss_driver.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/diffusion.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/fill_holes.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/adg1_adg2_3d_luhar_pdf.py
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/err_info_type_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/new_tsdadg_pdf.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/__init__.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/penta_lu_solver.py
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/lapack_interfaces.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/sigma_sqd_w_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/numerical_check.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/penta_bicgstab_solver.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/corr_varnce_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/calendar.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/saturation.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/precipitation_fraction.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/model_flags.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/ly93_pdf.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/interpolation.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/diagnose_correlations_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/mean_adv.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/tridiag_lu_solver.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/lapack_wrap.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/turbulent_adv_pdf.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/clip_explicit.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/pdf_utilities.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/array_index.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/skx_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/advance_helper.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/pos_definite_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/file_functions.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/calc_roots.py
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/grid_class.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/nc_ncn_eqns.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/sponge_layer_damping.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/advance_wp2_wp3.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/advance_xp2_xpyp.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/pdf_parameter_module.py
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/parameters_tunable.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/advance_windm_edsclrm.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/sfc_varnce_module.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/new_hybrid_pdf.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/mixing_length.py
-- Installing: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/stats_netcdf.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/index_mapping.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/pdf_closure.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/advance_xm_wpxp.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/matrix_operations.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/advance_clubb_core.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/stats_clubb_utilities.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/advance_xp3.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/new_pdf.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/calc_pressure.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/mono_flux_limiter.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/CLUBB_core/error_code.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/sclr_idx.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/err_info.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/nu_vert_res_dep.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/config_flags.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/config_flags_converter.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/__init__.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/grid_class_converter.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/pdf_params.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/common.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/sclr_idx_converter.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/grid_class.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/err_info_converter.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/hm_metadata.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/nu_vert_res_dep_converter.py
-- Up-to-date: /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python/clubb_python/derived_types/pdf_params_converter.py
CLUBBStandardsCheck.py: beginning check on src
PASS: 0 checks failed for src
CLUBBStandardsCheck.py: beginning check on src/CLUBB_core
PASS: 0 checks failed for src/CLUBB_core
CLUBBStandardsCheck.py: beginning check on src/SILHS
PASS: 0 checks failed for src/SILHS
CLUBBStandardsCheck.py: beginning check on src/Benchmark_cases
PASS: 0 checks failed for src/Benchmark_cases
CLUBBStandardsCheck.py: beginning check on src/Radiation
PASS: 0 checks failed for src/Radiation
CLUBBStandardsCheck.py: beginning check on src/Microphys
PASS: 0 checks failed for src/Microphys
CLUBBStandardsCheck.py: beginning check on src/Microphys/KK_microphys
PASS: 0 checks failed for src/Microphys/KK_microphys
CLUBBStandardsCheck.py: beginning check on src/G_unit_test_types
PASS: 0 checks failed for src/G_unit_test_types
[92mBuild completed successfully, and all source code checks passed.[0m
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Loss Driver Test)
[Pipeline] sh
+ python tests/run_loss_metrics_test.py
PASS loss metrics regression test
[Pipeline] sh
+ ulimit -s 8388608
+ python run_scripts/run_scm_loss.py -driver_test -out_dir output/new_tuner_test/loss_driver_fortran -cases bomex -fields cloud_frac,rcm
- using executable: /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/../install/latest/clubb_loss_driver_test
- normalized benchmark: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/loss_driver_fortran/bomex_normalized_benchmark.nc
- loss timing: absolute_window=[10800, 21600] s, model_time_initial=0 s, model_time_final=21600 s, stats_tstart=10800 s, stats_tend=21600 s, stats_tsamp=60 s, stats_tout=10800 s, num_time_windows=1
=================== Running bomex loss ===================
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
Manual loss BFB check passed
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
Tweaked-parameter test passed
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
Reinitialize loss BFB check passed
variable scaled_rmse_col1 corr_col1 std_ratio_col1 crmse_norm_col1 bias_norm_col1 best_col
cloud_frac 1.83763273E+00 9.41346842E-01 5.37700085E-01 5.26114843E-01 -4.01991405E-01 col1
rcm 1.23911211E+01 7.32714439E-01 5.07828973E-01 7.16730789E-01 -5.79131814E-01 col1
[Pipeline] sh
+ ulimit -s 8388608
+ python run_scripts/run_scm_loss.py -python -driver_test -out_dir output/new_tuner_test/loss_driver_python -cases bomex -fields cloud_frac,rcm
- using Python runtime dir (latest): /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON/python
- using executable: /usr/bin/python -m tuner.clubb_loss_driver_test
- normalized benchmark: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/loss_driver_python/bomex_normalized_benchmark.nc
- loss timing: absolute_window=[10800, 21600] s, model_time_initial=0 s, model_time_final=21600 s, stats_tstart=10800 s, stats_tend=21600 s, stats_tsamp=60 s, stats_tout=10800 s, num_time_windows=1
=================== Running bomex loss ===================
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
CLUBB-TIMER time_loop_init = 0.0099
CLUBB-TIMER time_clubb_advance = 0.6966
CLUBB-TIMER time_clubb_pdf = 0.0005
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.0000
CLUBB-TIMER time_microphys_advance = 0.0000
CLUBB-TIMER time_loop_end = 0.0000
CLUBB-TIMER time_adapt_grid = 0.0000
CLUBB-TIMER time_total = 0.7123
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
CLUBB-TIMER time_loop_init = 0.0095
CLUBB-TIMER time_clubb_advance = 0.6920
CLUBB-TIMER time_clubb_pdf = 0.0005
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.0000
CLUBB-TIMER time_microphys_advance = 0.0000
CLUBB-TIMER time_loop_end = 0.0000
CLUBB-TIMER time_adapt_grid = 0.0000
CLUBB-TIMER time_total = 0.7072
CLUBB-TIMER time_loop_init = 0.0095
CLUBB-TIMER time_clubb_advance = 0.6922
CLUBB-TIMER time_clubb_pdf = 0.0005
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.0000
CLUBB-TIMER time_microphys_advance = 0.0000
CLUBB-TIMER time_loop_end = 0.0000
CLUBB-TIMER time_adapt_grid = 0.0000
CLUBB-TIMER time_total = 0.7074
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
CLUBB-TIMER time_loop_init = 0.0094
CLUBB-TIMER time_clubb_advance = 0.6927
CLUBB-TIMER time_clubb_pdf = 0.0005
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.0000
CLUBB-TIMER time_microphys_advance = 0.0000
CLUBB-TIMER time_loop_end = 0.0000
CLUBB-TIMER time_adapt_grid = 0.0000
CLUBB-TIMER time_total = 0.7079
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
CLUBB-TIMER time_loop_init = 0.0095
CLUBB-TIMER time_clubb_advance = 0.6924
CLUBB-TIMER time_clubb_pdf = 0.0005
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.0000
CLUBB-TIMER time_microphys_advance = 0.0000
CLUBB-TIMER time_loop_end = 0.0000
CLUBB-TIMER time_adapt_grid = 0.0000
CLUBB-TIMER time_total = 0.7076
benchmark timing:window 1 records 181 360 absolute_window 10800 21600 benchmark_window 10800.000000000000 21600.000000000000 matched_window 10860.000000000000 21600.000000000000
closing 65536
CLUBB-TIMER time_loop_init = 0.0095
CLUBB-TIMER time_clubb_advance = 0.6927
CLUBB-TIMER time_clubb_pdf = 0.0005
CLUBB-TIMER time_SILHS = 0.0003
CLUBB-TIMER time_microphys_scheme = 0.0000
CLUBB-TIMER time_microphys_advance = 0.0000
CLUBB-TIMER time_loop_end = 0.0000
CLUBB-TIMER time_adapt_grid = 0.0000
CLUBB-TIMER time_total = 0.7079
Manual loss BFB check passed
Tweaked-parameter test passed
Reinitialize loss BFB check passed
variable scaled_rmse_col1 corr_col1 std_ratio_col1 crmse_norm_col1 bias_norm_col1 best_col
cloud_frac 1.83763273E+00 9.41346842E-01 5.37700085E-01 5.26114843E-01 -4.01991405E-01 col1
rcm 1.23911211E+01 7.32714439E-01 5.07828973E-01 7.16730789E-01 -5.79131814E-01 col1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simple Tuner Command)
[Pipeline] sh
+ ulimit -s 8388608
+ python run_scripts/run_tuner_job.py -cases bomex -fields cloud_frac -params C8:0.2:0.8 -output_root output_tuner/new_tuner_test/simple -run_top complete -run_out_dir output/new_tuner_test/simple
Tuner Job
---------
job_dir /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770
request /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770/request.json
log /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770/worker.log
Configuration
cases
bomex default window, windows=default
fields
cloud_frac
parameters
C8 0.2 -> 0.8
run
strategy random, max_samples=8
estimated_samples 8
batch_size 8
max_workers 4
config default
loss centered_rmse_bias
aggregation mean_max
poll_interval 1 s
post_run complete, top_n=1, out=/home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/simple
Launching tuner. Press Ctrl-C once for graceful stop, twice to terminate.
state: created | samples: 0 | elapsed: 00:00 | workers active/idle/init: 0/0/0 | queued cases: 0 | best: --
state: running | samples: 0/8 | elapsed: 00:00 | workers active/idle/init: 0/1/1 | queued cases: 0 | best: --
state: running | samples: 0/8 | elapsed: 00:01 | workers active/idle/init: 1/0/1 | queued cases: 0 | best: --
state: running | samples: 0/8 | elapsed: 00:02 | workers active/idle/init: 1/0/1 | queued cases: 0 | best: --
state: finished | samples: 8/8 | elapsed: 00:03 | workers active/idle/init: 0/0/0 | queued cases: 0 | best: 0.737815 (C8=0.749285)
Running top 1 result(s) with params: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/simple/tuner_top_20260714_041537_696052_2066770_params.in
+ /usr/bin/python /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/run_scm.py -out_dir /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/simple -config default -params /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/simple/tuner_top_20260714_041537_696052_2066770_params.in bomex
/home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/simple/bomex.in
- using install dir (latest): /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON
- using executable: /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/../install/latest/clubb_standalone
=================== Running bomex ===================
2026/07/14 04:15:37
--------------------------------------------------
Latest git log entry
--------------------------------------------------
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
Parameter Value
--------- -----
C1 = 1.00000000000000000000
C1b = 1.00000000000000000000
C1c = 1.00000000000000000000
C2rt = 2.00000000000000000000
C2thl = 2.00000000000000000000
C2rtthl = 2.00000000000000000000
C4 = 2.00000000000000000000
C_uu_shr = 0.40000000000000002220
C_uu_buoy = 0.29999999999999998890
C6rt = 2.00000000000000000000
C6rtb = 2.00000000000000000000
C6rtc = 1.00000000000000000000
C6thl = 2.00000000000000000000
C6thlb = 2.00000000000000000000
C6thlc = 1.00000000000000000000
C7 = 0.50000000000000000000
C7b = 0.50000000000000000000
C7c = 0.50000000000000000000
C8 = 0.74928513609309399524
C8b = 0.02000000000000000042
C10 = 3.29999999999999982236
C11 = 0.40000000000000002220
C11b = 0.40000000000000002220
C11c = 0.50000000000000000000
C12 = 1.00000000000000000000
C13 = 0.10000000000000000555
C14 = 1.00000000000000000000
C_wp2_pr_dfsn = 0.00000000000000000000
C_wp3_pr_tp = 0.00000000000000000000
C_wp3_pr_turb = 1.00000000000000000000
C_wp3_pr_dfsn = 0.00000000000000000000
C_wp2_splat = 0.00000000000000000000
C6rt_Lscale0 = 14.00000000000000000000
C6thl_Lscale0 = 14.00000000000000000000
C7_Lscale0 = 0.84999999999999997780
wpxp_L_thresh = 60.00000000000000000000
c_K = 0.20000000000000001110
c_K1 = 0.20000000000000001110
nu1 = 20.00000000000000000000
c_K2 = 0.02500000000000000139
nu2 = 1.00000000000000000000
c_K6 = 0.37500000000000000000
nu6 = 5.00000000000000000000
c_K8 = 5.00000000000000000000
nu8 = 20.00000000000000000000
c_K9 = 0.10000000000000000555
nu9 = 10.00000000000000000000
nu10 = 0.00000000000000000000
c_K_hm = 0.75000000000000000000
c_K_hmb = 0.75000000000000000000
K_hm_min_coef = 0.10000000000000000555
nu_hm = 1.50000000000000000000
slope_coef_spread_DG_means_w = 21.00000000000000000000
pdf_component_stdev_factor_w = 1.00000000000000000000
coef_spread_DG_means_rt = 0.80000000000000004441
coef_spread_DG_means_thl = 0.80000000000000004441
gamma_coef = 0.25000000000000000000
gamma_coefb = 0.25000000000000000000
gamma_coefc = 5.00000000000000000000
mu = 0.00100000000000000002
beta = 1.00000000000000000000
lmin_coef = 0.50000000000000000000
omicron = 0.50000000000000000000
zeta_vrnce_rat = 0.00000000000000000000
upsilon_precip_frac_rat = 0.55000000000000004441
lambda0_stability_coef = 0.02999999999999999889
mult_coef = 0.50000000000000000000
taumin = 90.00000000000000000000
taumax = 3600.00000000000000000000
Lscale_mu_coef = 2.00000000000000000000
Lscale_pert_coef = 0.10000000000000000555
alpha_corr = 0.14999999999999999445
Skw_denom_coef = 4.00000000000000000000
c_K10 = 1.00000000000000000000
c_K10h = 1.00000000000000000000
thlp2_rad_coef = 1.00000000000000000000
thlp2_rad_cloud_frac_thresh = 0.10000000000000000555
up2_sfc_coef = 4.00000000000000000000
Skw_max_mag = 10.00000000000000000000
C_invrs_tau_bkgnd = 1.10000000000000008882
C_invrs_tau_sfc = 0.10000000000000000555
C_invrs_tau_shear = 0.14999999999999999445
C_invrs_tau_N2 = 0.40000000000000002220
C_invrs_tau_N2_wp2 = 0.20000000000000001110
C_invrs_tau_N2_xp2 = 0.05000000000000000278
C_invrs_tau_N2_wpxp = 0.00000000000000000000
C_invrs_tau_N2_clear_wp3 = 1.00000000000000000000
C_invrs_tau_wpxp_Ri = 0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh = 0.00033000000000000000
xp3_coef_base = 0.25000000000000000000
xp3_coef_slope = 0.01000000000000000021
altitude_threshold = 100.00000000000000000000
rtp2_clip_coef = 0.50000000000000000000
Cx_min = 0.33000000000000001554
Cx_max = 0.94999999999999995559
Richardson_num_min = 0.25000000000000000000
Richardson_num_max = 400.00000000000000000000
a3_coef_min = 1.00000000000000000000
a_const = 1.80000000000000004441
bv_efold = 5.00000000000000000000
wpxp_Ri_exp = 0.50000000000000000000
z_displace = 25.00000000000000000000
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DCOAMPS_MICRO enabled
-DTUNER disabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = bomex
nzmax = 75
grid_type = 1
deltaz = 40.000000000000000
zm_init = 0.0000000000000000
zm_top = 3500.0000000000000
zt_grid_fname =
zm_grid_fname =
day = 22
month = 6
year = 1969
lat_vals = 15.000000000000000
lon_vals = -56.500000000000000
sfc_elevation = 0.0000000000000000
time_initial = 0.0000000000000000
time_final = 21600.000000000000
dt_main = 60.000000000000000
dt_rad = 60.000000000000000
sfctype = 0
T_sfc = 288.00000000000000
p_sfc = 101500.00000000000
sens_ht = 0.0000000000000000
latent_ht = 0.0000000000000000
fcor = 3.7599999999999999E-005
fcor_y = 1.4087062250470739E-004
T0 = 300.00000000000000
ts_nudge = 86400.000000000000
forcings_file_path =
l_t_dependent = T
l_ignore_forcings = T
l_modify_ic_with_cubic_int = T
l_modify_bc_for_cnvg_test = T
l_input_xpwp_sfc = F
saturation_formula = 3
thlm_sponge_damp_settings%l_sponge_damping = F
rtm_sponge_damp_settings%l_sponge_damping = F
uv_sponge_damp_settings%l_sponge_damping = F
wp2_sponge_damp_settings%l_sponge_damping = F
wp3_sponge_damp_settings%l_sponge_damping = F
up2_vp2_sponge_damp_settings%l_sponge_damping = F
thlm_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
thlm_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
thlm_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
rtm_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
rtm_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
rtm_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
uv_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
uv_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
uv_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
wp2_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
wp2_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
wp2_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
wp3_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
wp3_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
wp3_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
up2_vp2_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
l_soil_veg = F
l_restart = F
l_input_fields = F
restart_path_case = restart/bomex
time_restart = 0.0000000000000000
debug_level = 2
sclr_dim = 0
edsclr_dim = 0
iisclr_thl = -2
iisclr_rt = -1
iisclr_CO2 = -1
sclr_tol =
--------------------------------------------------
&stats_setting
--------------------------------------------------
l_stats = T
output_dir = /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/simple/
fname_prefix = bomex
stats_output_filename = bomex_stats.nc
stats_tsamp = 60.000000000000000
stats_tout = 60.000000000000000
stats_tstart = 0.0000000000000000
stats_tend = 21600.000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_gamma_Skw = T
Constant tolerances [units]
rt_tol [kg/kg] = 1.0000000000000000E-008
thl_tol [K] = 1.0000000000000000E-002
w_tol [m/s] = 2.0000000000000000E-002
--------------------------------------------------
µphysics_setting
--------------------------------------------------
microphys_scheme = none
l_cloud_sed = F
sigma_g = 1.5000000000000000
l_graupel = F
l_hail = F
l_seifert_beheng = F
l_predict_Nc = F
l_const_Nc_in_cloud = F
specify_aerosol = morrison_lognormal
l_subgrid_w = T
l_arctic_nucl = F
l_cloud_edge_activation = F
l_fix_pgam = F
l_in_cloud_Nc_diff = T
l_var_covar_src = F
l_upwind_diff_sed = F
lh_microphys_type = disabled
lh_num_samples = 2
lh_sequence_length = 1
lh_seed = 5489
l_fix_w_chi_eta_correlations = T
l_silhs_KK_convergence_adj_mean = F
importance_prob_thresh = 1.0000000000000000E-008
host_dx = 1000000.0000000000
host_dy = 1000000.0000000000
hmp2_ip_on_hmm2_ip_slope%rr = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%ri = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%rs = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%rg = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Nr = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ni = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ni = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ng = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_intrcpt%rr = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%ri = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%rs = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%rg = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Nr = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ng = 0.54000000000000004
Ncnp2_on_Ncnm2 = 1.0000000000000000
C_evap = 0.85999999999999999
r_0 = 2.5000000000000001E-005
microphys_start_time = 0.0000000000000000
Nc0_in_cloud = 100000000.00000000
ccnconst = 120.00000000000000
ccnexpnt = 0.40000000596046448
aer_rm1 = 1.1000000021965661E-008
aer_rm2 = 5.9999997858994902E-008
aer_n1 = 125000000.00000000
aer_n2 = 65000000.000000000
aer_sig1 = 1.2000000476837158
aer_sig2 = 1.7000000476837158
pgam_fixed = 5.0000000000000000
precip_frac_calc_type = 2
--------------------------------------------------
&SILHS_setting
--------------------------------------------------
Warning: missing correlation input file(s): ../input/case_setups/bomex_corr_array_cloud.in and/or ../input/case_setups/bomex_corr_array_below.in
The default correlation arrays will be used.
--------------------------------------------------
&radiation_setting
--------------------------------------------------
rad_scheme = simplified_bomex
sol_const = 1367.0000000000000
alvdr = 0.10000000000000001
alvdf = 0.10000000000000001
alndr = 0.10000000000000001
alndf = 0.10000000000000001
radiation_top = 50000.000000000000
F0 = 100.00000000000000
F1 = 20.000000000000000
kappa = 119.00000000000000
gc = 0.85999999999999999
omega = 0.99650000000000005
slr = 1.0000000000000000
l_rad_above_cloud = F
l_sw_radiation = F
l_fix_cos_solar_zen = F
l_use_default_std_atmosphere = T
Fs_values = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
cos_solar_zen_values = -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000
cos_solar_zen_times = -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000
eff_drop_radius = 1.0000000000000001E-005
--------------------------------------------------
&configurable_clubb_flags_nl
--------------------------------------------------
iiPDF_type = 1
ipdf_call_placement = 2
penta_solve_method = 2
tridiag_solve_method = 2
grid_remap_method = 1
grid_adapt_in_time_method = 0
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_ho_nontrad_coriolis = F
l_ho_trad_coriolis = F
l_min_wp2_from_corr_wx = F
l_min_xp2_from_corr_wx = T
l_C2_cloud_frac = F
l_diffuse_rtm_and_thlm = F
l_stability_correct_Kh_N2_zm = F
l_calc_thlp2_rad = T
l_upwind_xpyp_ta = T
l_upwind_xm_ma = T
l_uv_nudge = F
l_rtm_nudge = F
l_tke_aniso = T
l_vert_avg_closure = F
l_trapezoidal_rule_zt = F
l_trapezoidal_rule_zm = F
l_call_pdf_closure_twice = F
l_standard_term_ta = F
l_partial_upwind_wp3 = F
l_godunov_upwind_wpxp_ta = F
l_godunov_upwind_xpyp_ta = F
l_use_cloud_cover = F
l_diagnose_correlations = F
l_calc_w_corr = F
l_const_Nc_in_cloud = F
l_fix_w_chi_eta_correlations = T
l_stability_correct_tau_zm = F
l_damp_wp2_using_em = T
l_do_expldiff_rtm_thlm = F
l_Lscale_plume_centered = F
l_diag_Lscale_from_tau = T
l_use_C7_Richardson = T
l_use_C11_Richardson = F
l_use_shear_Richardson = F
l_brunt_vaisala_freq_moist = F
l_use_thvm_in_bv_freq = F
l_rcm_supersat_adj = T
l_damp_wp3_Skw_squared = T
l_prescribed_avg_deltaz = F
l_lmm_stepping = F
l_e3sm_config = F
l_vary_convect_depth = F
l_use_tke_in_wp3_pr_turb_term = T
l_use_tke_in_wp2_wp3_K_dfsn = F
l_use_wp3_lim_with_smth_Heaviside = F
l_smooth_Heaviside_tau_wpxp = T
l_modify_limiters_for_cnvg_test = F
l_enable_relaxed_clipping = F
l_linearize_pbl_winds = F
l_mono_flux_lim_thlm = T
l_mono_flux_lim_rtm = T
l_mono_flux_lim_um = T
l_mono_flux_lim_vm = T
l_mono_flux_lim_spikefix = T
l_host_applies_sfc_fluxes = F
l_wp2_fill_holes_tke = T
l_add_dycore_grid = F
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: bomex_sounding.in
File exists? T
Path to sclr_sounding: bomex_sclr_sounding.in
File exists? T
Path to edsclr_sounding: bomex_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.0000000000000000 100.00000000000000 200.00000000000000 300.00000000000000 400.00000000000000 500.00000000000000 520.00000000000000 600.00000000000000 700.00000000000000 800.00000000000000 900.00000000000000 1000.0000000000000 1100.0000000000000 1200.0000000000000 1300.0000000000000 1400.0000000000000 1480.0000000000000 1500.0000000000000 1600.0000000000000 1700.0000000000000 1800.0000000000000 1900.0000000000000 2000.0000000000000 2099.9000000000001 2100.0000000000000 2200.0000000000000 2300.0000000000000 2400.0000000000000 2500.0000000000000 2600.0000000000000 2700.0000000000000 2800.0000000000000 2900.0000000000000 3000.0000000000000 3100.0000000000000 3200.0000000000000 3300.0000000000000 3400.0000000000000 3500.0000000000000
u = -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.5700000000000003 -8.3900000000000006 -8.2100000000000009 -8.0299999999999994 -7.8499999999999996 -7.6699999999999999 -7.4900000000000002 -7.3460000000000001 -7.3100000000000005 -7.1299999999999999 -6.9500000000000002 -6.7700000000000005 -6.5899999999999999 -6.4100000000000001 -6.2301799999999998 -6.2300000000000004 -6.0499999999999998 -5.8700000000000001 -5.6900000000000004 -5.5099999999999998 -5.3300000000000001 -5.1500000000000004 -4.9699999999999998 -4.7900000000000000 -4.6100000000000003 -4.4299999999999997 -4.2500000000000000 -4.0700000000000003 -3.8900000000000001 -3.7100000000000000
v = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
ug = -10.000000000000000 -9.8200000000000003 -9.6400000000000006 -9.4600000000000009 -9.2799999999999994 -9.0999999999999996 -9.0640000000000001 -8.9199999999999999 -8.7400000000000002 -8.5600000000000005 -8.3800000000000008 -8.1999999999999993 -8.0199999999999996 -7.8399999999999999 -7.6600000000000001 -7.4800000000000004 -7.3360000000000003 -7.3000000000000007 -7.1200000000000001 -6.9400000000000004 -6.7600000000000007 -6.5800000000000001 -6.4000000000000004 -6.2201800000000000 -6.2200000000000006 -6.0400000000000000 -5.8600000000000003 -5.6800000000000006 -5.5000000000000000 -5.3200000000000003 -5.1400000000000006 -4.9600000000000000 -4.7800000000000002 -4.6000000000000005 -4.4199999999999999 -4.2400000000000002 -4.0600000000000005 -3.8800000000000003 -3.7000000000000002
vg = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
theta = 298.69999999999999 298.69999999999999 298.69999999999999 298.69999999999999 298.69999999999999 298.69999999999999 298.69999999999999 299.00833333333333 299.39375000000001 299.77916666666670 300.16458333333333 300.55000000000001 300.93541666666664 301.32083333333333 301.70625000000001 302.09166666666664 302.39999999999998 302.63076923076920 303.78461538461534 304.93846153846152 306.09230769230766 307.24615384615385 308.39999999999998 308.75131499999998 308.75166666666667 309.10333333333330 309.45499999999998 309.80666666666667 310.15833333333330 310.50999999999999 310.86166666666668 311.21333333333331 311.56500000000000 311.91666666666669 312.26833333333332 312.62000000000000 312.97166666666669 313.32333333333332 313.67500000000001
rt = 1.7290000000000000E-002 1.7151538461538461E-002 1.7013076923076922E-002 1.6874615384615384E-002 1.6736153846153849E-002 1.6597692307692310E-002 1.6570000000000001E-002 1.6090000000000000E-002 1.5490000000000000E-002 1.4891282051282052E-002 1.4292564102564104E-002 1.3693846153846154E-002 1.3095128205128205E-002 1.2496410256410257E-002 1.1897692307692307E-002 1.1298974358974359E-002 1.0820000000000000E-002 1.0566153846153847E-002 9.2969230769230759E-003 8.0276923076923069E-003 6.7584615384615378E-003 5.4892307692307688E-003 4.2199999999999998E-003 4.0994539999999998E-003 4.0993333333333333E-003 3.9786666666666668E-003 3.8579999999999999E-003 3.7373333333333330E-003 3.6166666666666665E-003 3.4960000000000000E-003 3.3753333333333331E-003 3.2546666666666666E-003 3.1339999999999996E-003 3.0133333333333331E-003 2.8926666666666666E-003 2.7719999999999997E-003 2.6513333333333328E-003 2.5306666666666663E-003 2.4099999999999998E-003
p_in_Pa = -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998
subs = 0.0000000000000000 -4.3333331081081084E-004 -8.6666662162162168E-004 -1.2999999324324325E-003 -1.7333332432432434E-003 -2.1666665540540542E-003 -2.2533332162162165E-003 -2.5999998648648650E-003 -3.0333331756756759E-003 -3.4666664864864867E-003 -3.8999997972972975E-003 -4.3333331081081084E-003 -4.7666664189189188E-003 -5.1999997297297301E-003 -5.6333330405405405E-003 -6.0666663513513517E-003 -6.4133330000000002E-003 -6.4999999999999997E-003 -5.4166666111018502E-003 -4.3333332222037007E-003 -3.2499998333055508E-003 -2.1666664444074018E-003 -1.0833330555092523E-003 -1.0829999999998133E-006 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.0000000000000000
Warning in check_clubb_settings_api
iteration: 1 / 360 -- time = 60.0s / 21600.0s
iteration: 2 / 360 -- time = 120.0s / 21600.0s
iteration: 3 / 360 -- time = 180.0s / 21600.0s
iteration: 4 / 360 -- time = 240.0s / 21600.0s
iteration: 5 / 360 -- time = 300.0s / 21600.0s
iteration: 6 / 360 -- time = 360.0s / 21600.0s
iteration: 7 / 360 -- time = 420.0s / 21600.0s
iteration: 8 / 360 -- time = 480.0s / 21600.0s
iteration: 9 / 360 -- time = 540.0s / 21600.0s
iteration: 10 / 360 -- time = 600.0s / 21600.0s
iteration: 11 / 360 -- time = 660.0s / 21600.0s
iteration: 12 / 360 -- time = 720.0s / 21600.0s
iteration: 13 / 360 -- time = 780.0s / 21600.0s
iteration: 14 / 360 -- time = 840.0s / 21600.0s
iteration: 15 / 360 -- time = 900.0s / 21600.0s
iteration: 16 / 360 -- time = 960.0s / 21600.0s
iteration: 17 / 360 -- time = 1020.0s / 21600.0s
iteration: 18 / 360 -- time = 1080.0s / 21600.0s
iteration: 19 / 360 -- time = 1140.0s / 21600.0s
iteration: 20 / 360 -- time = 1200.0s / 21600.0s
iteration: 21 / 360 -- time = 1260.0s / 21600.0s
iteration: 22 / 360 -- time = 1320.0s / 21600.0s
iteration: 23 / 360 -- time = 1380.0s / 21600.0s
iteration: 24 / 360 -- time = 1440.0s / 21600.0s
iteration: 25 / 360 -- time = 1500.0s / 21600.0s
iteration: 26 / 360 -- time = 1560.0s / 21600.0s
iteration: 27 / 360 -- time = 1620.0s / 21600.0s
iteration: 28 / 360 -- time = 1680.0s / 21600.0s
iteration: 29 / 360 -- time = 1740.0s / 21600.0s
iteration: 30 / 360 -- time = 1800.0s / 21600.0s
iteration: 31 / 360 -- time = 1860.0s / 21600.0s
iteration: 32 / 360 -- time = 1920.0s / 21600.0s
iteration: 33 / 360 -- time = 1980.0s / 21600.0s
iteration: 34 / 360 -- time = 2040.0s / 21600.0s
iteration: 35 / 360 -- time = 2100.0s / 21600.0s
iteration: 36 / 360 -- time = 2160.0s / 21600.0s
iteration: 37 / 360 -- time = 2220.0s / 21600.0s
iteration: 38 / 360 -- time = 2280.0s / 21600.0s
iteration: 39 / 360 -- time = 2340.0s / 21600.0s
iteration: 40 / 360 -- time = 2400.0s / 21600.0s
iteration: 41 / 360 -- time = 2460.0s / 21600.0s
iteration: 42 / 360 -- time = 2520.0s / 21600.0s
iteration: 43 / 360 -- time = 2580.0s / 21600.0s
iteration: 44 / 360 -- time = 2640.0s / 21600.0s
iteration: 45 / 360 -- time = 2700.0s / 21600.0s
iteration: 46 / 360 -- time = 2760.0s / 21600.0s
iteration: 47 / 360 -- time = 2820.0s / 21600.0s
iteration: 48 / 360 -- time = 2880.0s / 21600.0s
iteration: 49 / 360 -- time = 2940.0s / 21600.0s
iteration: 50 / 360 -- time = 3000.0s / 21600.0s
iteration: 51 / 360 -- time = 3060.0s / 21600.0s
iteration: 52 / 360 -- time = 3120.0s / 21600.0s
iteration: 53 / 360 -- time = 3180.0s / 21600.0s
iteration: 54 / 360 -- time = 3240.0s / 21600.0s
iteration: 55 / 360 -- time = 3300.0s / 21600.0s
iteration: 56 / 360 -- time = 3360.0s / 21600.0s
iteration: 57 / 360 -- time = 3420.0s / 21600.0s
iteration: 58 / 360 -- time = 3480.0s / 21600.0s
iteration: 59 / 360 -- time = 3540.0s / 21600.0s
iteration: 60 / 360 -- time = 3600.0s / 21600.0s
iteration: 61 / 360 -- time = 3660.0s / 21600.0s
iteration: 62 / 360 -- time = 3720.0s / 21600.0s
iteration: 63 / 360 -- time = 3780.0s / 21600.0s
iteration: 64 / 360 -- time = 3840.0s / 21600.0s
iteration: 65 / 360 -- time = 3900.0s / 21600.0s
iteration: 66 / 360 -- time = 3960.0s / 21600.0s
iteration: 67 / 360 -- time = 4020.0s / 21600.0s
iteration: 68 / 360 -- time = 4080.0s / 21600.0s
iteration: 69 / 360 -- time = 4140.0s / 21600.0s
iteration: 70 / 360 -- time = 4200.0s / 21600.0s
iteration: 71 / 360 -- time = 4260.0s / 21600.0s
iteration: 72 / 360 -- time = 4320.0s / 21600.0s
iteration: 73 / 360 -- time = 4380.0s / 21600.0s
iteration: 74 / 360 -- time = 4440.0s / 21600.0s
iteration: 75 / 360 -- time = 4500.0s / 21600.0s
iteration: 76 / 360 -- time = 4560.0s / 21600.0s
iteration: 77 / 360 -- time = 4620.0s / 21600.0s
iteration: 78 / 360 -- time = 4680.0s / 21600.0s
iteration: 79 / 360 -- time = 4740.0s / 21600.0s
iteration: 80 / 360 -- time = 4800.0s / 21600.0s
iteration: 81 / 360 -- time = 4860.0s / 21600.0s
iteration: 82 / 360 -- time = 4920.0s / 21600.0s
iteration: 83 / 360 -- time = 4980.0s / 21600.0s
iteration: 84 / 360 -- time = 5040.0s / 21600.0s
iteration: 85 / 360 -- time = 5100.0s / 21600.0s
iteration: 86 / 360 -- time = 5160.0s / 21600.0s
iteration: 87 / 360 -- time = 5220.0s / 21600.0s
iteration: 88 / 360 -- time = 5280.0s / 21600.0s
iteration: 89 / 360 -- time = 5340.0s / 21600.0s
iteration: 90 / 360 -- time = 5400.0s / 21600.0s
iteration: 91 / 360 -- time = 5460.0s / 21600.0s
iteration: 92 / 360 -- time = 5520.0s / 21600.0s
iteration: 93 / 360 -- time = 5580.0s / 21600.0s
iteration: 94 / 360 -- time = 5640.0s / 21600.0s
iteration: 95 / 360 -- time = 5700.0s / 21600.0s
iteration: 96 / 360 -- time = 5760.0s / 21600.0s
iteration: 97 / 360 -- time = 5820.0s / 21600.0s
iteration: 98 / 360 -- time = 5880.0s / 21600.0s
iteration: 99 / 360 -- time = 5940.0s / 21600.0s
iteration: 100 / 360 -- time = 6000.0s / 21600.0s
iteration: 101 / 360 -- time = 6060.0s / 21600.0s
iteration: 102 / 360 -- time = 6120.0s / 21600.0s
iteration: 103 / 360 -- time = 6180.0s / 21600.0s
iteration: 104 / 360 -- time = 6240.0s / 21600.0s
iteration: 105 / 360 -- time = 6300.0s / 21600.0s
iteration: 106 / 360 -- time = 6360.0s / 21600.0s
iteration: 107 / 360 -- time = 6420.0s / 21600.0s
iteration: 108 / 360 -- time = 6480.0s / 21600.0s
iteration: 109 / 360 -- time = 6540.0s / 21600.0s
iteration: 110 / 360 -- time = 6600.0s / 21600.0s
iteration: 111 / 360 -- time = 6660.0s / 21600.0s
iteration: 112 / 360 -- time = 6720.0s / 21600.0s
iteration: 113 / 360 -- time = 6780.0s / 21600.0s
iteration: 114 / 360 -- time = 6840.0s / 21600.0s
iteration: 115 / 360 -- time = 6900.0s / 21600.0s
iteration: 116 / 360 -- time = 6960.0s / 21600.0s
iteration: 117 / 360 -- time = 7020.0s / 21600.0s
iteration: 118 / 360 -- time = 7080.0s / 21600.0s
iteration: 119 / 360 -- time = 7140.0s / 21600.0s
iteration: 120 / 360 -- time = 7200.0s / 21600.0s
iteration: 121 / 360 -- time = 7260.0s / 21600.0s
iteration: 122 / 360 -- time = 7320.0s / 21600.0s
iteration: 123 / 360 -- time = 7380.0s / 21600.0s
iteration: 124 / 360 -- time = 7440.0s / 21600.0s
iteration: 125 / 360 -- time = 7500.0s / 21600.0s
iteration: 126 / 360 -- time = 7560.0s / 21600.0s
iteration: 127 / 360 -- time = 7620.0s / 21600.0s
iteration: 128 / 360 -- time = 7680.0s / 21600.0s
iteration: 129 / 360 -- time = 7740.0s / 21600.0s
iteration: 130 / 360 -- time = 7800.0s / 21600.0s
iteration: 131 / 360 -- time = 7860.0s / 21600.0s
iteration: 132 / 360 -- time = 7920.0s / 21600.0s
iteration: 133 / 360 -- time = 7980.0s / 21600.0s
iteration: 134 / 360 -- time = 8040.0s / 21600.0s
iteration: 135 / 360 -- time = 8100.0s / 21600.0s
iteration: 136 / 360 -- time = 8160.0s / 21600.0s
iteration: 137 / 360 -- time = 8220.0s / 21600.0s
iteration: 138 / 360 -- time = 8280.0s / 21600.0s
iteration: 139 / 360 -- time = 8340.0s / 21600.0s
iteration: 140 / 360 -- time = 8400.0s / 21600.0s
iteration: 141 / 360 -- time = 8460.0s / 21600.0s
iteration: 142 / 360 -- time = 8520.0s / 21600.0s
iteration: 143 / 360 -- time = 8580.0s / 21600.0s
iteration: 144 / 360 -- time = 8640.0s / 21600.0s
iteration: 145 / 360 -- time = 8700.0s / 21600.0s
iteration: 146 / 360 -- time = 8760.0s / 21600.0s
iteration: 147 / 360 -- time = 8820.0s / 21600.0s
iteration: 148 / 360 -- time = 8880.0s / 21600.0s
iteration: 149 / 360 -- time = 8940.0s / 21600.0s
iteration: 150 / 360 -- time = 9000.0s / 21600.0s
iteration: 151 / 360 -- time = 9060.0s / 21600.0s
iteration: 152 / 360 -- time = 9120.0s / 21600.0s
iteration: 153 / 360 -- time = 9180.0s / 21600.0s
iteration: 154 / 360 -- time = 9240.0s / 21600.0s
iteration: 155 / 360 -- time = 9300.0s / 21600.0s
iteration: 156 / 360 -- time = 9360.0s / 21600.0s
iteration: 157 / 360 -- time = 9420.0s / 21600.0s
iteration: 158 / 360 -- time = 9480.0s / 21600.0s
iteration: 159 / 360 -- time = 9540.0s / 21600.0s
iteration: 160 / 360 -- time = 9600.0s / 21600.0s
iteration: 161 / 360 -- time = 9660.0s / 21600.0s
iteration: 162 / 360 -- time = 9720.0s / 21600.0s
iteration: 163 / 360 -- time = 9780.0s / 21600.0s
iteration: 164 / 360 -- time = 9840.0s / 21600.0s
iteration: 165 / 360 -- time = 9900.0s / 21600.0s
iteration: 166 / 360 -- time = 9960.0s / 21600.0s
iteration: 167 / 360 -- time = 10020.0s / 21600.0s
iteration: 168 / 360 -- time = 10080.0s / 21600.0s
iteration: 169 / 360 -- time = 10140.0s / 21600.0s
iteration: 170 / 360 -- time = 10200.0s / 21600.0s
iteration: 171 / 360 -- time = 10260.0s / 21600.0s
iteration: 172 / 360 -- time = 10320.0s / 21600.0s
iteration: 173 / 360 -- time = 10380.0s / 21600.0s
iteration: 174 / 360 -- time = 10440.0s / 21600.0s
iteration: 175 / 360 -- time = 10500.0s / 21600.0s
iteration: 176 / 360 -- time = 10560.0s / 21600.0s
iteration: 177 / 360 -- time = 10620.0s / 21600.0s
iteration: 178 / 360 -- time = 10680.0s / 21600.0s
iteration: 179 / 360 -- time = 10740.0s / 21600.0s
iteration: 180 / 360 -- time = 10800.0s / 21600.0s
iteration: 181 / 360 -- time = 10860.0s / 21600.0s
iteration: 182 / 360 -- time = 10920.0s / 21600.0s
iteration: 183 / 360 -- time = 10980.0s / 21600.0s
iteration: 184 / 360 -- time = 11040.0s / 21600.0s
iteration: 185 / 360 -- time = 11100.0s / 21600.0s
iteration: 186 / 360 -- time = 11160.0s / 21600.0s
iteration: 187 / 360 -- time = 11220.0s / 21600.0s
iteration: 188 / 360 -- time = 11280.0s / 21600.0s
iteration: 189 / 360 -- time = 11340.0s / 21600.0s
iteration: 190 / 360 -- time = 11400.0s / 21600.0s
iteration: 191 / 360 -- time = 11460.0s / 21600.0s
iteration: 192 / 360 -- time = 11520.0s / 21600.0s
iteration: 193 / 360 -- time = 11580.0s / 21600.0s
iteration: 194 / 360 -- time = 11640.0s / 21600.0s
iteration: 195 / 360 -- time = 11700.0s / 21600.0s
iteration: 196 / 360 -- time = 11760.0s / 21600.0s
iteration: 197 / 360 -- time = 11820.0s / 21600.0s
iteration: 198 / 360 -- time = 11880.0s / 21600.0s
iteration: 199 / 360 -- time = 11940.0s / 21600.0s
iteration: 200 / 360 -- time = 12000.0s / 21600.0s
iteration: 201 / 360 -- time = 12060.0s / 21600.0s
iteration: 202 / 360 -- time = 12120.0s / 21600.0s
iteration: 203 / 360 -- time = 12180.0s / 21600.0s
iteration: 204 / 360 -- time = 12240.0s / 21600.0s
iteration: 205 / 360 -- time = 12300.0s / 21600.0s
iteration: 206 / 360 -- time = 12360.0s / 21600.0s
iteration: 207 / 360 -- time = 12420.0s / 21600.0s
iteration: 208 / 360 -- time = 12480.0s / 21600.0s
iteration: 209 / 360 -- time = 12540.0s / 21600.0s
iteration: 210 / 360 -- time = 12600.0s / 21600.0s
iteration: 211 / 360 -- time = 12660.0s / 21600.0s
iteration: 212 / 360 -- time = 12720.0s / 21600.0s
iteration: 213 / 360 -- time = 12780.0s / 21600.0s
iteration: 214 / 360 -- time = 12840.0s / 21600.0s
iteration: 215 / 360 -- time = 12900.0s / 21600.0s
iteration: 216 / 360 -- time = 12960.0s / 21600.0s
iteration: 217 / 360 -- time = 13020.0s / 21600.0s
iteration: 218 / 360 -- time = 13080.0s / 21600.0s
iteration: 219 / 360 -- time = 13140.0s / 21600.0s
iteration: 220 / 360 -- time = 13200.0s / 21600.0s
iteration: 221 / 360 -- time = 13260.0s / 21600.0s
iteration: 222 / 360 -- time = 13320.0s / 21600.0s
iteration: 223 / 360 -- time = 13380.0s / 21600.0s
iteration: 224 / 360 -- time = 13440.0s / 21600.0s
iteration: 225 / 360 -- time = 13500.0s / 21600.0s
iteration: 226 / 360 -- time = 13560.0s / 21600.0s
iteration: 227 / 360 -- time = 13620.0s / 21600.0s
iteration: 228 / 360 -- time = 13680.0s / 21600.0s
iteration: 229 / 360 -- time = 13740.0s / 21600.0s
iteration: 230 / 360 -- time = 13800.0s / 21600.0s
iteration: 231 / 360 -- time = 13860.0s / 21600.0s
iteration: 232 / 360 -- time = 13920.0s / 21600.0s
iteration: 233 / 360 -- time = 13980.0s / 21600.0s
iteration: 234 / 360 -- time = 14040.0s / 21600.0s
iteration: 235 / 360 -- time = 14100.0s / 21600.0s
iteration: 236 / 360 -- time = 14160.0s / 21600.0s
iteration: 237 / 360 -- time = 14220.0s / 21600.0s
iteration: 238 / 360 -- time = 14280.0s / 21600.0s
iteration: 239 / 360 -- time = 14340.0s / 21600.0s
iteration: 240 / 360 -- time = 14400.0s / 21600.0s
iteration: 241 / 360 -- time = 14460.0s / 21600.0s
iteration: 242 / 360 -- time = 14520.0s / 21600.0s
iteration: 243 / 360 -- time = 14580.0s / 21600.0s
iteration: 244 / 360 -- time = 14640.0s / 21600.0s
iteration: 245 / 360 -- time = 14700.0s / 21600.0s
iteration: 246 / 360 -- time = 14760.0s / 21600.0s
iteration: 247 / 360 -- time = 14820.0s / 21600.0s
iteration: 248 / 360 -- time = 14880.0s / 21600.0s
iteration: 249 / 360 -- time = 14940.0s / 21600.0s
iteration: 250 / 360 -- time = 15000.0s / 21600.0s
iteration: 251 / 360 -- time = 15060.0s / 21600.0s
iteration: 252 / 360 -- time = 15120.0s / 21600.0s
iteration: 253 / 360 -- time = 15180.0s / 21600.0s
iteration: 254 / 360 -- time = 15240.0s / 21600.0s
iteration: 255 / 360 -- time = 15300.0s / 21600.0s
iteration: 256 / 360 -- time = 15360.0s / 21600.0s
iteration: 257 / 360 -- time = 15420.0s / 21600.0s
iteration: 258 / 360 -- time = 15480.0s / 21600.0s
iteration: 259 / 360 -- time = 15540.0s / 21600.0s
iteration: 260 / 360 -- time = 15600.0s / 21600.0s
iteration: 261 / 360 -- time = 15660.0s / 21600.0s
iteration: 262 / 360 -- time = 15720.0s / 21600.0s
iteration: 263 / 360 -- time = 15780.0s / 21600.0s
iteration: 264 / 360 -- time = 15840.0s / 21600.0s
iteration: 265 / 360 -- time = 15900.0s / 21600.0s
iteration: 266 / 360 -- time = 15960.0s / 21600.0s
iteration: 267 / 360 -- time = 16020.0s / 21600.0s
iteration: 268 / 360 -- time = 16080.0s / 21600.0s
iteration: 269 / 360 -- time = 16140.0s / 21600.0s
iteration: 270 / 360 -- time = 16200.0s / 21600.0s
iteration: 271 / 360 -- time = 16260.0s / 21600.0s
iteration: 272 / 360 -- time = 16320.0s / 21600.0s
iteration: 273 / 360 -- time = 16380.0s / 21600.0s
iteration: 274 / 360 -- time = 16440.0s / 21600.0s
iteration: 275 / 360 -- time = 16500.0s / 21600.0s
iteration: 276 / 360 -- time = 16560.0s / 21600.0s
iteration: 277 / 360 -- time = 16620.0s / 21600.0s
iteration: 278 / 360 -- time = 16680.0s / 21600.0s
iteration: 279 / 360 -- time = 16740.0s / 21600.0s
iteration: 280 / 360 -- time = 16800.0s / 21600.0s
iteration: 281 / 360 -- time = 16860.0s / 21600.0s
iteration: 282 / 360 -- time = 16920.0s / 21600.0s
iteration: 283 / 360 -- time = 16980.0s / 21600.0s
iteration: 284 / 360 -- time = 17040.0s / 21600.0s
iteration: 285 / 360 -- time = 17100.0s / 21600.0s
iteration: 286 / 360 -- time = 17160.0s / 21600.0s
iteration: 287 / 360 -- time = 17220.0s / 21600.0s
iteration: 288 / 360 -- time = 17280.0s / 21600.0s
iteration: 289 / 360 -- time = 17340.0s / 21600.0s
iteration: 290 / 360 -- time = 17400.0s / 21600.0s
iteration: 291 / 360 -- time = 17460.0s / 21600.0s
iteration: 292 / 360 -- time = 17520.0s / 21600.0s
iteration: 293 / 360 -- time = 17580.0s / 21600.0s
iteration: 294 / 360 -- time = 17640.0s / 21600.0s
iteration: 295 / 360 -- time = 17700.0s / 21600.0s
iteration: 296 / 360 -- time = 17760.0s / 21600.0s
iteration: 297 / 360 -- time = 17820.0s / 21600.0s
iteration: 298 / 360 -- time = 17880.0s / 21600.0s
iteration: 299 / 360 -- time = 17940.0s / 21600.0s
iteration: 300 / 360 -- time = 18000.0s / 21600.0s
iteration: 301 / 360 -- time = 18060.0s / 21600.0s
iteration: 302 / 360 -- time = 18120.0s / 21600.0s
iteration: 303 / 360 -- time = 18180.0s / 21600.0s
iteration: 304 / 360 -- time = 18240.0s / 21600.0s
iteration: 305 / 360 -- time = 18300.0s / 21600.0s
iteration: 306 / 360 -- time = 18360.0s / 21600.0s
iteration: 307 / 360 -- time = 18420.0s / 21600.0s
iteration: 308 / 360 -- time = 18480.0s / 21600.0s
iteration: 309 / 360 -- time = 18540.0s / 21600.0s
iteration: 310 / 360 -- time = 18600.0s / 21600.0s
iteration: 311 / 360 -- time = 18660.0s / 21600.0s
iteration: 312 / 360 -- time = 18720.0s / 21600.0s
iteration: 313 / 360 -- time = 18780.0s / 21600.0s
iteration: 314 / 360 -- time = 18840.0s / 21600.0s
iteration: 315 / 360 -- time = 18900.0s / 21600.0s
iteration: 316 / 360 -- time = 18960.0s / 21600.0s
iteration: 317 / 360 -- time = 19020.0s / 21600.0s
iteration: 318 / 360 -- time = 19080.0s / 21600.0s
iteration: 319 / 360 -- time = 19140.0s / 21600.0s
iteration: 320 / 360 -- time = 19200.0s / 21600.0s
iteration: 321 / 360 -- time = 19260.0s / 21600.0s
iteration: 322 / 360 -- time = 19320.0s / 21600.0s
iteration: 323 / 360 -- time = 19380.0s / 21600.0s
iteration: 324 / 360 -- time = 19440.0s / 21600.0s
iteration: 325 / 360 -- time = 19500.0s / 21600.0s
iteration: 326 / 360 -- time = 19560.0s / 21600.0s
iteration: 327 / 360 -- time = 19620.0s / 21600.0s
iteration: 328 / 360 -- time = 19680.0s / 21600.0s
iteration: 329 / 360 -- time = 19740.0s / 21600.0s
iteration: 330 / 360 -- time = 19800.0s / 21600.0s
iteration: 331 / 360 -- time = 19860.0s / 21600.0s
iteration: 332 / 360 -- time = 19920.0s / 21600.0s
iteration: 333 / 360 -- time = 19980.0s / 21600.0s
iteration: 334 / 360 -- time = 20040.0s / 21600.0s
iteration: 335 / 360 -- time = 20100.0s / 21600.0s
iteration: 336 / 360 -- time = 20160.0s / 21600.0s
iteration: 337 / 360 -- time = 20220.0s / 21600.0s
iteration: 338 / 360 -- time = 20280.0s / 21600.0s
iteration: 339 / 360 -- time = 20340.0s / 21600.0s
iteration: 340 / 360 -- time = 20400.0s / 21600.0s
iteration: 341 / 360 -- time = 20460.0s / 21600.0s
iteration: 342 / 360 -- time = 20520.0s / 21600.0s
iteration: 343 / 360 -- time = 20580.0s / 21600.0s
iteration: 344 / 360 -- time = 20640.0s / 21600.0s
iteration: 345 / 360 -- time = 20700.0s / 21600.0s
iteration: 346 / 360 -- time = 20760.0s / 21600.0s
iteration: 347 / 360 -- time = 20820.0s / 21600.0s
iteration: 348 / 360 -- time = 20880.0s / 21600.0s
iteration: 349 / 360 -- time = 20940.0s / 21600.0s
iteration: 350 / 360 -- time = 21000.0s / 21600.0s
iteration: 351 / 360 -- time = 21060.0s / 21600.0s
iteration: 352 / 360 -- time = 21120.0s / 21600.0s
iteration: 353 / 360 -- time = 21180.0s / 21600.0s
iteration: 354 / 360 -- time = 21240.0s / 21600.0s
iteration: 355 / 360 -- time = 21300.0s / 21600.0s
iteration: 356 / 360 -- time = 21360.0s / 21600.0s
iteration: 357 / 360 -- time = 21420.0s / 21600.0s
iteration: 358 / 360 -- time = 21480.0s / 21600.0s
iteration: 359 / 360 -- time = 21540.0s / 21600.0s
iteration: 360 / 360 -- time = 21600.0s / 21600.0s
Writing timing results to: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/simple/bomex.timing
Program exited normally
--------------------------------------------------
run_scm.py total runtime: 5.05 s
--------------------------------------------------
Saved Output
------------
job_dir /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770
results /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770/results.json
status /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770/status.json
request /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770/request.json
log /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770/worker.log
complete_output /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/simple
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Complex Tuner Command)
[Pipeline] sh
+ ulimit -s 8388608
+ python run_scripts/run_tuner_job.py -cases arm:68400:72000:3600 bomex:7200:18000:2700 -fields cloud_frac rcm -params C8:0.2:0.8 C11:0.1:1.0 -strategy resolve:0.9 -batch_size 4 -max_workers 2 -seed 1 -loss_mode centered_rmse_bias -aggregation_mode mean_max -poll_interval 1 -output_root output_tuner/new_tuner_test/complex -run_top both -top_n 1 -run_out_dir output/new_tuner_test/complex
Tuner Job
---------
job_dir /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813
request /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813/request.json
log /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813/worker.log
Configuration
cases
arm 68400-72000 s, avg=3600 s, windows=1
bomex 7200-18000 s, avg=2700 s, windows=4
fields
cloud_frac, rcm
parameters
C8 0.2 -> 0.8
C11 0.1 -> 1
run
strategy resolve, spacing=0.9
estimated_samples 4
batch_size 4
max_workers 2
config default
loss centered_rmse_bias
aggregation mean_max
poll_interval 1 s
post_run both, top_n=1, out=/home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex
Launching tuner. Press Ctrl-C once for graceful stop, twice to terminate.
state: created | samples: 0 | elapsed: 00:00 | workers active/idle/init: 0/0/0 | queued cases: 0 | best: --
state: running | samples: 0/4 | elapsed: 00:00 | workers active/idle/init: 0/2/2 | queued cases: 0 | best: --
state: running | samples: 0/4 | elapsed: 00:01 | workers active/idle/init: 2/0/2 | queued cases: 0 | best: --
state: running | samples: 0/4 | elapsed: 00:02 | workers active/idle/init: 1/1/2 | queued cases: 0 | best: --
state: finished | samples: 4/4 | elapsed: 00:03 | workers active/idle/init: 0/0/0 | queued cases: 0 | best: 1.10915 (C11=1, C8=0.8)
Running top 1 result(s) with params: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/tuner_top_20260714_041547_184405_2066813_params.in
+ /usr/bin/python /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/run_scm_loss.py -out_dir /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/window -config default -fields cloud_frac,rcm -cases arm,bomex -params /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/tuner_top_20260714_041547_184405_2066813_params.in -case_config_file /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813/request.json
- using executable: /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/../install/latest/clubb_standalone_loss
- normalized benchmark: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/window/arm_normalized_benchmark.nc
- loss timing: absolute_window=[68400, 72000] s, model_time_initial=41400 s, model_time_final=72000 s, stats_tstart=68400 s, stats_tend=72000 s, stats_tsamp=60 s, stats_tout=3600 s, num_time_windows=1
=================== Running arm loss ===================
benchmark timing:window 1 records 451 510 absolute_window 68400 72000 benchmark_window 68400.000000000000 72000.000000000000 matched_window 68460.000000000000 72000.000000000000
closing 131072
variable scaled_rmse_col1 corr_col1 std_ratio_col1 crmse_norm_col1 bias_norm_col1 best_col
cloud_frac 3.40631402E+00 8.45693866E-01 6.23883376E-01 5.77928870E-01 -2.97742736E-01 col1
rcm 1.04443001E+01 6.41641686E-01 4.79339760E-01 7.83988433E-01 -4.27826769E-01 col1
- normalized benchmark: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/window/bomex_normalized_benchmark.nc
- loss timing: absolute_window=[7200, 18000] s, model_time_initial=0 s, model_time_final=18000 s, stats_tstart=7200 s, stats_tend=18000 s, stats_tsamp=60 s, stats_tout=2700 s, num_time_windows=4
=================== Running bomex loss ===================
benchmark timing:window 1 records 121 165 absolute_window 7200 9900 benchmark_window 7200.0000000000000 9900.0000000000000 matched_window 7260.0000000000000 9900.0000000000000
benchmark timing:window 2 records 166 210 absolute_window 9900 12600 benchmark_window 9900.0000000000000 12600.000000000000 matched_window 9960.0000000000000 12600.000000000000
benchmark timing:window 3 records 211 255 absolute_window 12600 15300 benchmark_window 12600.000000000000 15300.000000000000 matched_window 12660.000000000000 15300.000000000000
benchmark timing:window 4 records 256 300 absolute_window 15300 18000 benchmark_window 15300.000000000000 18000.000000000000 matched_window 15360.000000000000 18000.000000000000
closing 131072
variable window scaled_rmse_col1 corr_col1 std_ratio_col1 crmse_norm_col1 bias_norm_col1 best_col
cloud_frac window1 1.14969160E+00 9.37561209E-01 6.79524415E-01 4.33084249E-01 -2.77543147E-01 col1
rcm window1 6.84178199E+00 7.78145471E-01 6.42408522E-01 6.42583959E-01 -4.64005854E-01 col1
cloud_frac window2 1.00047165E+00 9.44134830E-01 7.04255305E-01 4.07616988E-01 -2.64189865E-01 col1
rcm window2 7.21673235E+00 7.93727221E-01 6.37162678E-01 6.28099956E-01 -4.72921059E-01 col1
cloud_frac window3 1.12083169E+00 9.03256656E-01 7.85179150E-01 4.45050235E-01 -2.72111006E-01 col1
rcm window3 1.14258429E+01 6.10707591E-01 5.92800322E-01 7.92058652E-01 -5.59401413E-01 col1
cloud_frac window4 1.00626706E+00 9.34411287E-01 7.32725182E-01 4.09332178E-01 -2.77510724E-01 col1
rcm window4 9.58507324E+00 7.58539431E-01 6.08909655E-01 6.68585822E-01 -5.35743230E-01 col1
+ /usr/bin/python /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/run_scm.py -out_dir /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete -config default -params /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/tuner_top_20260714_041547_184405_2066813_params.in arm
/home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete/arm.in
- using install dir (latest): /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON
- using executable: /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/../install/latest/clubb_standalone
=================== Running arm ===================
2026/07/14 04:15:49
--------------------------------------------------
Latest git log entry
--------------------------------------------------
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
Parameter Value
--------- -----
C1 = 1.00000000000000000000
C1b = 1.00000000000000000000
C1c = 1.00000000000000000000
C2rt = 2.00000000000000000000
C2thl = 2.00000000000000000000
C2rtthl = 2.00000000000000000000
C4 = 2.00000000000000000000
C_uu_shr = 0.40000000000000002220
C_uu_buoy = 0.29999999999999998890
C6rt = 2.00000000000000000000
C6rtb = 2.00000000000000000000
C6rtc = 1.00000000000000000000
C6thl = 2.00000000000000000000
C6thlb = 2.00000000000000000000
C6thlc = 1.00000000000000000000
C7 = 0.50000000000000000000
C7b = 0.50000000000000000000
C7c = 0.50000000000000000000
C8 = 0.80000000000000004441
C8b = 0.02000000000000000042
C10 = 3.29999999999999982236
C11 = 1.00000000000000000000
C11b = 0.40000000000000002220
C11c = 0.50000000000000000000
C12 = 1.00000000000000000000
C13 = 0.10000000000000000555
C14 = 1.00000000000000000000
C_wp2_pr_dfsn = 0.00000000000000000000
C_wp3_pr_tp = 0.00000000000000000000
C_wp3_pr_turb = 1.00000000000000000000
C_wp3_pr_dfsn = 0.00000000000000000000
C_wp2_splat = 0.00000000000000000000
C6rt_Lscale0 = 14.00000000000000000000
C6thl_Lscale0 = 14.00000000000000000000
C7_Lscale0 = 0.84999999999999997780
wpxp_L_thresh = 60.00000000000000000000
c_K = 0.20000000000000001110
c_K1 = 0.20000000000000001110
nu1 = 20.00000000000000000000
c_K2 = 0.02500000000000000139
nu2 = 1.00000000000000000000
c_K6 = 0.37500000000000000000
nu6 = 5.00000000000000000000
c_K8 = 5.00000000000000000000
nu8 = 20.00000000000000000000
c_K9 = 0.10000000000000000555
nu9 = 10.00000000000000000000
nu10 = 0.00000000000000000000
c_K_hm = 0.75000000000000000000
c_K_hmb = 0.75000000000000000000
K_hm_min_coef = 0.10000000000000000555
nu_hm = 1.50000000000000000000
slope_coef_spread_DG_means_w = 21.00000000000000000000
pdf_component_stdev_factor_w = 1.00000000000000000000
coef_spread_DG_means_rt = 0.80000000000000004441
coef_spread_DG_means_thl = 0.80000000000000004441
gamma_coef = 0.25000000000000000000
gamma_coefb = 0.25000000000000000000
gamma_coefc = 5.00000000000000000000
mu = 0.00100000000000000002
beta = 1.00000000000000000000
lmin_coef = 0.50000000000000000000
omicron = 0.50000000000000000000
zeta_vrnce_rat = 0.00000000000000000000
upsilon_precip_frac_rat = 0.55000000000000004441
lambda0_stability_coef = 0.02999999999999999889
mult_coef = 0.50000000000000000000
taumin = 90.00000000000000000000
taumax = 3600.00000000000000000000
Lscale_mu_coef = 2.00000000000000000000
Lscale_pert_coef = 0.10000000000000000555
alpha_corr = 0.14999999999999999445
Skw_denom_coef = 4.00000000000000000000
c_K10 = 1.00000000000000000000
c_K10h = 1.00000000000000000000
thlp2_rad_coef = 1.00000000000000000000
thlp2_rad_cloud_frac_thresh = 0.10000000000000000555
up2_sfc_coef = 4.00000000000000000000
Skw_max_mag = 10.00000000000000000000
C_invrs_tau_bkgnd = 1.10000000000000008882
C_invrs_tau_sfc = 0.10000000000000000555
C_invrs_tau_shear = 0.14999999999999999445
C_invrs_tau_N2 = 0.40000000000000002220
C_invrs_tau_N2_wp2 = 0.20000000000000001110
C_invrs_tau_N2_xp2 = 0.05000000000000000278
C_invrs_tau_N2_wpxp = 0.00000000000000000000
C_invrs_tau_N2_clear_wp3 = 1.00000000000000000000
C_invrs_tau_wpxp_Ri = 0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh = 0.00033000000000000000
xp3_coef_base = 0.25000000000000000000
xp3_coef_slope = 0.01000000000000000021
altitude_threshold = 100.00000000000000000000
rtp2_clip_coef = 0.50000000000000000000
Cx_min = 0.33000000000000001554
Cx_max = 0.94999999999999995559
Richardson_num_min = 0.25000000000000000000
Richardson_num_max = 400.00000000000000000000
a3_coef_min = 1.00000000000000000000
a_const = 1.80000000000000004441
bv_efold = 5.00000000000000000000
wpxp_Ri_exp = 0.50000000000000000000
z_displace = 25.00000000000000000000
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DCOAMPS_MICRO enabled
-DTUNER disabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = arm
nzmax = 110
grid_type = 1
deltaz = 40.000000000000000
zm_init = 0.0000000000000000
zm_top = 5350.0000000000000
zt_grid_fname =
zm_grid_fname =
day = 21
month = 6
year = 1997
lat_vals = 36.619999999999997
lon_vals = -97.500000000000000
sfc_elevation = 0.0000000000000000
time_initial = 41400.000000000000
time_final = 93600.000000000000
dt_main = 60.000000000000000
dt_rad = 60.000000000000000
sfctype = 1
T_sfc = 288.00000000000000
p_sfc = 97000.000000000000
sens_ht = 0.0000000000000000
latent_ht = 0.0000000000000000
fcor = 8.5000000000000006E-005
fcor_y = 1.1705254096712995E-004
T0 = 300.00000000000000
ts_nudge = 86400.000000000000
forcings_file_path =
l_t_dependent = T
l_ignore_forcings = F
l_modify_ic_with_cubic_int = F
l_modify_bc_for_cnvg_test = F
l_input_xpwp_sfc = F
saturation_formula = 3
thlm_sponge_damp_settings%l_sponge_damping = F
rtm_sponge_damp_settings%l_sponge_damping = F
uv_sponge_damp_settings%l_sponge_damping = F
wp2_sponge_damp_settings%l_sponge_damping = F
wp3_sponge_damp_settings%l_sponge_damping = F
up2_vp2_sponge_damp_settings%l_sponge_damping = F
thlm_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
thlm_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
thlm_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
rtm_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
rtm_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
rtm_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
uv_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
uv_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
uv_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
wp2_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
wp2_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
wp2_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
wp3_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
wp3_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
wp3_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
up2_vp2_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
l_soil_veg = F
l_restart = F
l_input_fields = F
restart_path_case = restart/arm
time_restart = 0.0000000000000000
debug_level = 2
sclr_dim = 0
edsclr_dim = 0
iisclr_thl = -2
iisclr_rt = -1
iisclr_CO2 = -1
sclr_tol =
--------------------------------------------------
&stats_setting
--------------------------------------------------
l_stats = T
output_dir = /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete/
fname_prefix = arm
stats_output_filename = arm_stats.nc
stats_tsamp = 60.000000000000000
stats_tout = 60.000000000000000
stats_tstart = 41400.000000000000
stats_tend = 93600.000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_gamma_Skw = T
Constant tolerances [units]
rt_tol [kg/kg] = 1.0000000000000000E-008
thl_tol [K] = 1.0000000000000000E-002
w_tol [m/s] = 2.0000000000000000E-002
--------------------------------------------------
µphysics_setting
--------------------------------------------------
microphys_scheme = none
l_cloud_sed = F
sigma_g = 1.5000000000000000
l_graupel = F
l_hail = F
l_seifert_beheng = F
l_predict_Nc = F
l_const_Nc_in_cloud = F
specify_aerosol = morrison_lognormal
l_subgrid_w = T
l_arctic_nucl = F
l_cloud_edge_activation = F
l_fix_pgam = F
l_in_cloud_Nc_diff = T
l_var_covar_src = F
l_upwind_diff_sed = F
lh_microphys_type = disabled
lh_num_samples = 2
lh_sequence_length = 1
lh_seed = 5489
l_fix_w_chi_eta_correlations = T
l_silhs_KK_convergence_adj_mean = F
importance_prob_thresh = 1.0000000000000000E-008
host_dx = 1000000.0000000000
host_dy = 1000000.0000000000
hmp2_ip_on_hmm2_ip_slope%rr = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%ri = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%rs = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%rg = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Nr = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ni = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ni = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ng = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_intrcpt%rr = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%ri = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%rs = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%rg = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Nr = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ng = 0.54000000000000004
Ncnp2_on_Ncnm2 = 1.0000000000000000
C_evap = 0.85999999999999999
r_0 = 2.5000000000000001E-005
microphys_start_time = 0.0000000000000000
Nc0_in_cloud = 100000000.00000000
ccnconst = 120.00000000000000
ccnexpnt = 0.40000000596046448
aer_rm1 = 1.1000000021965661E-008
aer_rm2 = 5.9999997858994902E-008
aer_n1 = 125000000.00000000
aer_n2 = 65000000.000000000
aer_sig1 = 1.2000000476837158
aer_sig2 = 1.7000000476837158
pgam_fixed = 5.0000000000000000
precip_frac_calc_type = 2
--------------------------------------------------
&SILHS_setting
--------------------------------------------------
Warning: missing correlation input file(s): ../input/case_setups/arm_corr_array_cloud.in and/or ../input/case_setups/arm_corr_array_below.in
The default correlation arrays will be used.
--------------------------------------------------
&radiation_setting
--------------------------------------------------
rad_scheme = none
sol_const = 1367.0000000000000
alvdr = 0.10000000000000001
alvdf = 0.10000000000000001
alndr = 0.10000000000000001
alndf = 0.10000000000000001
radiation_top = 50000.000000000000
F0 = 100.00000000000000
F1 = 20.000000000000000
kappa = 119.00000000000000
gc = 0.85999999999999999
omega = 0.99650000000000005
slr = 1.0000000000000000
l_rad_above_cloud = F
l_sw_radiation = F
l_fix_cos_solar_zen = F
l_use_default_std_atmosphere = T
Fs_values = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
cos_solar_zen_values = -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000
cos_solar_zen_times = -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000
eff_drop_radius = 1.0000000000000001E-005
--------------------------------------------------
&configurable_clubb_flags_nl
--------------------------------------------------
iiPDF_type = 1
ipdf_call_placement = 2
penta_solve_method = 2
tridiag_solve_method = 2
grid_remap_method = 1
grid_adapt_in_time_method = 0
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_ho_nontrad_coriolis = F
l_ho_trad_coriolis = F
l_min_wp2_from_corr_wx = F
l_min_xp2_from_corr_wx = T
l_C2_cloud_frac = F
l_diffuse_rtm_and_thlm = F
l_stability_correct_Kh_N2_zm = F
l_calc_thlp2_rad = F
l_upwind_xpyp_ta = T
l_upwind_xm_ma = T
l_uv_nudge = F
l_rtm_nudge = F
l_tke_aniso = T
l_vert_avg_closure = F
l_trapezoidal_rule_zt = F
l_trapezoidal_rule_zm = F
l_call_pdf_closure_twice = F
l_standard_term_ta = F
l_partial_upwind_wp3 = F
l_godunov_upwind_wpxp_ta = F
l_godunov_upwind_xpyp_ta = F
l_use_cloud_cover = F
l_diagnose_correlations = F
l_calc_w_corr = F
l_const_Nc_in_cloud = F
l_fix_w_chi_eta_correlations = T
l_stability_correct_tau_zm = F
l_damp_wp2_using_em = T
l_do_expldiff_rtm_thlm = F
l_Lscale_plume_centered = F
l_diag_Lscale_from_tau = T
l_use_C7_Richardson = T
l_use_C11_Richardson = F
l_use_shear_Richardson = F
l_brunt_vaisala_freq_moist = F
l_use_thvm_in_bv_freq = F
l_rcm_supersat_adj = T
l_damp_wp3_Skw_squared = T
l_prescribed_avg_deltaz = F
l_lmm_stepping = F
l_e3sm_config = F
l_vary_convect_depth = F
l_use_tke_in_wp3_pr_turb_term = T
l_use_tke_in_wp2_wp3_K_dfsn = F
l_use_wp3_lim_with_smth_Heaviside = F
l_smooth_Heaviside_tau_wpxp = T
l_modify_limiters_for_cnvg_test = F
l_enable_relaxed_clipping = F
l_linearize_pbl_winds = F
l_mono_flux_lim_thlm = T
l_mono_flux_lim_rtm = T
l_mono_flux_lim_um = T
l_mono_flux_lim_vm = T
l_mono_flux_lim_spikefix = T
l_host_applies_sfc_fluxes = F
l_wp2_fill_holes_tke = T
l_add_dycore_grid = F
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: arm_sounding.in
File exists? T
Path to sclr_sounding: arm_sclr_sounding.in
File exists? T
Path to edsclr_sounding: arm_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.0000000000000000 50.000000000000000 350.00000000000000 650.00000000000000 700.00000000000000 1300.0000000000000 2500.0000000000000 5500.0000000000000
u = 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000
v = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
ug = 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000 10.000000000000000
vg = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
theta = 299.00000000000000 301.50000000000000 302.50000000000000 303.52999999999997 303.69999999999999 307.13000000000000 314.00000000000000 343.19999999999999
rt = 1.5200000000000000E-002 1.5169999999999999E-002 1.4980000000000000E-002 1.4800000000000001E-002 1.4700000000000000E-002 1.3500000000000000E-002 3.0000000000000001E-003 3.0000000000000001E-003
p_in_Pa = -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998
subs = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.0000000000000000
Warning in check_clubb_settings_api
iteration: 1 / 870 -- time = 41460.0s / 93600.0s
iteration: 2 / 870 -- time = 41520.0s / 93600.0s
iteration: 3 / 870 -- time = 41580.0s / 93600.0s
iteration: 4 / 870 -- time = 41640.0s / 93600.0s
iteration: 5 / 870 -- time = 41700.0s / 93600.0s
iteration: 6 / 870 -- time = 41760.0s / 93600.0s
iteration: 7 / 870 -- time = 41820.0s / 93600.0s
iteration: 8 / 870 -- time = 41880.0s / 93600.0s
iteration: 9 / 870 -- time = 41940.0s / 93600.0s
iteration: 10 / 870 -- time = 42000.0s / 93600.0s
iteration: 11 / 870 -- time = 42060.0s / 93600.0s
iteration: 12 / 870 -- time = 42120.0s / 93600.0s
iteration: 13 / 870 -- time = 42180.0s / 93600.0s
iteration: 14 / 870 -- time = 42240.0s / 93600.0s
iteration: 15 / 870 -- time = 42300.0s / 93600.0s
iteration: 16 / 870 -- time = 42360.0s / 93600.0s
iteration: 17 / 870 -- time = 42420.0s / 93600.0s
iteration: 18 / 870 -- time = 42480.0s / 93600.0s
iteration: 19 / 870 -- time = 42540.0s / 93600.0s
iteration: 20 / 870 -- time = 42600.0s / 93600.0s
iteration: 21 / 870 -- time = 42660.0s / 93600.0s
iteration: 22 / 870 -- time = 42720.0s / 93600.0s
iteration: 23 / 870 -- time = 42780.0s / 93600.0s
iteration: 24 / 870 -- time = 42840.0s / 93600.0s
iteration: 25 / 870 -- time = 42900.0s / 93600.0s
iteration: 26 / 870 -- time = 42960.0s / 93600.0s
iteration: 27 / 870 -- time = 43020.0s / 93600.0s
iteration: 28 / 870 -- time = 43080.0s / 93600.0s
iteration: 29 / 870 -- time = 43140.0s / 93600.0s
iteration: 30 / 870 -- time = 43200.0s / 93600.0s
iteration: 31 / 870 -- time = 43260.0s / 93600.0s
iteration: 32 / 870 -- time = 43320.0s / 93600.0s
iteration: 33 / 870 -- time = 43380.0s / 93600.0s
iteration: 34 / 870 -- time = 43440.0s / 93600.0s
iteration: 35 / 870 -- time = 43500.0s / 93600.0s
iteration: 36 / 870 -- time = 43560.0s / 93600.0s
iteration: 37 / 870 -- time = 43620.0s / 93600.0s
iteration: 38 / 870 -- time = 43680.0s / 93600.0s
iteration: 39 / 870 -- time = 43740.0s / 93600.0s
iteration: 40 / 870 -- time = 43800.0s / 93600.0s
iteration: 41 / 870 -- time = 43860.0s / 93600.0s
iteration: 42 / 870 -- time = 43920.0s / 93600.0s
iteration: 43 / 870 -- time = 43980.0s / 93600.0s
iteration: 44 / 870 -- time = 44040.0s / 93600.0s
iteration: 45 / 870 -- time = 44100.0s / 93600.0s
iteration: 46 / 870 -- time = 44160.0s / 93600.0s
iteration: 47 / 870 -- time = 44220.0s / 93600.0s
iteration: 48 / 870 -- time = 44280.0s / 93600.0s
iteration: 49 / 870 -- time = 44340.0s / 93600.0s
iteration: 50 / 870 -- time = 44400.0s / 93600.0s
iteration: 51 / 870 -- time = 44460.0s / 93600.0s
iteration: 52 / 870 -- time = 44520.0s / 93600.0s
iteration: 53 / 870 -- time = 44580.0s / 93600.0s
iteration: 54 / 870 -- time = 44640.0s / 93600.0s
iteration: 55 / 870 -- time = 44700.0s / 93600.0s
iteration: 56 / 870 -- time = 44760.0s / 93600.0s
iteration: 57 / 870 -- time = 44820.0s / 93600.0s
iteration: 58 / 870 -- time = 44880.0s / 93600.0s
iteration: 59 / 870 -- time = 44940.0s / 93600.0s
iteration: 60 / 870 -- time = 45000.0s / 93600.0s
iteration: 61 / 870 -- time = 45060.0s / 93600.0s
iteration: 62 / 870 -- time = 45120.0s / 93600.0s
iteration: 63 / 870 -- time = 45180.0s / 93600.0s
iteration: 64 / 870 -- time = 45240.0s / 93600.0s
iteration: 65 / 870 -- time = 45300.0s / 93600.0s
iteration: 66 / 870 -- time = 45360.0s / 93600.0s
iteration: 67 / 870 -- time = 45420.0s / 93600.0s
iteration: 68 / 870 -- time = 45480.0s / 93600.0s
iteration: 69 / 870 -- time = 45540.0s / 93600.0s
iteration: 70 / 870 -- time = 45600.0s / 93600.0s
iteration: 71 / 870 -- time = 45660.0s / 93600.0s
iteration: 72 / 870 -- time = 45720.0s / 93600.0s
iteration: 73 / 870 -- time = 45780.0s / 93600.0s
iteration: 74 / 870 -- time = 45840.0s / 93600.0s
iteration: 75 / 870 -- time = 45900.0s / 93600.0s
iteration: 76 / 870 -- time = 45960.0s / 93600.0s
iteration: 77 / 870 -- time = 46020.0s / 93600.0s
iteration: 78 / 870 -- time = 46080.0s / 93600.0s
iteration: 79 / 870 -- time = 46140.0s / 93600.0s
iteration: 80 / 870 -- time = 46200.0s / 93600.0s
iteration: 81 / 870 -- time = 46260.0s / 93600.0s
iteration: 82 / 870 -- time = 46320.0s / 93600.0s
iteration: 83 / 870 -- time = 46380.0s / 93600.0s
iteration: 84 / 870 -- time = 46440.0s / 93600.0s
iteration: 85 / 870 -- time = 46500.0s / 93600.0s
iteration: 86 / 870 -- time = 46560.0s / 93600.0s
iteration: 87 / 870 -- time = 46620.0s / 93600.0s
iteration: 88 / 870 -- time = 46680.0s / 93600.0s
iteration: 89 / 870 -- time = 46740.0s / 93600.0s
iteration: 90 / 870 -- time = 46800.0s / 93600.0s
iteration: 91 / 870 -- time = 46860.0s / 93600.0s
iteration: 92 / 870 -- time = 46920.0s / 93600.0s
iteration: 93 / 870 -- time = 46980.0s / 93600.0s
iteration: 94 / 870 -- time = 47040.0s / 93600.0s
iteration: 95 / 870 -- time = 47100.0s / 93600.0s
iteration: 96 / 870 -- time = 47160.0s / 93600.0s
iteration: 97 / 870 -- time = 47220.0s / 93600.0s
iteration: 98 / 870 -- time = 47280.0s / 93600.0s
iteration: 99 / 870 -- time = 47340.0s / 93600.0s
iteration: 100 / 870 -- time = 47400.0s / 93600.0s
iteration: 101 / 870 -- time = 47460.0s / 93600.0s
iteration: 102 / 870 -- time = 47520.0s / 93600.0s
iteration: 103 / 870 -- time = 47580.0s / 93600.0s
iteration: 104 / 870 -- time = 47640.0s / 93600.0s
iteration: 105 / 870 -- time = 47700.0s / 93600.0s
iteration: 106 / 870 -- time = 47760.0s / 93600.0s
iteration: 107 / 870 -- time = 47820.0s / 93600.0s
iteration: 108 / 870 -- time = 47880.0s / 93600.0s
iteration: 109 / 870 -- time = 47940.0s / 93600.0s
iteration: 110 / 870 -- time = 48000.0s / 93600.0s
iteration: 111 / 870 -- time = 48060.0s / 93600.0s
iteration: 112 / 870 -- time = 48120.0s / 93600.0s
iteration: 113 / 870 -- time = 48180.0s / 93600.0s
iteration: 114 / 870 -- time = 48240.0s / 93600.0s
iteration: 115 / 870 -- time = 48300.0s / 93600.0s
iteration: 116 / 870 -- time = 48360.0s / 93600.0s
iteration: 117 / 870 -- time = 48420.0s / 93600.0s
iteration: 118 / 870 -- time = 48480.0s / 93600.0s
iteration: 119 / 870 -- time = 48540.0s / 93600.0s
iteration: 120 / 870 -- time = 48600.0s / 93600.0s
iteration: 121 / 870 -- time = 48660.0s / 93600.0s
iteration: 122 / 870 -- time = 48720.0s / 93600.0s
iteration: 123 / 870 -- time = 48780.0s / 93600.0s
iteration: 124 / 870 -- time = 48840.0s / 93600.0s
iteration: 125 / 870 -- time = 48900.0s / 93600.0s
iteration: 126 / 870 -- time = 48960.0s / 93600.0s
iteration: 127 / 870 -- time = 49020.0s / 93600.0s
iteration: 128 / 870 -- time = 49080.0s / 93600.0s
iteration: 129 / 870 -- time = 49140.0s / 93600.0s
iteration: 130 / 870 -- time = 49200.0s / 93600.0s
iteration: 131 / 870 -- time = 49260.0s / 93600.0s
iteration: 132 / 870 -- time = 49320.0s / 93600.0s
iteration: 133 / 870 -- time = 49380.0s / 93600.0s
iteration: 134 / 870 -- time = 49440.0s / 93600.0s
iteration: 135 / 870 -- time = 49500.0s / 93600.0s
iteration: 136 / 870 -- time = 49560.0s / 93600.0s
iteration: 137 / 870 -- time = 49620.0s / 93600.0s
iteration: 138 / 870 -- time = 49680.0s / 93600.0s
iteration: 139 / 870 -- time = 49740.0s / 93600.0s
iteration: 140 / 870 -- time = 49800.0s / 93600.0s
iteration: 141 / 870 -- time = 49860.0s / 93600.0s
iteration: 142 / 870 -- time = 49920.0s / 93600.0s
iteration: 143 / 870 -- time = 49980.0s / 93600.0s
iteration: 144 / 870 -- time = 50040.0s / 93600.0s
iteration: 145 / 870 -- time = 50100.0s / 93600.0s
iteration: 146 / 870 -- time = 50160.0s / 93600.0s
iteration: 147 / 870 -- time = 50220.0s / 93600.0s
iteration: 148 / 870 -- time = 50280.0s / 93600.0s
iteration: 149 / 870 -- time = 50340.0s / 93600.0s
iteration: 150 / 870 -- time = 50400.0s / 93600.0s
iteration: 151 / 870 -- time = 50460.0s / 93600.0s
iteration: 152 / 870 -- time = 50520.0s / 93600.0s
iteration: 153 / 870 -- time = 50580.0s / 93600.0s
iteration: 154 / 870 -- time = 50640.0s / 93600.0s
iteration: 155 / 870 -- time = 50700.0s / 93600.0s
iteration: 156 / 870 -- time = 50760.0s / 93600.0s
iteration: 157 / 870 -- time = 50820.0s / 93600.0s
iteration: 158 / 870 -- time = 50880.0s / 93600.0s
iteration: 159 / 870 -- time = 50940.0s / 93600.0s
iteration: 160 / 870 -- time = 51000.0s / 93600.0s
iteration: 161 / 870 -- time = 51060.0s / 93600.0s
iteration: 162 / 870 -- time = 51120.0s / 93600.0s
iteration: 163 / 870 -- time = 51180.0s / 93600.0s
iteration: 164 / 870 -- time = 51240.0s / 93600.0s
iteration: 165 / 870 -- time = 51300.0s / 93600.0s
iteration: 166 / 870 -- time = 51360.0s / 93600.0s
iteration: 167 / 870 -- time = 51420.0s / 93600.0s
iteration: 168 / 870 -- time = 51480.0s / 93600.0s
iteration: 169 / 870 -- time = 51540.0s / 93600.0s
iteration: 170 / 870 -- time = 51600.0s / 93600.0s
iteration: 171 / 870 -- time = 51660.0s / 93600.0s
iteration: 172 / 870 -- time = 51720.0s / 93600.0s
iteration: 173 / 870 -- time = 51780.0s / 93600.0s
iteration: 174 / 870 -- time = 51840.0s / 93600.0s
iteration: 175 / 870 -- time = 51900.0s / 93600.0s
iteration: 176 / 870 -- time = 51960.0s / 93600.0s
iteration: 177 / 870 -- time = 52020.0s / 93600.0s
iteration: 178 / 870 -- time = 52080.0s / 93600.0s
iteration: 179 / 870 -- time = 52140.0s / 93600.0s
iteration: 180 / 870 -- time = 52200.0s / 93600.0s
iteration: 181 / 870 -- time = 52260.0s / 93600.0s
iteration: 182 / 870 -- time = 52320.0s / 93600.0s
iteration: 183 / 870 -- time = 52380.0s / 93600.0s
iteration: 184 / 870 -- time = 52440.0s / 93600.0s
iteration: 185 / 870 -- time = 52500.0s / 93600.0s
iteration: 186 / 870 -- time = 52560.0s / 93600.0s
iteration: 187 / 870 -- time = 52620.0s / 93600.0s
iteration: 188 / 870 -- time = 52680.0s / 93600.0s
iteration: 189 / 870 -- time = 52740.0s / 93600.0s
iteration: 190 / 870 -- time = 52800.0s / 93600.0s
iteration: 191 / 870 -- time = 52860.0s / 93600.0s
iteration: 192 / 870 -- time = 52920.0s / 93600.0s
iteration: 193 / 870 -- time = 52980.0s / 93600.0s
iteration: 194 / 870 -- time = 53040.0s / 93600.0s
iteration: 195 / 870 -- time = 53100.0s / 93600.0s
iteration: 196 / 870 -- time = 53160.0s / 93600.0s
iteration: 197 / 870 -- time = 53220.0s / 93600.0s
iteration: 198 / 870 -- time = 53280.0s / 93600.0s
iteration: 199 / 870 -- time = 53340.0s / 93600.0s
iteration: 200 / 870 -- time = 53400.0s / 93600.0s
iteration: 201 / 870 -- time = 53460.0s / 93600.0s
iteration: 202 / 870 -- time = 53520.0s / 93600.0s
iteration: 203 / 870 -- time = 53580.0s / 93600.0s
iteration: 204 / 870 -- time = 53640.0s / 93600.0s
iteration: 205 / 870 -- time = 53700.0s / 93600.0s
iteration: 206 / 870 -- time = 53760.0s / 93600.0s
iteration: 207 / 870 -- time = 53820.0s / 93600.0s
iteration: 208 / 870 -- time = 53880.0s / 93600.0s
iteration: 209 / 870 -- time = 53940.0s / 93600.0s
iteration: 210 / 870 -- time = 54000.0s / 93600.0s
iteration: 211 / 870 -- time = 54060.0s / 93600.0s
iteration: 212 / 870 -- time = 54120.0s / 93600.0s
iteration: 213 / 870 -- time = 54180.0s / 93600.0s
iteration: 214 / 870 -- time = 54240.0s / 93600.0s
iteration: 215 / 870 -- time = 54300.0s / 93600.0s
iteration: 216 / 870 -- time = 54360.0s / 93600.0s
iteration: 217 / 870 -- time = 54420.0s / 93600.0s
iteration: 218 / 870 -- time = 54480.0s / 93600.0s
iteration: 219 / 870 -- time = 54540.0s / 93600.0s
iteration: 220 / 870 -- time = 54600.0s / 93600.0s
iteration: 221 / 870 -- time = 54660.0s / 93600.0s
iteration: 222 / 870 -- time = 54720.0s / 93600.0s
iteration: 223 / 870 -- time = 54780.0s / 93600.0s
iteration: 224 / 870 -- time = 54840.0s / 93600.0s
iteration: 225 / 870 -- time = 54900.0s / 93600.0s
iteration: 226 / 870 -- time = 54960.0s / 93600.0s
iteration: 227 / 870 -- time = 55020.0s / 93600.0s
iteration: 228 / 870 -- time = 55080.0s / 93600.0s
iteration: 229 / 870 -- time = 55140.0s / 93600.0s
iteration: 230 / 870 -- time = 55200.0s / 93600.0s
iteration: 231 / 870 -- time = 55260.0s / 93600.0s
iteration: 232 / 870 -- time = 55320.0s / 93600.0s
iteration: 233 / 870 -- time = 55380.0s / 93600.0s
iteration: 234 / 870 -- time = 55440.0s / 93600.0s
iteration: 235 / 870 -- time = 55500.0s / 93600.0s
iteration: 236 / 870 -- time = 55560.0s / 93600.0s
iteration: 237 / 870 -- time = 55620.0s / 93600.0s
iteration: 238 / 870 -- time = 55680.0s / 93600.0s
iteration: 239 / 870 -- time = 55740.0s / 93600.0s
iteration: 240 / 870 -- time = 55800.0s / 93600.0s
iteration: 241 / 870 -- time = 55860.0s / 93600.0s
iteration: 242 / 870 -- time = 55920.0s / 93600.0s
iteration: 243 / 870 -- time = 55980.0s / 93600.0s
iteration: 244 / 870 -- time = 56040.0s / 93600.0s
iteration: 245 / 870 -- time = 56100.0s / 93600.0s
iteration: 246 / 870 -- time = 56160.0s / 93600.0s
iteration: 247 / 870 -- time = 56220.0s / 93600.0s
iteration: 248 / 870 -- time = 56280.0s / 93600.0s
iteration: 249 / 870 -- time = 56340.0s / 93600.0s
iteration: 250 / 870 -- time = 56400.0s / 93600.0s
iteration: 251 / 870 -- time = 56460.0s / 93600.0s
iteration: 252 / 870 -- time = 56520.0s / 93600.0s
iteration: 253 / 870 -- time = 56580.0s / 93600.0s
iteration: 254 / 870 -- time = 56640.0s / 93600.0s
iteration: 255 / 870 -- time = 56700.0s / 93600.0s
iteration: 256 / 870 -- time = 56760.0s / 93600.0s
iteration: 257 / 870 -- time = 56820.0s / 93600.0s
iteration: 258 / 870 -- time = 56880.0s / 93600.0s
iteration: 259 / 870 -- time = 56940.0s / 93600.0s
iteration: 260 / 870 -- time = 57000.0s / 93600.0s
iteration: 261 / 870 -- time = 57060.0s / 93600.0s
iteration: 262 / 870 -- time = 57120.0s / 93600.0s
iteration: 263 / 870 -- time = 57180.0s / 93600.0s
iteration: 264 / 870 -- time = 57240.0s / 93600.0s
iteration: 265 / 870 -- time = 57300.0s / 93600.0s
iteration: 266 / 870 -- time = 57360.0s / 93600.0s
iteration: 267 / 870 -- time = 57420.0s / 93600.0s
iteration: 268 / 870 -- time = 57480.0s / 93600.0s
iteration: 269 / 870 -- time = 57540.0s / 93600.0s
iteration: 270 / 870 -- time = 57600.0s / 93600.0s
iteration: 271 / 870 -- time = 57660.0s / 93600.0s
iteration: 272 / 870 -- time = 57720.0s / 93600.0s
iteration: 273 / 870 -- time = 57780.0s / 93600.0s
iteration: 274 / 870 -- time = 57840.0s / 93600.0s
iteration: 275 / 870 -- time = 57900.0s / 93600.0s
iteration: 276 / 870 -- time = 57960.0s / 93600.0s
iteration: 277 / 870 -- time = 58020.0s / 93600.0s
iteration: 278 / 870 -- time = 58080.0s / 93600.0s
iteration: 279 / 870 -- time = 58140.0s / 93600.0s
iteration: 280 / 870 -- time = 58200.0s / 93600.0s
iteration: 281 / 870 -- time = 58260.0s / 93600.0s
iteration: 282 / 870 -- time = 58320.0s / 93600.0s
iteration: 283 / 870 -- time = 58380.0s / 93600.0s
iteration: 284 / 870 -- time = 58440.0s / 93600.0s
iteration: 285 / 870 -- time = 58500.0s / 93600.0s
iteration: 286 / 870 -- time = 58560.0s / 93600.0s
iteration: 287 / 870 -- time = 58620.0s / 93600.0s
iteration: 288 / 870 -- time = 58680.0s / 93600.0s
iteration: 289 / 870 -- time = 58740.0s / 93600.0s
iteration: 290 / 870 -- time = 58800.0s / 93600.0s
iteration: 291 / 870 -- time = 58860.0s / 93600.0s
iteration: 292 / 870 -- time = 58920.0s / 93600.0s
iteration: 293 / 870 -- time = 58980.0s / 93600.0s
iteration: 294 / 870 -- time = 59040.0s / 93600.0s
iteration: 295 / 870 -- time = 59100.0s / 93600.0s
iteration: 296 / 870 -- time = 59160.0s / 93600.0s
iteration: 297 / 870 -- time = 59220.0s / 93600.0s
iteration: 298 / 870 -- time = 59280.0s / 93600.0s
iteration: 299 / 870 -- time = 59340.0s / 93600.0s
iteration: 300 / 870 -- time = 59400.0s / 93600.0s
iteration: 301 / 870 -- time = 59460.0s / 93600.0s
iteration: 302 / 870 -- time = 59520.0s / 93600.0s
iteration: 303 / 870 -- time = 59580.0s / 93600.0s
iteration: 304 / 870 -- time = 59640.0s / 93600.0s
iteration: 305 / 870 -- time = 59700.0s / 93600.0s
iteration: 306 / 870 -- time = 59760.0s / 93600.0s
iteration: 307 / 870 -- time = 59820.0s / 93600.0s
iteration: 308 / 870 -- time = 59880.0s / 93600.0s
iteration: 309 / 870 -- time = 59940.0s / 93600.0s
iteration: 310 / 870 -- time = 60000.0s / 93600.0s
iteration: 311 / 870 -- time = 60060.0s / 93600.0s
iteration: 312 / 870 -- time = 60120.0s / 93600.0s
iteration: 313 / 870 -- time = 60180.0s / 93600.0s
iteration: 314 / 870 -- time = 60240.0s / 93600.0s
iteration: 315 / 870 -- time = 60300.0s / 93600.0s
iteration: 316 / 870 -- time = 60360.0s / 93600.0s
iteration: 317 / 870 -- time = 60420.0s / 93600.0s
iteration: 318 / 870 -- time = 60480.0s / 93600.0s
iteration: 319 / 870 -- time = 60540.0s / 93600.0s
iteration: 320 / 870 -- time = 60600.0s / 93600.0s
iteration: 321 / 870 -- time = 60660.0s / 93600.0s
iteration: 322 / 870 -- time = 60720.0s / 93600.0s
iteration: 323 / 870 -- time = 60780.0s / 93600.0s
iteration: 324 / 870 -- time = 60840.0s / 93600.0s
iteration: 325 / 870 -- time = 60900.0s / 93600.0s
iteration: 326 / 870 -- time = 60960.0s / 93600.0s
iteration: 327 / 870 -- time = 61020.0s / 93600.0s
iteration: 328 / 870 -- time = 61080.0s / 93600.0s
iteration: 329 / 870 -- time = 61140.0s / 93600.0s
iteration: 330 / 870 -- time = 61200.0s / 93600.0s
iteration: 331 / 870 -- time = 61260.0s / 93600.0s
iteration: 332 / 870 -- time = 61320.0s / 93600.0s
iteration: 333 / 870 -- time = 61380.0s / 93600.0s
iteration: 334 / 870 -- time = 61440.0s / 93600.0s
iteration: 335 / 870 -- time = 61500.0s / 93600.0s
iteration: 336 / 870 -- time = 61560.0s / 93600.0s
iteration: 337 / 870 -- time = 61620.0s / 93600.0s
iteration: 338 / 870 -- time = 61680.0s / 93600.0s
iteration: 339 / 870 -- time = 61740.0s / 93600.0s
iteration: 340 / 870 -- time = 61800.0s / 93600.0s
iteration: 341 / 870 -- time = 61860.0s / 93600.0s
iteration: 342 / 870 -- time = 61920.0s / 93600.0s
iteration: 343 / 870 -- time = 61980.0s / 93600.0s
iteration: 344 / 870 -- time = 62040.0s / 93600.0s
iteration: 345 / 870 -- time = 62100.0s / 93600.0s
iteration: 346 / 870 -- time = 62160.0s / 93600.0s
iteration: 347 / 870 -- time = 62220.0s / 93600.0s
iteration: 348 / 870 -- time = 62280.0s / 93600.0s
iteration: 349 / 870 -- time = 62340.0s / 93600.0s
iteration: 350 / 870 -- time = 62400.0s / 93600.0s
iteration: 351 / 870 -- time = 62460.0s / 93600.0s
iteration: 352 / 870 -- time = 62520.0s / 93600.0s
iteration: 353 / 870 -- time = 62580.0s / 93600.0s
iteration: 354 / 870 -- time = 62640.0s / 93600.0s
iteration: 355 / 870 -- time = 62700.0s / 93600.0s
iteration: 356 / 870 -- time = 62760.0s / 93600.0s
iteration: 357 / 870 -- time = 62820.0s / 93600.0s
iteration: 358 / 870 -- time = 62880.0s / 93600.0s
iteration: 359 / 870 -- time = 62940.0s / 93600.0s
iteration: 360 / 870 -- time = 63000.0s / 93600.0s
iteration: 361 / 870 -- time = 63060.0s / 93600.0s
iteration: 362 / 870 -- time = 63120.0s / 93600.0s
iteration: 363 / 870 -- time = 63180.0s / 93600.0s
iteration: 364 / 870 -- time = 63240.0s / 93600.0s
iteration: 365 / 870 -- time = 63300.0s / 93600.0s
iteration: 366 / 870 -- time = 63360.0s / 93600.0s
iteration: 367 / 870 -- time = 63420.0s / 93600.0s
iteration: 368 / 870 -- time = 63480.0s / 93600.0s
iteration: 369 / 870 -- time = 63540.0s / 93600.0s
iteration: 370 / 870 -- time = 63600.0s / 93600.0s
iteration: 371 / 870 -- time = 63660.0s / 93600.0s
iteration: 372 / 870 -- time = 63720.0s / 93600.0s
iteration: 373 / 870 -- time = 63780.0s / 93600.0s
iteration: 374 / 870 -- time = 63840.0s / 93600.0s
iteration: 375 / 870 -- time = 63900.0s / 93600.0s
iteration: 376 / 870 -- time = 63960.0s / 93600.0s
iteration: 377 / 870 -- time = 64020.0s / 93600.0s
iteration: 378 / 870 -- time = 64080.0s / 93600.0s
iteration: 379 / 870 -- time = 64140.0s / 93600.0s
iteration: 380 / 870 -- time = 64200.0s / 93600.0s
iteration: 381 / 870 -- time = 64260.0s / 93600.0s
iteration: 382 / 870 -- time = 64320.0s / 93600.0s
iteration: 383 / 870 -- time = 64380.0s / 93600.0s
iteration: 384 / 870 -- time = 64440.0s / 93600.0s
iteration: 385 / 870 -- time = 64500.0s / 93600.0s
iteration: 386 / 870 -- time = 64560.0s / 93600.0s
iteration: 387 / 870 -- time = 64620.0s / 93600.0s
iteration: 388 / 870 -- time = 64680.0s / 93600.0s
iteration: 389 / 870 -- time = 64740.0s / 93600.0s
iteration: 390 / 870 -- time = 64800.0s / 93600.0s
iteration: 391 / 870 -- time = 64860.0s / 93600.0s
iteration: 392 / 870 -- time = 64920.0s / 93600.0s
iteration: 393 / 870 -- time = 64980.0s / 93600.0s
iteration: 394 / 870 -- time = 65040.0s / 93600.0s
iteration: 395 / 870 -- time = 65100.0s / 93600.0s
iteration: 396 / 870 -- time = 65160.0s / 93600.0s
iteration: 397 / 870 -- time = 65220.0s / 93600.0s
iteration: 398 / 870 -- time = 65280.0s / 93600.0s
iteration: 399 / 870 -- time = 65340.0s / 93600.0s
iteration: 400 / 870 -- time = 65400.0s / 93600.0s
iteration: 401 / 870 -- time = 65460.0s / 93600.0s
iteration: 402 / 870 -- time = 65520.0s / 93600.0s
iteration: 403 / 870 -- time = 65580.0s / 93600.0s
iteration: 404 / 870 -- time = 65640.0s / 93600.0s
iteration: 405 / 870 -- time = 65700.0s / 93600.0s
iteration: 406 / 870 -- time = 65760.0s / 93600.0s
iteration: 407 / 870 -- time = 65820.0s / 93600.0s
iteration: 408 / 870 -- time = 65880.0s / 93600.0s
iteration: 409 / 870 -- time = 65940.0s / 93600.0s
iteration: 410 / 870 -- time = 66000.0s / 93600.0s
iteration: 411 / 870 -- time = 66060.0s / 93600.0s
iteration: 412 / 870 -- time = 66120.0s / 93600.0s
iteration: 413 / 870 -- time = 66180.0s / 93600.0s
iteration: 414 / 870 -- time = 66240.0s / 93600.0s
iteration: 415 / 870 -- time = 66300.0s / 93600.0s
iteration: 416 / 870 -- time = 66360.0s / 93600.0s
iteration: 417 / 870 -- time = 66420.0s / 93600.0s
iteration: 418 / 870 -- time = 66480.0s / 93600.0s
iteration: 419 / 870 -- time = 66540.0s / 93600.0s
iteration: 420 / 870 -- time = 66600.0s / 93600.0s
iteration: 421 / 870 -- time = 66660.0s / 93600.0s
iteration: 422 / 870 -- time = 66720.0s / 93600.0s
iteration: 423 / 870 -- time = 66780.0s / 93600.0s
iteration: 424 / 870 -- time = 66840.0s / 93600.0s
iteration: 425 / 870 -- time = 66900.0s / 93600.0s
iteration: 426 / 870 -- time = 66960.0s / 93600.0s
iteration: 427 / 870 -- time = 67020.0s / 93600.0s
iteration: 428 / 870 -- time = 67080.0s / 93600.0s
iteration: 429 / 870 -- time = 67140.0s / 93600.0s
iteration: 430 / 870 -- time = 67200.0s / 93600.0s
iteration: 431 / 870 -- time = 67260.0s / 93600.0s
iteration: 432 / 870 -- time = 67320.0s / 93600.0s
iteration: 433 / 870 -- time = 67380.0s / 93600.0s
iteration: 434 / 870 -- time = 67440.0s / 93600.0s
iteration: 435 / 870 -- time = 67500.0s / 93600.0s
iteration: 436 / 870 -- time = 67560.0s / 93600.0s
iteration: 437 / 870 -- time = 67620.0s / 93600.0s
iteration: 438 / 870 -- time = 67680.0s / 93600.0s
iteration: 439 / 870 -- time = 67740.0s / 93600.0s
iteration: 440 / 870 -- time = 67800.0s / 93600.0s
iteration: 441 / 870 -- time = 67860.0s / 93600.0s
iteration: 442 / 870 -- time = 67920.0s / 93600.0s
iteration: 443 / 870 -- time = 67980.0s / 93600.0s
iteration: 444 / 870 -- time = 68040.0s / 93600.0s
iteration: 445 / 870 -- time = 68100.0s / 93600.0s
iteration: 446 / 870 -- time = 68160.0s / 93600.0s
iteration: 447 / 870 -- time = 68220.0s / 93600.0s
iteration: 448 / 870 -- time = 68280.0s / 93600.0s
iteration: 449 / 870 -- time = 68340.0s / 93600.0s
iteration: 450 / 870 -- time = 68400.0s / 93600.0s
iteration: 451 / 870 -- time = 68460.0s / 93600.0s
iteration: 452 / 870 -- time = 68520.0s / 93600.0s
iteration: 453 / 870 -- time = 68580.0s / 93600.0s
iteration: 454 / 870 -- time = 68640.0s / 93600.0s
iteration: 455 / 870 -- time = 68700.0s / 93600.0s
iteration: 456 / 870 -- time = 68760.0s / 93600.0s
iteration: 457 / 870 -- time = 68820.0s / 93600.0s
iteration: 458 / 870 -- time = 68880.0s / 93600.0s
iteration: 459 / 870 -- time = 68940.0s / 93600.0s
iteration: 460 / 870 -- time = 69000.0s / 93600.0s
iteration: 461 / 870 -- time = 69060.0s / 93600.0s
iteration: 462 / 870 -- time = 69120.0s / 93600.0s
iteration: 463 / 870 -- time = 69180.0s / 93600.0s
iteration: 464 / 870 -- time = 69240.0s / 93600.0s
iteration: 465 / 870 -- time = 69300.0s / 93600.0s
iteration: 466 / 870 -- time = 69360.0s / 93600.0s
iteration: 467 / 870 -- time = 69420.0s / 93600.0s
iteration: 468 / 870 -- time = 69480.0s / 93600.0s
iteration: 469 / 870 -- time = 69540.0s / 93600.0s
iteration: 470 / 870 -- time = 69600.0s / 93600.0s
iteration: 471 / 870 -- time = 69660.0s / 93600.0s
iteration: 472 / 870 -- time = 69720.0s / 93600.0s
iteration: 473 / 870 -- time = 69780.0s / 93600.0s
iteration: 474 / 870 -- time = 69840.0s / 93600.0s
iteration: 475 / 870 -- time = 69900.0s / 93600.0s
iteration: 476 / 870 -- time = 69960.0s / 93600.0s
iteration: 477 / 870 -- time = 70020.0s / 93600.0s
iteration: 478 / 870 -- time = 70080.0s / 93600.0s
iteration: 479 / 870 -- time = 70140.0s / 93600.0s
iteration: 480 / 870 -- time = 70200.0s / 93600.0s
iteration: 481 / 870 -- time = 70260.0s / 93600.0s
iteration: 482 / 870 -- time = 70320.0s / 93600.0s
iteration: 483 / 870 -- time = 70380.0s / 93600.0s
iteration: 484 / 870 -- time = 70440.0s / 93600.0s
iteration: 485 / 870 -- time = 70500.0s / 93600.0s
iteration: 486 / 870 -- time = 70560.0s / 93600.0s
iteration: 487 / 870 -- time = 70620.0s / 93600.0s
iteration: 488 / 870 -- time = 70680.0s / 93600.0s
iteration: 489 / 870 -- time = 70740.0s / 93600.0s
iteration: 490 / 870 -- time = 70800.0s / 93600.0s
iteration: 491 / 870 -- time = 70860.0s / 93600.0s
iteration: 492 / 870 -- time = 70920.0s / 93600.0s
iteration: 493 / 870 -- time = 70980.0s / 93600.0s
iteration: 494 / 870 -- time = 71040.0s / 93600.0s
iteration: 495 / 870 -- time = 71100.0s / 93600.0s
iteration: 496 / 870 -- time = 71160.0s / 93600.0s
iteration: 497 / 870 -- time = 71220.0s / 93600.0s
iteration: 498 / 870 -- time = 71280.0s / 93600.0s
iteration: 499 / 870 -- time = 71340.0s / 93600.0s
iteration: 500 / 870 -- time = 71400.0s / 93600.0s
iteration: 501 / 870 -- time = 71460.0s / 93600.0s
iteration: 502 / 870 -- time = 71520.0s / 93600.0s
iteration: 503 / 870 -- time = 71580.0s / 93600.0s
iteration: 504 / 870 -- time = 71640.0s / 93600.0s
iteration: 505 / 870 -- time = 71700.0s / 93600.0s
iteration: 506 / 870 -- time = 71760.0s / 93600.0s
iteration: 507 / 870 -- time = 71820.0s / 93600.0s
iteration: 508 / 870 -- time = 71880.0s / 93600.0s
iteration: 509 / 870 -- time = 71940.0s / 93600.0s
iteration: 510 / 870 -- time = 72000.0s / 93600.0s
iteration: 511 / 870 -- time = 72060.0s / 93600.0s
iteration: 512 / 870 -- time = 72120.0s / 93600.0s
iteration: 513 / 870 -- time = 72180.0s / 93600.0s
iteration: 514 / 870 -- time = 72240.0s / 93600.0s
iteration: 515 / 870 -- time = 72300.0s / 93600.0s
iteration: 516 / 870 -- time = 72360.0s / 93600.0s
iteration: 517 / 870 -- time = 72420.0s / 93600.0s
iteration: 518 / 870 -- time = 72480.0s / 93600.0s
iteration: 519 / 870 -- time = 72540.0s / 93600.0s
iteration: 520 / 870 -- time = 72600.0s / 93600.0s
iteration: 521 / 870 -- time = 72660.0s / 93600.0s
iteration: 522 / 870 -- time = 72720.0s / 93600.0s
iteration: 523 / 870 -- time = 72780.0s / 93600.0s
iteration: 524 / 870 -- time = 72840.0s / 93600.0s
iteration: 525 / 870 -- time = 72900.0s / 93600.0s
iteration: 526 / 870 -- time = 72960.0s / 93600.0s
iteration: 527 / 870 -- time = 73020.0s / 93600.0s
iteration: 528 / 870 -- time = 73080.0s / 93600.0s
iteration: 529 / 870 -- time = 73140.0s / 93600.0s
iteration: 530 / 870 -- time = 73200.0s / 93600.0s
iteration: 531 / 870 -- time = 73260.0s / 93600.0s
iteration: 532 / 870 -- time = 73320.0s / 93600.0s
iteration: 533 / 870 -- time = 73380.0s / 93600.0s
iteration: 534 / 870 -- time = 73440.0s / 93600.0s
iteration: 535 / 870 -- time = 73500.0s / 93600.0s
iteration: 536 / 870 -- time = 73560.0s / 93600.0s
iteration: 537 / 870 -- time = 73620.0s / 93600.0s
iteration: 538 / 870 -- time = 73680.0s / 93600.0s
iteration: 539 / 870 -- time = 73740.0s / 93600.0s
iteration: 540 / 870 -- time = 73800.0s / 93600.0s
iteration: 541 / 870 -- time = 73860.0s / 93600.0s
iteration: 542 / 870 -- time = 73920.0s / 93600.0s
iteration: 543 / 870 -- time = 73980.0s / 93600.0s
iteration: 544 / 870 -- time = 74040.0s / 93600.0s
iteration: 545 / 870 -- time = 74100.0s / 93600.0s
iteration: 546 / 870 -- time = 74160.0s / 93600.0s
iteration: 547 / 870 -- time = 74220.0s / 93600.0s
iteration: 548 / 870 -- time = 74280.0s / 93600.0s
iteration: 549 / 870 -- time = 74340.0s / 93600.0s
iteration: 550 / 870 -- time = 74400.0s / 93600.0s
iteration: 551 / 870 -- time = 74460.0s / 93600.0s
iteration: 552 / 870 -- time = 74520.0s / 93600.0s
iteration: 553 / 870 -- time = 74580.0s / 93600.0s
iteration: 554 / 870 -- time = 74640.0s / 93600.0s
iteration: 555 / 870 -- time = 74700.0s / 93600.0s
iteration: 556 / 870 -- time = 74760.0s / 93600.0s
iteration: 557 / 870 -- time = 74820.0s / 93600.0s
iteration: 558 / 870 -- time = 74880.0s / 93600.0s
iteration: 559 / 870 -- time = 74940.0s / 93600.0s
iteration: 560 / 870 -- time = 75000.0s / 93600.0s
iteration: 561 / 870 -- time = 75060.0s / 93600.0s
iteration: 562 / 870 -- time = 75120.0s / 93600.0s
iteration: 563 / 870 -- time = 75180.0s / 93600.0s
iteration: 564 / 870 -- time = 75240.0s / 93600.0s
iteration: 565 / 870 -- time = 75300.0s / 93600.0s
iteration: 566 / 870 -- time = 75360.0s / 93600.0s
iteration: 567 / 870 -- time = 75420.0s / 93600.0s
iteration: 568 / 870 -- time = 75480.0s / 93600.0s
iteration: 569 / 870 -- time = 75540.0s / 93600.0s
iteration: 570 / 870 -- time = 75600.0s / 93600.0s
iteration: 571 / 870 -- time = 75660.0s / 93600.0s
iteration: 572 / 870 -- time = 75720.0s / 93600.0s
iteration: 573 / 870 -- time = 75780.0s / 93600.0s
iteration: 574 / 870 -- time = 75840.0s / 93600.0s
iteration: 575 / 870 -- time = 75900.0s / 93600.0s
iteration: 576 / 870 -- time = 75960.0s / 93600.0s
iteration: 577 / 870 -- time = 76020.0s / 93600.0s
iteration: 578 / 870 -- time = 76080.0s / 93600.0s
iteration: 579 / 870 -- time = 76140.0s / 93600.0s
iteration: 580 / 870 -- time = 76200.0s / 93600.0s
iteration: 581 / 870 -- time = 76260.0s / 93600.0s
iteration: 582 / 870 -- time = 76320.0s / 93600.0s
iteration: 583 / 870 -- time = 76380.0s / 93600.0s
iteration: 584 / 870 -- time = 76440.0s / 93600.0s
iteration: 585 / 870 -- time = 76500.0s / 93600.0s
iteration: 586 / 870 -- time = 76560.0s / 93600.0s
iteration: 587 / 870 -- time = 76620.0s / 93600.0s
iteration: 588 / 870 -- time = 76680.0s / 93600.0s
iteration: 589 / 870 -- time = 76740.0s / 93600.0s
iteration: 590 / 870 -- time = 76800.0s / 93600.0s
iteration: 591 / 870 -- time = 76860.0s / 93600.0s
iteration: 592 / 870 -- time = 76920.0s / 93600.0s
iteration: 593 / 870 -- time = 76980.0s / 93600.0s
iteration: 594 / 870 -- time = 77040.0s / 93600.0s
iteration: 595 / 870 -- time = 77100.0s / 93600.0s
iteration: 596 / 870 -- time = 77160.0s / 93600.0s
iteration: 597 / 870 -- time = 77220.0s / 93600.0s
iteration: 598 / 870 -- time = 77280.0s / 93600.0s
iteration: 599 / 870 -- time = 77340.0s / 93600.0s
iteration: 600 / 870 -- time = 77400.0s / 93600.0s
iteration: 601 / 870 -- time = 77460.0s / 93600.0s
iteration: 602 / 870 -- time = 77520.0s / 93600.0s
iteration: 603 / 870 -- time = 77580.0s / 93600.0s
iteration: 604 / 870 -- time = 77640.0s / 93600.0s
iteration: 605 / 870 -- time = 77700.0s / 93600.0s
iteration: 606 / 870 -- time = 77760.0s / 93600.0s
iteration: 607 / 870 -- time = 77820.0s / 93600.0s
iteration: 608 / 870 -- time = 77880.0s / 93600.0s
iteration: 609 / 870 -- time = 77940.0s / 93600.0s
iteration: 610 / 870 -- time = 78000.0s / 93600.0s
iteration: 611 / 870 -- time = 78060.0s / 93600.0s
iteration: 612 / 870 -- time = 78120.0s / 93600.0s
iteration: 613 / 870 -- time = 78180.0s / 93600.0s
iteration: 614 / 870 -- time = 78240.0s / 93600.0s
iteration: 615 / 870 -- time = 78300.0s / 93600.0s
iteration: 616 / 870 -- time = 78360.0s / 93600.0s
iteration: 617 / 870 -- time = 78420.0s / 93600.0s
iteration: 618 / 870 -- time = 78480.0s / 93600.0s
iteration: 619 / 870 -- time = 78540.0s / 93600.0s
iteration: 620 / 870 -- time = 78600.0s / 93600.0s
iteration: 621 / 870 -- time = 78660.0s / 93600.0s
iteration: 622 / 870 -- time = 78720.0s / 93600.0s
iteration: 623 / 870 -- time = 78780.0s / 93600.0s
iteration: 624 / 870 -- time = 78840.0s / 93600.0s
iteration: 625 / 870 -- time = 78900.0s / 93600.0s
iteration: 626 / 870 -- time = 78960.0s / 93600.0s
iteration: 627 / 870 -- time = 79020.0s / 93600.0s
iteration: 628 / 870 -- time = 79080.0s / 93600.0s
iteration: 629 / 870 -- time = 79140.0s / 93600.0s
iteration: 630 / 870 -- time = 79200.0s / 93600.0s
iteration: 631 / 870 -- time = 79260.0s / 93600.0s
iteration: 632 / 870 -- time = 79320.0s / 93600.0s
iteration: 633 / 870 -- time = 79380.0s / 93600.0s
iteration: 634 / 870 -- time = 79440.0s / 93600.0s
iteration: 635 / 870 -- time = 79500.0s / 93600.0s
iteration: 636 / 870 -- time = 79560.0s / 93600.0s
iteration: 637 / 870 -- time = 79620.0s / 93600.0s
iteration: 638 / 870 -- time = 79680.0s / 93600.0s
iteration: 639 / 870 -- time = 79740.0s / 93600.0s
iteration: 640 / 870 -- time = 79800.0s / 93600.0s
iteration: 641 / 870 -- time = 79860.0s / 93600.0s
iteration: 642 / 870 -- time = 79920.0s / 93600.0s
iteration: 643 / 870 -- time = 79980.0s / 93600.0s
iteration: 644 / 870 -- time = 80040.0s / 93600.0s
iteration: 645 / 870 -- time = 80100.0s / 93600.0s
iteration: 646 / 870 -- time = 80160.0s / 93600.0s
iteration: 647 / 870 -- time = 80220.0s / 93600.0s
iteration: 648 / 870 -- time = 80280.0s / 93600.0s
iteration: 649 / 870 -- time = 80340.0s / 93600.0s
iteration: 650 / 870 -- time = 80400.0s / 93600.0s
iteration: 651 / 870 -- time = 80460.0s / 93600.0s
iteration: 652 / 870 -- time = 80520.0s / 93600.0s
iteration: 653 / 870 -- time = 80580.0s / 93600.0s
iteration: 654 / 870 -- time = 80640.0s / 93600.0s
iteration: 655 / 870 -- time = 80700.0s / 93600.0s
iteration: 656 / 870 -- time = 80760.0s / 93600.0s
iteration: 657 / 870 -- time = 80820.0s / 93600.0s
iteration: 658 / 870 -- time = 80880.0s / 93600.0s
iteration: 659 / 870 -- time = 80940.0s / 93600.0s
iteration: 660 / 870 -- time = 81000.0s / 93600.0s
iteration: 661 / 870 -- time = 81060.0s / 93600.0s
iteration: 662 / 870 -- time = 81120.0s / 93600.0s
iteration: 663 / 870 -- time = 81180.0s / 93600.0s
iteration: 664 / 870 -- time = 81240.0s / 93600.0s
iteration: 665 / 870 -- time = 81300.0s / 93600.0s
iteration: 666 / 870 -- time = 81360.0s / 93600.0s
iteration: 667 / 870 -- time = 81420.0s / 93600.0s
iteration: 668 / 870 -- time = 81480.0s / 93600.0s
iteration: 669 / 870 -- time = 81540.0s / 93600.0s
iteration: 670 / 870 -- time = 81600.0s / 93600.0s
iteration: 671 / 870 -- time = 81660.0s / 93600.0s
iteration: 672 / 870 -- time = 81720.0s / 93600.0s
iteration: 673 / 870 -- time = 81780.0s / 93600.0s
iteration: 674 / 870 -- time = 81840.0s / 93600.0s
iteration: 675 / 870 -- time = 81900.0s / 93600.0s
iteration: 676 / 870 -- time = 81960.0s / 93600.0s
iteration: 677 / 870 -- time = 82020.0s / 93600.0s
iteration: 678 / 870 -- time = 82080.0s / 93600.0s
iteration: 679 / 870 -- time = 82140.0s / 93600.0s
iteration: 680 / 870 -- time = 82200.0s / 93600.0s
iteration: 681 / 870 -- time = 82260.0s / 93600.0s
iteration: 682 / 870 -- time = 82320.0s / 93600.0s
iteration: 683 / 870 -- time = 82380.0s / 93600.0s
iteration: 684 / 870 -- time = 82440.0s / 93600.0s
iteration: 685 / 870 -- time = 82500.0s / 93600.0s
iteration: 686 / 870 -- time = 82560.0s / 93600.0s
iteration: 687 / 870 -- time = 82620.0s / 93600.0s
iteration: 688 / 870 -- time = 82680.0s / 93600.0s
iteration: 689 / 870 -- time = 82740.0s / 93600.0s
iteration: 690 / 870 -- time = 82800.0s / 93600.0s
iteration: 691 / 870 -- time = 82860.0s / 93600.0s
iteration: 692 / 870 -- time = 82920.0s / 93600.0s
iteration: 693 / 870 -- time = 82980.0s / 93600.0s
iteration: 694 / 870 -- time = 83040.0s / 93600.0s
iteration: 695 / 870 -- time = 83100.0s / 93600.0s
iteration: 696 / 870 -- time = 83160.0s / 93600.0s
iteration: 697 / 870 -- time = 83220.0s / 93600.0s
iteration: 698 / 870 -- time = 83280.0s / 93600.0s
iteration: 699 / 870 -- time = 83340.0s / 93600.0s
iteration: 700 / 870 -- time = 83400.0s / 93600.0s
iteration: 701 / 870 -- time = 83460.0s / 93600.0s
iteration: 702 / 870 -- time = 83520.0s / 93600.0s
iteration: 703 / 870 -- time = 83580.0s / 93600.0s
iteration: 704 / 870 -- time = 83640.0s / 93600.0s
iteration: 705 / 870 -- time = 83700.0s / 93600.0s
iteration: 706 / 870 -- time = 83760.0s / 93600.0s
iteration: 707 / 870 -- time = 83820.0s / 93600.0s
iteration: 708 / 870 -- time = 83880.0s / 93600.0s
iteration: 709 / 870 -- time = 83940.0s / 93600.0s
iteration: 710 / 870 -- time = 84000.0s / 93600.0s
iteration: 711 / 870 -- time = 84060.0s / 93600.0s
iteration: 712 / 870 -- time = 84120.0s / 93600.0s
iteration: 713 / 870 -- time = 84180.0s / 93600.0s
iteration: 714 / 870 -- time = 84240.0s / 93600.0s
iteration: 715 / 870 -- time = 84300.0s / 93600.0s
iteration: 716 / 870 -- time = 84360.0s / 93600.0s
iteration: 717 / 870 -- time = 84420.0s / 93600.0s
iteration: 718 / 870 -- time = 84480.0s / 93600.0s
iteration: 719 / 870 -- time = 84540.0s / 93600.0s
iteration: 720 / 870 -- time = 84600.0s / 93600.0s
iteration: 721 / 870 -- time = 84660.0s / 93600.0s
iteration: 722 / 870 -- time = 84720.0s / 93600.0s
iteration: 723 / 870 -- time = 84780.0s / 93600.0s
iteration: 724 / 870 -- time = 84840.0s / 93600.0s
iteration: 725 / 870 -- time = 84900.0s / 93600.0s
iteration: 726 / 870 -- time = 84960.0s / 93600.0s
iteration: 727 / 870 -- time = 85020.0s / 93600.0s
iteration: 728 / 870 -- time = 85080.0s / 93600.0s
iteration: 729 / 870 -- time = 85140.0s / 93600.0s
iteration: 730 / 870 -- time = 85200.0s / 93600.0s
iteration: 731 / 870 -- time = 85260.0s / 93600.0s
iteration: 732 / 870 -- time = 85320.0s / 93600.0s
iteration: 733 / 870 -- time = 85380.0s / 93600.0s
iteration: 734 / 870 -- time = 85440.0s / 93600.0s
iteration: 735 / 870 -- time = 85500.0s / 93600.0s
iteration: 736 / 870 -- time = 85560.0s / 93600.0s
iteration: 737 / 870 -- time = 85620.0s / 93600.0s
iteration: 738 / 870 -- time = 85680.0s / 93600.0s
iteration: 739 / 870 -- time = 85740.0s / 93600.0s
iteration: 740 / 870 -- time = 85800.0s / 93600.0s
iteration: 741 / 870 -- time = 85860.0s / 93600.0s
iteration: 742 / 870 -- time = 85920.0s / 93600.0s
iteration: 743 / 870 -- time = 85980.0s / 93600.0s
iteration: 744 / 870 -- time = 86040.0s / 93600.0s
iteration: 745 / 870 -- time = 86100.0s / 93600.0s
iteration: 746 / 870 -- time = 86160.0s / 93600.0s
iteration: 747 / 870 -- time = 86220.0s / 93600.0s
iteration: 748 / 870 -- time = 86280.0s / 93600.0s
iteration: 749 / 870 -- time = 86340.0s / 93600.0s
iteration: 750 / 870 -- time = 86400.0s / 93600.0s
iteration: 751 / 870 -- time = 86460.0s / 93600.0s
iteration: 752 / 870 -- time = 86520.0s / 93600.0s
iteration: 753 / 870 -- time = 86580.0s / 93600.0s
iteration: 754 / 870 -- time = 86640.0s / 93600.0s
iteration: 755 / 870 -- time = 86700.0s / 93600.0s
iteration: 756 / 870 -- time = 86760.0s / 93600.0s
iteration: 757 / 870 -- time = 86820.0s / 93600.0s
iteration: 758 / 870 -- time = 86880.0s / 93600.0s
iteration: 759 / 870 -- time = 86940.0s / 93600.0s
iteration: 760 / 870 -- time = 87000.0s / 93600.0s
iteration: 761 / 870 -- time = 87060.0s / 93600.0s
iteration: 762 / 870 -- time = 87120.0s / 93600.0s
iteration: 763 / 870 -- time = 87180.0s / 93600.0s
iteration: 764 / 870 -- time = 87240.0s / 93600.0s
iteration: 765 / 870 -- time = 87300.0s / 93600.0s
iteration: 766 / 870 -- time = 87360.0s / 93600.0s
iteration: 767 / 870 -- time = 87420.0s / 93600.0s
iteration: 768 / 870 -- time = 87480.0s / 93600.0s
iteration: 769 / 870 -- time = 87540.0s / 93600.0s
iteration: 770 / 870 -- time = 87600.0s / 93600.0s
iteration: 771 / 870 -- time = 87660.0s / 93600.0s
iteration: 772 / 870 -- time = 87720.0s / 93600.0s
iteration: 773 / 870 -- time = 87780.0s / 93600.0s
iteration: 774 / 870 -- time = 87840.0s / 93600.0s
iteration: 775 / 870 -- time = 87900.0s / 93600.0s
iteration: 776 / 870 -- time = 87960.0s / 93600.0s
iteration: 777 / 870 -- time = 88020.0s / 93600.0s
iteration: 778 / 870 -- time = 88080.0s / 93600.0s
iteration: 779 / 870 -- time = 88140.0s / 93600.0s
iteration: 780 / 870 -- time = 88200.0s / 93600.0s
iteration: 781 / 870 -- time = 88260.0s / 93600.0s
iteration: 782 / 870 -- time = 88320.0s / 93600.0s
iteration: 783 / 870 -- time = 88380.0s / 93600.0s
iteration: 784 / 870 -- time = 88440.0s / 93600.0s
iteration: 785 / 870 -- time = 88500.0s / 93600.0s
iteration: 786 / 870 -- time = 88560.0s / 93600.0s
iteration: 787 / 870 -- time = 88620.0s / 93600.0s
iteration: 788 / 870 -- time = 88680.0s / 93600.0s
iteration: 789 / 870 -- time = 88740.0s / 93600.0s
iteration: 790 / 870 -- time = 88800.0s / 93600.0s
iteration: 791 / 870 -- time = 88860.0s / 93600.0s
iteration: 792 / 870 -- time = 88920.0s / 93600.0s
iteration: 793 / 870 -- time = 88980.0s / 93600.0s
iteration: 794 / 870 -- time = 89040.0s / 93600.0s
iteration: 795 / 870 -- time = 89100.0s / 93600.0s
iteration: 796 / 870 -- time = 89160.0s / 93600.0s
iteration: 797 / 870 -- time = 89220.0s / 93600.0s
iteration: 798 / 870 -- time = 89280.0s / 93600.0s
iteration: 799 / 870 -- time = 89340.0s / 93600.0s
iteration: 800 / 870 -- time = 89400.0s / 93600.0s
iteration: 801 / 870 -- time = 89460.0s / 93600.0s
iteration: 802 / 870 -- time = 89520.0s / 93600.0s
iteration: 803 / 870 -- time = 89580.0s / 93600.0s
iteration: 804 / 870 -- time = 89640.0s / 93600.0s
iteration: 805 / 870 -- time = 89700.0s / 93600.0s
iteration: 806 / 870 -- time = 89760.0s / 93600.0s
iteration: 807 / 870 -- time = 89820.0s / 93600.0s
iteration: 808 / 870 -- time = 89880.0s / 93600.0s
iteration: 809 / 870 -- time = 89940.0s / 93600.0s
iteration: 810 / 870 -- time = 90000.0s / 93600.0s
iteration: 811 / 870 -- time = 90060.0s / 93600.0s
iteration: 812 / 870 -- time = 90120.0s / 93600.0s
iteration: 813 / 870 -- time = 90180.0s / 93600.0s
iteration: 814 / 870 -- time = 90240.0s / 93600.0s
iteration: 815 / 870 -- time = 90300.0s / 93600.0s
iteration: 816 / 870 -- time = 90360.0s / 93600.0s
iteration: 817 / 870 -- time = 90420.0s / 93600.0s
iteration: 818 / 870 -- time = 90480.0s / 93600.0s
iteration: 819 / 870 -- time = 90540.0s / 93600.0s
iteration: 820 / 870 -- time = 90600.0s / 93600.0s
iteration: 821 / 870 -- time = 90660.0s / 93600.0s
iteration: 822 / 870 -- time = 90720.0s / 93600.0s
iteration: 823 / 870 -- time = 90780.0s / 93600.0s
iteration: 824 / 870 -- time = 90840.0s / 93600.0s
iteration: 825 / 870 -- time = 90900.0s / 93600.0s
iteration: 826 / 870 -- time = 90960.0s / 93600.0s
iteration: 827 / 870 -- time = 91020.0s / 93600.0s
iteration: 828 / 870 -- time = 91080.0s / 93600.0s
iteration: 829 / 870 -- time = 91140.0s / 93600.0s
iteration: 830 / 870 -- time = 91200.0s / 93600.0s
iteration: 831 / 870 -- time = 91260.0s / 93600.0s
iteration: 832 / 870 -- time = 91320.0s / 93600.0s
iteration: 833 / 870 -- time = 91380.0s / 93600.0s
iteration: 834 / 870 -- time = 91440.0s / 93600.0s
iteration: 835 / 870 -- time = 91500.0s / 93600.0s
iteration: 836 / 870 -- time = 91560.0s / 93600.0s
iteration: 837 / 870 -- time = 91620.0s / 93600.0s
iteration: 838 / 870 -- time = 91680.0s / 93600.0s
iteration: 839 / 870 -- time = 91740.0s / 93600.0s
iteration: 840 / 870 -- time = 91800.0s / 93600.0s
iteration: 841 / 870 -- time = 91860.0s / 93600.0s
iteration: 842 / 870 -- time = 91920.0s / 93600.0s
iteration: 843 / 870 -- time = 91980.0s / 93600.0s
iteration: 844 / 870 -- time = 92040.0s / 93600.0s
iteration: 845 / 870 -- time = 92100.0s / 93600.0s
iteration: 846 / 870 -- time = 92160.0s / 93600.0s
iteration: 847 / 870 -- time = 92220.0s / 93600.0s
iteration: 848 / 870 -- time = 92280.0s / 93600.0s
iteration: 849 / 870 -- time = 92340.0s / 93600.0s
iteration: 850 / 870 -- time = 92400.0s / 93600.0s
iteration: 851 / 870 -- time = 92460.0s / 93600.0s
iteration: 852 / 870 -- time = 92520.0s / 93600.0s
iteration: 853 / 870 -- time = 92580.0s / 93600.0s
iteration: 854 / 870 -- time = 92640.0s / 93600.0s
iteration: 855 / 870 -- time = 92700.0s / 93600.0s
iteration: 856 / 870 -- time = 92760.0s / 93600.0s
iteration: 857 / 870 -- time = 92820.0s / 93600.0s
iteration: 858 / 870 -- time = 92880.0s / 93600.0s
iteration: 859 / 870 -- time = 92940.0s / 93600.0s
iteration: 860 / 870 -- time = 93000.0s / 93600.0s
iteration: 861 / 870 -- time = 93060.0s / 93600.0s
iteration: 862 / 870 -- time = 93120.0s / 93600.0s
iteration: 863 / 870 -- time = 93180.0s / 93600.0s
iteration: 864 / 870 -- time = 93240.0s / 93600.0s
iteration: 865 / 870 -- time = 93300.0s / 93600.0s
iteration: 866 / 870 -- time = 93360.0s / 93600.0s
iteration: 867 / 870 -- time = 93420.0s / 93600.0s
iteration: 868 / 870 -- time = 93480.0s / 93600.0s
iteration: 869 / 870 -- time = 93540.0s / 93600.0s
iteration: 870 / 870 -- time = 93600.0s / 93600.0s
Writing timing results to: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete/arm.timing
Program exited normally
--------------------------------------------------
run_scm.py total runtime: 11.93 s
--------------------------------------------------
+ /usr/bin/python /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/run_scm.py -out_dir /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete -config default -params /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/tuner_top_20260714_041547_184405_2066813_params.in bomex
/home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete/bomex.in
- using install dir (latest): /home/jenkins/workspace/clubb_new_tuner_test/install/gcc_DEBUG_PRECdouble_PYTHON
- using executable: /home/jenkins/workspace/clubb_new_tuner_test/run_scripts/../install/latest/clubb_standalone
=================== Running bomex ===================
2026/07/14 04:16:01
--------------------------------------------------
Latest git log entry
--------------------------------------------------
A detailed git diff can be found at the end of this file
--------------------------------------------------
Tunable Parameters:
--------------------------------------------------
Parameter Value
--------- -----
C1 = 1.00000000000000000000
C1b = 1.00000000000000000000
C1c = 1.00000000000000000000
C2rt = 2.00000000000000000000
C2thl = 2.00000000000000000000
C2rtthl = 2.00000000000000000000
C4 = 2.00000000000000000000
C_uu_shr = 0.40000000000000002220
C_uu_buoy = 0.29999999999999998890
C6rt = 2.00000000000000000000
C6rtb = 2.00000000000000000000
C6rtc = 1.00000000000000000000
C6thl = 2.00000000000000000000
C6thlb = 2.00000000000000000000
C6thlc = 1.00000000000000000000
C7 = 0.50000000000000000000
C7b = 0.50000000000000000000
C7c = 0.50000000000000000000
C8 = 0.80000000000000004441
C8b = 0.02000000000000000042
C10 = 3.29999999999999982236
C11 = 1.00000000000000000000
C11b = 0.40000000000000002220
C11c = 0.50000000000000000000
C12 = 1.00000000000000000000
C13 = 0.10000000000000000555
C14 = 1.00000000000000000000
C_wp2_pr_dfsn = 0.00000000000000000000
C_wp3_pr_tp = 0.00000000000000000000
C_wp3_pr_turb = 1.00000000000000000000
C_wp3_pr_dfsn = 0.00000000000000000000
C_wp2_splat = 0.00000000000000000000
C6rt_Lscale0 = 14.00000000000000000000
C6thl_Lscale0 = 14.00000000000000000000
C7_Lscale0 = 0.84999999999999997780
wpxp_L_thresh = 60.00000000000000000000
c_K = 0.20000000000000001110
c_K1 = 0.20000000000000001110
nu1 = 20.00000000000000000000
c_K2 = 0.02500000000000000139
nu2 = 1.00000000000000000000
c_K6 = 0.37500000000000000000
nu6 = 5.00000000000000000000
c_K8 = 5.00000000000000000000
nu8 = 20.00000000000000000000
c_K9 = 0.10000000000000000555
nu9 = 10.00000000000000000000
nu10 = 0.00000000000000000000
c_K_hm = 0.75000000000000000000
c_K_hmb = 0.75000000000000000000
K_hm_min_coef = 0.10000000000000000555
nu_hm = 1.50000000000000000000
slope_coef_spread_DG_means_w = 21.00000000000000000000
pdf_component_stdev_factor_w = 1.00000000000000000000
coef_spread_DG_means_rt = 0.80000000000000004441
coef_spread_DG_means_thl = 0.80000000000000004441
gamma_coef = 0.25000000000000000000
gamma_coefb = 0.25000000000000000000
gamma_coefc = 5.00000000000000000000
mu = 0.00100000000000000002
beta = 1.00000000000000000000
lmin_coef = 0.50000000000000000000
omicron = 0.50000000000000000000
zeta_vrnce_rat = 0.00000000000000000000
upsilon_precip_frac_rat = 0.55000000000000004441
lambda0_stability_coef = 0.02999999999999999889
mult_coef = 0.50000000000000000000
taumin = 90.00000000000000000000
taumax = 3600.00000000000000000000
Lscale_mu_coef = 2.00000000000000000000
Lscale_pert_coef = 0.10000000000000000555
alpha_corr = 0.14999999999999999445
Skw_denom_coef = 4.00000000000000000000
c_K10 = 1.00000000000000000000
c_K10h = 1.00000000000000000000
thlp2_rad_coef = 1.00000000000000000000
thlp2_rad_cloud_frac_thresh = 0.10000000000000000555
up2_sfc_coef = 4.00000000000000000000
Skw_max_mag = 10.00000000000000000000
C_invrs_tau_bkgnd = 1.10000000000000008882
C_invrs_tau_sfc = 0.10000000000000000555
C_invrs_tau_shear = 0.14999999999999999445
C_invrs_tau_N2 = 0.40000000000000002220
C_invrs_tau_N2_wp2 = 0.20000000000000001110
C_invrs_tau_N2_xp2 = 0.05000000000000000278
C_invrs_tau_N2_wpxp = 0.00000000000000000000
C_invrs_tau_N2_clear_wp3 = 1.00000000000000000000
C_invrs_tau_wpxp_Ri = 0.34999999999999997780
C_invrs_tau_wpxp_N2_thresh = 0.00033000000000000000
xp3_coef_base = 0.25000000000000000000
xp3_coef_slope = 0.01000000000000000021
altitude_threshold = 100.00000000000000000000
rtp2_clip_coef = 0.50000000000000000000
Cx_min = 0.33000000000000001554
Cx_max = 0.94999999999999995559
Richardson_num_min = 0.25000000000000000000
Richardson_num_max = 400.00000000000000000000
a3_coef_min = 1.00000000000000000000
a_const = 1.80000000000000004441
bv_efold = 5.00000000000000000000
wpxp_Ri_exp = 0.50000000000000000000
z_displace = 25.00000000000000000000
--------------------------------------------------
Preprocessing Directives:
--------------------------------------------------
-DCOAMPS_MICRO enabled
-DTUNER disabled
-Dnooverlap enabled
-Draoffline enabled
-DUSE_BUGSrad_ocast_random disabled
--------------------------------------------------
&model_setting
--------------------------------------------------
runtype = bomex
nzmax = 75
grid_type = 1
deltaz = 40.000000000000000
zm_init = 0.0000000000000000
zm_top = 3500.0000000000000
zt_grid_fname =
zm_grid_fname =
day = 22
month = 6
year = 1969
lat_vals = 15.000000000000000
lon_vals = -56.500000000000000
sfc_elevation = 0.0000000000000000
time_initial = 0.0000000000000000
time_final = 21600.000000000000
dt_main = 60.000000000000000
dt_rad = 60.000000000000000
sfctype = 0
T_sfc = 288.00000000000000
p_sfc = 101500.00000000000
sens_ht = 0.0000000000000000
latent_ht = 0.0000000000000000
fcor = 3.7599999999999999E-005
fcor_y = 1.4087062250470739E-004
T0 = 300.00000000000000
ts_nudge = 86400.000000000000
forcings_file_path =
l_t_dependent = T
l_ignore_forcings = T
l_modify_ic_with_cubic_int = T
l_modify_bc_for_cnvg_test = T
l_input_xpwp_sfc = F
saturation_formula = 3
thlm_sponge_damp_settings%l_sponge_damping = F
rtm_sponge_damp_settings%l_sponge_damping = F
uv_sponge_damp_settings%l_sponge_damping = F
wp2_sponge_damp_settings%l_sponge_damping = F
wp3_sponge_damp_settings%l_sponge_damping = F
up2_vp2_sponge_damp_settings%l_sponge_damping = F
thlm_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
thlm_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
thlm_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
rtm_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
rtm_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
rtm_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
uv_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
uv_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
uv_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
wp2_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
wp2_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
wp2_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
wp3_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
wp3_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
wp3_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_min = 60.000000000000000
up2_vp2_sponge_damp_settings%tau_sponge_damp_max = 1800.0000000000000
up2_vp2_sponge_damp_settings%sponge_damp_depth = 0.25000000000000000
l_soil_veg = F
l_restart = F
l_input_fields = F
restart_path_case = restart/bomex
time_restart = 0.0000000000000000
debug_level = 2
sclr_dim = 0
edsclr_dim = 0
iisclr_thl = -2
iisclr_rt = -1
iisclr_CO2 = -1
sclr_tol =
--------------------------------------------------
&stats_setting
--------------------------------------------------
l_stats = T
output_dir = /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete/
fname_prefix = bomex
stats_output_filename = bomex_stats.nc
stats_tsamp = 60.000000000000000
stats_tout = 60.000000000000000
stats_tstart = 0.0000000000000000
stats_tend = 21600.000000000000
l_allow_small_stats_tout = F
Constant flags:
l_pos_def = F
l_gamma_Skw = T
Constant tolerances [units]
rt_tol [kg/kg] = 1.0000000000000000E-008
thl_tol [K] = 1.0000000000000000E-002
w_tol [m/s] = 2.0000000000000000E-002
--------------------------------------------------
µphysics_setting
--------------------------------------------------
microphys_scheme = none
l_cloud_sed = F
sigma_g = 1.5000000000000000
l_graupel = F
l_hail = F
l_seifert_beheng = F
l_predict_Nc = F
l_const_Nc_in_cloud = F
specify_aerosol = morrison_lognormal
l_subgrid_w = T
l_arctic_nucl = F
l_cloud_edge_activation = F
l_fix_pgam = F
l_in_cloud_Nc_diff = T
l_var_covar_src = F
l_upwind_diff_sed = F
lh_microphys_type = disabled
lh_num_samples = 2
lh_sequence_length = 1
lh_seed = 5489
l_fix_w_chi_eta_correlations = T
l_silhs_KK_convergence_adj_mean = F
importance_prob_thresh = 1.0000000000000000E-008
host_dx = 1000000.0000000000
host_dy = 1000000.0000000000
hmp2_ip_on_hmm2_ip_slope%rr = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%ri = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%rs = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%rg = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Nr = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ni = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ni = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_slope%Ng = 2.1200000000000000E-005
hmp2_ip_on_hmm2_ip_intrcpt%rr = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%ri = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%rs = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%rg = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Nr = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ni = 0.54000000000000004
hmp2_ip_on_hmm2_ip_intrcpt%Ng = 0.54000000000000004
Ncnp2_on_Ncnm2 = 1.0000000000000000
C_evap = 0.85999999999999999
r_0 = 2.5000000000000001E-005
microphys_start_time = 0.0000000000000000
Nc0_in_cloud = 100000000.00000000
ccnconst = 120.00000000000000
ccnexpnt = 0.40000000596046448
aer_rm1 = 1.1000000021965661E-008
aer_rm2 = 5.9999997858994902E-008
aer_n1 = 125000000.00000000
aer_n2 = 65000000.000000000
aer_sig1 = 1.2000000476837158
aer_sig2 = 1.7000000476837158
pgam_fixed = 5.0000000000000000
precip_frac_calc_type = 2
--------------------------------------------------
&SILHS_setting
--------------------------------------------------
Warning: missing correlation input file(s): ../input/case_setups/bomex_corr_array_cloud.in and/or ../input/case_setups/bomex_corr_array_below.in
The default correlation arrays will be used.
--------------------------------------------------
&radiation_setting
--------------------------------------------------
rad_scheme = simplified_bomex
sol_const = 1367.0000000000000
alvdr = 0.10000000000000001
alvdf = 0.10000000000000001
alndr = 0.10000000000000001
alndf = 0.10000000000000001
radiation_top = 50000.000000000000
F0 = 100.00000000000000
F1 = 20.000000000000000
kappa = 119.00000000000000
gc = 0.85999999999999999
omega = 0.99650000000000005
slr = 1.0000000000000000
l_rad_above_cloud = F
l_sw_radiation = F
l_fix_cos_solar_zen = F
l_use_default_std_atmosphere = T
Fs_values = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
cos_solar_zen_values = -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000
cos_solar_zen_times = -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000 -999.00000000000000
eff_drop_radius = 1.0000000000000001E-005
--------------------------------------------------
&configurable_clubb_flags_nl
--------------------------------------------------
iiPDF_type = 1
ipdf_call_placement = 2
penta_solve_method = 2
tridiag_solve_method = 2
grid_remap_method = 1
grid_adapt_in_time_method = 0
l_use_precip_frac = T
l_predict_upwp_vpwp = T
l_ho_nontrad_coriolis = F
l_ho_trad_coriolis = F
l_min_wp2_from_corr_wx = F
l_min_xp2_from_corr_wx = T
l_C2_cloud_frac = F
l_diffuse_rtm_and_thlm = F
l_stability_correct_Kh_N2_zm = F
l_calc_thlp2_rad = T
l_upwind_xpyp_ta = T
l_upwind_xm_ma = T
l_uv_nudge = F
l_rtm_nudge = F
l_tke_aniso = T
l_vert_avg_closure = F
l_trapezoidal_rule_zt = F
l_trapezoidal_rule_zm = F
l_call_pdf_closure_twice = F
l_standard_term_ta = F
l_partial_upwind_wp3 = F
l_godunov_upwind_wpxp_ta = F
l_godunov_upwind_xpyp_ta = F
l_use_cloud_cover = F
l_diagnose_correlations = F
l_calc_w_corr = F
l_const_Nc_in_cloud = F
l_fix_w_chi_eta_correlations = T
l_stability_correct_tau_zm = F
l_damp_wp2_using_em = T
l_do_expldiff_rtm_thlm = F
l_Lscale_plume_centered = F
l_diag_Lscale_from_tau = T
l_use_C7_Richardson = T
l_use_C11_Richardson = F
l_use_shear_Richardson = F
l_brunt_vaisala_freq_moist = F
l_use_thvm_in_bv_freq = F
l_rcm_supersat_adj = T
l_damp_wp3_Skw_squared = T
l_prescribed_avg_deltaz = F
l_lmm_stepping = F
l_e3sm_config = F
l_vary_convect_depth = F
l_use_tke_in_wp3_pr_turb_term = T
l_use_tke_in_wp2_wp3_K_dfsn = F
l_use_wp3_lim_with_smth_Heaviside = F
l_smooth_Heaviside_tau_wpxp = T
l_modify_limiters_for_cnvg_test = F
l_enable_relaxed_clipping = F
l_linearize_pbl_winds = F
l_mono_flux_lim_thlm = T
l_mono_flux_lim_rtm = T
l_mono_flux_lim_um = T
l_mono_flux_lim_vm = T
l_mono_flux_lim_spikefix = T
l_host_applies_sfc_fluxes = F
l_wp2_fill_holes_tke = T
l_add_dycore_grid = F
--------------------------------------------------
git diff src/
--------------------------------------------------
See *setup.txt file in output folder
Path to sounding: bomex_sounding.in
File exists? T
Path to sclr_sounding: bomex_sclr_sounding.in
File exists? T
Path to edsclr_sounding: bomex_edsclr_sounding.in
File exists? T
Reading in sounding information
z = 0.0000000000000000 100.00000000000000 200.00000000000000 300.00000000000000 400.00000000000000 500.00000000000000 520.00000000000000 600.00000000000000 700.00000000000000 800.00000000000000 900.00000000000000 1000.0000000000000 1100.0000000000000 1200.0000000000000 1300.0000000000000 1400.0000000000000 1480.0000000000000 1500.0000000000000 1600.0000000000000 1700.0000000000000 1800.0000000000000 1900.0000000000000 2000.0000000000000 2099.9000000000001 2100.0000000000000 2200.0000000000000 2300.0000000000000 2400.0000000000000 2500.0000000000000 2600.0000000000000 2700.0000000000000 2800.0000000000000 2900.0000000000000 3000.0000000000000 3100.0000000000000 3200.0000000000000 3300.0000000000000 3400.0000000000000 3500.0000000000000
u = -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.7500000000000000 -8.5700000000000003 -8.3900000000000006 -8.2100000000000009 -8.0299999999999994 -7.8499999999999996 -7.6699999999999999 -7.4900000000000002 -7.3460000000000001 -7.3100000000000005 -7.1299999999999999 -6.9500000000000002 -6.7700000000000005 -6.5899999999999999 -6.4100000000000001 -6.2301799999999998 -6.2300000000000004 -6.0499999999999998 -5.8700000000000001 -5.6900000000000004 -5.5099999999999998 -5.3300000000000001 -5.1500000000000004 -4.9699999999999998 -4.7900000000000000 -4.6100000000000003 -4.4299999999999997 -4.2500000000000000 -4.0700000000000003 -3.8900000000000001 -3.7100000000000000
v = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
ug = -10.000000000000000 -9.8200000000000003 -9.6400000000000006 -9.4600000000000009 -9.2799999999999994 -9.0999999999999996 -9.0640000000000001 -8.9199999999999999 -8.7400000000000002 -8.5600000000000005 -8.3800000000000008 -8.1999999999999993 -8.0199999999999996 -7.8399999999999999 -7.6600000000000001 -7.4800000000000004 -7.3360000000000003 -7.3000000000000007 -7.1200000000000001 -6.9400000000000004 -6.7600000000000007 -6.5800000000000001 -6.4000000000000004 -6.2201800000000000 -6.2200000000000006 -6.0400000000000000 -5.8600000000000003 -5.6800000000000006 -5.5000000000000000 -5.3200000000000003 -5.1400000000000006 -4.9600000000000000 -4.7800000000000002 -4.6000000000000005 -4.4199999999999999 -4.2400000000000002 -4.0600000000000005 -3.8800000000000003 -3.7000000000000002
vg = 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
theta = 298.69999999999999 298.69999999999999 298.69999999999999 298.69999999999999 298.69999999999999 298.69999999999999 298.69999999999999 299.00833333333333 299.39375000000001 299.77916666666670 300.16458333333333 300.55000000000001 300.93541666666664 301.32083333333333 301.70625000000001 302.09166666666664 302.39999999999998 302.63076923076920 303.78461538461534 304.93846153846152 306.09230769230766 307.24615384615385 308.39999999999998 308.75131499999998 308.75166666666667 309.10333333333330 309.45499999999998 309.80666666666667 310.15833333333330 310.50999999999999 310.86166666666668 311.21333333333331 311.56500000000000 311.91666666666669 312.26833333333332 312.62000000000000 312.97166666666669 313.32333333333332 313.67500000000001
rt = 1.7290000000000000E-002 1.7151538461538461E-002 1.7013076923076922E-002 1.6874615384615384E-002 1.6736153846153849E-002 1.6597692307692310E-002 1.6570000000000001E-002 1.6090000000000000E-002 1.5490000000000000E-002 1.4891282051282052E-002 1.4292564102564104E-002 1.3693846153846154E-002 1.3095128205128205E-002 1.2496410256410257E-002 1.1897692307692307E-002 1.1298974358974359E-002 1.0820000000000000E-002 1.0566153846153847E-002 9.2969230769230759E-003 8.0276923076923069E-003 6.7584615384615378E-003 5.4892307692307688E-003 4.2199999999999998E-003 4.0994539999999998E-003 4.0993333333333333E-003 3.9786666666666668E-003 3.8579999999999999E-003 3.7373333333333330E-003 3.6166666666666665E-003 3.4960000000000000E-003 3.3753333333333331E-003 3.2546666666666666E-003 3.1339999999999996E-003 3.0133333333333331E-003 2.8926666666666666E-003 2.7719999999999997E-003 2.6513333333333328E-003 2.5306666666666663E-003 2.4099999999999998E-003
p_in_Pa = -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998 -999.89999999999998
subs = 0.0000000000000000 -4.3333331081081084E-004 -8.6666662162162168E-004 -1.2999999324324325E-003 -1.7333332432432434E-003 -2.1666665540540542E-003 -2.2533332162162165E-003 -2.5999998648648650E-003 -3.0333331756756759E-003 -3.4666664864864867E-003 -3.8999997972972975E-003 -4.3333331081081084E-003 -4.7666664189189188E-003 -5.1999997297297301E-003 -5.6333330405405405E-003 -6.0666663513513517E-003 -6.4133330000000002E-003 -6.4999999999999997E-003 -5.4166666111018502E-003 -4.3333332222037007E-003 -3.2499998333055508E-003 -2.1666664444074018E-003 -1.0833330555092523E-003 -1.0829999999998133E-006 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
C2rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
C2thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
C2rtthl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
C6rt = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
C6rtb = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
C6thl = 2.0000000000000000
Warning in check_clubb_settings_api
When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
C6thlb = 2.0000000000000000
Warning in check_clubb_settings_api
iteration: 1 / 360 -- time = 60.0s / 21600.0s
iteration: 2 / 360 -- time = 120.0s / 21600.0s
iteration: 3 / 360 -- time = 180.0s / 21600.0s
iteration: 4 / 360 -- time = 240.0s / 21600.0s
iteration: 5 / 360 -- time = 300.0s / 21600.0s
iteration: 6 / 360 -- time = 360.0s / 21600.0s
iteration: 7 / 360 -- time = 420.0s / 21600.0s
iteration: 8 / 360 -- time = 480.0s / 21600.0s
iteration: 9 / 360 -- time = 540.0s / 21600.0s
iteration: 10 / 360 -- time = 600.0s / 21600.0s
iteration: 11 / 360 -- time = 660.0s / 21600.0s
iteration: 12 / 360 -- time = 720.0s / 21600.0s
iteration: 13 / 360 -- time = 780.0s / 21600.0s
iteration: 14 / 360 -- time = 840.0s / 21600.0s
iteration: 15 / 360 -- time = 900.0s / 21600.0s
iteration: 16 / 360 -- time = 960.0s / 21600.0s
iteration: 17 / 360 -- time = 1020.0s / 21600.0s
iteration: 18 / 360 -- time = 1080.0s / 21600.0s
iteration: 19 / 360 -- time = 1140.0s / 21600.0s
iteration: 20 / 360 -- time = 1200.0s / 21600.0s
iteration: 21 / 360 -- time = 1260.0s / 21600.0s
iteration: 22 / 360 -- time = 1320.0s / 21600.0s
iteration: 23 / 360 -- time = 1380.0s / 21600.0s
iteration: 24 / 360 -- time = 1440.0s / 21600.0s
iteration: 25 / 360 -- time = 1500.0s / 21600.0s
iteration: 26 / 360 -- time = 1560.0s / 21600.0s
iteration: 27 / 360 -- time = 1620.0s / 21600.0s
iteration: 28 / 360 -- time = 1680.0s / 21600.0s
iteration: 29 / 360 -- time = 1740.0s / 21600.0s
iteration: 30 / 360 -- time = 1800.0s / 21600.0s
iteration: 31 / 360 -- time = 1860.0s / 21600.0s
iteration: 32 / 360 -- time = 1920.0s / 21600.0s
iteration: 33 / 360 -- time = 1980.0s / 21600.0s
iteration: 34 / 360 -- time = 2040.0s / 21600.0s
iteration: 35 / 360 -- time = 2100.0s / 21600.0s
iteration: 36 / 360 -- time = 2160.0s / 21600.0s
iteration: 37 / 360 -- time = 2220.0s / 21600.0s
iteration: 38 / 360 -- time = 2280.0s / 21600.0s
iteration: 39 / 360 -- time = 2340.0s / 21600.0s
iteration: 40 / 360 -- time = 2400.0s / 21600.0s
iteration: 41 / 360 -- time = 2460.0s / 21600.0s
iteration: 42 / 360 -- time = 2520.0s / 21600.0s
iteration: 43 / 360 -- time = 2580.0s / 21600.0s
iteration: 44 / 360 -- time = 2640.0s / 21600.0s
iteration: 45 / 360 -- time = 2700.0s / 21600.0s
iteration: 46 / 360 -- time = 2760.0s / 21600.0s
iteration: 47 / 360 -- time = 2820.0s / 21600.0s
iteration: 48 / 360 -- time = 2880.0s / 21600.0s
iteration: 49 / 360 -- time = 2940.0s / 21600.0s
iteration: 50 / 360 -- time = 3000.0s / 21600.0s
iteration: 51 / 360 -- time = 3060.0s / 21600.0s
iteration: 52 / 360 -- time = 3120.0s / 21600.0s
iteration: 53 / 360 -- time = 3180.0s / 21600.0s
iteration: 54 / 360 -- time = 3240.0s / 21600.0s
iteration: 55 / 360 -- time = 3300.0s / 21600.0s
iteration: 56 / 360 -- time = 3360.0s / 21600.0s
iteration: 57 / 360 -- time = 3420.0s / 21600.0s
iteration: 58 / 360 -- time = 3480.0s / 21600.0s
iteration: 59 / 360 -- time = 3540.0s / 21600.0s
iteration: 60 / 360 -- time = 3600.0s / 21600.0s
iteration: 61 / 360 -- time = 3660.0s / 21600.0s
iteration: 62 / 360 -- time = 3720.0s / 21600.0s
iteration: 63 / 360 -- time = 3780.0s / 21600.0s
iteration: 64 / 360 -- time = 3840.0s / 21600.0s
iteration: 65 / 360 -- time = 3900.0s / 21600.0s
iteration: 66 / 360 -- time = 3960.0s / 21600.0s
iteration: 67 / 360 -- time = 4020.0s / 21600.0s
iteration: 68 / 360 -- time = 4080.0s / 21600.0s
iteration: 69 / 360 -- time = 4140.0s / 21600.0s
iteration: 70 / 360 -- time = 4200.0s / 21600.0s
iteration: 71 / 360 -- time = 4260.0s / 21600.0s
iteration: 72 / 360 -- time = 4320.0s / 21600.0s
iteration: 73 / 360 -- time = 4380.0s / 21600.0s
iteration: 74 / 360 -- time = 4440.0s / 21600.0s
iteration: 75 / 360 -- time = 4500.0s / 21600.0s
iteration: 76 / 360 -- time = 4560.0s / 21600.0s
iteration: 77 / 360 -- time = 4620.0s / 21600.0s
iteration: 78 / 360 -- time = 4680.0s / 21600.0s
iteration: 79 / 360 -- time = 4740.0s / 21600.0s
iteration: 80 / 360 -- time = 4800.0s / 21600.0s
iteration: 81 / 360 -- time = 4860.0s / 21600.0s
iteration: 82 / 360 -- time = 4920.0s / 21600.0s
iteration: 83 / 360 -- time = 4980.0s / 21600.0s
iteration: 84 / 360 -- time = 5040.0s / 21600.0s
iteration: 85 / 360 -- time = 5100.0s / 21600.0s
iteration: 86 / 360 -- time = 5160.0s / 21600.0s
iteration: 87 / 360 -- time = 5220.0s / 21600.0s
iteration: 88 / 360 -- time = 5280.0s / 21600.0s
iteration: 89 / 360 -- time = 5340.0s / 21600.0s
iteration: 90 / 360 -- time = 5400.0s / 21600.0s
iteration: 91 / 360 -- time = 5460.0s / 21600.0s
iteration: 92 / 360 -- time = 5520.0s / 21600.0s
iteration: 93 / 360 -- time = 5580.0s / 21600.0s
iteration: 94 / 360 -- time = 5640.0s / 21600.0s
iteration: 95 / 360 -- time = 5700.0s / 21600.0s
iteration: 96 / 360 -- time = 5760.0s / 21600.0s
iteration: 97 / 360 -- time = 5820.0s / 21600.0s
iteration: 98 / 360 -- time = 5880.0s / 21600.0s
iteration: 99 / 360 -- time = 5940.0s / 21600.0s
iteration: 100 / 360 -- time = 6000.0s / 21600.0s
iteration: 101 / 360 -- time = 6060.0s / 21600.0s
iteration: 102 / 360 -- time = 6120.0s / 21600.0s
iteration: 103 / 360 -- time = 6180.0s / 21600.0s
iteration: 104 / 360 -- time = 6240.0s / 21600.0s
iteration: 105 / 360 -- time = 6300.0s / 21600.0s
iteration: 106 / 360 -- time = 6360.0s / 21600.0s
iteration: 107 / 360 -- time = 6420.0s / 21600.0s
iteration: 108 / 360 -- time = 6480.0s / 21600.0s
iteration: 109 / 360 -- time = 6540.0s / 21600.0s
iteration: 110 / 360 -- time = 6600.0s / 21600.0s
iteration: 111 / 360 -- time = 6660.0s / 21600.0s
iteration: 112 / 360 -- time = 6720.0s / 21600.0s
iteration: 113 / 360 -- time = 6780.0s / 21600.0s
iteration: 114 / 360 -- time = 6840.0s / 21600.0s
iteration: 115 / 360 -- time = 6900.0s / 21600.0s
iteration: 116 / 360 -- time = 6960.0s / 21600.0s
iteration: 117 / 360 -- time = 7020.0s / 21600.0s
iteration: 118 / 360 -- time = 7080.0s / 21600.0s
iteration: 119 / 360 -- time = 7140.0s / 21600.0s
iteration: 120 / 360 -- time = 7200.0s / 21600.0s
iteration: 121 / 360 -- time = 7260.0s / 21600.0s
iteration: 122 / 360 -- time = 7320.0s / 21600.0s
iteration: 123 / 360 -- time = 7380.0s / 21600.0s
iteration: 124 / 360 -- time = 7440.0s / 21600.0s
iteration: 125 / 360 -- time = 7500.0s / 21600.0s
iteration: 126 / 360 -- time = 7560.0s / 21600.0s
iteration: 127 / 360 -- time = 7620.0s / 21600.0s
iteration: 128 / 360 -- time = 7680.0s / 21600.0s
iteration: 129 / 360 -- time = 7740.0s / 21600.0s
iteration: 130 / 360 -- time = 7800.0s / 21600.0s
iteration: 131 / 360 -- time = 7860.0s / 21600.0s
iteration: 132 / 360 -- time = 7920.0s / 21600.0s
iteration: 133 / 360 -- time = 7980.0s / 21600.0s
iteration: 134 / 360 -- time = 8040.0s / 21600.0s
iteration: 135 / 360 -- time = 8100.0s / 21600.0s
iteration: 136 / 360 -- time = 8160.0s / 21600.0s
iteration: 137 / 360 -- time = 8220.0s / 21600.0s
iteration: 138 / 360 -- time = 8280.0s / 21600.0s
iteration: 139 / 360 -- time = 8340.0s / 21600.0s
iteration: 140 / 360 -- time = 8400.0s / 21600.0s
iteration: 141 / 360 -- time = 8460.0s / 21600.0s
iteration: 142 / 360 -- time = 8520.0s / 21600.0s
iteration: 143 / 360 -- time = 8580.0s / 21600.0s
iteration: 144 / 360 -- time = 8640.0s / 21600.0s
iteration: 145 / 360 -- time = 8700.0s / 21600.0s
iteration: 146 / 360 -- time = 8760.0s / 21600.0s
iteration: 147 / 360 -- time = 8820.0s / 21600.0s
iteration: 148 / 360 -- time = 8880.0s / 21600.0s
iteration: 149 / 360 -- time = 8940.0s / 21600.0s
iteration: 150 / 360 -- time = 9000.0s / 21600.0s
iteration: 151 / 360 -- time = 9060.0s / 21600.0s
iteration: 152 / 360 -- time = 9120.0s / 21600.0s
iteration: 153 / 360 -- time = 9180.0s / 21600.0s
iteration: 154 / 360 -- time = 9240.0s / 21600.0s
iteration: 155 / 360 -- time = 9300.0s / 21600.0s
iteration: 156 / 360 -- time = 9360.0s / 21600.0s
iteration: 157 / 360 -- time = 9420.0s / 21600.0s
iteration: 158 / 360 -- time = 9480.0s / 21600.0s
iteration: 159 / 360 -- time = 9540.0s / 21600.0s
iteration: 160 / 360 -- time = 9600.0s / 21600.0s
iteration: 161 / 360 -- time = 9660.0s / 21600.0s
iteration: 162 / 360 -- time = 9720.0s / 21600.0s
iteration: 163 / 360 -- time = 9780.0s / 21600.0s
iteration: 164 / 360 -- time = 9840.0s / 21600.0s
iteration: 165 / 360 -- time = 9900.0s / 21600.0s
iteration: 166 / 360 -- time = 9960.0s / 21600.0s
iteration: 167 / 360 -- time = 10020.0s / 21600.0s
iteration: 168 / 360 -- time = 10080.0s / 21600.0s
iteration: 169 / 360 -- time = 10140.0s / 21600.0s
iteration: 170 / 360 -- time = 10200.0s / 21600.0s
iteration: 171 / 360 -- time = 10260.0s / 21600.0s
iteration: 172 / 360 -- time = 10320.0s / 21600.0s
iteration: 173 / 360 -- time = 10380.0s / 21600.0s
iteration: 174 / 360 -- time = 10440.0s / 21600.0s
iteration: 175 / 360 -- time = 10500.0s / 21600.0s
iteration: 176 / 360 -- time = 10560.0s / 21600.0s
iteration: 177 / 360 -- time = 10620.0s / 21600.0s
iteration: 178 / 360 -- time = 10680.0s / 21600.0s
iteration: 179 / 360 -- time = 10740.0s / 21600.0s
iteration: 180 / 360 -- time = 10800.0s / 21600.0s
iteration: 181 / 360 -- time = 10860.0s / 21600.0s
iteration: 182 / 360 -- time = 10920.0s / 21600.0s
iteration: 183 / 360 -- time = 10980.0s / 21600.0s
iteration: 184 / 360 -- time = 11040.0s / 21600.0s
iteration: 185 / 360 -- time = 11100.0s / 21600.0s
iteration: 186 / 360 -- time = 11160.0s / 21600.0s
iteration: 187 / 360 -- time = 11220.0s / 21600.0s
iteration: 188 / 360 -- time = 11280.0s / 21600.0s
iteration: 189 / 360 -- time = 11340.0s / 21600.0s
iteration: 190 / 360 -- time = 11400.0s / 21600.0s
iteration: 191 / 360 -- time = 11460.0s / 21600.0s
iteration: 192 / 360 -- time = 11520.0s / 21600.0s
iteration: 193 / 360 -- time = 11580.0s / 21600.0s
iteration: 194 / 360 -- time = 11640.0s / 21600.0s
iteration: 195 / 360 -- time = 11700.0s / 21600.0s
iteration: 196 / 360 -- time = 11760.0s / 21600.0s
iteration: 197 / 360 -- time = 11820.0s / 21600.0s
iteration: 198 / 360 -- time = 11880.0s / 21600.0s
iteration: 199 / 360 -- time = 11940.0s / 21600.0s
iteration: 200 / 360 -- time = 12000.0s / 21600.0s
iteration: 201 / 360 -- time = 12060.0s / 21600.0s
iteration: 202 / 360 -- time = 12120.0s / 21600.0s
iteration: 203 / 360 -- time = 12180.0s / 21600.0s
iteration: 204 / 360 -- time = 12240.0s / 21600.0s
iteration: 205 / 360 -- time = 12300.0s / 21600.0s
iteration: 206 / 360 -- time = 12360.0s / 21600.0s
iteration: 207 / 360 -- time = 12420.0s / 21600.0s
iteration: 208 / 360 -- time = 12480.0s / 21600.0s
iteration: 209 / 360 -- time = 12540.0s / 21600.0s
iteration: 210 / 360 -- time = 12600.0s / 21600.0s
iteration: 211 / 360 -- time = 12660.0s / 21600.0s
iteration: 212 / 360 -- time = 12720.0s / 21600.0s
iteration: 213 / 360 -- time = 12780.0s / 21600.0s
iteration: 214 / 360 -- time = 12840.0s / 21600.0s
iteration: 215 / 360 -- time = 12900.0s / 21600.0s
iteration: 216 / 360 -- time = 12960.0s / 21600.0s
iteration: 217 / 360 -- time = 13020.0s / 21600.0s
iteration: 218 / 360 -- time = 13080.0s / 21600.0s
iteration: 219 / 360 -- time = 13140.0s / 21600.0s
iteration: 220 / 360 -- time = 13200.0s / 21600.0s
iteration: 221 / 360 -- time = 13260.0s / 21600.0s
iteration: 222 / 360 -- time = 13320.0s / 21600.0s
iteration: 223 / 360 -- time = 13380.0s / 21600.0s
iteration: 224 / 360 -- time = 13440.0s / 21600.0s
iteration: 225 / 360 -- time = 13500.0s / 21600.0s
iteration: 226 / 360 -- time = 13560.0s / 21600.0s
iteration: 227 / 360 -- time = 13620.0s / 21600.0s
iteration: 228 / 360 -- time = 13680.0s / 21600.0s
iteration: 229 / 360 -- time = 13740.0s / 21600.0s
iteration: 230 / 360 -- time = 13800.0s / 21600.0s
iteration: 231 / 360 -- time = 13860.0s / 21600.0s
iteration: 232 / 360 -- time = 13920.0s / 21600.0s
iteration: 233 / 360 -- time = 13980.0s / 21600.0s
iteration: 234 / 360 -- time = 14040.0s / 21600.0s
iteration: 235 / 360 -- time = 14100.0s / 21600.0s
iteration: 236 / 360 -- time = 14160.0s / 21600.0s
iteration: 237 / 360 -- time = 14220.0s / 21600.0s
iteration: 238 / 360 -- time = 14280.0s / 21600.0s
iteration: 239 / 360 -- time = 14340.0s / 21600.0s
iteration: 240 / 360 -- time = 14400.0s / 21600.0s
iteration: 241 / 360 -- time = 14460.0s / 21600.0s
iteration: 242 / 360 -- time = 14520.0s / 21600.0s
iteration: 243 / 360 -- time = 14580.0s / 21600.0s
iteration: 244 / 360 -- time = 14640.0s / 21600.0s
iteration: 245 / 360 -- time = 14700.0s / 21600.0s
iteration: 246 / 360 -- time = 14760.0s / 21600.0s
iteration: 247 / 360 -- time = 14820.0s / 21600.0s
iteration: 248 / 360 -- time = 14880.0s / 21600.0s
iteration: 249 / 360 -- time = 14940.0s / 21600.0s
iteration: 250 / 360 -- time = 15000.0s / 21600.0s
iteration: 251 / 360 -- time = 15060.0s / 21600.0s
iteration: 252 / 360 -- time = 15120.0s / 21600.0s
iteration: 253 / 360 -- time = 15180.0s / 21600.0s
iteration: 254 / 360 -- time = 15240.0s / 21600.0s
iteration: 255 / 360 -- time = 15300.0s / 21600.0s
iteration: 256 / 360 -- time = 15360.0s / 21600.0s
iteration: 257 / 360 -- time = 15420.0s / 21600.0s
iteration: 258 / 360 -- time = 15480.0s / 21600.0s
iteration: 259 / 360 -- time = 15540.0s / 21600.0s
iteration: 260 / 360 -- time = 15600.0s / 21600.0s
iteration: 261 / 360 -- time = 15660.0s / 21600.0s
iteration: 262 / 360 -- time = 15720.0s / 21600.0s
iteration: 263 / 360 -- time = 15780.0s / 21600.0s
iteration: 264 / 360 -- time = 15840.0s / 21600.0s
iteration: 265 / 360 -- time = 15900.0s / 21600.0s
iteration: 266 / 360 -- time = 15960.0s / 21600.0s
iteration: 267 / 360 -- time = 16020.0s / 21600.0s
iteration: 268 / 360 -- time = 16080.0s / 21600.0s
iteration: 269 / 360 -- time = 16140.0s / 21600.0s
iteration: 270 / 360 -- time = 16200.0s / 21600.0s
iteration: 271 / 360 -- time = 16260.0s / 21600.0s
iteration: 272 / 360 -- time = 16320.0s / 21600.0s
iteration: 273 / 360 -- time = 16380.0s / 21600.0s
iteration: 274 / 360 -- time = 16440.0s / 21600.0s
iteration: 275 / 360 -- time = 16500.0s / 21600.0s
iteration: 276 / 360 -- time = 16560.0s / 21600.0s
iteration: 277 / 360 -- time = 16620.0s / 21600.0s
iteration: 278 / 360 -- time = 16680.0s / 21600.0s
iteration: 279 / 360 -- time = 16740.0s / 21600.0s
iteration: 280 / 360 -- time = 16800.0s / 21600.0s
iteration: 281 / 360 -- time = 16860.0s / 21600.0s
iteration: 282 / 360 -- time = 16920.0s / 21600.0s
iteration: 283 / 360 -- time = 16980.0s / 21600.0s
iteration: 284 / 360 -- time = 17040.0s / 21600.0s
iteration: 285 / 360 -- time = 17100.0s / 21600.0s
iteration: 286 / 360 -- time = 17160.0s / 21600.0s
iteration: 287 / 360 -- time = 17220.0s / 21600.0s
iteration: 288 / 360 -- time = 17280.0s / 21600.0s
iteration: 289 / 360 -- time = 17340.0s / 21600.0s
iteration: 290 / 360 -- time = 17400.0s / 21600.0s
iteration: 291 / 360 -- time = 17460.0s / 21600.0s
iteration: 292 / 360 -- time = 17520.0s / 21600.0s
iteration: 293 / 360 -- time = 17580.0s / 21600.0s
iteration: 294 / 360 -- time = 17640.0s / 21600.0s
iteration: 295 / 360 -- time = 17700.0s / 21600.0s
iteration: 296 / 360 -- time = 17760.0s / 21600.0s
iteration: 297 / 360 -- time = 17820.0s / 21600.0s
iteration: 298 / 360 -- time = 17880.0s / 21600.0s
iteration: 299 / 360 -- time = 17940.0s / 21600.0s
iteration: 300 / 360 -- time = 18000.0s / 21600.0s
iteration: 301 / 360 -- time = 18060.0s / 21600.0s
iteration: 302 / 360 -- time = 18120.0s / 21600.0s
iteration: 303 / 360 -- time = 18180.0s / 21600.0s
iteration: 304 / 360 -- time = 18240.0s / 21600.0s
iteration: 305 / 360 -- time = 18300.0s / 21600.0s
iteration: 306 / 360 -- time = 18360.0s / 21600.0s
iteration: 307 / 360 -- time = 18420.0s / 21600.0s
iteration: 308 / 360 -- time = 18480.0s / 21600.0s
iteration: 309 / 360 -- time = 18540.0s / 21600.0s
iteration: 310 / 360 -- time = 18600.0s / 21600.0s
iteration: 311 / 360 -- time = 18660.0s / 21600.0s
iteration: 312 / 360 -- time = 18720.0s / 21600.0s
iteration: 313 / 360 -- time = 18780.0s / 21600.0s
iteration: 314 / 360 -- time = 18840.0s / 21600.0s
iteration: 315 / 360 -- time = 18900.0s / 21600.0s
iteration: 316 / 360 -- time = 18960.0s / 21600.0s
iteration: 317 / 360 -- time = 19020.0s / 21600.0s
iteration: 318 / 360 -- time = 19080.0s / 21600.0s
iteration: 319 / 360 -- time = 19140.0s / 21600.0s
iteration: 320 / 360 -- time = 19200.0s / 21600.0s
iteration: 321 / 360 -- time = 19260.0s / 21600.0s
iteration: 322 / 360 -- time = 19320.0s / 21600.0s
iteration: 323 / 360 -- time = 19380.0s / 21600.0s
iteration: 324 / 360 -- time = 19440.0s / 21600.0s
iteration: 325 / 360 -- time = 19500.0s / 21600.0s
iteration: 326 / 360 -- time = 19560.0s / 21600.0s
iteration: 327 / 360 -- time = 19620.0s / 21600.0s
iteration: 328 / 360 -- time = 19680.0s / 21600.0s
iteration: 329 / 360 -- time = 19740.0s / 21600.0s
iteration: 330 / 360 -- time = 19800.0s / 21600.0s
iteration: 331 / 360 -- time = 19860.0s / 21600.0s
iteration: 332 / 360 -- time = 19920.0s / 21600.0s
iteration: 333 / 360 -- time = 19980.0s / 21600.0s
iteration: 334 / 360 -- time = 20040.0s / 21600.0s
iteration: 335 / 360 -- time = 20100.0s / 21600.0s
iteration: 336 / 360 -- time = 20160.0s / 21600.0s
iteration: 337 / 360 -- time = 20220.0s / 21600.0s
iteration: 338 / 360 -- time = 20280.0s / 21600.0s
iteration: 339 / 360 -- time = 20340.0s / 21600.0s
iteration: 340 / 360 -- time = 20400.0s / 21600.0s
iteration: 341 / 360 -- time = 20460.0s / 21600.0s
iteration: 342 / 360 -- time = 20520.0s / 21600.0s
iteration: 343 / 360 -- time = 20580.0s / 21600.0s
iteration: 344 / 360 -- time = 20640.0s / 21600.0s
iteration: 345 / 360 -- time = 20700.0s / 21600.0s
iteration: 346 / 360 -- time = 20760.0s / 21600.0s
iteration: 347 / 360 -- time = 20820.0s / 21600.0s
iteration: 348 / 360 -- time = 20880.0s / 21600.0s
iteration: 349 / 360 -- time = 20940.0s / 21600.0s
iteration: 350 / 360 -- time = 21000.0s / 21600.0s
iteration: 351 / 360 -- time = 21060.0s / 21600.0s
iteration: 352 / 360 -- time = 21120.0s / 21600.0s
iteration: 353 / 360 -- time = 21180.0s / 21600.0s
iteration: 354 / 360 -- time = 21240.0s / 21600.0s
iteration: 355 / 360 -- time = 21300.0s / 21600.0s
iteration: 356 / 360 -- time = 21360.0s / 21600.0s
iteration: 357 / 360 -- time = 21420.0s / 21600.0s
iteration: 358 / 360 -- time = 21480.0s / 21600.0s
iteration: 359 / 360 -- time = 21540.0s / 21600.0s
iteration: 360 / 360 -- time = 21600.0s / 21600.0s
Writing timing results to: /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete/bomex.timing
Program exited normally
--------------------------------------------------
run_scm.py total runtime: 5.66 s
--------------------------------------------------
Saved Output
------------
job_dir /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813
results /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813/results.json
status /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813/status.json
request /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813/request.json
log /home/jenkins/workspace/clubb_new_tuner_test/output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813/worker.log
window_output /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/window
complete_output /home/jenkins/workspace/clubb_new_tuner_test/output/new_tuner_test/complex/complete
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sample History Analyzer)
[Pipeline] sh
+ python tests/analyze_tuner_sample_history.py output_tuner/new_tuner_test -metric scaled_rmse -min_samples 2 --require_param_variation
Discovered 4 sample-history target(s).
=== Sample history 1/4: output_tuner/new_tuner_test/complex/cli_arm_bomex_20260703_030852_511770_413978 ===
Tuner Sample History
job: output_tuner/new_tuner_test/complex/cli_arm_bomex_20260703_030852_511770_413978
chunks: 1
first_chunk: output_tuner/new_tuner_test/complex/cli_arm_bomex_20260703_030852_511770_413978/sample_history/sample_history_000001.npz
samples: 4
params: 102
cases: 2
fields: 2
observations: 10
metrics: scaled_rmse, correlation, std_ratio, centered_rmse_norm, bias_norm
Checks performed
- sample-history chunks exist and are sequentially numbered
- every chunk contains required metadata, sample, and loss arrays
- metadata arrays match exactly across chunks
- schema version matches the current observation-axis format
- sample IDs are unique and cover 0..sample_count-1
- parameter and loss arrays have the expected shapes and finite values
- observation metadata covers every case/field/window exactly once
- at least 2 sample(s) are present
- at least one tuned parameter varies across samples
checks: OK
SVD (scaled_rmse)
matrix_shape: 4 samples x 10 retained columns
mode 1: singular=6.21645, explained=96.61%
strongest observations:
bomex/rcm/w1:7200-9900s/scaled_rmse loading=-0.322
bomex/rcm/w3:12600-15300s/scaled_rmse loading=-0.320
bomex/cloud_frac/w4:15300-18000s/scaled_rmse loading=-0.319
bomex/cloud_frac/w2:9900-12600s/scaled_rmse loading=-0.318
bomex/cloud_frac/w3:12600-15300s/scaled_rmse loading=-0.317
strongest parameter correlations:
C8=+0.999
C11=+0.016
mode 2: singular=1.10021, explained=3.03%
strongest observations:
bomex/rcm/w4:15300-18000s/scaled_rmse loading=-0.473
bomex/rcm/w2:9900-12600s/scaled_rmse loading=-0.457
arm/rcm/w1:68400-72000s/scaled_rmse loading=-0.349
bomex/cloud_frac/w1:7200-9900s/scaled_rmse loading=+0.335
bomex/cloud_frac/w3:12600-15300s/scaled_rmse loading=+0.317
strongest parameter correlations:
C11=-0.944
C8=-0.001
mode 3: singular=0.381194, explained=0.36%
strongest observations:
arm/rcm/w1:68400-72000s/scaled_rmse loading=-0.508
arm/cloud_frac/w1:68400-72000s/scaled_rmse loading=-0.432
bomex/rcm/w3:12600-15300s/scaled_rmse loading=-0.425
bomex/rcm/w4:15300-18000s/scaled_rmse loading=+0.401
bomex/rcm/w2:9900-12600s/scaled_rmse loading=+0.262
strongest parameter correlations:
C11=-0.329
C8=+0.052
=== Sample history 2/4: output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813 ===
Tuner Sample History
job: output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813
chunks: 1
first_chunk: output_tuner/new_tuner_test/complex/cli_arm_bomex_20260714_041543_145992_2066813/sample_history/sample_history_000001.npz
samples: 4
params: 102
cases: 2
fields: 2
observations: 10
metrics: scaled_rmse, correlation, std_ratio, centered_rmse_norm, bias_norm
Checks performed
- sample-history chunks exist and are sequentially numbered
- every chunk contains required metadata, sample, and loss arrays
- metadata arrays match exactly across chunks
- schema version matches the current observation-axis format
- sample IDs are unique and cover 0..sample_count-1
- parameter and loss arrays have the expected shapes and finite values
- observation metadata covers every case/field/window exactly once
- at least 2 sample(s) are present
- at least one tuned parameter varies across samples
checks: OK
SVD (scaled_rmse)
matrix_shape: 4 samples x 10 retained columns
mode 1: singular=6.21645, explained=96.61%
strongest observations:
bomex/rcm/w1:7200-9900s/scaled_rmse loading=-0.322
bomex/rcm/w3:12600-15300s/scaled_rmse loading=-0.320
bomex/cloud_frac/w4:15300-18000s/scaled_rmse loading=-0.319
bomex/cloud_frac/w2:9900-12600s/scaled_rmse loading=-0.318
bomex/cloud_frac/w3:12600-15300s/scaled_rmse loading=-0.317
strongest parameter correlations:
C8=+0.999
C11=+0.016
mode 2: singular=1.10021, explained=3.03%
strongest observations:
bomex/rcm/w4:15300-18000s/scaled_rmse loading=-0.473
bomex/rcm/w2:9900-12600s/scaled_rmse loading=-0.457
arm/rcm/w1:68400-72000s/scaled_rmse loading=-0.349
bomex/cloud_frac/w1:7200-9900s/scaled_rmse loading=+0.335
bomex/cloud_frac/w3:12600-15300s/scaled_rmse loading=+0.317
strongest parameter correlations:
C11=-0.944
C8=-0.001
mode 3: singular=0.381194, explained=0.36%
strongest observations:
arm/rcm/w1:68400-72000s/scaled_rmse loading=-0.508
arm/cloud_frac/w1:68400-72000s/scaled_rmse loading=-0.432
bomex/rcm/w3:12600-15300s/scaled_rmse loading=-0.425
bomex/rcm/w4:15300-18000s/scaled_rmse loading=+0.401
bomex/rcm/w2:9900-12600s/scaled_rmse loading=+0.262
strongest parameter correlations:
C11=-0.329
C8=+0.052
=== Sample history 3/4: output_tuner/new_tuner_test/simple/cli_bomex_20260703_030842_529555_413943 ===
Tuner Sample History
job: output_tuner/new_tuner_test/simple/cli_bomex_20260703_030842_529555_413943
chunks: 1
first_chunk: output_tuner/new_tuner_test/simple/cli_bomex_20260703_030842_529555_413943/sample_history/sample_history_000001.npz
samples: 8
params: 102
cases: 1
fields: 1
observations: 1
metrics: scaled_rmse, correlation, std_ratio, centered_rmse_norm, bias_norm
Checks performed
- sample-history chunks exist and are sequentially numbered
- every chunk contains required metadata, sample, and loss arrays
- metadata arrays match exactly across chunks
- schema version matches the current observation-axis format
- sample IDs are unique and cover 0..sample_count-1
- parameter and loss arrays have the expected shapes and finite values
- observation metadata covers every case/field/window exactly once
- at least 2 sample(s) are present
- at least one tuned parameter varies across samples
checks: OK
SVD (scaled_rmse)
matrix_shape: 8 samples x 1 retained columns
mode 1: singular=2.82843, explained=100.00%
strongest observations:
bomex/cloud_frac/w1:10800-21600s/scaled_rmse loading=+1.000
strongest parameter correlations:
C8=-0.999
=== Sample history 4/4: output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770 ===
Tuner Sample History
job: output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770
chunks: 1
first_chunk: output_tuner/new_tuner_test/simple/cli_bomex_20260714_041532_660379_2066770/sample_history/sample_history_000001.npz
samples: 8
params: 102
cases: 1
fields: 1
observations: 1
metrics: scaled_rmse, correlation, std_ratio, centered_rmse_norm, bias_norm
Checks performed
- sample-history chunks exist and are sequentially numbered
- every chunk contains required metadata, sample, and loss arrays
- metadata arrays match exactly across chunks
- schema version matches the current observation-axis format
- sample IDs are unique and cover 0..sample_count-1
- parameter and loss arrays have the expected shapes and finite values
- observation metadata covers every case/field/window exactly once
- at least 2 sample(s) are present
- at least one tuned parameter varies across samples
checks: OK
SVD (scaled_rmse)
matrix_shape: 8 samples x 1 retained columns
mode 1: singular=2.82843, explained=100.00%
strongest observations:
bomex/cloud_frac/w1:10800-21600s/scaled_rmse loading=+1.000
strongest parameter correlations:
C8=-1.000
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS