Started by user Gunther Huebler
Obtained jenkins_tests/clubb_python_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/clubb_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
> git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision dc7d6ed92e27f14e4e64769a67a09a63b2783310 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f dc7d6ed92e27f14e4e64769a67a09a63b2783310 # timeout=10
Commit message: "Python update (#1291)"
> git rev-list --no-walk a142b32188f7388ce905ee833c55abff306fb812 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] sh
+ source /etc/profile.d/larson-group.sh
++ export GIT_EDITOR=vi
++ GIT_EDITOR=vi
++ export SVN_EDITOR=vi
++ SVN_EDITOR=vi
++ export OMP_STACKSIZE=1048579
++ OMP_STACKSIZE=1048579
++ export LMOD_ROOT=/opt/lmod/
++ LMOD_ROOT=/opt/lmod/
++ source /opt/lmod//lmod/lmod/init/bash
+++ '[' -z '' ']'
+++ case "$-" in
+++ __lmod_vx=x
+++ '[' -n x ']'
+++ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ module load gcc netcdf-fortran
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_sh_dbg=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output
Lmod Warning:
-------------------------------------------------------------------------------
The following dependent module(s) are not currently loaded:
gcc-runtime/13.1.0-gzedt3f (required by: mpich/4.2.1, hdf5/1.14.3-42x3zrv,
netcdf-c/4.9.2, netcdf-fortran/4.5.3)
-------------------------------------------------------------------------------
Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ ./compile.py -debug -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-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gfortran - skipped
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling with double precision
-- Found PkgConfig: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/pkgconf-2.2.0-5yfc5u2idq4y27sxxkurcul66iyq7axu/bin/pkg-config (found version "2.2.0")
-- Checking for module 'netcdf-fortran'
-- Found netcdf-fortran, version 4.5.3
-- netcdf-fortran found via pkg-config
-- Include dirs: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/include;/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-c-4.9.2-vfbwjy5rcwhozcnzui7joyfxgxpytu5a/include
-- Libraries: netcdff
-- Derived NetCDFFortran_ROOT = /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir
-- 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...
[1/1039] Building Fortran preprocessed src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90-pp.f90
[2/1039] Building Fortran preprocessed src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90-pp.f90
[3/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90-pp.f90
[4/1039] Building Fortran preprocessed src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90-pp.f90
[5/1039] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90-pp.f90
[6/1039] Building Fortran preprocessed src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90-pp.f90
[7/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90-pp.f90
[8/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/soil_vegetation.F90-pp.f90
[9/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/radiation_variables_module.F90-pp.f90
[10/1039] Building Fortran preprocessed src/CMakeFiles/text_writer_lib.dir/text_writer.F90-pp.f90
[11/1039] Building Fortran preprocessed src/CMakeFiles/clubb_tuner.dir/error.F90-pp.f90
[12/1039] Building Fortran preprocessed src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90-pp.f90
[13/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90-pp.f90
[14/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90-pp.f90
[15/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90-pp.f90
[16/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F-pp.f
[17/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F-pp.f
[18/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F-pp.f
[19/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F-pp.f
[20/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90-pp.f90
[21/1039] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90-pp.f90
[22/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90-pp.f90
[23/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90-pp.f90
[24/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F-pp.f
[25/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F-pp.f
[26/1039] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90-pp.f90
[27/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90-pp.f90
[28/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F-pp.f
[29/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90-pp.f90
[30/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90-pp.f90
[31/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90-pp.f90
[32/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F-pp.f
[33/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F-pp.f
[34/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F-pp.f
[35/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90-pp.f90
[36/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F-pp.f
[37/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F-pp.f
[38/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F-pp.f
[39/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F-pp.f
[40/1039] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90-pp.f90
[41/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90-pp.f90
[42/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90-pp.f90
[43/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90-pp.f90
[44/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90-pp.f90
[45/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90-pp.f90
[46/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90-pp.f90
[47/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90-pp.f90
[48/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90-pp.f90
[49/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90-pp.f90
[50/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90-pp.f90
[51/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90-pp.f90
[52/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90-pp.f90
[53/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90-pp.f90
[54/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90-pp.f90
[55/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90-pp.f90
[56/1039] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90-pp.f90
[57/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90-pp.f90
[58/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90-pp.f90
[59/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90-pp.f90
[60/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90-pp.f90
[61/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90-pp.f90
[62/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90-pp.f90
[63/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90-pp.f90
[64/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90-pp.f90
[65/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90-pp.f90
[66/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90-pp.f90
[67/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90-pp.f90
[68/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjmlt.F-pp.f
[69/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F-pp.f
[70/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90-pp.f90
[71/1039] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90-pp.f90
[72/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/conice.F-pp.f
[73/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F-pp.f
[74/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F-pp.f
[75/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F-pp.f
[76/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F-pp.f
[77/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F-pp.f
[78/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F-pp.f
[79/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F-pp.f
[80/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjtq.F-pp.f
[81/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F-pp.f
[82/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90-pp.f90
[83/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F-pp.f
[84/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F-pp.f
[85/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F-pp.f
[86/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F-pp.f
[87/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F-pp.f
[88/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F-pp.f
[89/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F-pp.f
[90/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F-pp.f
[91/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F-pp.f
[92/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F-pp.f
[93/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F-pp.f
[94/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F-pp.f
[95/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F-pp.f
[96/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F-pp.f
[97/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F-pp.f
[98/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F-pp.f
[99/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F-pp.f
[100/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F-pp.f
[101/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F-pp.f
[102/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F-pp.f
[103/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F-pp.f
[104/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F-pp.f
[105/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F-pp.f
[106/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F-pp.f
[107/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F-pp.f
[108/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F-pp.f
[109/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F-pp.f
[110/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F-pp.f
[111/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F-pp.f
[112/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F-pp.f
[113/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F-pp.f
[114/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F-pp.f
[115/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F-pp.f
[116/1039] Building Fortran preprocessed src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90-pp.f90
[117/1039] Building Fortran preprocessed src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/microphys_stats_vars_module.F90-pp.f90
[118/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90-pp.f90
[119/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F-pp.f
[120/1039] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F-pp.f
[121/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90-pp.f90
[122/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90-pp.f90
[123/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90-pp.f90
[124/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90-pp.f90
[125/1039] Building Fortran preprocessed src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90-pp.f90
[126/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90-pp.f90
[127/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90-pp.f90
[128/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90-pp.f90
[129/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90-pp.f90
[130/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90-pp.f90
[131/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90-pp.f90
[132/1039] Generating Fortran dyndep file src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/Fortran.dd
[133/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90-pp.f90
[134/1039] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90-pp.f90
[135/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90-pp.f90
[136/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f-pp.f
[137/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f-pp.f
[138/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90-pp.f90
[139/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90-pp.f90
[140/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90-pp.f90
[141/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90-pp.f90
[142/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90-pp.f90
[143/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90-pp.f90
[144/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90-pp.f90
[145/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90-pp.f90
[146/1039] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90-pp.f90
[147/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90-pp.f90
[148/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90-pp.f90
[149/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90-pp.f90
[150/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90-pp.f90
[151/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90-pp.f90
[152/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90-pp.f90
[153/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90-pp.f90
[154/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90-pp.f90
[155/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90-pp.f90
[156/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90-pp.f90
[157/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90-pp.f90
[158/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90-pp.f90
[159/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90-pp.f90
[160/1039] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90-pp.f90
[161/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_clubb_core_module.F90-pp.f90
[162/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90-pp.f90
[163/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90-pp.f90
[164/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90-pp.f90
[165/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90-pp.f90
[166/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90-pp.f90
[167/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90-pp.f90
[168/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90-pp.f90
[169/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_wp2_wp3_module.F90-pp.f90
[170/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90-pp.f90
[171/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_module.F90-pp.f90
[172/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90-pp.f90
[173/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90-pp.f90
[174/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90-pp.f90
[175/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_api_module.F90-pp.f90
[176/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90-pp.f90
[177/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90-pp.f90
[178/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90-pp.f90
[179/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90-pp.f90
[180/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90-pp.f90
[181/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90-pp.f90
[182/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90-pp.f90
[183/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90-pp.f90
[184/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90-pp.f90
[185/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90
[186/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90-pp.f90
[187/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90-pp.f90
[188/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90-pp.f90
[189/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90-pp.f90
[190/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90-pp.f90
[191/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90-pp.f90
[192/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90-pp.f90
[193/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90-pp.f90
[194/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90-pp.f90
[195/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pos_definite_module_wrapper.F90-pp.f90
[196/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/precipitation_fraction_wrapper.F90-pp.f90
[197/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90-pp.f90
[198/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/penta_lu_solvers_wrapper.F90-pp.f90
[199/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90-pp.f90
[200/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90-pp.f90
[201/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_netcdf.F90-pp.f90
[202/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90-pp.f90
[203/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90-pp.f90
[204/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90-pp.f90
[205/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90-pp.f90
[206/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90-pp.f90
[207/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90-pp.f90
[208/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90-pp.f90
[209/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90-pp.f90
[210/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_closure_module.F90-pp.f90
[211/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_parameter_module.F90-pp.f90
[212/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90-pp.f90
[213/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90-pp.f90
[214/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90-pp.f90
[215/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90-pp.f90
[216/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90-pp.f90
[217/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90-pp.f90
[218/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90-pp.f90
[219/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90-pp.f90
[220/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90-pp.f90
[221/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90-pp.f90
[222/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/setup_clubb_pdf_params.F90-pp.f90
[223/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90-pp.f90
[224/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90-pp.f90
[225/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90-pp.f90
[226/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f-pp.f
[227/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90-pp.f90
[228/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f-pp.f
[229/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90-pp.f90
[230/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f-pp.f
[231/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f-pp.f
[232/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f-pp.f
[233/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f-pp.f
[234/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f-pp.f
[235/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f-pp.f
[236/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f-pp.f
[237/1039] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90-pp.f90
[238/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f-pp.f
[239/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f-pp.f
[240/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f-pp.f
[241/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f-pp.f
[242/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f-pp.f
[243/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f-pp.f
[244/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f-pp.f
[245/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f-pp.f
[246/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f-pp.f
[247/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f-pp.f
[248/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f-pp.f
[249/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f-pp.f
[250/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f-pp.f
[251/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f-pp.f
[252/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f-pp.f
[253/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f-pp.f
[254/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f-pp.f
[255/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f-pp.f
[256/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f-pp.f
[257/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f-pp.f
[258/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f-pp.f
[259/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f-pp.f
[260/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f-pp.f
[261/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f-pp.f
[262/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f-pp.f
[263/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f-pp.f
[264/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f-pp.f
[265/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f-pp.f
[266/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f-pp.f
[267/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f-pp.f
[268/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f-pp.f
[269/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f-pp.f
[270/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f-pp.f
[271/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f-pp.f
[272/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f-pp.f
[273/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f-pp.f
[274/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f-pp.f
[275/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f-pp.f
[276/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f-pp.f
[277/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f-pp.f
[278/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f-pp.f
[279/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f-pp.f
[280/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f-pp.f
[281/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f-pp.f
[282/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f-pp.f
[283/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f-pp.f
[284/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f-pp.f
[285/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f-pp.f
[286/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f-pp.f
[287/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f-pp.f
[288/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f-pp.f
[289/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f-pp.f
[290/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f-pp.f
[291/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f-pp.f
[292/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f-pp.f
[293/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f-pp.f
[294/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f-pp.f
[295/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f-pp.f
[296/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f-pp.f
[297/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f-pp.f
[298/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f-pp.f
[299/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f-pp.f
[300/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f-pp.f
[301/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f-pp.f
[302/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f-pp.f
[303/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f-pp.f
[304/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f-pp.f
[305/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f-pp.f
[306/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f-pp.f
[307/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f-pp.f
[308/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f-pp.f
[309/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f-pp.f
[310/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f-pp.f
[311/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f-pp.f
[312/1039] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f-pp.f
[313/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f-pp.f
[314/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f-pp.f
[315/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f-pp.f
[316/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f-pp.f
[317/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f-pp.f
[318/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f-pp.f
[319/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f-pp.f
[320/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f-pp.f
[321/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f-pp.f
[322/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f-pp.f
[323/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f-pp.f
[324/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f-pp.f
[325/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f-pp.f
[326/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f-pp.f
[327/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f-pp.f
[328/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f-pp.f
[329/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f-pp.f
[330/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f-pp.f
[331/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f-pp.f
[332/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f-pp.f
[333/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f-pp.f
[334/1039] Generating Fortran dyndep file src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/Fortran.dd
[335/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f-pp.f
[336/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f-pp.f
[337/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f-pp.f
[338/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f-pp.f
[339/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f-pp.f
[340/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f-pp.f
[341/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f-pp.f
[342/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f-pp.f
[343/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f-pp.f
[344/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f-pp.f
[345/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f-pp.f
[346/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f-pp.f
[347/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f-pp.f
[348/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f-pp.f
[349/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f-pp.f
[350/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f-pp.f
[351/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f-pp.f
[352/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f-pp.f
[353/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f-pp.f
[354/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f-pp.f
[355/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f-pp.f
[356/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f-pp.f
[357/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f-pp.f
[358/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f-pp.f
[359/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f-pp.f
[360/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f-pp.f
[361/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f-pp.f
[362/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f-pp.f
[363/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f-pp.f
[364/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f-pp.f
[365/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f.o
[366/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f.o
[367/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f.o
[368/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f.o
[369/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f.o
[370/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f.o
[371/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f.o
[372/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f.o
[373/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f.o
[374/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f.o
[375/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f.o
[376/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f.o
[377/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f.o
[378/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f.o
[379/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f.o
[380/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f.o
[381/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f.o
[382/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f.o
[383/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f.o
[384/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f.o
[385/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f.o
[386/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f.o
[387/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f.o
[388/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f.o
[389/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f.o
[390/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f.o
[391/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f.o
[392/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f.o
[393/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f.o
[394/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f.o
[395/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f.o
[396/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f.o
[397/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f.o
[398/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f.o
[399/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f.o
[400/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f.o
[401/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f.o
[402/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f.o
[403/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f.o
[404/1039] Building Fortran object src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90.o
[405/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f.o
[406/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f.o
[407/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f.o
[408/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f.o
[409/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f.o
[410/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f.o
[411/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f.o
[412/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f.o
[413/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f.o
[414/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f.o
[415/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f.o
[416/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f.o
[417/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f.o
[418/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f.o
[419/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f.o
[420/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f.o
[421/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f.o
[422/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f.o
[423/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f.o
[424/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f.o
[425/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f.o
[426/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f.o
[427/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f.o
[428/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f.o
[429/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f.o
[430/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f-pp.f
[431/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f.o
[432/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f-pp.f
[433/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f-pp.f
[434/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f-pp.f
[435/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f-pp.f
[436/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f-pp.f
[437/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f-pp.f
[438/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f-pp.f
[439/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f-pp.f
[440/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f-pp.f
[441/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f.o
[442/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f-pp.f
[443/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f.o
[444/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f.o
[445/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f-pp.f
[446/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f-pp.f
[447/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f-pp.f
[448/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f.o
[449/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f.o
[450/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f.o
[451/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f-pp.f
[452/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f-pp.f
[453/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f-pp.f
[454/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f-pp.f
[455/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f-pp.f
[456/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f-pp.f
[457/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f.o
[458/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f.o
[459/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f-pp.f
[460/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f-pp.f
[461/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f-pp.f
[462/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f-pp.f
[463/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f-pp.f
[464/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f-pp.f
[465/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f-pp.f
[466/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f.o
[467/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f.o
[468/1039] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f-pp.f
[469/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f.o
[470/1039] Building Fortran preprocessed src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f-pp.f
[471/1039] Building Fortran preprocessed src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f-pp.f
[472/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f.o
[473/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90-pp.f90
[474/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f.o
[475/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90-pp.f90
[476/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f.o
[477/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90-pp.f90
[478/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90-pp.f90
[479/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90-pp.f90
[480/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90-pp.f90
[481/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90-pp.f90
[482/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_grads.F90-pp.f90
[483/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90-pp.f90
[484/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90-pp.f90
[485/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90-pp.f90
[486/1039] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90-pp.f90
[487/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90-pp.f90
[488/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90-pp.f90
[489/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90-pp.f90
[490/1039] Generating Fortran dyndep file src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/Fortran.dd
[491/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90-pp.f90
[492/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90-pp.f90
[493/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90-pp.f90
[494/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90-pp.f90
[495/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90-pp.f90
[496/1039] Generating Fortran dyndep file src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/Fortran.dd
[497/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90-pp.f90
[498/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90-pp.f90
[499/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90-pp.f90
[500/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90-pp.f90
[501/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90-pp.f90
[502/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90-pp.f90
[503/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90-pp.f90
[504/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90-pp.f90
[505/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90-pp.f90
[506/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90-pp.f90
[507/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90-pp.f90
[508/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90-pp.f90
[509/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90-pp.f90
[510/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90-pp.f90
[511/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90-pp.f90
[512/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90-pp.f90
[513/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90-pp.f90
[514/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f.o
[515/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90-pp.f90
[516/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90-pp.f90
[517/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90-pp.f90
[518/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90-pp.f90
[519/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90-pp.f90
[520/1039] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f.o
[521/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f.o
[522/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f.o
[523/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f.o
[524/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f.o
[525/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f.o
[526/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f.o
[527/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f.o
[528/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f.o
[529/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f.o
[530/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f.o
[531/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f.o
[532/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f.o
[533/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f.o
[534/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f.o
[535/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f.o
[536/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f.o
[537/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f.o
[538/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f.o
[539/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f.o
[540/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f.o
[541/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f.o
[542/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f.o
[543/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f.o
[544/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f.o
[545/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f.o
[546/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f.o
[547/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f.o
[548/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f.o
[549/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f.o
[550/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f.o
[551/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f.o
[552/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f.o
[553/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f.o
[554/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f.o
[555/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f.o
[556/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f.o
[557/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f.o
[558/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f.o
[559/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f.o
[560/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f.o
[561/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f.o
[562/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f.o
[563/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f.o
[564/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f.o
[565/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f.o
[566/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f.o
[567/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f.o
[568/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f.o
[569/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f.o
[570/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f.o
[571/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f.o
[572/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f.o
[573/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f.o
[574/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f.o
[575/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f.o
[576/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f.o
[577/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f.o
[578/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f.o
[579/1039] Linking Fortran static library src/Microphys/SCM_Activation/libscm_activation_lib.a
[580/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f.o
[581/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f.o
[582/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f.o
[583/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f.o
[584/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f.o
[585/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90-pp.f90
[586/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90-pp.f90
[587/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f.o
[588/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f.o
[589/1039] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90-pp.f90
[590/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f.o
[591/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f.o
[592/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f.o
[593/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/derived_type_storage.F90-pp.f90
[594/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/T_in_K_module_wrapper.F90-pp.f90
[595/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calc_pressure_wrapper.F90-pp.f90
[596/1039] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f.o
[597/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f.o
[598/1039] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f.o
[599/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/adg1_adg2_3d_luhar_pdf_wrapper.F90-pp.f90
[600/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f.o
[601/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f.o
[602/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f.o
[603/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f.o
[604/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f.o
[605/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_clubb_core_module_wrapper.F90-pp.f90
[606/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_helper_module_wrapper.F90-pp.f90
[607/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xm_wpxp_module_wrapper.F90-pp.f90
[608/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f.o
[609/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_wp2_wp3_module_wrapper.F90-pp.f90
[610/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calc_roots_wrapper.F90-pp.f90
[611/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_windm_edsclrm_module_wrapper.F90-pp.f90
[612/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xp3_module_wrapper.F90-pp.f90
[613/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/clip_explicit_wrapper.F90-pp.f90
[614/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f.o
[615/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/bicgstab_solvers_wrapper.F90-pp.f90
[616/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/corr_varnce_module_wrapper.F90-pp.f90
[617/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/diffusion_wrapper.F90-pp.f90
[618/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f.o
[619/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xp2_xpyp_module_wrapper.F90-pp.f90
[620/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/diagnose_correlations_module_wrapper.F90-pp.f90
[621/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f.o
[622/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f.o
[623/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f.o
[624/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calendar_wrapper.F90-pp.f90
[625/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/err_info_type_module_wrapper.F90-pp.f90
[626/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/error_code_wrapper.F90-pp.f90
[627/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/file_functions_wrapper.F90-pp.f90
[628/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/fill_holes_wrapper.F90-pp.f90
[629/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/grid_class_wrapper.F90-pp.f90
[630/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/interpolation_wrapper.F90-pp.f90
[631/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/hydrostatic_module_wrapper.F90-pp.f90
[632/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/lapack_interfaces_wrapper.F90-pp.f90
[633/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/lapack_wrap_wrapper.F90-pp.f90
[634/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/ly93_pdf_wrapper.F90-pp.f90
[635/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/matrix_operations_wrapper.F90-pp.f90
[636/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/matrix_solver_wrapper_wrapper.F90-pp.f90
[637/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mean_adv_wrapper.F90-pp.f90
[638/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mixing_length_wrapper.F90-pp.f90
[639/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mono_flux_limiter_wrapper.F90-pp.f90
[640/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/model_flags_wrapper.F90-pp.f90
[641/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_hybrid_pdf_main_wrapper.F90-pp.f90
[642/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_hybrid_pdf_wrapper.F90-pp.f90
[643/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/nc_ncn_eqns_wrapper.F90-pp.f90
[644/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_pdf_wrapper.F90-pp.f90
[645/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f.o
[646/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_pdf_main_wrapper.F90-pp.f90
[647/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_tsdadg_pdf_wrapper.F90-pp.f90
[648/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/numerical_check_wrapper.F90-pp.f90
[649/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_parameter_module_wrapper.F90-pp.f90
[650/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_utilities_wrapper.F90-pp.f90
[651/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_closure_module_wrapper.F90-pp.f90
[652/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f.o
[653/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/parameters_tunable_wrapper.F90-pp.f90
[654/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/radiation_module_wrapper.F90-pp.f90
[655/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/remapping_module_wrapper.F90-pp.f90
[656/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/prescribe_forcings_module_wrapper.F90-pp.f90
[657/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f.o
[658/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sfc_varnce_module_wrapper.F90-pp.f90
[659/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/saturation_wrapper.F90-pp.f90
[660/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sponge_layer_damping_wrapper.F90-pp.f90
[661/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sigma_sqd_w_module_wrapper.F90-pp.f90
[662/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/skx_module_wrapper.F90-pp.f90
[663/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/turbulent_adv_pdf_wrapper.F90-pp.f90
[664/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/stats_netcdf_wrapper.F90-pp.f90
[665/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/tridiag_lu_solvers_wrapper.F90-pp.f90
[666/1039] Building Fortran preprocessed clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/stats_clubb_utilities_wrapper.F90-pp.f90
[667/1039] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f.o
[668/1039] Linking Fortran static library src/Lapack/liblapack_lib.a
[669/1039] Generating Fortran dyndep file src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Fortran.dd
[670/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90.o
[671/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90.o
[672/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90.o
[673/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90.o
[674/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90.o
[675/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90.o
[676/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90.o
[677/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90.o
[678/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90.o
[679/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90.o
[680/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90.o
[681/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90.o
[682/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90.o
[683/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90.o
[684/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90.o
[685/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90.o
[686/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90.o
[687/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90.o
[688/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90.o
[689/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90.o
[690/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90.o
[691/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90.o
[692/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90.o
[693/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90.o
[694/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90.o
[695/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90.o
[696/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90.o
[697/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90.o
[698/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.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]
[699/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90.o
[700/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90.o
[701/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90.o
[702/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90.o
[703/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90.o
[704/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90.o
[705/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90.o
[706/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90.o
[707/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90.o
[708/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90.o
[709/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90.o
[710/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90.o
[711/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_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]
[712/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90.o
[713/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90.o
[714/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90.o
[715/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_parameter_module.F90.o
[716/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90.o
[717/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90.o
[718/1039] 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]
[719/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90.o
[720/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90.o
[721/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90.o
[722/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90.o
[723/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90.o
[724/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90.o
[725/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90.o
[726/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90.o
[727/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90.o
[728/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90.o
[729/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90.o
[730/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_wp2_wp3_module.F90.o
[731/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/setup_clubb_pdf_params.F90.o
[732/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90.o
[733/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_module.F90.o
[734/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_closure_module.F90.o
[735/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_clubb_core_module.F90.o
[736/1039] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_api_module.F90.o
[737/1039] Linking Fortran static library src/CLUBB_core/libclubb_core_lib.a
[738/1039] Generating Fortran dyndep file src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/Fortran.dd
[739/1039] Generating Fortran dyndep file src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/Fortran.dd
[740/1039] Generating Fortran dyndep file src/CMakeFiles/text_writer_lib.dir/Fortran.dd
[741/1039] Generating Fortran dyndep file src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/Fortran.dd
[742/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90.o
[743/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F.o
[744/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F.o
[745/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F.o
[746/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F.o
[747/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F.o
[748/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F.o
[749/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F.o
[750/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F.o
[751/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F.o
[752/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F.o
[753/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F.o
[754/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F.o
[755/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F.o
[756/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F.o
[757/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F.o
[758/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F.o
[759/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F.o
[760/1039] Building Fortran object src/CMakeFiles/text_writer_lib.dir/text_writer.F90.o
[761/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F.o
[762/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F.o
[763/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F.o
[764/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F.o
[765/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F.o
[766/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F.o
[767/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90.o
[768/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F.o
[769/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90.o
[770/1039] Building Fortran object src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/microphys_stats_vars_module.F90.o
[771/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F.o
[772/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F.o
[773/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F.o
[774/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F.o
[775/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F.o
[776/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F.o
[777/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F.o
[778/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F.o
[779/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F.o
[780/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F.o
[781/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90.o
[782/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F.o
[783/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F.o
[784/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F.o
[785/1039] Linking Fortran static library src/libtext_writer_lib.a
[786/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F.o
[787/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F.o
[788/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F.o
[789/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F.o
[790/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F.o
[791/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjmlt.F.o
[792/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F.o
[793/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F.o
[794/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F.o
[795/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/conice.F.o
[796/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F.o
[797/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F.o
[798/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F.o
[799/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90.o
[800/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F.o
[801/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F.o
[802/1039] Linking Fortran static library src/Microphys/Microphys_utils/libmicrophys_utils_lib.a
[803/1039] Generating Fortran dyndep file src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/Fortran.dd
[804/1039] Generating Fortran dyndep file src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Fortran.dd
[805/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F.o
[806/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F.o
[807/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90.o
[808/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90.o
[809/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F.o
[810/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90.o
[811/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F.o
[812/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90.o
[813/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F.o
[814/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90.o
[815/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90.o
[816/1039] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjtq.F.o
[817/1039] Linking Fortran static library src/Microphys/COAMPS_microphys/libcoamps_lib.a
[818/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90.o
[819/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90.o
[820/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F.o
[821/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90.o
[822/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90.o
[823/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90.o
[824/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90.o
[825/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90.o
[826/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90.o
[827/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90.o
[828/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F.o
[829/1039] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F.o
[830/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90.o
[831/1039] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90.o
[832/1039] Linking Fortran static library src/Radiation/BUGSrad/libbugsrad_lib.a
[833/1039] Linking Fortran static library src/Microphys/KK_microphys/libKK_microphys_lib.a
[834/1039] Generating Fortran dyndep file src/SILHS/CMakeFiles/silhs_lib.dir/Fortran.dd
[835/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90.o
[836/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90.o
[837/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90.o
[838/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90.o
[839/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90.o
[840/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90.o
[841/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90.o
[842/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90.o
[843/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90.o
/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]
[844/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90.o
[845/1039] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90.o
[846/1039] Linking Fortran static library src/SILHS/libsilhs_lib.a
[847/1039] Generating Fortran dyndep file src/Radiation/CMakeFiles/radiation_lib.dir/Fortran.dd
[848/1039] Generating Fortran dyndep file src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/Fortran.dd
[849/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90.o
[850/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90.o
[851/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90.o
[852/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90.o
[853/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/soil_vegetation.F90.o
[854/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90.o
[855/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90.o
[856/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90.o
[857/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90.o
[858/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90.o
[859/1039] Building Fortran object src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90.o
[860/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_variables_module.F90.o
[861/1039] Linking Fortran static library src/Microphys/Morrison_microphys/libmorrison_microphys_lib.a
[862/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90.o
[863/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90.o
[864/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90.o
[865/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90.o
[866/1039] 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)
[867/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90.o
[868/1039] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90.o
[869/1039] Linking Fortran static library src/Numerical_recipes/libnumerical_recipes_lib.a
[870/1039] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90.o
[871/1039] Linking Fortran static library src/Radiation/libradiation_lib.a
[872/1039] Generating Fortran dyndep file src/Input_fields/CMakeFiles/input_fields_lib.dir/Fortran.dd
[873/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90.o
[874/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90.o
[875/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90.o
[876/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90.o
[877/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_grads.F90.o
[878/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90.o
[879/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.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]
[880/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90.o
[881/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90.o
[882/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90.o
[883/1039] 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]
[884/1039] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90.o
[885/1039] Linking Fortran static library src/Input_fields/libinput_fields_lib.a
[886/1039] Generating Fortran dyndep file src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Fortran.dd
[887/1039] Generating Fortran dyndep file src/Microphys/CMakeFiles/microphys_lib.dir/Fortran.dd
[888/1039] Generating Fortran dyndep file src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/Fortran.dd
[889/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90.o
[890/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90.o
[891/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90.o
[892/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90.o
[893/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90.o
[894/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90.o
[895/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90.o
[896/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90.o
[897/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90.o
[898/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90.o
[899/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90.o
[900/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90.o
[901/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90.o
[902/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90.o
[903/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.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]
[904/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90.o
[905/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.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]
[906/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90.o
[907/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90.o
[908/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90.o
[909/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90.o
[910/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90.o
[911/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90.o
[912/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90.o
[913/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90.o
[914/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90.o
[915/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90.o
[916/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90.o
[917/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90.o
[918/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90.o
[919/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90.o
[920/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90.o
[921/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90.o
[922/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90.o
[923/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90.o
[924/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90.o
[925/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90.o
[926/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90.o
[927/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90.o
[928/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90.o
[929/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90.o
[930/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90.o
[931/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90.o
[932/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90.o
[933/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90.o
[934/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90.o
[935/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90.o
[936/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90.o
[937/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90.o
[938/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90.o
[939/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90.o
[940/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90.o
[941/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90.o
[942/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90.o
[943/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90.o
[944/1039] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90.o
[945/1039] Linking Fortran static library src/G_unit_test_types/libG_unit_test_lib.a
[946/1039] Generating Fortran dyndep file src/CMakeFiles/G_unit_tests.dir/Fortran.dd
[947/1039] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90.o
[948/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90.o
[949/1039] Building Fortran object src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90.o
[950/1039] Linking Fortran static library src/Benchmark_cases/libbenchmark_cases_lib.a
[951/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90.o
[952/1039] Linking Fortran executable src/G_unit_tests
[953/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90.o
[954/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90.o
[955/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90.o
[956/1039] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90.o
[957/1039] Linking Fortran static library src/Microphys/libmicrophys_lib.a
[958/1039] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_lib.dir/Fortran.dd
[959/1039] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90.o
[960/1039] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90.o
[961/1039] Linking Fortran static library src/libclubb_driver_lib.a
[962/1039] Generating Fortran dyndep file src/CMakeFiles/clubb_standalone.dir/Fortran.dd
[963/1039] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_test.dir/Fortran.dd
[964/1039] Generating Fortran dyndep file src/CMakeFiles/clubb_thread_test.dir/Fortran.dd
[965/1039] Generating Fortran dyndep file src/CMakeFiles/clubb_tuner.dir/Fortran.dd
[966/1039] Generating Fortran dyndep file clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/Fortran.dd
[967/1039] Building Fortran object src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90.o
[968/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/interpolation_wrapper.F90.o
[969/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/nc_ncn_eqns_wrapper.F90.o
[970/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/matrix_operations_wrapper.F90.o
[971/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calendar_wrapper.F90.o
[972/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/diagnose_correlations_module_wrapper.F90.o
[973/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/fill_holes_wrapper.F90.o
[974/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mean_adv_wrapper.F90.o
[975/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/file_functions_wrapper.F90.o
[976/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/T_in_K_module_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]
[977/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sigma_sqd_w_module_wrapper.F90.o
[978/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/skx_module_wrapper.F90.o
[979/1039] Building Fortran object src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90.o
[980/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calc_roots_wrapper.F90.o
[981/1039] Building Fortran object src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90.o
[982/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_utilities_wrapper.F90.o
[983/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/bicgstab_solvers_wrapper.F90.o
[984/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/tridiag_lu_solvers_wrapper.F90.o
[985/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/penta_lu_solvers_wrapper.F90.o
[986/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/ly93_pdf_wrapper.F90.o
[987/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_hybrid_pdf_wrapper.F90.o
[988/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_tsdadg_pdf_wrapper.F90.o
[989/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/lapack_interfaces_wrapper.F90.o
[990/1039] Linking Fortran executable src/clubb_thread_test
[991/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_pdf_wrapper.F90.o
[992/1039] Linking Fortran executable src/clubb_standalone
[993/1039] Linking Fortran executable src/clubb_driver_test
[994/1039] Building Fortran object src/CMakeFiles/clubb_tuner.dir/error.F90.o
[995/1039] Building Fortran object src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90.o
[996/1039] Linking Fortran executable src/clubb_tuner
[997/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/derived_type_storage.F90.o
/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]
[998/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pos_definite_module_wrapper.F90.o
[999/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/corr_varnce_module_wrapper.F90.o
[1000/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/hydrostatic_module_wrapper.F90.o
[1001/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/diffusion_wrapper.F90.o
[1002/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_windm_edsclrm_module_wrapper.F90.o
[1003/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xp3_module_wrapper.F90.o
[1004/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/calc_pressure_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]
[1005/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/error_code_wrapper.F90.o
[1006/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_pdf_main_wrapper.F90.o
[1007/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_wp2_wp3_module_wrapper.F90.o
[1008/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/model_flags_wrapper.F90.o
/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'
[1009/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/radiation_module_wrapper.F90.o
[1010/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/precipitation_fraction_wrapper.F90.o
[1011/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xm_wpxp_module_wrapper.F90.o
[1012/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/matrix_solver_wrapper_wrapper.F90.o
[1013/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mono_flux_limiter_wrapper.F90.o
[1014/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/clip_explicit_wrapper.F90.o
[1015/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_clubb_core_module_wrapper.F90.o
[1016/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/parameters_tunable_wrapper.F90.o
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:46:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:56:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'filename' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:62:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'flen' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:74:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'nparams_in' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:77:88:
77 | subroutine f2py_init_clubb_params_file(ngrdcol, filename, flen, nparams_in, clubb_params) &
| 1
Warning: Variable 'clubb_params' at (1) is a dummy argument of the BIND(C) procedure 'f2py_init_clubb_params_file' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:108:44:
108 | subroutine f2py_calc_derrived_params(ngrdcol, grid_type, deltaz, &
| 1
Warning: Variable 'ngrdcol' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:108:55:
108 | subroutine f2py_calc_derrived_params(ngrdcol, grid_type, deltaz, &
| 1
Warning: Variable 'grid_type' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:108:63:
108 | subroutine f2py_calc_derrived_params(ngrdcol, grid_type, deltaz, &
| 1
Warning: Variable 'deltaz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:16:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: Variable 'clubb_params' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:41:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: Variable 'l_prescribed_avg_deltaz' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:47:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: Variable 'lmin' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:66:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: Variable 'mixt_frac_max_mag' at (1) is a dummy argument of the BIND(C) procedure 'f2py_calc_derrived_params' but may not be C interoperable [-Wc-binding-type]
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:41:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: GNU Extension: LOGICAL dummy argument 'l_prescribed_avg_deltaz' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_calc_derrived_params'
/home/jenkins/workspace/clubb_python_test/clubb_python_api/f2py_fortran_wrappers/parameters_tunable_wrapper.F90:109:41:
109 | clubb_params, l_prescribed_avg_deltaz, lmin, mixt_frac_max_mag) &
| 1
Warning: GNU Extension: LOGICAL result variable 'l_prescribed_avg_deltaz' at (1) with non-C_Bool kind in BIND(C) procedure 'f2py_calc_derrived_params'
[1017/1039] 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/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]
[1018/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/new_hybrid_pdf_main_wrapper.F90.o
[1019/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_xp2_xpyp_module_wrapper.F90.o
[1020/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/prescribe_forcings_module_wrapper.F90.o
[1021/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/remapping_module_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]
[1022/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/err_info_type_module_wrapper.F90.o
/home/jenkins/workspace/clubb_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]
[1023/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/saturation_wrapper.F90.o
[1024/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/mixing_length_wrapper.F90.o
[1025/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sfc_varnce_module_wrapper.F90.o
[1026/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/numerical_check_wrapper.F90.o
[1027/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/turbulent_adv_pdf_wrapper.F90.o
[1028/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/pdf_closure_module_wrapper.F90.o
[1029/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/grid_class_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]
[1030/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/stats_clubb_utilities_wrapper.F90.o
[1031/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/advance_helper_module_wrapper.F90.o
[1032/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/sponge_layer_damping_wrapper.F90.o
[1033/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/lapack_wrap_wrapper.F90.o
[1034/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/adg1_adg2_3d_luhar_pdf_wrapper.F90.o
[1035/1039] Building Fortran object clubb_python_api/CMakeFiles/clubb_f2py_backend.dir/f2py_fortran_wrappers/stats_netcdf_wrapper.F90.o
[1036/1039] Linking Fortran shared library ../../clubb_python_api/libclubb_f2py_backend.so
[1037/1039] Building clubb_f2py extension via numpy.f2py (reusing CMake-built CLUBB libs)
/usr/local/lib/python3.10/dist-packages/numpy/f2py/f2py2e.py:686: VisibleDeprecationWarning: distutils has been deprecated since NumPy 1.26.Use the Meson backend instead, or generate wrapperswithout -c and use a custom build script
builder = build_backend(
running build
running config_cc
INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
INFO: build_src
INFO: building extension "clubb_f2py" sources
creating /tmp/tmp2eqasxds/src.linux-x86_64-3.10
INFO: f2py options: []
INFO: f2py: clubb_f2py.pyf
rmbadname1: Replacing "flen" with "flen_bn".
rmbadname1: Replacing "flen" with "flen_bn".
rmbadname1: Replacing "flen" with "flen_bn".
Reading fortran codes...
Reading file 'clubb_f2py.pyf' (format:free)
Post-processing...
Block: clubb_f2py
Block: set_grid
Block: get_grid
Block: set_sclr_idx
Block: get_sclr_idx
Block: set_nu_vert_res_dep
Block: get_nu_vert_res_dep
Block: get_err_info_dims
Block: get_err_code
Block: f2py_init_pressure
Block: f2py_get_grid_dims
Block: f2py_get_grid_shape
Block: f2py_band_solve_multiple_rhs
Block: f2py_tridiag_solve_single_rhs_multiple_lhs
Block: f2py_tridiag_solve_multiple_rhs
Block: f2py_lapack_gtsv
Block: f2py_lapack_gtsvx
Block: f2py_lapack_gbsv
Block: f2py_lapack_gbsvx
Block: f2py_lapack_potrf
Block: f2py_lapack_poequ
Block: f2py_lapack_laqsy
Block: f2py_lapack_syev
Block: f2py_lapack_tridiag_solve
Block: f2py_lapack_tridiag_solvex
Block: f2py_lapack_band_solve
Block: f2py_lapack_band_solvex
Block: f2py_penta_bicgstab_solve
Block: f2py_penta_lu_solve_single_rhs_multiple_lhs
Block: f2py_penta_lu_solve_multiple_rhs_lhs
Block: f2py_tridiag_lu_solve_single_rhs_lhs
Block: f2py_tridiag_lu_solve_single_rhs_multiple_lhs
Block: f2py_tridiag_lu_solve_multiple_rhs_lhs
Block: f2py_thlm2t_in_k_1d
Block: f2py_init_err_info
Block: f2py_set_default_config_flags
Block: f2py_init_config_flags
Block: f2py_setup_grid
Block: f2py_get_nparams
Block: f2py_init_clubb_params
Block: f2py_get_param_names
Block: f2py_init_clubb_params_file
Block: f2py_calc_derrived_params
Block: f2py_init_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
Applying post-processing hooks...
character_backward_compatibility_hook
Post-processing (stage 2)...
Building modules...
Building module "clubb_f2py"...
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "set_sclr_idx"...
set_sclr_idx(iisclr_rt,iisclr_thl,iisclr_co2,iiedsclr_rt,iiedsclr_thl,iiedsclr_co2)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "get_sclr_idx"...
iisclr_rt,iisclr_thl,iisclr_co2,iiedsclr_rt,iiedsclr_thl,iiedsclr_co2 = get_sclr_idx()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "set_nu_vert_res_dep"...
set_nu_vert_res_dep(nu1,nu2,nu6,nu8,nu9,nu10,nu_hm,[nzm])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "get_nu_vert_res_dep"...
nu1,nu2,nu6,nu8,nu9,nu10,nu_hm = get_nu_vert_res_dep(nzm)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "get_err_info_dims"...
ngrdcol = get_err_info_dims()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "get_err_code"...
err_code = get_err_code(ngrdcol)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_get_grid_dims"...
nzm_out,nzt_out = f2py_get_grid_dims()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_get_grid_shape"...
ngrdcol_out,nzm_out,nzt_out = f2py_get_grid_shape()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_gtsv"...
soln,info = f2py_lapack_gtsv(dl,d,du,b,[n,nrhs])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_gtsvx"...
soln,rcond,ferr,berr,info = f2py_lapack_gtsvx(dl,d,du,b,[n,nrhs])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_gbsv"...
soln,ipiv,info = f2py_lapack_gbsv(kl,ku,ab,b,[n,nrhs])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_gbsvx"...
soln,rcond,ferr,berr,equed,info = f2py_lapack_gbsvx(kl,ku,ab,b,[n,nrhs])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_potrf"...
a_factor,info = f2py_lapack_potrf(uplo,a,[n])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_poequ"...
s,scond,amax,info = f2py_lapack_poequ(a,[n])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_laqsy"...
a_equed,equed = f2py_lapack_laqsy(uplo,a,s,scond,amax,[n])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_syev"...
a_out,w,info = f2py_lapack_syev(jobz,uplo,a,[n])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_tridiag_solve"...
soln = f2py_lapack_tridiag_solve(solve_type,lhs,rhs,[ndim,nrhs,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_tridiag_solvex"...
soln,rcond = f2py_lapack_tridiag_solvex(solve_type,lhs,rhs,[ndim,nrhs,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_band_solve"...
soln = f2py_lapack_band_solve(solve_type,nsup,nsub,lhs,rhs,[ndim,nrhs,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lapack_band_solvex"...
soln,rcond = f2py_lapack_band_solvex(solve_type,nsup,nsub,lhs,rhs,[ndim,nrhs,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_penta_bicgstab_solve"...
soln,iters = f2py_penta_bicgstab_solve(lhs,rhs,[ndim,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_penta_lu_solve_single_rhs_multiple_lhs"...
soln = f2py_penta_lu_solve_single_rhs_multiple_lhs(lhs,rhs,[ndim,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_penta_lu_solve_multiple_rhs_lhs"...
soln = f2py_penta_lu_solve_multiple_rhs_lhs(lhs,rhs,[ndim,nrhs,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_tridiag_lu_solve_single_rhs_lhs"...
soln = f2py_tridiag_lu_solve_single_rhs_lhs(lhs,rhs,[ndim])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_tridiag_lu_solve_single_rhs_multiple_lhs"...
soln = f2py_tridiag_lu_solve_single_rhs_multiple_lhs(lhs,rhs,[ndim,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_tridiag_lu_solve_multiple_rhs_lhs"...
soln = f2py_tridiag_lu_solve_multiple_rhs_lhs(lhs,rhs,[ndim,nrhs,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_thlm2t_in_k_1d"...
t_in_k = f2py_thlm2t_in_k_1d(thlm,exner,rcm,[nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_init_err_info"...
f2py_init_err_info(ngrdcol)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_get_nparams"...
nparams_out = f2py_get_nparams()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_init_clubb_params"...
clubb_params = f2py_init_clubb_params(ngrdcol,iunit,filename,nparams)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_get_param_names"...
param_names = f2py_get_param_names(nparams)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_init_clubb_params_file"...
clubb_params = f2py_init_clubb_params_file(ngrdcol,filename,nparams,[flen_bn])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_init_pdf_params"...
f2py_init_pdf_params(nz,ngrdcol)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_init_pdf_params_zm"...
f2py_init_pdf_params_zm(nz,ngrdcol)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_init_pdf_implicit"...
f2py_init_pdf_implicit(nz,ngrdcol,sclr_dim)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_cubic_solve"...
roots_real,roots_imag = f2py_cubic_solve(a_coef,b_coef,c_coef,d_coef,[nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_quadratic_solve"...
roots_real,roots_imag = f2py_quadratic_solve(a_coef,b_coef,c_coef,[nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "get_pdf_params_dims"...
ngrdcol,nz,ngrdcol_zm,nz_zm = get_pdf_params_dims()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "get_implicit_coefs_dims"...
ngrdcol,nz,sclr_dim = get_implicit_coefs_dims()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_finalize"...
f2py_stats_finalize()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_get_stats_var_meta"...
name,grid_name,units,long_name,grid_id,nz = f2py_get_stats_var_meta(ivar)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_get_stats_var_data"...
buffer,nsamples = f2py_get_stats_var_data(ivar,ncol,nz)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_set_stats_var_data"...
f2py_set_stats_var_data(ivar,buffer,nsamples,[ncol,nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_begin_timestep"...
f2py_stats_begin_timestep(itime)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_end_timestep"...
f2py_stats_end_timestep(time_value)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_update_scalar"...
f2py_stats_update_scalar(name,values,icol,level)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_update_1d"...
f2py_stats_update_1d(name,values,icol,[n])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_update_2d"...
f2py_stats_update_2d(name,values,[ncol,nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_begin_budget_scalar"...
f2py_stats_begin_budget_scalar(name,values,icol)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_begin_budget_1d"...
f2py_stats_begin_budget_1d(name,values,icol,[n])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_begin_budget_2d"...
f2py_stats_begin_budget_2d(name,values,[ncol,nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_update_budget_scalar"...
f2py_stats_update_budget_scalar(name,values,icol,level)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_update_budget_1d"...
f2py_stats_update_budget_1d(name,values,icol,[n])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_update_budget_2d"...
f2py_stats_update_budget_2d(name,values,[ncol,nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_finalize_budget_scalar"...
f2py_stats_finalize_budget_scalar(name,values,icol,l_count_sample)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_finalize_budget_1d"...
f2py_stats_finalize_budget_1d(name,values,icol,l_count,[n])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_finalize_budget_2d"...
f2py_stats_finalize_budget_2d(name,values,l_count,[ncol,nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_var_on_stats_list"...
l_result = f2py_var_on_stats_list(name)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stats_lh_samples_write_ln"...
f2py_stats_lh_samples_write_ln(samples,[ncol,nsamp,nzt,nvars])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_calculate_thvm"...
thvm = f2py_calculate_thvm(thlm,rtm,rcm,exner,thv_ds_zt,[nzt,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_zt2zm_2d"...
azm = f2py_zt2zm_2d(nzm,azt,[nzt,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_zm2zt_2d"...
azt = f2py_zm2zt_2d(nzt,azm,[nzm,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_zt2zm2zt_2d"...
azt_smoothed = f2py_zt2zm2zt_2d(nzm,azt,zt_min,[nzt,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_ddzm_2d"...
d_azm_dzt = f2py_ddzm_2d(nzt,azm,[nzm,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_ddzt_2d"...
d_azt_dzm = f2py_ddzt_2d(nzm,azt,[nzt,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_sat_mixrat_liq_2d"...
rsat = f2py_sat_mixrat_liq_2d(p_in_Pa,t_in_k,saturation_formula,[nz,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_sat_mixrat_ice_2d"...
rsat = f2py_sat_mixrat_ice_2d(p_in_Pa,t_in_k,saturation_formula,[nz,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_rcm_sat_adj"...
rcm_out = f2py_rcm_sat_adj(thlm,rtm,p_in_Pa,exner,saturation_formula)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_cos_solar_zen"...
cos_zen = f2py_cos_solar_zen(day,month,year,current_time,lat_vals,lon_vals)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_sunray_sw"...
frad_sw = f2py_sunray_sw(fs0,amu0,rho,rcm,[ngrdcol,nzt])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_zero_pdf_params"...
f2py_zero_pdf_params(which)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_zero_pdf_implicit_coefs_terms"...
f2py_zero_pdf_implicit_coefs_terms()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_check_parameters"...
getarrdims:warning: assumed shape array, using 0 instead of '*'
f2py_check_parameters(clubb_params,lmin,[ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_set_clubb_debug_level"...
f2py_set_clubb_debug_level(level)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_cleanup_grid"...
f2py_cleanup_grid()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_cleanup_err_info"...
f2py_cleanup_err_info()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_set_err_info_values"...
f2py_set_err_info_values(chunk_idx,mpi_rank,lat,lon,[ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_get_err_info_values"...
chunk_idx,mpi_rank,lat,lon = f2py_get_err_info_values(ngrdcol)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_reset_err_code"...
f2py_reset_err_code()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_initialize_error_headers"...
f2py_initialize_error_headers()
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_file_read_1d"...
variable = f2py_file_read_1d(file_unit,path_and_filename,num_datapts,entries_per_line)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_julian2gregorian_date"...
day,month,year = f2py_julian2gregorian_date(julian_date)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_gregorian2julian_day"...
julian_day = f2py_gregorian2julian_day(day,month,year)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_leap_year"...
is_leap_year = f2py_leap_year(year)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_zlinterp_fnc"...
var_out = f2py_zlinterp_fnc(grid_out,grid_src,var_src,[dim_out,dim_src])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_calc_ri_zm"...
ri_zm = f2py_calc_ri_zm(bv_freq_sqd,shear,lim_bv,lim_shear,[nzm,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_vertical_avg"...
avg_out = f2py_vertical_avg(rho_ds,field,dz,[total_idx])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_vertical_integral"...
integral_out = f2py_vertical_integral(rho_ds,field,dz,[total_idx])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_zm2zt2zm_2d"...
azm_smoothed = f2py_zm2zt2zm_2d(nzt,azm,zm_min,[nzm,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_pvertinterp"...
interp_var = f2py_pvertinterp(p_mid,p_out,input_var,[nzt,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_set_lscale_max"...
lscale_max = f2py_set_lscale_max(l_implemented,host_dx,host_dy,[ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_term_ma_zm_lhs"...
lhs_ma = f2py_term_ma_zm_lhs(wm_zm,invrs_dzm,weights_zm2zt,[nzm,nzt,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_smooth_heaviside_peskin"...
smth_output = f2py_smooth_heaviside_peskin(input,smth_range,[nz,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_smooth_max_scalar_array"...
output_var = f2py_smooth_max_scalar_array(input_var1,input_var2,smth_coef,[nz,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_smooth_max_array_scalar"...
output_var = f2py_smooth_max_array_scalar(input_var1,input_var2,smth_coef,[nz,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_smooth_min_scalar_array"...
output_var = f2py_smooth_min_scalar_array(input_var1,input_var2,smth_coef,[nz,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_smooth_min_array_scalar"...
output_var = f2py_smooth_min_array_scalar(input_var1,input_var2,smth_coef,[nz,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_calc_xpwp_2d"...
xpwp = f2py_calc_xpwp_2d(km_zm,xm,[nzm,nzt,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_smooth_corr_quotient"...
quotient = f2py_smooth_corr_quotient(numerator,denominator,denom_thresh,[ngrdcol,nz])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_mean_l2n"...
mu_x_n = f2py_mean_l2n(mu_x,sigma2_on_mu2)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_stdev_l2n"...
sigma_x_n = f2py_stdev_l2n(sigma2_on_mu2)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_compute_mean_binormal"...
xm = f2py_compute_mean_binormal(mu_x_1,mu_x_2,mixt_frac)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_cholesky_factor"...
a_scaling,a_cholesky,l_scaled = f2py_cholesky_factor(a_input,[ndim])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_mirror_lower_triangular_matrix"...
matrix = f2py_mirror_lower_triangular_matrix(matrix,[nvars])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_diagnose_correlations"...
corr_array = f2py_diagnose_correlations(iipdf_w,corr_array_pre,l_calc_w_corr,[pdf_dim])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_lg_2005_ansatz"...
skx = f2py_lg_2005_ansatz(skw,wpxp,wp2,xp2,beta,sigma_sqd_w,x_tol,[nz,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_calculate_spurious_source"...
spurious_source = f2py_calculate_spurious_source(integral_after,integral_before,flux_top,flux_sfc,integral_forcing,dt)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_length_check"...
f2py_length_check(lscale,lscale_up,lscale_down,[nzt])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_assert_corr_symmetric"...
f2py_assert_corr_symmetric(corr_array_n,[pdf_dim])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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)
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_clip_rcm"...
rcm = f2py_clip_rcm(rtm,message,rcm,[nzt,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
Constructing wrapper function "f2py_clip_variance"...
xp2 = f2py_clip_variance(solve_type,dt,threshold_lo,xp2,[nzm,ngrdcol])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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])
Generating possibly empty wrappers"
Maybe empty "clubb_f2py-f2pywrappers.f"
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/tmp2eqasxds/src.linux-x86_64-3.10/clubb_f2pymodule.c"
INFO: adding '/tmp/tmp2eqasxds/src.linux-x86_64-3.10/fortranobject.c' to sources.
INFO: adding '/tmp/tmp2eqasxds/src.linux-x86_64-3.10' to include_dirs.
copying /usr/local/lib/python3.10/dist-packages/numpy/f2py/src/fortranobject.c -> /tmp/tmp2eqasxds/src.linux-x86_64-3.10
copying /usr/local/lib/python3.10/dist-packages/numpy/f2py/src/fortranobject.h -> /tmp/tmp2eqasxds/src.linux-x86_64-3.10
INFO: adding '/tmp/tmp2eqasxds/src.linux-x86_64-3.10/clubb_f2py-f2pywrappers.f' to sources.
INFO: build_src: building npy-pkg config files
running build_ext
INFO: customize UnixCCompiler
INFO: customize UnixCCompiler using build_ext
INFO: get_default_fcompiler: matching types: '['arm', 'gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor', 'fujitsu']'
INFO: customize ArmFlangCompiler
WARN: Could not locate executable armflang
INFO: Found executable /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gfortran
WARN: arm: no Fortran 90 compiler found
WARN: arm: no Fortran 90 compiler found
INFO: customize Gnu95FCompiler
INFO: Found executable /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gfortran
INFO: customize Gnu95FCompiler
INFO: customize Gnu95FCompiler using build_ext
INFO: building 'clubb_f2py' extension
INFO: compiling C sources
INFO: C compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/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/tmp2eqasxds/tmp
creating /tmp/tmp2eqasxds/tmp/tmp2eqasxds
creating /tmp/tmp2eqasxds/tmp/tmp2eqasxds/src.linux-x86_64-3.10
INFO: compile options: '-DNPY_DISABLE_OPTIMIZATION=1 -I/tmp/tmp2eqasxds/src.linux-x86_64-3.10 -I/usr/local/lib/python3.10/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
INFO: gcc: /tmp/tmp2eqasxds/src.linux-x86_64-3.10/clubb_f2pymodule.c
INFO: gcc: /tmp/tmp2eqasxds/src.linux-x86_64-3.10/fortranobject.c
INFO: compiling Fortran sources
INFO: Fortran f77 compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
Fortran f90 compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
Fortran fix compiler: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
INFO: compile options: '-I/tmp/tmp2eqasxds/src.linux-x86_64-3.10 -I/usr/local/lib/python3.10/dist-packages/numpy/core/include -I/usr/include/python3.10 -c'
INFO: gfortran:f77: /tmp/tmp2eqasxds/src.linux-x86_64-3.10/clubb_f2py-f2pywrappers.f
INFO: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/bin/gfortran -Wall -g -Wall -g -shared -Wl,-rpath,$ORIGIN /tmp/tmp2eqasxds/tmp/tmp2eqasxds/src.linux-x86_64-3.10/clubb_f2pymodule.o /tmp/tmp2eqasxds/tmp/tmp2eqasxds/src.linux-x86_64-3.10/fortranobject.o /tmp/tmp2eqasxds/tmp/tmp2eqasxds/src.linux-x86_64-3.10/clubb_f2py-f2pywrappers.o -L/home/jenkins/workspace/clubb_python_test/clubb_python_api -L/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/lib/gcc/x86_64-pc-linux-gnu/13.1.0/../../../../lib64 -L/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/gcc-13.1.0-uswx4gd4eee2bf3orriqppfr4j25x4li/lib/gcc/x86_64-pc-linux-gnu/13.1.0/../../../../lib64 -lclubb_f2py_backend -lgfortran -o ./clubb_f2py.cpython-310-x86_64-linux-gnu.so
Removing build directory /tmp/tmp2eqasxds
[1038/1039] Copying clubb_f2py extension into clubb_python_api/
[1038/1039] 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-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_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-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_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-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_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-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
-- Installing: /home/jenkins/workspace/clubb_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-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib"
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-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ module load gcc netcdf-fortran
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_sh_dbg=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output
Lmod Warning:
-------------------------------------------------------------------------------
The following dependent module(s) are not currently loaded:
gcc-runtime/13.1.0-gzedt3f (required by: mpich/4.2.1, hdf5/1.14.3-42x3zrv,
netcdf-c/4.9.2, netcdf-fortran/4.5.3)
-------------------------------------------------------------------------------
Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ bash clubb_python_api/run_pytests.sh -v
============================= test session starts ==============================
platform linux -- Python 3.10.13, pytest-9.0.2, pluggy-1.6.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /home/jenkins/workspace/clubb_python_test/clubb_python_api
collecting ... collected 224 items
tests/test_advance_core_subs.py::TestComputeSigmaSqdW::test_basic_call PASSED [ 0%]
tests/test_advance_core_subs.py::TestComputeSigmaSqdW::test_sigma_bounded PASSED [ 0%]
tests/test_advance_core_subs.py::TestComputeSigmaSqdW::test_zero_variance PASSED [ 1%]
tests/test_advance_core_subs.py::TestFillHolesVertical::test_no_holes PASSED [ 1%]
tests/test_advance_core_subs.py::TestFillHolesVertical::test_fills_negative PASSED [ 2%]
tests/test_advance_core_subs.py::TestFillHolesWp2FromHorzTke::test_fills_wp2_and_conserves_tke PASSED [ 2%]
tests/test_advance_core_subs.py::TestClipRcm::test_rcm_clipped_to_rtm PASSED [ 3%]
tests/test_advance_core_subs.py::TestClipRcm::test_negative_rcm_unchanged PASSED [ 3%]
tests/test_advance_core_subs.py::TestClipRcm::test_valid_rcm_unchanged PASSED [ 4%]
tests/test_advance_core_subs.py::TestClipCovar::test_basic_call PASSED [ 4%]
tests/test_advance_core_subs.py::TestClipCovar::test_clips_excess_covariance PASSED [ 4%]
tests/test_advance_core_subs.py::TestClipSkewness::test_clip_skewness_limits_wp3 PASSED [ 5%]
tests/test_advance_core_subs.py::TestClipVariance::test_clips_to_threshold PASSED [ 5%]
tests/test_advance_core_subs.py::TestClipVariance::test_above_threshold_unchanged PASSED [ 6%]
tests/test_advance_core_subs.py::TestBruntVaisala::test_basic_call PASSED [ 6%]
tests/test_advance_core_subs.py::TestBruntVaisala::test_stable_positive_n2 PASSED [ 7%]
tests/test_advance_core_subs.py::TestCxFncRichardson::test_basic_call PASSED [ 7%]
tests/test_advance_core_subs.py::TestStabilityCorrection::test_basic_call PASSED [ 8%]
tests/test_advance_core_subs.py::TestStabilityCorrection::test_nonnegative PASSED [ 8%]
tests/test_advance_core_subs.py::TestClipCovarsDenom::test_basic_call PASSED [ 8%]
tests/test_argument_contract_audit.py::test_argument_order_checker_finds_no_issues PASSED [ 9%]
tests/test_call_tree_advance_core.py::test_advance_clubb_core_returns_finite_arrays PASSED [ 9%]
tests/test_call_tree_advance_core.py::test_advance_clubb_core_repeatability_for_identical_inputs PASSED [ 10%]
tests/test_call_tree_advance_windm_edsclrm.py::test_advance_windm_edsclrm_returns_finite_arrays PASSED [ 10%]
tests/test_call_tree_advance_windm_edsclrm.py::test_advance_windm_edsclrm_updates_match_return_values PASSED [ 11%]
tests/test_call_tree_advance_wp2_wp3.py::test_advance_wp2_wp3_returns_finite_arrays PASSED [ 11%]
tests/test_call_tree_advance_wp2_wp3.py::test_advance_wp2_wp3_updates_match_return_values PASSED [ 12%]
tests/test_call_tree_advance_xm_wpxp.py::test_advance_xm_wpxp_returns_finite_arrays PASSED [ 12%]
tests/test_call_tree_advance_xm_wpxp.py::test_advance_xm_wpxp_updates_match_return_values PASSED [ 12%]
tests/test_call_tree_advance_xp2_xpyp.py::test_advance_xp2_xpyp_returns_finite_arrays PASSED [ 13%]
tests/test_call_tree_advance_xp2_xpyp.py::test_advance_xp2_xpyp_updates_match_return_values PASSED [ 13%]
tests/test_call_tree_advance_xp2_xpyp.py::test_update_xp2_mc_returns_finite_arrays PASSED [ 14%]
tests/test_call_tree_advance_xp3.py::test_advance_xp3_returns_finite_arrays PASSED [ 14%]
tests/test_call_tree_advance_xp3.py::test_advance_xp3_updates_match_return_values PASSED [ 15%]
tests/test_call_tree_bicgstab_solvers.py::test_penta_bicgstab_solve_solves_diagonal_system PASSED [ 15%]
tests/test_call_tree_calc_roots.py::test_quadratic_solve_known_roots PASSED [ 16%]
tests/test_call_tree_calc_roots.py::test_cubic_solve_known_roots PASSED [ 16%]
tests/test_call_tree_corr_varnce_module.py::test_assert_corr_symmetric_accepts_identity_and_flags_bad_matrix PASSED [ 16%]
tests/test_call_tree_diagnose_correlations_module.py::test_diagnose_correlations_preserves_identity_matrix PASSED [ 17%]
tests/test_call_tree_diagnose_correlations_module.py::test_calc_cholesky_corr_mtx_approx_handles_identity_matrix PASSED [ 17%]
tests/test_call_tree_error_code.py::test_initialize_error_headers_callable PASSED [ 18%]
tests/test_call_tree_file_functions.py::test_file_read_1d_reads_flat_rows PASSED [ 18%]
tests/test_call_tree_index_mapping.py::test_pdf_and_hydrometeor_index_maps_are_consistent PASSED [ 19%]
tests/test_call_tree_index_mapping.py::test_rx_nx_index_maps_are_consistent PASSED [ 19%]
tests/test_call_tree_index_mapping.py::test_mvr_hm_max_matches_fortran_constants PASSED [ 20%]
tests/test_call_tree_interpolation.py::test_mono_cubic_interp_linear_profile PASSED [ 20%]
tests/test_call_tree_interpolation.py::test_zlinterp_fnc_zero_outside_domain PASSED [ 20%]
tests/test_call_tree_lapack_interfaces.py::test_lapack_gtsv_and_gtsvx_solve_diagonal_system PASSED [ 21%]
tests/test_call_tree_lapack_interfaces.py::test_lapack_gbsv_and_gbsvx_solve_diagonal_band_system PASSED [ 21%]
tests/test_call_tree_lapack_interfaces.py::test_lapack_factorization_and_eigen_helpers_work_on_spd_matrix PASSED [ 22%]
tests/test_call_tree_lapack_wrap.py::test_lapack_tridiag_wrappers_solve_diagonal_system PASSED [ 22%]
tests/test_call_tree_lapack_wrap.py::test_lapack_band_wrappers_solve_diagonal_system PASSED [ 23%]
tests/test_call_tree_luhar.py::test_calc_luhar_params_matches_formula PASSED [ 23%]
tests/test_call_tree_luhar.py::test_close_luhar_pdf_matches_formula PASSED [ 24%]
tests/test_call_tree_luhar.py::test_adg1_w_closure_matches_formula PASSED [ 24%]
tests/test_call_tree_luhar.py::test_adg2_pdf_driver_column_consistency PASSED [ 25%]
tests/test_call_tree_luhar.py::test_adg1_pdf_driver_column_consistency PASSED [ 25%]
tests/test_call_tree_luhar.py::test_luhar_3d_pdf_driver_column_consistency PASSED [ 25%]
tests/test_call_tree_ly93.py::test_calc_params_ly93_matches_formula PASSED [ 26%]
tests/test_call_tree_ly93.py::test_ly93_driver_matches_formula_for_low_skewness PASSED [ 26%]
tests/test_call_tree_matrix_operations.py::test_mirror_lower_triangular_matrix_reflects_lower_triangle PASSED [ 27%]
tests/test_call_tree_matrix_operations.py::test_cholesky_factor_reconstructs_spd_matrix PASSED [ 27%]
tests/test_call_tree_matrix_solver_wrapper.py::test_band_solve_multiple_rhs_solves_diagonal_system PASSED [ 28%]
tests/test_call_tree_matrix_solver_wrapper.py::test_tridiag_solve_single_rhs_multiple_lhs_solves_diagonal_system PASSED [ 28%]
tests/test_call_tree_matrix_solver_wrapper.py::test_tridiag_solve_multiple_rhs_solves_diagonal_system PASSED [ 29%]
tests/test_call_tree_meta.py::test_call_tree_api_bindings_exist PASSED [ 29%]
tests/test_call_tree_meta.py::test_call_tree_api_bindings_are_tested PASSED [ 29%]
tests/test_call_tree_mixing_length.py::test_zero_pdf_implicit_coefs_terms_resets_state PASSED [ 30%]
tests/test_call_tree_mixing_length.py::test_diagnose_lscale_from_tau_basic PASSED [ 30%]
tests/test_call_tree_mixing_length.py::test_calc_lscale_directly_basic PASSED [ 31%]
tests/test_call_tree_mono_flux.py::test_calc_turb_adv_range_basic_bounds PASSED [ 31%]
tests/test_call_tree_mono_flux.py::test_monotonic_turbulent_flux_limit_preserves_zero_flux_state PASSED [ 32%]
tests/test_call_tree_nc_ncn_eqns.py::test_nc_in_cloud_to_ncnm_returns_nc_in_cloud_for_clear_or_constant_case PASSED [ 32%]
tests/test_call_tree_new_hybrid_pdf.py::test_calculate_w_params_matches_formula_branches PASSED [ 33%]
tests/test_call_tree_new_hybrid_pdf.py::test_calculate_responder_params_matches_formula_branches PASSED [ 33%]
tests/test_call_tree_new_hybrid_pdf.py::test_calculate_coef_wp4_implicit_matches_formula PASSED [ 33%]
tests/test_call_tree_new_hybrid_pdf.py::test_calc_coef_wp2xp_implicit_matches_formula_branches PASSED [ 34%]
tests/test_call_tree_new_hybrid_pdf.py::test_calc_coefs_wpxp2_semiimpl_matches_formula_branches PASSED [ 34%]
tests/test_call_tree_new_pdf.py::test_calc_setter_var_params_matches_formula PASSED [ 35%]
tests/test_call_tree_new_pdf.py::test_calc_responder_params_matches_formula_branches PASSED [ 35%]
tests/test_call_tree_new_pdf.py::test_calc_limits_f_x_responder_matches_root_selection_logic PASSED [ 36%]
tests/test_call_tree_new_pdf.py::test_calc_coef_wp4_implicit_matches_formula PASSED [ 36%]
tests/test_call_tree_new_pdf.py::test_calc_coef_wpxp2_implicit_matches_formula_branches PASSED [ 37%]
tests/test_call_tree_new_pdf.py::test_calc_coefs_wp2xp_semiimpl_matches_formula_branches PASSED [ 37%]
tests/test_call_tree_new_pdf.py::test_calc_coefs_wpxpyp_semiimpl_matches_formula_branches PASSED [ 37%]
tests/test_call_tree_new_pdf.py::test_new_pdf_driver_column_consistency PASSED [ 38%]
tests/test_call_tree_new_pdf.py::test_new_hybrid_pdf_driver_column_consistency PASSED [ 38%]
tests/test_call_tree_new_tsdadg.py::test_calc_l_x_skx_fnc_sign_branching_matches_formula PASSED [ 39%]
tests/test_call_tree_new_tsdadg.py::test_calc_setter_parameters_tsdadg_matches_formula PASSED [ 39%]
tests/test_call_tree_new_tsdadg.py::test_tsdadg_pdf_driver_column_consistency PASSED [ 40%]
tests/test_call_tree_numerical_check.py::test_calculate_spurious_source_matches_formula PASSED [ 40%]
tests/test_call_tree_numerical_check.py::test_sfc_varnce_check_sets_error_for_nan PASSED [ 41%]
tests/test_call_tree_numerical_check.py::test_parameterization_check_sets_error_for_nan PASSED [ 41%]
tests/test_call_tree_numerical_check.py::test_pdf_closure_check_sets_error_for_nan PASSED [ 41%]
tests/test_call_tree_numerical_check.py::test_length_check_sets_error_for_nan PASSED [ 42%]
tests/test_call_tree_pdf_closure.py::test_calc_wp4_pdf_matches_formula PASSED [ 42%]
tests/test_call_tree_pdf_closure.py::test_calc_wp2xp_pdf_matches_formula PASSED [ 43%]
tests/test_call_tree_pdf_closure.py::test_calc_wpxp2_pdf_matches_formula PASSED [ 43%]
tests/test_call_tree_pdf_closure.py::test_calc_wpxpyp_pdf_matches_formula PASSED [ 44%]
tests/test_call_tree_pdf_closure.py::test_calc_w_up_in_cloud_zero_variance_component_split PASSED [ 44%]
tests/test_call_tree_pdf_closure_driver.py::test_pdf_closure_driver_returns_finite_arrays PASSED [ 45%]
tests/test_call_tree_pdf_closure_driver.py::test_pdf_closure_driver_is_repeatable PASSED [ 45%]
tests/test_call_tree_pdf_closure_driver.py::test_pdf_closure_driver_allows_zero_dims PASSED [ 45%]
tests/test_call_tree_pdf_closure_driver.py::test_pdf_closure_driver_can_return_pdf_udt_state PASSED [ 46%]
tests/test_call_tree_pdf_utils.py::test_smooth_corr_quotient_bounds PASSED [ 46%]
tests/test_call_tree_pdf_utils.py::test_calc_comp_corrs_binormal_basic PASSED [ 47%]
tests/test_call_tree_pdf_utils.py::test_lognormal_conversion_helpers_match_formulas PASSED [ 47%]
tests/test_call_tree_pdf_utils.py::test_corr_nn2n_family_matches_expected_formulas PASSED [ 48%]
tests/test_call_tree_pdf_utils.py::test_binormal_and_chi_eta_helpers_match_formulas PASSED [ 48%]
tests/test_call_tree_penta_lu_solvers.py::test_penta_lu_solve_single_rhs_multiple_lhs_solves_diagonal_system PASSED [ 49%]
tests/test_call_tree_penta_lu_solvers.py::test_penta_lu_solve_multiple_rhs_lhs_solves_diagonal_system PASSED [ 49%]
tests/test_call_tree_pos_definite_module.py::test_pos_definite_adj_preserves_nonnegative_state_with_zero_flux PASSED [ 50%]
tests/test_call_tree_precipitation_fraction.py::test_precip_fraction_returns_zero_when_no_hydrometeors PASSED [ 50%]
tests/test_call_tree_remap.py::test_remap_vals_to_target_identity_zt PASSED [ 50%]
tests/test_call_tree_remap.py::test_remap_vals_to_target_identity_zm PASSED [ 51%]
tests/test_call_tree_saturation.py::test_sat_mixrat_ice_returns_finite_positive_values PASSED [ 51%]
tests/test_call_tree_sfc_varnce.py::test_calc_sfc_varnce_basic_finite_outputs PASSED [ 52%]
tests/test_call_tree_skx.py::test_skx_func_matches_xp3_over_xp2_to_three_halves_when_xtol_zero PASSED [ 52%]
tests/test_call_tree_skx.py::test_lg_2005_ansatz_zero_flux_gives_zero_skewness PASSED [ 53%]
tests/test_call_tree_skx.py::test_xp3_lg_2005_ansatz_matches_two_step_reconstruction PASSED [ 53%]
tests/test_call_tree_splat.py::test_smooth_heaviside_peskin_limits_and_center PASSED [ 54%]
tests/test_call_tree_splat.py::test_lscale_width_vert_avg_constant_profile PASSED [ 54%]
tests/test_call_tree_splat.py::test_wp2_term_splat_lhs_zero_bv PASSED [ 54%]
tests/test_call_tree_splat.py::test_wp2_term_splat_lhs_constant_bv PASSED [ 55%]
tests/test_call_tree_splat.py::test_wp3_term_splat_lhs_constant_bv PASSED [ 55%]
tests/test_call_tree_sponge.py::test_sponge_damp_xm_simple_midpoint_case PASSED [ 56%]
tests/test_call_tree_sponge.py::test_sponge_damp_xp2_respects_floor PASSED [ 56%]
tests/test_call_tree_sponge.py::test_sponge_damp_xp3_full_damping_to_zero PASSED [ 57%]
tests/test_call_tree_stats_accumulate.py::test_stats_accumulate_smoke PASSED [ 57%]
tests/test_call_tree_t_in_k_module.py::test_thlm2t_in_k_returns_finite_physical_values PASSED [ 58%]
tests/test_call_tree_t_in_k_module.py::test_thlm2t_in_k_increases_with_thlm PASSED [ 58%]
tests/test_call_tree_t_in_k_module.py::test_thlm2t_in_k_increases_with_rcm PASSED [ 58%]
tests/test_call_tree_transport.py::test_compute_current_date_one_day_and_hour PASSED [ 59%]
tests/test_call_tree_transport.py::test_set_lscale_max_behavior PASSED [ 59%]
tests/test_call_tree_transport.py::test_term_ma_zt_lhs_zero_w PASSED [ 60%]
tests/test_call_tree_transport.py::test_term_ma_zm_lhs_zero_w PASSED [ 60%]
tests/test_call_tree_transport.py::test_diffusion_zt_lhs_zero_coeffs PASSED [ 61%]
tests/test_call_tree_transport.py::test_diffusion_zm_lhs_zero_coeffs PASSED [ 61%]
tests/test_call_tree_tridiag_lu_solvers.py::test_tridiag_lu_solve_single_rhs_lhs_solves_diagonal_system PASSED [ 62%]
tests/test_call_tree_tridiag_lu_solvers.py::test_tridiag_lu_solve_single_rhs_multiple_lhs_solves_diagonal_system PASSED [ 62%]
tests/test_call_tree_tridiag_lu_solvers.py::test_tridiag_lu_solve_multiple_rhs_lhs_solves_diagonal_system PASSED [ 62%]
tests/test_call_tree_turbulent_adv_pdf.py::test_turbulent_adv_pdf_zero_inputs_return_zero_outputs PASSED [ 63%]
tests/test_call_tree_utils.py::test_julian2gregorian_date_known PASSED [ 63%]
tests/test_call_tree_utils.py::test_gregorian2julian_day_and_leap_year_known PASSED [ 64%]
tests/test_call_tree_utils.py::test_lin_interpolate_two_points_midpoint PASSED [ 64%]
tests/test_call_tree_utils.py::test_calculate_thvm_basic PASSED [ 65%]
tests/test_call_tree_utils.py::test_calc_ri_zm_matches_formula PASSED [ 65%]
tests/test_call_tree_utils.py::test_vertical_avg_and_integral PASSED [ 66%]
tests/test_call_tree_utils.py::test_zm2zt2zm_preserves_constant_field PASSED [ 66%]
tests/test_call_tree_utils.py::test_zt2zm2zt_preserves_constant_field PASSED [ 66%]
tests/test_call_tree_utils.py::test_ddzm_matches_grid_spacing_formula PASSED [ 67%]
tests/test_call_tree_utils.py::test_ddzt_matches_grid_spacing_formula PASSED [ 67%]
tests/test_call_tree_utils.py::test_pvertinterp_hits_exact_level PASSED [ 68%]
tests/test_call_tree_utils.py::test_smooth_max_supports_scalar_array_and_array_scalar PASSED [ 68%]
tests/test_call_tree_utils.py::test_smooth_min_supports_scalar_array_and_array_scalar PASSED [ 69%]
tests/test_call_tree_utils.py::test_read_grid_heights_reads_momentum_grid_file PASSED [ 69%]
tests/test_call_tree_utils.py::test_setup_grid_heights_updates_stored_grid PASSED [ 70%]
tests/test_call_tree_utils.py::test_calc_xpwp_matches_centered_difference_formula PASSED [ 70%]
tests/test_init_pressure.py::TestInitPressure::test_pressure_decreases_with_height PASSED [ 70%]
tests/test_init_pressure.py::TestInitPressure::test_exner_decreases_with_height PASSED [ 71%]
tests/test_init_pressure.py::TestInitPressure::test_physically_reasonable_values PASSED [ 71%]
tests/test_init_pressure.py::TestInitPressure::test_output_shapes PASSED [ 72%]
tests/test_init_pressure.py::TestInitPressure::test_higher_surface_pressure PASSED [ 72%]
tests/test_init_pressure.py::TestInitPressure::test_multi_column PASSED [ 73%]
tests/test_init_sequence.py::TestConfigFlags::test_default_flags_returns_namedtuple PASSED [ 73%]
tests/test_init_sequence.py::TestConfigFlags::test_default_integer_flags_positive PASSED [ 74%]
tests/test_init_sequence.py::TestConfigFlags::test_default_logical_flags_are_bool PASSED [ 74%]
tests/test_init_sequence.py::TestConfigFlags::test_known_defaults PASSED [ 75%]
tests/test_init_sequence.py::TestConfigFlags::test_init_config_flags_roundtrip PASSED [ 75%]
tests/test_init_sequence.py::TestConfigFlags::test_modified_flags PASSED [ 75%]
tests/test_init_sequence.py::TestErrInfo::test_init_err_info PASSED [ 76%]
tests/test_init_sequence.py::TestSetupGrid::test_evenly_spaced_ascending PASSED [ 76%]
tests/test_init_sequence.py::TestSetupGrid::test_multi_column_grid PASSED [ 77%]
tests/test_init_sequence.py::TestClubbParams::test_default_params_shape PASSED [ 77%]
tests/test_init_sequence.py::TestClubbParams::test_default_params_finite PASSED [ 78%]
tests/test_init_sequence.py::TestClubbParams::test_multi_column_params PASSED [ 78%]
tests/test_init_sequence.py::TestCalcDerrivedParams::test_produces_finite_outputs PASSED [ 79%]
tests/test_init_sequence.py::TestPdfInit::test_init_pdf_params PASSED [ 79%]
tests/test_init_sequence.py::TestPdfInit::test_init_pdf_params_zm PASSED [ 79%]
tests/test_init_sequence.py::TestPdfInit::test_init_pdf_implicit PASSED [ 80%]
tests/test_init_sequence.py::TestPdfInit::test_init_pdf_implicit_with_scalars PASSED [ 80%]
tests/test_init_sequence.py::TestPdfInit::test_init_pdf_implicit_coefs_terms_alias PASSED [ 81%]
tests/test_init_sequence.py::TestFullInitSequence::test_full_init_no_errors PASSED [ 81%]
tests/test_python_port_api_coverage.py::test_full_clubb_core_cross_module_api_coverage PASSED [ 82%]
tests/test_stats.py::TestStatsConfig::test_disabled_by_default PASSED [ 82%]
tests/test_stats.py::TestStatsConfig::test_init_enables_stats PASSED [ 83%]
tests/test_stats.py::TestStatsConfig::test_config_fields PASSED [ 83%]
tests/test_stats.py::TestStatsConfig::test_sampling_params PASSED [ 83%]
tests/test_stats.py::TestStatsConfig::test_finalize_disables PASSED [ 84%]
tests/test_stats.py::TestVarMeta::test_first_var_is_thlm PASSED [ 84%]
tests/test_stats.py::TestVarMeta::test_zm_var PASSED [ 85%]
tests/test_stats.py::TestVarMeta::test_sfc_var PASSED [ 85%]
tests/test_stats.py::TestVarMeta::test_var_long_name PASSED [ 86%]
tests/test_stats.py::TestVarOnStatsList::test_registered_var PASSED [ 86%]
tests/test_stats.py::TestVarOnStatsList::test_unregistered_var PASSED [ 87%]
tests/test_stats.py::TestDataRoundtrip::test_initial_buffer_zeros PASSED [ 87%]
tests/test_stats.py::TestDataRoundtrip::test_push_pull_roundtrip PASSED [ 87%]
tests/test_stats.py::TestTimestepAndUpdate::test_begin_timestep_sets_l_sample PASSED [ 88%]
tests/test_stats.py::TestTimestepAndUpdate::test_update_scalar PASSED [ 88%]
tests/test_stats.py::TestTimestepAndUpdate::test_update_1d PASSED [ 89%]
tests/test_stats.py::TestTimestepAndUpdate::test_update_2d PASSED [ 89%]
tests/test_stats.py::TestNetcdfMetadata::test_init_writes_param_names_and_values PASSED [ 90%]
tests/test_string_conversion.py::test_python_strings_to_fortran_char_matrix PASSED [ 90%]
tests/test_string_conversion.py::test_fortran_char_matrix_to_python_strings PASSED [ 91%]
tests/test_string_conversion.py::test_python_strings_to_fortran_char_matrix_truncates PASSED [ 91%]
tests/test_string_conversion.py::test_fortran_char_matrix_to_python_strings_handles_empty PASSED [ 91%]
tests/test_udt_return_contract.py::test_udt_arg_wrapper_return_manifest_matches_source PASSED [ 92%]
tests/test_udt_return_contract.py::test_noarg_udt_return_wrappers_match_source PASSED [ 92%]
tests/test_udt_return_contract.py::test_full_return_patterns_match_source PASSED [ 93%]
tests/test_udt_return_contract.py::test_source_order_manifest_matches_wrapper_slices PASSED [ 93%]
tests/test_udt_roundtrip.py::TestGrid::test_single_column_roundtrip PASSED [ 94%]
tests/test_udt_roundtrip.py::TestGrid::test_multi_column_roundtrip PASSED [ 94%]
tests/test_udt_roundtrip.py::TestGrid::test_overwrite PASSED [ 95%]
tests/test_udt_roundtrip.py::TestSclrIdx::test_roundtrip PASSED [ 95%]
tests/test_udt_roundtrip.py::TestSclrIdx::test_zero_values PASSED [ 95%]
tests/test_udt_roundtrip.py::TestSclrIdx::test_overwrite PASSED [ 96%]
tests/test_udt_roundtrip.py::TestNuVertResDep::test_roundtrip PASSED [ 96%]
tests/test_udt_roundtrip.py::TestNuVertResDep::test_overwrite_different_size PASSED [ 97%]
tests/test_udt_roundtrip.py::TestPdfParams::test_init_pull_zeros PASSED [ 97%]
tests/test_udt_roundtrip.py::TestPdfParams::test_roundtrip PASSED [ 98%]
tests/test_udt_roundtrip.py::TestPdfParams::test_zm_roundtrip PASSED [ 98%]
tests/test_udt_roundtrip.py::TestImplicitCoefs::test_init_pull_zeros_no_sclr PASSED [ 99%]
tests/test_udt_roundtrip.py::TestImplicitCoefs::test_2d_roundtrip PASSED [ 99%]
tests/test_udt_roundtrip.py::TestImplicitCoefs::test_3d_roundtrip PASSED [100%]
============================= 224 passed in 7.17s ==============================
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Python vs Fortran cases)
[Pipeline] sh
+ source /etc/profile.d/larson-group.sh
++ export GIT_EDITOR=vi
++ GIT_EDITOR=vi
++ export SVN_EDITOR=vi
++ SVN_EDITOR=vi
++ export OMP_STACKSIZE=1048579
++ OMP_STACKSIZE=1048579
++ export LMOD_ROOT=/opt/lmod/
++ LMOD_ROOT=/opt/lmod/
++ source /opt/lmod//lmod/lmod/init/bash
+++ '[' -z '' ']'
+++ case "$-" in
+++ __lmod_vx=x
+++ '[' -n x ']'
+++ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ module load gcc netcdf-fortran
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_sh_dbg=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output
Lmod Warning:
-------------------------------------------------------------------------------
The following dependent module(s) are not currently loaded:
gcc-runtime/13.1.0-gzedt3f (required by: mpich/4.2.1, hdf5/1.14.3-42x3zrv,
netcdf-c/4.9.2, netcdf-fortran/4.5.3)
-------------------------------------------------------------------------------
Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ ulimit -s 8388608
+ python3 run_scripts/run_python_vs_fortran_cases.py
Running 13 case(s) with 8 worker(s)
Results root: /home/jenkins/workspace/clubb_python_test/python_driver_test_results
Python output: /home/jenkins/workspace/clubb_python_test/python_driver_test_results/python_output
Fortran output: /home/jenkins/workspace/clubb_python_test/python_driver_test_results/fortran_output
Stats file: /home/jenkins/workspace/clubb_python_test/input/stats/all_stats.in
[match ] fire py=5.0s f90=3.9s total=11.5s
[match ] dycoms2_rf01_fixed_sst py=7.8s f90=5.1s total=17.1s
[match ] dycoms2_rf02_nd py=8.0s f90=5.5s total=17.4s
[match ] bomex py=11.6s f90=8.5s total=28.2s
[match ] gabls3_night py=6.9s f90=4.8s total=12.5s
[match ] cobra py=14.5s f90=10.8s total=39.9s
[match ] arm py=14.5s f90=11.3s total=44.3s
[match ] jun25_altocu py=12.6s f90=9.4s total=34.0s
[match ] wangara py=11.9s f90=8.2s total=30.5s
[match ] neutral py=12.1s f90=8.7s total=34.9s
[match ] atex py=20.3s f90=16.0s total=67.5s
[match ] gabls2 py=33.2s f90=25.3s total=62.8s
[match ] dycoms2_rf01 py=31.8s f90=25.4s total=90.6s
Summary:
{
"total_cases": 13,
"match": 13,
"diff": 0,
"python_failed": 0,
"fortran_failed": 0,
"elapsed_s": 90.64802098274231
}
Detailed results: /home/jenkins/workspace/clubb_python_test/python_driver_test_results/case_compare_summary.json
Final bindiff log: /home/jenkins/workspace/clubb_python_test/python_driver_test_results/final_bindiff.log (rc=0)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS