Started by an SCM change
Obtained jenkins_tests/clubb_python_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on mitch in /home/jenkins/workspace/clubb_python_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /home/jenkins/workspace/clubb_python_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 475e7687de4f2ba141334ba0046a2175b611eb75 (refs/remotes/origin/master)
Commit message: "Adding -fresh flag to compile.py to remove the previous build before compiling"
> git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 475e7687de4f2ba141334ba0046a2175b611eb75 # timeout=10
> git rev-list --no-walk adfc58ffc5ad4d9bef00fc5e766b6d5a52079d8e # 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
-- The Fortran compiler identification is GNU 13.1.0
-- The C compiler identification is GNU 13.1.0
-- The CXX compiler identification is GNU 13.1.0
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/bin/gfortran - skipped
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/gcc-13.1.0-m5i6qvtqmd4lm4sd2zvpgk75ong5ehbm/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling with double precision
-- Found PkgConfig: /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-12.2.0/pkgconf-2.2.0-m7jt4djj7ycrz7g6yadslcm2qmulsagd/bin/pkg-config (found version "2.2.0")
-- Checking for module 'netcdf-fortran'
-- Found netcdf-fortran, version 4.5.3
-- netcdf-fortran found via pkg-config
-- Include dirs: /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/include;/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-c-4.9.2-xduzp77vg5dgkw7bifjoamebhjhrxhow/include
-- Libraries: netcdff
-- Derived NetCDFFortran_ROOT = /usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i
-- ENABLE_F2PY=ON with USE_NetCDF=ON: reusing CMake-built CLUBB libraries
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jenkins/workspace/clubb_python_test/build/gcc_DEBUG_PRECdouble_PYTHON
Using inferred toolchain file: /home/jenkins/workspace/clubb_python_test/cmake/toolchains/linux_x86_64_gcc.cmake
Setting CLUBB installation dir: /home/jenkins/workspace/clubb_python_test/build/gcc_DEBUG_PRECdouble_PYTHON
Setting CLUBB installation dir: /home/jenkins/workspace/clubb_python_test/install/gcc_DEBUG_PRECdouble_PYTHON
about to cmnake /home/jenkins/workspace/clubb_python_test/build/gcc_DEBUG_PRECdouble_PYTHON
Running CMake configure...
Scanning dependencies of target clubb_lapack_shared
Scanning dependencies of target scm_activation_lib
[ 0%] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f.o
[ 1%] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f.o
Scanning dependencies of target clubb_lapack_double
[ 2%] Building Fortran object src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90.o
Scanning dependencies of target clubb_lapack_single
[ 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_double/CMakeFiles/clubb_lapack_double.dir/ddot.f.o
[ 3%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f.o
[ 3%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f.o
[ 3%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f.o
[ 3%] Built target clubb_lapack_shared
[ 3%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f.o
[ 3%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f.o
[ 3%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f.o
[ 3%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f.o
[ 4%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f.o
[ 4%] 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/saxpy.f.o
[ 6%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f.o
[ 6%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f.o
[ 6%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f.o
[ 6%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f.o
[ 6%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f.o
[ 6%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f.o
[ 6%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.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_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f.o
[ 7%] Linking Fortran static library libscm_activation_lib.a
[ 7%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f.o
[ 7%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f.o
[ 8%] Built target scm_activation_lib
[ 8%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f.o
[ 8%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.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_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.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_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f.o
[ 9%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f.o
[ 9%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f.o
[ 10%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.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/sgemm.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f.o
[ 11%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f.o
[ 12%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.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_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f.o
[ 13%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.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/dlantb.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_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f.o
[ 14%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.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_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f.o
[ 15%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.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/dlartg.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f.o
[ 16%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f.o
[ 17%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.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_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
[ 18%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f.o
[ 18%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f.o
[ 18%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f.o
[ 18%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f.o
[ 18%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f.o
[ 18%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f.o
[ 19%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f.o
[ 20%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f.o
[ 20%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f.o
[ 20%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f.o
[ 21%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f.o
[ 22%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f.o
[ 23%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f.o
[ 23%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f.o
[ 23%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f.o
[ 24%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f.o
[ 25%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f.o
[ 25%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f.o
[ 26%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f.o
[ 27%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f.o
[ 27%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f.o
[ 27%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f.o
[ 27%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f.o
[ 28%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f.o
[ 29%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f.o
[ 29%] Built target clubb_lapack_double
[ 29%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f.o
[ 30%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f.o
[ 31%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f.o
[ 32%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.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
[ 33%] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f.o
[ 33%] 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_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
[ 35%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90.o
[ 35%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90.o
[ 35%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90.o
[ 35%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.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/code_timer_module.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
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90.o
[ 36%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90.o
[ 37%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90.o
/home/jenkins/workspace/clubb_python_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]
[ 37%] 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/new_hybrid_pdf.F90.o
[ 39%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90.o
[ 39%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90.o
[ 39%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90.o
[ 40%] 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/adg1_adg2_3d_luhar_pdf.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/index_mapping.F90.o
[ 40%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90.o
[ 41%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90.o
[ 41%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90.o
[ 42%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90.o
[ 43%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90.o
[ 43%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90.o
/home/jenkins/workspace/clubb_python_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_python_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]
[ 43%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90.o
[ 43%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90.o
[ 43%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90.o
[ 43%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_netcdf.F90.o
/home/jenkins/workspace/clubb_python_test/src/CLUBB_core/stats_netcdf.F90:2561:73:
2561 | character(len=REG_LINE_LEN) , dimension(NML_REG_MAX_ENTRIES) :: entry
| 1
Warning: Array 'entry' 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]
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90.o
[ 44%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90.o
[ 45%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90.o
[ 45%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90.o
[ 45%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90.o
[ 46%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90.o
[ 46%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90.o
[ 46%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90.o
[ 46%] 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/advance_wp2_wp3_module.F90.o
[ 46%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90.o
[ 46%] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_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
[ 47%] 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
Scanning dependencies of target bugsrad_lib
Scanning dependencies of target microphys_utils_lib
[ 47%] Building Fortran object src/CMakeFiles/text_writer_lib.dir/text_writer.F90.o
Scanning dependencies of target coamps_lib
[ 47%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90.o
[ 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/conice.F.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
[ 47%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F.o
[ 48%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F.o
[ 48%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90.o
[ 49%] Linking Fortran static library libtext_writer_lib.a
[ 49%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90.o
[ 49%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F.o
[ 49%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F.o
[ 49%] Linking Fortran static library libmicrophys_utils_lib.a
[ 49%] Built target text_writer_lib
[ 50%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90.o
[ 50%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F.o
[ 50%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F.o
[ 50%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F.o
[ 50%] Built target microphys_utils_lib
[ 51%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F.o
[ 51%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90.o
[ 51%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F.o
[ 51%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F.o
Scanning dependencies of target KK_microphys_lib
[ 51%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F.o
[ 51%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F.o
[ 51%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90.o
Scanning dependencies of target morrison_microphys_lib
[ 51%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F.o
[ 51%] Building Fortran object src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90.o
[ 51%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90.o
[ 51%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F.o
[ 51%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F.o
[ 51%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F.o
[ 52%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F.o
[ 53%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90.o
[ 53%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F.o
[ 53%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F.o
[ 53%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F.o
[ 54%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90.o
[ 54%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F.o
[ 54%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F.o
[ 55%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F.o
[ 55%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F.o
[ 55%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F.o
[ 55%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F.o
[ 55%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90.o
[ 55%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F.o
[ 55%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F.o
[ 56%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F.o
[ 56%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F.o
[ 57%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90.o
[ 57%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F.o
[ 57%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F.o
[ 57%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F.o
[ 57%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F.o
[ 57%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F.o
[ 58%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F.o
[ 58%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F.o
[ 58%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F.o
[ 58%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F.o
[ 59%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90.o
[ 59%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F.o
[ 59%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F.o
[ 60%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F.o
[ 61%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90.o
[ 62%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90.o
[ 62%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F.o
[ 62%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90.o
[ 62%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F.o
[ 62%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F.o
[ 62%] 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/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/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F.o
[ 63%] 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%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90.o
[ 64%] Linking Fortran static library libcoamps_lib.a
[ 64%] Built target coamps_lib
[ 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%] 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%] 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/est_kessler_microphys_module.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/mt95.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
[ 65%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F.o
[ 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
[ 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
[ 66%] Linking Fortran static library libbugsrad_lib.a
/home/jenkins/workspace/clubb_python_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]
[ 66%] Built target bugsrad_lib
[ 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 numerical_recipes_lib
[ 67%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.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
Scanning dependencies of target radiation_lib
[ 68%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90.o
[ 68%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90.o
[ 68%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90.o
[ 68%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/soil_vegetation.F90.o
[ 68%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90.o
[ 68%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90.o
[ 68%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90.o
[ 68%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90.o
[ 68%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_variables_module.F90.o
[ 68%] Linking Fortran static library libmorrison_microphys_lib.a
[ 69%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90.o
[ 69%] Built target morrison_microphys_lib
[ 70%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90.o
[ 70%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90.o
[ 70%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90.o
/home/jenkins/workspace/clubb_python_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)
[ 70%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90.o
[ 71%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90.o
[ 71%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.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/hydrostatic_module.F90.o
[ 71%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.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/input_reader.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90.o
[ 72%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_grads.F90.o
/home/jenkins/workspace/clubb_python_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/corr_varnce_input_reader.F90.o
[ 73%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90.o
[ 73%] 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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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 G_unit_test_lib
Scanning dependencies of target microphys_lib
Scanning dependencies of target benchmark_cases_lib
[ 73%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90.o
[ 73%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90.o
[ 73%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90.o
[ 73%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90.o
[ 74%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90.o
[ 74%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90.o
[ 74%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90.o
[ 74%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90.o
/home/jenkins/workspace/clubb_python_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_python_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_python_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_python_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_python_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_python_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]
[ 74%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90.o
[ 74%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90.o
[ 74%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90.o
[ 75%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90.o
[ 75%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90.o
[ 75%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90.o
[ 75%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90.o
[ 75%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90.o
[ 75%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90.o
[ 76%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90.o
/home/jenkins/workspace/clubb_python_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_python_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]
[ 76%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90.o
[ 76%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90.o
[ 76%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90.o
[ 76%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90.o
[ 76%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90.o
[ 76%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90.o
[ 77%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90.o
[ 77%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90.o
[ 78%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90.o
[ 78%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90.o
[ 78%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90.o
[ 78%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90.o
[ 78%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90.o
[ 79%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90.o
[ 79%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90.o
[ 79%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90.o
[ 79%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90.o
[ 79%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90.o
[ 79%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90.o
[ 80%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90.o
[ 81%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90.o
[ 82%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90.o
[ 83%] Linking Fortran static library libG_unit_test_lib.a
[ 83%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90.o
[ 83%] Built target G_unit_test_lib
Scanning dependencies of target G_unit_tests
[ 83%] Building Fortran object src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90.o
[ 84%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90.o
[ 84%] Linking Fortran executable G_unit_tests
[ 84%] Linking Fortran static library libbenchmark_cases_lib.a
[ 84%] Built target benchmark_cases_lib
[ 84%] Built target G_unit_tests
[ 84%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90.o
[ 84%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90.o
[ 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 clubb_driver_lib
[ 85%] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90.o
[ 85%] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90.o
[ 86%] Linking Fortran static library libclubb_driver_lib.a
[ 86%] Built target clubb_driver_lib
Scanning dependencies of target clubb_driver_test
Scanning dependencies of target clubb_tuner
Scanning dependencies of target clubb_standalone
Scanning dependencies of target clubb_thread_test
Scanning dependencies of target clubb_f2py_backend
[ 86%] Building Fortran object src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90.o
[ 86%] Building Fortran object src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90.o
[ 86%] Building Fortran object src/CMakeFiles/clubb_tuner.dir/error.F90.o
[ 86%] Building Fortran object src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90.o
[ 86%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/bicgstab_solvers_wrapper.F90.o
[ 86%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/derived_type_storage.F90.o
[ 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/calc_roots_wrapper.F90.o
/home/jenkins/workspace/clubb_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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]
[ 87%] Linking Fortran executable clubb_driver_test
[ 87%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calendar_wrapper.F90.o
[ 87%] Linking Fortran executable clubb_thread_test
[ 88%] Linking Fortran executable clubb_standalone
[ 89%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/diagnose_correlations_module_wrapper.F90.o
[ 89%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/file_functions_wrapper.F90.o
[ 90%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/fill_holes_wrapper.F90.o
[ 90%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/interpolation_wrapper.F90.o
[ 90%] 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/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
[ 91%] Built target clubb_thread_test
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mean_adv_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/nc_ncn_eqns_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_hybrid_pdf_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_pdf_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_tsdadg_pdf_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_utilities_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/penta_lu_solvers_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sigma_sqd_w_module_wrapper.F90.o
[ 91%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/skx_module_wrapper.F90.o
[ 91%] Built target clubb_driver_test
[ 92%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/tridiag_lu_solvers_wrapper.F90.o
[ 92%] Built target clubb_standalone
[ 92%] Building Fortran object src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90.o
[ 93%] Linking Fortran executable clubb_tuner
[ 93%] Built target clubb_tuner
[ 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_clubb_core_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
[ 93%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xm_wpxp_module_wrapper.F90.o
[ 94%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calc_pressure_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
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_wp2_wp3_module_wrapper.F90.o
/home/jenkins/workspace/clubb_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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'
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xp2_xpyp_module_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xp3_module_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/clip_explicit_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/corr_varnce_module_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/diffusion_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/err_info_type_module_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/error_code_wrapper.F90.o
[ 96%] 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/grid_class_wrapper.F90.o
[ 96%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/lapack_wrap_wrapper.F90.o
/home/jenkins/workspace/clubb_python_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]
[ 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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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/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
[ 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
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:70:46:
70 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:70:56:
70 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:70:62:
70 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:70:74:
70 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:70:88:
70 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:101:44:
101 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:101:55:
101 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:101:63:
101 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:102:16:
102 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:102:41:
102 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:102:47:
102 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:102:66:
102 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:102:41:
102 | 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_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:102:41:
102 | 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'
[ 98%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pos_definite_module_wrapper.F90.o
[ 98%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/prescribe_forcings_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_python_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_python_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_python_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_python_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_python_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_python_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_python_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/radiation_module_wrapper.F90.o
[ 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
[100%] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sfc_varnce_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
/home/jenkins/workspace/clubb_python_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_python_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/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 ../../../clubb_python_api/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/tmpb5gpidqp/src.linux-x86_64-3.10
f2py options: []
f2py: clubb_f2py.pyf
rmbadname1: Replacing "flen" with "flen_bn".
rmbadname1: Replacing "flen" with "flen_bn".
analyzevars: charselector={'len': '28'} unhandled.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_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_lscale_width_vert_avg
Block: f2py_wp2_term_splat_lhs
Block: f2py_wp3_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_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_diagnose_lscale_from_tau
Block: f2py_calc_lscale_directly
Block: f2py_advance_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)
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_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,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,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(fs0,amu0,rho,rcm,[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_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_wp2_term_splat_lhs"...
lhs_splat_wp2 = f2py_wp2_term_splat_lhs(nzt,c_wp2_splat,brunt_vaisala_freq_sqd_splat,[nzm,ngrdcol])
Constructing wrapper function "f2py_wp3_term_splat_lhs"...
lhs_splat_wp3 = f2py_wp3_term_splat_lhs(nzt,c_wp2_splat,brunt_vaisala_freq_sqd_splat,[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_sponge_damp_xm"...
xm_p = f2py_sponge_damp_xm(dt,zt,zm,xm_ref,xm,tau_sponge_damp,sponge_layer_depth,[nzm,nzt,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,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"...
f2py_stats_accumulate(sclr_dim,edsclr_dim,invrs_dzm,zt,dzm,dzt,dt,um,vm,upwp,vpwp,up2,vp2,thlm,rtm,wprtp,wpthlp,wp2,wp3,rtp2,rtp3,thlp2,thlp3,rtpthlp,wpthvp,wp2thvp,wp2up,rtpthvp,thlpthvp,p_in_pa,exner,rho,rho_zm,rho_ds_zm,rho_ds_zt,thv_ds_zm,thv_ds_zt,wm_zt,wm_zm,rcm,wprcp,rc_coef,rc_coef_zm,rcm_zm,rtm_zm,thlm_zm,cloud_frac,ice_supersat_frac,cloud_frac_zm,ice_supersat_frac_zm,rcm_in_layer,cloud_cover,rcm_supersat_adj,sigma_sqd_w,thvm,ug,vg,lscale,wpthlp2,wp2thlp,wprtp2,wp2rtp,lscale_up,lscale_down,tau_zt,kh_zt,wp2rcp,wprtpthlp,sigma_sqd_w_zt,rsat,wp2_zt,thlp2_zt,wpthlp_zt,wprtp_zt,rtp2_zt,rtpthlp_zt,up2_zt,vp2_zt,upwp_zt,vpwp_zt,wpup2,wpvp2,wp2up2,wp2vp2,wp4,tau_zm,kh_zm,thlprcp,rtprcp,rcp2,em,a3_coef,a3_coef_zt,wp3_zm,wp3_on_wp2,wp3_on_wp2_zt,skw_velocity,w_up_in_cloud,w_down_in_cloud,cloudy_updraft_frac,cloudy_downdraft_frac,sclrm,sclrp2,sclrprtp,sclrpthlp,sclrm_forcing,sclrpthvp,wpsclrp,sclrprcp,wp2sclrp,wpsclrp2,wpsclrprtp,wpsclrpthlp,wpedsclrp,edsclrm,edsclrm_forcing,saturation_formula,l_call_pdf_closure_twice,[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_predict_upwp_vpwp,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,[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,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,ngrdcol])
Constructing wrapper function "f2py_calc_luhar_params"...
mixt_frac,big_m,small_m = f2py_calc_luhar_params(skx,wpxp,xp2,x_tol_sqd,[nz,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,ngrdcol])
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,[nz,ngrdcol])
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,[nz,ngrdcol])
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,[nz,ngrdcol])
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,[nz,ngrdcol])
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,[nz,ngrdcol])
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"...
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,gamma_skw_fnc,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"...
sigma_sqd_w = f2py_compute_sigma_sqd_w(gamma_Skw_fnc,wp2,thlp2,rtp2,up2,vp2,wpthlp,wprtp,upwp,vpwp,l_predict_upwp_vpwp,[nzm,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,l_first_clip_ts,l_last_clip_ts,dt,xp2,yp2,l_predict_upwp_vpwp,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,wpthlp,upwp,vpwp,wpsclrp,upwp_pert,vpwp_pert = f2py_clip_covars_denom(sclr_dim,dt,rtp2,thlp2,up2,vp2,wp2,sclrp2,wprtp_cl_num,wpthlp_cl_num,wpsclrp_cl_num,upwp_cl_num,vpwp_cl_num,l_predict_upwp_vpwp,l_tke_aniso,l_linearize_pbl_winds,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_dry,brunt_vaisala_freq_sqd_moist,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(thlm,Lscale_zm,em,exner,rtm,rcm,p_in_Pa,thvm,ice_supersat_frac,lambda0_stability_coef,bv_efold,T0,saturation_formula,l_brunt_vaisala_freq_moist,l_use_thvm_in_bv_freq,l_modify_limiters_for_cnvg_test,[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"...
rtp3,thlp3,sclrp3 = 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,l_lmm_stepping,rtp3,thlp3,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,wp3_zm,wp2_zt = f2py_advance_wp2_wp3(dt,sfc_elevation,fcor_y,sigma_sqd_w,wm_zm,wm_zt,a3_coef,a3_coef_zt,wp3_on_wp2,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,skw_zm,skw_zt,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,wp3_zm,wp2_zt,[nzm,nzt,ngrdcol])
Constructing wrapper function "f2py_advance_windm_edsclrm"...
um,vm,edsclrm,upwp,vpwp,wpedsclrp,um_pert,vm_pert,upwp_pert,vpwp_pert = f2py_advance_windm_edsclrm(edsclr_dim,dt,wm_zt,km_zm,kmh_zm,ug,vg,um_ref,vm_ref,wp2,up2,vp2,um_forcing,vm_forcing,edsclrm_forcing,rho_ds_zm,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,order_xp2_xpyp,order_wp2_wp3,order_windm,um,vm,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,wp3_on_wp2,wp3_on_wp2_zt,dt,fcor_y,sclrm,wpsclrp,wpsclrp2,wpsclrprtp,wpsclrpthlp,lhs_splat_wp2,clubb_params,iipdf_type,tridiag_solve_method,fill_holes_type,l_predict_upwp_vpwp,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 '*'
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_on_wp2,wp3_on_wp2_zt,kh_zt,kh_zm,stability_correction,invrs_tau_c6_zm,tau_max_zm,skw_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,order_xm_wpxp,order_xp2_xpyp,order_wp2_wp3,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/tmpb5gpidqp/src.linux-x86_64-3.10/clubb_f2pymodule.c"
adding '/tmp/tmpb5gpidqp/src.linux-x86_64-3.10/fortranobject.c' to sources.
adding '/tmp/tmpb5gpidqp/src.linux-x86_64-3.10' to include_dirs.
copying /usr/lib/python3/dist-packages/numpy/f2py/src/fortranobject.c -> /tmp/tmpb5gpidqp/src.linux-x86_64-3.10
copying /usr/lib/python3/dist-packages/numpy/f2py/src/fortranobject.h -> /tmp/tmpb5gpidqp/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/tmpb5gpidqp/tmp
creating /tmp/tmpb5gpidqp/tmp/tmpb5gpidqp
creating /tmp/tmpb5gpidqp/tmp/tmpb5gpidqp/src.linux-x86_64-3.10
compile options: '-DNPY_DISABLE_OPTIMIZATION=1 -I/tmp/tmpb5gpidqp/src.linux-x86_64-3.10 -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
gcc: /tmp/tmpb5gpidqp/src.linux-x86_64-3.10/clubb_f2pymodule.c
gcc: /tmp/tmpb5gpidqp/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/tmpb5gpidqp/src.linux-x86_64-3.10/fortranobject.h:13,
from /tmp/tmpb5gpidqp/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 " \
| ^~~~~~~
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/tmpb5gpidqp/src.linux-x86_64-3.10/fortranobject.h:13,
from /tmp/tmpb5gpidqp/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 " \
| ^~~~~~~
/tmp/tmpb5gpidqp/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 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 /tmp/tmpb5gpidqp/tmp/tmpb5gpidqp/src.linux-x86_64-3.10/clubb_f2pymodule.o /tmp/tmpb5gpidqp/tmp/tmpb5gpidqp/src.linux-x86_64-3.10/fortranobject.o -L/home/jenkins/workspace/clubb_python_test/clubb_python_api -lclubb_f2py_backend -o ./clubb_f2py.cpython-310-x86_64-linux-gnu.so
Removing build directory /tmp/tmpb5gpidqp
analyzevars: charselector={'len': '28'} unhandled.analyzevars: charselector={'len': '64'} unhandled.analyzevars: charselector={'len': '64'} unhandled.[100%] Copying clubb_f2py extension into clubb_python_api/
[100%] Built target clubb_f2py
Install the project...
-- Install configuration: "Debug"
-- Installing: /home/jenkins/workspace/clubb_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/libclubb_driver_lib.a
-- Installing: /home/jenkins/workspace/clubb_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_tuner
-- Set runtime path of "/home/jenkins/workspace/clubb_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_tuner" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/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_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/G_unit_tests
-- Set runtime path of "/home/jenkins/workspace/clubb_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/G_unit_tests" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/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_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_thread_test
-- Set runtime path of "/home/jenkins/workspace/clubb_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_thread_test" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/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_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_standalone
-- Set runtime path of "/home/jenkins/workspace/clubb_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_standalone" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/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_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_driver_test
-- Set runtime path of "/home/jenkins/workspace/clubb_python_test/install/gcc_DEBUG_PRECdouble_PYTHON/clubb_driver_test" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
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] { (Run F2PY pytests)
[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
+ bash clubb_python_api/run_pytests.sh -v
============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-9.0.3, pluggy-1.6.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /home/jenkins/workspace/clubb_python_test/clubb_python_api
collecting ... Fatal Python error: Aborted
Current thread 0x0000775da0326740 (most recent call first):
File "/home/jenkins/workspace/clubb_python_test/clubb_python_api/clubb_python/CLUBB_core/parameters_tunable.py", line 32 in <listcomp>
File "/home/jenkins/workspace/clubb_python_test/clubb_python_api/clubb_python/CLUBB_core/parameters_tunable.py", line 32 in get_param_names
File "/home/jenkins/workspace/clubb_python_test/clubb_python_api/tests/test_stats.py", line 38 in <module>
File "/usr/local/lib/python3.10/dist-packages/_pytest/assertion/rewrite.py", line 197 in exec_module
File "<frozen importlib._bootstrap>", line 688 in _load_unlocked
File "<frozen importlib._bootstrap>", line 1006 in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1027 in _find_and_load
File "<frozen importlib._bootstrap>", line 1050 in _gcd_import
File "/usr/lib/python3.10/importlib/__init__.py", line 126 in import_module
File "/usr/local/lib/python3.10/dist-packages/_pytest/pathlib.py", line 587 in import_path
File "/usr/local/lib/python3.10/dist-packages/_pytest/python.py", line 507 in importtestmodule
File "/usr/local/lib/python3.10/dist-packages/_pytest/python.py", line 560 in _getobj
File "/usr/local/lib/python3.10/dist-packages/_pytest/python.py", line 289 in obj
File "/usr/local/lib/python3.10/dist-packages/_pytest/python.py", line 576 in _register_setup_module_fixture
File "/usr/local/lib/python3.10/dist-packages/_pytest/python.py", line 563 in collect
File "/usr/local/lib/python3.10/dist-packages/_pytest/runner.py", line 398 in collect
File "/usr/local/lib/python3.10/dist-packages/_pytest/runner.py", line 353 in from_call
File "/usr/local/lib/python3.10/dist-packages/_pytest/runner.py", line 400 in pytest_make_collect_report
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 121 in _multicall
File "/usr/local/lib/python3.10/dist-packages/pluggy/_manager.py", line 120 in _hookexec
File "/usr/local/lib/python3.10/dist-packages/pluggy/_hooks.py", line 512 in __call__
File "/usr/local/lib/python3.10/dist-packages/_pytest/runner.py", line 576 in collect_one_node
File "/usr/local/lib/python3.10/dist-packages/_pytest/main.py", line 883 in _collect_one_node
File "/usr/local/lib/python3.10/dist-packages/_pytest/main.py", line 1020 in genitems
File "/usr/local/lib/python3.10/dist-packages/_pytest/main.py", line 1023 in genitems
File "/usr/local/lib/python3.10/dist-packages/_pytest/main.py", line 857 in perform_collect
File "/usr/local/lib/python3.10/dist-packages/_pytest/main.py", line 382 in pytest_collection
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 121 in _multicall
File "/usr/local/lib/python3.10/dist-packages/pluggy/_manager.py", line 120 in _hookexec
File "/usr/local/lib/python3.10/dist-packages/pluggy/_hooks.py", line 512 in __call__
File "/usr/local/lib/python3.10/dist-packages/_pytest/main.py", line 371 in _main
File "/usr/local/lib/python3.10/dist-packages/_pytest/main.py", line 318 in wrap_session
File "/usr/local/lib/python3.10/dist-packages/_pytest/main.py", line 365 in pytest_cmdline_main
File "/usr/local/lib/python3.10/dist-packages/pluggy/_callers.py", line 121 in _multicall
File "/usr/local/lib/python3.10/dist-packages/pluggy/_manager.py", line 120 in _hookexec
File "/usr/local/lib/python3.10/dist-packages/pluggy/_hooks.py", line 512 in __call__
File "/usr/local/lib/python3.10/dist-packages/_pytest/config/__init__.py", line 199 in main
File "/usr/local/lib/python3.10/dist-packages/_pytest/config/__init__.py", line 223 in console_main
File "/usr/local/lib/python3.10/dist-packages/pytest/__main__.py", line 9 in <module>
File "/usr/lib/python3.10/runpy.py", line 86 in _run_code
File "/usr/lib/python3.10/runpy.py", line 196 in _run_module_as_main
Extension modules: numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg.lapack_lite, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, clubb_f2py, cftime._cftime, netCDF4._netCDF4 (total: 17)
clubb_python_api/run_pytests.sh: line 26: 2726243 Aborted (core dumped) python3 -m pytest tests/ "$@"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Python vs Fortran cases)
Stage "Run Python vs Fortran cases" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] emailext
Sending email to: messnermet@uwm.edu
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 134
Finished: FAILURE